Template:Quest: Difference between revisions
From IdleOn MMO Wiki
imported>Bluejello No edit summary |
mNo edit summary |
||
(17 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 9: | Line 54: | ||
|Notes= | |Notes= | ||
|Difficulty= | |Difficulty= | ||
}} | }} | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
</noinclude> | </noinclude> | ||
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.