Mudanças entre as edições de "Predefinição:Quest Info"

De History Reborn Wiki
Ir para navegação Ir para pesquisar
 
(9 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
<includeonly>{| class="wikitable" width="35%" style="margin-left: 20px; margin-right:0;border-style: solid; border-width: 1px; border-color:#000000; float:right; "
<includeonly>
! style="text-align:center;  {{#if:{{{bg|}}} | background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if:{{{col|}}} | color:{{{col}}};}} font-weight: bold;" colspan="2" | Requirements
{| style="border: 1px solid #aaaaaa; background: #E5E5E5; padding: 0.2em; float: right; width: 30em; vertical-align: top;"
|-
|-
| width="32%"| '''Base Level:'''
! align="center" colspan=2 style="background:#{{{corbg1}}}; font-size:130%;" | {{PAGENAME}}
| | {{{baselevel}}}
|-
|-
| | '''Starting Point:'''
! align="center" colspan=2 style="background:#{{{corbg2}}}" | Requisitos mínimos
| | {{{startingpoint}}}
|-
|-
{{#if:{{{items|}}}|
| style="background:#f9f9f9" |'''Nv. de Base:'''  
{{!}}-
|style="background:#f9f9f9" | {{{levelreq}}}
{{!}} {{!}} '''Items:'''
{{!}} {{!}} {{{items}}}
}}
|-
|-
{{#if:{{{party|}}}|
| style="background:#f9f9f9" |'''Classe:'''  
{{!}}-
|style="background:#f9f9f9" | {{{classreq}}}
{{!}} {{!}} '''Party:'''
{{!}} {{!}} {{{party}}}
}}
|-
|-
{{#if:{{{quests|}}}|
| style="background:#f9f9f9" |'''Grupo:'''  
{{!}}-
|style="background:#f9f9f9" | {{{partyreq}}}
{{!}} {{!}} '''Prerequisite(s):'''
{{!}} {{!}} {{{quests}}}
}}
|-
|-
! style="text-align:center; {{#if:{{{bg|}}} | background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if:{{{col|}}} | color:{{{col}}};}} font-weight: bold;" colspan="2" | Rewards
| style="background:#f9f9f9" |'''Itens:'''
|style="background:#f9f9f9" | {{{itemreq}}}
|-
|-
|| '''Experience:'''
| style="background:#f9f9f9" |'''Pré-requisitos:'''  
|| {{{experience}}}
|style="background:#f9f9f9" | {{{questsreq}}}
|-
|-
{{#if:{{{reward|}}}|
| align="center" colspan="2" style="background:#{{{corbg2}}}" | '''Premiação'''  
{{!}}-
{{!}} {{!}} '''Items:'''
{{!}} {{!}} {{{reward}}}
}}
|-
|-
{{#if:{{{other|}}}|
| style="background:#f9f9f9" |'''Itens:'''  
{{!}}-
|style="background:#f9f9f9" | {{{itemreward}}}  
{{!}} {{!}} '''Others:'''
{{!}} {{!}} {{{other}}}
}}
|-
|-
|}</includeonly><noinclude>
| style="background:#f9f9f9" |'''Recompensa:'''
|style="background:#f9f9f9" | {{{qreward}}}
|}
[[Categoria: Quest]]</includeonly><noinclude>


Quest Info creates a table that gives a quick summary about a quest requirements and rewards. The table will be positioned at the right portion of the page.
{{Quest Info
| corbg1 = c0d0ff
| corbg2 = e1f1ff
| levelreq = 150
| classreq = Todas
| partyreq = Solo
| itemreq = Nenhum
| questsreq = Nenhuma
| itemreward = {{Item List |id=19125 |item=Cylinder Hairband}}
| qreward = Acesso ao 18.1
}}
Essa predefinição serve para padronizar todas páginas de Quests inseridas na Wiki. Copie e cole o código abaixo para criar a predefinição.


== Syntax ==


<code><nowiki>{{Quest Info|baselevel=|startingpoint=|items=|party=|quests=|experience=|reward=|other=}}</nowiki></code>
== Uso ==


; Parameters
<pre>{{Quest Info
; baselevel : The minimum level required to begin the quest.
| corbg1 = c0d0ff
; startingpoint : The map and coordinates pointing to the NPC or place that start the quest. Useful to use [[Template:NaviLink]] here.
| corbg2 = e1f1ff
; items : '''(Optional)''' If the quest will need any itens you should specify them here.
| levelreq = 150
; party : '''(Optional)''' If the quest can not be done solo you should specify the minimum party size.
| classreq = Todas
; quests : '''(Optional)''' If the quest needs a pre-requisite quest it should be specified here.
| partyreq = Solo
; experience : The experience awarded for completing the quest, if the quest doesn't give any experience put '''None''' or a '''-''' on it.
| itemreq = Nenhum
; reward: '''(Optional)''' If the quest rewards itens it should be put here.
| questsreq = Nenhuma
; other: '''(Optional)''' If the quest rewards the player with something that is not experience nor an item it should be put here.
| itemreward = {{Item List |id=19125 |item=Cylinder Hairband}}
| qreward = Acesso ao 18.1
}}</pre>


In any case you need to specify more than one item you can put a <code><nowiki><br /></nowiki></code> tag to break a line. See '''Examples'''.


== Example ==
=== Campos ===
{| class="wikitable"
! Campo !! Descrição
|-
| corbg1 || Cor principal em web
|-
| corbg2 || Cor secundária em web
|-
| levelreq || Nível de Base necessário. Se não houver, escreva "'''Nenhum'''".
|-
| classreq || Qual classe pode realizar essa quest
|-
| partyreq || Número de membros de um grupo para completar a Quest.
|-
| itemreq || Itens requeridos que a Quest pede, use Item List
|-
| questreq || Pré-requisitos que o jogador deve fazer antes de começar a Quest.
|-
| itemreward || Itens que o jogador ganha como recompensa, use Item List
|-
| qreward || Outras recompensas da quest, como Acesso à Calabouços e etc...
|}


Using <code><nowiki>{{Quest Info|baselevel=99|startingpoint={{NaviLink|map=bif_fild01|x=158|y=340}}|experience=None|other=Ability to do [[Mora Daily Quests]]}}</nowiki></code> will result into:
[[Categoria:Predefinições]]
 
{{Quest Info|baselevel=99|startingpoint={{NaviLink|map=bif_fild01|x=158|y=340}}|experience=None|other=Ability to do [[Mora Daily Quests]]}}
<br style="clear: both;" />
----
<div style="float: left;">
Using
<pre>
{{Quest Info
|baselevel=60
|startingpoint=Bio Labs
|items=
1 {{Item List|item=Handcuffs|id=7345}} <br />
1 {{Item List|item=Glass Bead|id=746}} <br />
1 {{Item List|item=Bouquet|id=744}} <br />
5 {{Item List|item=Holy Waters|id=523}} <br />
{{Item List|item=Grampa Beard|id=2241}} <br />
{{Item List|item=Geek Glasses|id=2243}}
|experience=-
|reward=
1 {{Item List|item=Old Blue Box|id=603}} <br />
10 {{Item List|item=Speed Potions|id=12016}}
|other=Access to [http://irowiki.org/wiki/Dangerous_Rumors Dangerous Rumors].
}}
</pre>
will result into:
</div>
 
{{Quest Info
|baselevel=60
|startingpoint=Bio Labs
|items=
1 {{Item List|item=Handcuffs|id=7345}} <br />
1 {{Item List|item=Glass Bead|id=746}} <br />
1 {{Item List|item=Bouquet|id=744}} <br />
5 {{Item List|item=Holy Waters|id=523}} <br />
{{Item List|item=Grampa Beard|id=2241}} <br />
{{Item List|item=Geek Glasses|id=2243}}
|experience=-
|reward=
1 {{Item List|item=Old Blue Box|id=603}} <br />
10 {{Item List|item=Speed Potions|id=12016}}
|other=Access to [http://irowiki.org/wiki/Dangerous_Rumors Dangerous Rumors].
}}
</noinclude>
</noinclude>

Edição atual tal como às 18h29min de 18 de março de 2022


Quest Info
Requisitos mínimos
Nv. de Base: 150
Classe: Todas
Grupo: Solo
Itens: Nenhum
Pré-requisitos: Nenhuma
Premiação
Itens: 19125.png Cylinder Hairband
Recompensa: Acesso ao 18.1

Essa predefinição serve para padronizar todas páginas de Quests inseridas na Wiki. Copie e cole o código abaixo para criar a predefinição.


Uso

{{Quest Info
| corbg1 = c0d0ff
| corbg2 = e1f1ff
| levelreq = 150
| classreq = Todas
| partyreq = Solo
| itemreq = Nenhum
| questsreq = Nenhuma
| itemreward = {{Item List |id=19125 |item=Cylinder Hairband}}
| qreward = Acesso ao 18.1
}}


Campos

Campo Descrição
corbg1 Cor principal em web
corbg2 Cor secundária em web
levelreq Nível de Base necessário. Se não houver, escreva "Nenhum".
classreq Qual classe pode realizar essa quest
partyreq Número de membros de um grupo para completar a Quest.
itemreq Itens requeridos que a Quest pede, use Item List
questreq Pré-requisitos que o jogador deve fazer antes de começar a Quest.
itemreward Itens que o jogador ganha como recompensa, use Item List
qreward Outras recompensas da quest, como Acesso à Calabouços e etc...