Template:Quest: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>100PercentRatedR
mNo edit summary
ROWiki>100PercentRatedR
mNo edit summary
Line 6: Line 6:


<pre>
<pre>
&lt;onlyinclude&gt;{{quest | {{{1|}}} | name = {{subst:PAGENAME}}
&lt;onlyinclude&gt;{{quest | {{{1|}}}  
| name = <!-- Name of the quest. Will default to the page name if nothing is written. -->
| image = <!-- A representive screenshot from the quest. Optional. -->
| image = <!-- A representive screenshot from the quest. Optional. -->
| realm = <!-- Specify realm. Mandatory. -->
| realm = <!-- Specify realm. Mandatory. -->

Revision as of 08:47, 19 May 2011


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 paste the following code into a new article, and filling in the blank parameters:

<onlyinclude>{{quest | {{{1|}}} 
| name = <!-- Name of the quest. Will default to the page name if nothing is written. -->
| image = <!-- A representive screenshot from the quest. Optional. -->
| realm = <!-- Specify realm. Mandatory. -->
| class = <!-- Specify class if this quest is limited to one. Omit otherwise. -->
| level = <!-- Specify the level required to receive the quest. Will default to "Not specified" if unknown. -->
| givenby = <!-- Link to the NPC that offers this quest. Mandatory. -->
| partof = <!-- Name of the quest series. Optional. -->
| precededby = <!-- Link to the prerequisite quests, if any are present. Optional. -->
| followedby = <!-- Link to the subsequent quests that will become available upon completion of this quest, if any are present. Optional. -->
| xp = <!-- The amount of experience awarded for completing the quest. Optional. -->
| gold = <!-- The gold reward for accepting the quest. Optional. -->
| reward = <!-- Any additional item reward. Optional. -->
| map = <!-- Include a map or image from the quest where practical to do so. Optional. -->
| map2 = <!-- As above. For an additional map. Optional. -->
| map3 = <!-- As above. For an additional map. Optional. -->
| map1text = <!-- Text for the first map. Optional. -->
| map2text = <!-- As above. For map 2. Optional. -->
| map3text = <!-- As above. For map 3. Optional. -->

<noinclude>
| story = <!-- Story for the quest. -->

</noinclude>
| tasks = <!-- Tasks for the quest. -->

<noinclude>
| notes = <!-- Additional notes for the quest. -->

</noinclude>}}</onlyinclude>