Template:Quest: Difference between revisions

From IdleOn MMO Wiki
imported>Bluejello
(adding a quest template)
 
mNo edit summary
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude><!--
 
### Cargo Declare ###
-->{{#cargo_declare:_table=Quests
  |OrderNumber=Integer
  |QuestName=String
  |Quest_Text=Wikitext
  |Difficulty=Integer
  |Requirements=Wikitext
  |ReqConsumed=String
  |Rewards=List (,) of Wikitext
  |Notes=Wikitext
  |Daily=Wikitext
  |AccountWide=Wikitext
  |Reclaimable=Wikitext
}}</noinclude><!--
 
### Cargo Store ###
--><includeonly>{{#ifeq:{{PAGENAME}}|Secrets||{{#if:{{{nocargo|}}}||
{{#cargo_store:_table=Quests
  |OrderNumber={{#vardefineecho:i|{{#expr:{{#var:i}}+1}}}}
  |QuestName={{{name|Missing Name}}}
  |Quest_Text={{{text|Missing Text}}}
  |Difficulty={{{difficulty|Impossible}}}
  |Requirements={{{requirements|No Requirements}}}
  |ReqConsumed={{{consumed|No}}}
  |Rewards={{{rewards|No Rewards}}}
  |Notes={{{notes|No Notes}}}
  |Daily={{{daily|No}}}
  |AccountWide={{{accountwide|No}}}
  |Reclaimable={{{reclaimable|No}}}
}}}}}}<!--
 
 
-->{{quest/row
|name={{{name|}}}
|text={{{text|}}}
|difficulty={{{difficulty|}}}
|requirements={{{requirements|}}}
|consumed={{{consumed|}}}
|rewards={{{rewards|}}}
|notes={{{notes|}}}
|daily={{{daily|}}}
|accountwide={{{accountwide|}}}
|reclaimable={{{reclaimable|}}}
}}</includeonly><noinclude>
This is the "Quest" template.
This is the "Quest" template.
It should be called in the following format:
It should be called in the following format:
Line 13: Line 58:
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude>
</noinclude>
<includeonly>
{| class="wikitable"
! Quest Name
| {{{QuestName|}}}
|-
! Requirements
| {{{Requirements|}}}
|-
! Reward
| {{{Reward|}}}
|-
! Notes
| {{{Notes|}}}
|-
! Difficulty
| {{{Difficulty|}}}
|}
</includeonly>

Latest revision as of 10:34, 1 February 2024

This template defines the table "Quests". View table. This is the "Quest" template. It should be called in the following format:

{{Quest
|QuestName=
|Requirements=
|Reward=
|Notes=
|Difficulty=
}}

Edit the page to see the template text.