Diferencia entre revisiones de «Plantilla:Quest»
Ir a la navegación
Ir a la búsqueda
{{#if:1 Plantilla:Item List
1 Plantilla:Item List
1 Plantilla:Item List
5 Plantilla:Item List
Plantilla:Item List
Plantilla:Item List| {{#if:| {{#if:| {{#if:1 Plantilla:Item List
10 Plantilla:Item List| {{#if:Access to Dangerous Rumors.|
Línea 53: | Línea 53: | ||
== Syntax == | == Syntax == | ||
<code><nowiki>{{ | <code><nowiki>{{Quest|baselevel=|startingpoint=|items=|party=|quests=|experience=|reward=|other=}}</nowiki></code> | ||
; Parameters | ; Parameters | ||
Línea 69: | Línea 69: | ||
== Example == | == Example == | ||
Using <code><nowiki>{{ | Using <code><nowiki>{{Quest|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: | ||
{{ | {{Quest|baselevel=99|startingpoint={{NaviLink|map=bif_fild01|x=158|y=340}}|experience=None|other=Ability to do [[Mora Daily Quests]]}} | ||
<br style="clear: both;" /> | <br style="clear: both;" /> | ||
---- | ---- | ||
Línea 77: | Línea 77: | ||
Using | Using | ||
<pre> | <pre> | ||
{{ | {{Quest | ||
|baselevel=60 | |baselevel=60 | ||
|startingpoint=Bio Labs | |startingpoint=Bio Labs | ||
Línea 97: | Línea 97: | ||
</div> | </div> | ||
{{ | {{Quest | ||
|baselevel=60 | |baselevel=60 | ||
|startingpoint=Bio Labs | |startingpoint=Bio Labs |
Revisión del 03:58 15 nov 2021
QuestBox 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.
Syntax
{{Quest|baselevel=|startingpoint=|items=|party=|quests=|experience=|reward=|other=}}
- Parameters
- baselevel
- The minimum level required to begin the quest.
- startingpoint
- The map and coordinates pointing to the NPC or place that start the quest. Useful to use Template:NaviLink here.
- items
- (Optional) If the quest will need any itens you should specify them here.
- party
- (Optional) If the quest can not be done solo you should specify the minimum party size.
- quests
- (Optional) If the quest needs a pre-requisite quest it should be specified here.
- experience
- The experience awarded for completing the quest, if the quest doesn't give any experience put None or a - on it.
- reward
- (Optional) If the quest rewards itens it should be put here.
- other
- (Optional) If the quest rewards the player with something that is not experience nor an item it should be put here.
In any case you need to specify more than one item you can put a <br />
tag to break a line. See Examples.
Example
Using {{Quest|baselevel=99|startingpoint={{NaviLink|map=bif_fild01|x=158|y=340}}|experience=None|other=Ability to do [[Mora Daily Quests]]}}
will result into:
background-color:{{{bg}}} | background-color:#cc8937}}; {{#if: | color:{{{col}}};}} font-weight: bold;" colspan="4" | Imagen | |||
---|---|---|---|
{{{imagen}}} | |||
background-color:{{{bg}}} | background-color:#cc8937}}; {{#if: | color:{{{col}}};}} font-weight: bold;" colspan="2" | Requisitos | |||
Nivel Base: | 99 | ||
Punto de Partida: | Plantilla:NaviLink | ||
Items: | {{{items}}}
}} | ||
Party: | {{{party}}}
}} | ||
Prerequisito(s): | {{{quests}}}
}} | ||
background-color:{{{bg}}} | background-color:#cca937}}; {{#if: | color:{{{col}}};}} font-weight: bold;" colspan="2" | Premios | |||
Experiencia: | None | ||
Items: | {{{reward}}}
}} | ||
Otros: | Ability to do Mora Daily Quests
}} |
Using
{{Quest |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]. }}
will result into:
1 Plantilla:Item List
1 Plantilla:Item List
5 Plantilla:Item List
Plantilla:Item List
Plantilla:Item List| {{#if:| {{#if:| {{#if:1 Plantilla:Item List
10 Plantilla:Item List| {{#if:Access to Dangerous Rumors.|
background-color:{{{bg}}} | background-color:#cc8937}}; {{#if: | color:{{{col}}};}} font-weight: bold;" colspan="4" | Imagen | |||
---|---|---|---|
{{{imagen}}} | |||
background-color:{{{bg}}} | background-color:#cc8937}}; {{#if: | color:{{{col}}};}} font-weight: bold;" colspan="2" | Requisitos | |||
Nivel Base: | 60 | ||
Punto de Partida: | Bio Labs | ||
Items: | 1 Plantilla:Item List 1 Plantilla:Item List | ||
Party: | {{{party}}}
}} | ||
Prerequisito(s): | {{{quests}}}
}} | ||
background-color:{{{bg}}} | background-color:#cca937}}; {{#if: | color:{{{col}}};}} font-weight: bold;" colspan="2" | Premios | |||
Experiencia: | - | ||
Items: | 1 Plantilla:Item List 10 Plantilla:Item List }} | ||
Otros: | Access to Dangerous Rumors.
}} |