From The Mana World
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- {{I18n}}  Template does not direct to translated template which name is .Xx:Quest -->
<includeonly>                      <!--this is the template code -->
<table style="width:300px; float: right;" class="wikitable">
<table style="width:300px; float: right;" class="wikitable">
<tr><th colspan="2">Resumo da Busca</th></tr>
<tr><th colspan="2">Visão da Quest</th></tr>
<tr><td colspan="2" align="center">{{{Imagem}}}</td></tr>
<tr><td colspan="2" align="center">{{{Image}}}</td></tr>
<tr><th>Ponto Inicial</th><td> {{{Começo}}} </td></tr>
<tr><th>Local de Início</th><td> {{{Start}}} </td></tr>
<tr><th>Nível</th><td> {{{Nível|1}}} </td></tr>
<tr><th>Level</th><td> {{{Level|1}}} </td></tr>
<tr><th>Prerequisites</th><td> {{{Pré-requisitos|Nenhum}}} </td></tr>
<tr><th>Pré-requisitos</th><td> {{{Prerequisites|Nenhum}}} </td></tr>
<tr><th>Redoable</th><td> {{{Repetível|Não, apenas uma vez}}} </td></tr>
<tr><th>Repetitível?</th><td> {{{Redoable|Não, uma vez.}}} </td></tr>
<tr><th>Reward</th><td> {{{Recompensa|Nenhuma}}} </td></tr>
<tr><th>Recompensa</th><td> {{{Reward|Nenhuma}}} </td></tr>
<tr><th>Cost</th><td> {{{Custo|Nenhum}}} </td></tr>
<tr><th>Preço</th><td> {{{Cost|Grátis}}} </td></tr>
</table>
</table>
</includeonly>
<noinclude>
{{Template:Quest/doc}}    <!--this is to include documentation, without transcluding it in the page where template is used-->
[[Category:Content Template]]    <!--this is to categorize the template. It will not be transcluded in the page where template is used-->
</noinclude>

Latest revision as of 12:13, 30 June 2014



50px-Template-info.png Template documentation :


This is the main template that is to be used for Quests documentation.

Translated templates are named .Xy:Quest where Xy is the standard abbreviation of language.

example: Template:.De:Quest

Note: {{I18n}} Template does not direct to translated template.

Usage:

Copy the following code into your page.

Omitted values will be displayed with their default values or will not appear if they have none. If they are left blank, they will be displayed with a blank field.

{{Quest
|Image         = [[Image:Image.png]]
|Start         = <Map #, location>
|Level         = <lvl> (required)
|Prerequisites = <[[Quest name|Quest display name]]
|Redoable      = (defaults to "No only once")
}}