Mudanças entre as edições de "Predefinição:Quest Info"
Ir para navegação
Ir para pesquisar
{{#if:1 Handcuffs
1 Glass Bead
1 Bouquet
5 Holy Waters
Grampa Beard
Geek Glasses| {{#if:| {{#if:| {{#if:1 Old Blue Box
10 Speed Potions| {{#if:Access to Dangerous Rumors.|
Linha 1: | Linha 1: | ||
<includeonly>{| style="border: | <includeonly>{| class="wikitable" width="35%" style="margin-left: 20px; margin-right:0;border-style: solid; border-width: 1px; border-color:#000000; float:right; " | ||
! style="text-align:center; {{#if:{{{bg|}}} | background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if:{{{col|}}} | color:{{{col}}};}} font-weight: bold;" colspan="2" | Requirements | |||
|- | |- | ||
| width="32%"| '''Base Level:''' | |||
| | {{{baselevel}}} | |||
|- | |- | ||
| | '''Starting Point:''' | |||
| | {{{startingpoint}}} | |||
|- | |- | ||
| | {{#if:{{{items|}}}| | ||
{{!}}- | |||
{{!}} {{!}} '''Items:''' | |||
{{!}} {{!}} {{{items}}} | |||
}} | |||
|- | |- | ||
! | {{#if:{{{party|}}}| | ||
{{!}}- | |||
{{!}} {{!}} '''Party:''' | |||
{{!}} {{!}} {{{party}}} | |||
}} | |||
|- | |- | ||
| | {{#if:{{{quests|}}}| | ||
{{!}}- | |||
{{!}} {{!}} '''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 | |||
| | |||
|- | |- | ||
| | || '''Experience:''' | ||
| | || {{{experience}}} | ||
|- | |- | ||
| | {{#if:{{{reward|}}}| | ||
{{!}}- | |||
{{!}} {{!}} '''Items:''' | |||
{{!}} {{!}} {{{reward}}} | |||
}} | |||
|- | |- | ||
| | {{#if:{{{other|}}}| | ||
{{!}}- | |||
{{!}} {{!}} '''Others:''' | |||
{{!}} {{!}} {{{other}}} | |||
}} | |||
|- | |- | ||
|}</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. | |||
== Syntax == | |||
== | <code><nowiki>{{Quest Info|baselevel=|startingpoint=|items=|party=|quests=|experience=|reward=|other=}}</nowiki></code> | ||
; 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 <code><nowiki><br /></nowiki></code> tag to break a line. See '''Examples'''. | |||
=== | == Example == | ||
== | 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: | ||
{| | {{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 das 17h45min de 18 de março de 2022
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.
Syntax
{{Quest Info|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 Info|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:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" colspan="2" | Requirements | |
---|---|
Base Level: | 99 |
Starting Point: | |
Items: | {{{items}}}
}} |
Party: | {{{party}}}
}} |
Prerequisite(s): | {{{quests}}}
}} |
background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" colspan="2" | Rewards | |
Experience: | None |
Items: | {{{reward}}}
}} |
Others: | Ability to do Mora Daily Quests
}} |
Using
{{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]. }}
will result into:
1 Glass Bead
1 Bouquet
5 Holy Waters
Grampa Beard
Geek Glasses| {{#if:| {{#if:| {{#if:1 Old Blue Box
10 Speed Potions| {{#if:Access to Dangerous Rumors.|
background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" colspan="2" | Requirements | |
---|---|
Base Level: | 60 |
Starting Point: | Bio Labs |
Items: | 1 Handcuffs 1 Glass Bead |
Party: | {{{party}}}
}} |
Prerequisite(s): | {{{quests}}}
}} |
background-color:{{{bg}}} | background-color:#a3cdd2}}; {{#if: | color:{{{col}}};}} font-weight: bold;" colspan="2" | Rewards | |
Experience: | - |
Items: | 1 Old Blue Box 10 Speed Potions }} |
Others: | Access to Dangerous Rumors.
}} |