Template:Quest: Difference between revisions
Jump to navigation
Jump to search
ROWiki>Onteron modification |
ROWiki>Onteron added more info to syntax, create quest box |
||
| Line 1: | Line 1: | ||
<!-- data: format; realm; level; npc --> | <!-- data: format; realm; level; npc --> | ||
{{new quest box}} | |||
Alternatively copy and past the following code into a new article: | |||
<pre> | <pre> | ||
<onlyinclude>{{quest | {{{1|}}} | name = {{subst:PAGENAME}} | |||
<!-- Fill in the basic quest info here. DON'T use wikilinks ([[]]) in these fields --> | |||
| realm = | | realm = | ||
| level = | | level = | ||
| givenby = | | givenby = | ||
| xp = | | xp = | ||
| gold = | | gold = | ||
| items = | | items = <!-- Separate multiple items with commas --> | ||
| intro = | <noinclude> | ||
| task1 = | |||
<!-- Tasks and story info --> | |||
| intro = <!-- A summary of what the NPC says to introduce the quest --> | |||
<!-- Write the tasks here exactly as they appear in the game. | |||
DO wikilink ([[]]) all names, mobs and locations. | |||
Summarise any text associated with the task | |||
in the corresponding 'text' field. --> | |||
| task1 = | |||
| text1 = | | text1 = | ||
| task2 = | | task2 = | ||
| Line 21: | Line 37: | ||
| task5 = | | task5 = | ||
| text5 = | | text5 = | ||
<!-- More tasks are available if needed: just add them (eg task6, task7 etc) --> | |||
</noinclude> | |||
}}</onlyinclude> | |||
}} | |||
</pre> | </pre> | ||
Revision as of 19:58, 29 October 2008
To add a quest article, just type the name of the quest in the box (use Title Case) and press create:
<createbox>
preload=Project:Preload Templates/Quest/Content editintro=Project:Preload Templates/Quest/Intro buttonlabel=Create width=50 break=no </createbox> |
Alternatively copy and past the following code into a new article:
<onlyinclude>{{quest | {{{1|}}} | name = {{subst:PAGENAME}}
<!-- Fill in the basic quest info here. DON'T use wikilinks ([[]]) in these fields -->
| realm =
| level =
| givenby =
| xp =
| gold =
| items = <!-- Separate multiple items with commas -->
<noinclude>
<!-- Tasks and story info -->
| intro = <!-- A summary of what the NPC says to introduce the quest -->
<!-- Write the tasks here exactly as they appear in the game.
DO wikilink ([[]]) all names, mobs and locations.
Summarise any text associated with the task
in the corresponding 'text' field. -->
| task1 =
| text1 =
| task2 =
| text2 =
| task3 =
| text3 =
| task4 =
| text4 =
| task5 =
| text5 =
<!-- More tasks are available if needed: just add them (eg task6, task7 etc) -->
</noinclude>
}}</onlyinclude>