Template:Quest: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Onteron
changed
ROWiki>Onteron
No edit summary
Line 13: Line 13:
   | xp      =  <!-- Put "0" if no xp given -->
   | xp      =  <!-- Put "0" if no xp given -->
   | gold    =  <!-- Put "0" if no gold given -->
   | gold    =  <!-- Put "0" if no gold given -->
   | items  =  <!-- Put "None" if none given. Separate multiple items with commas -->
   | items  =  <!-- Put "None" if none given -->


&lt;noinclude&gt;
&lt;noinclude&gt;
   | story =  <!-- A summary of the quest story -->
   | story =  <!-- A summary of the quest story -->


&lt;/noinclude&gt;
   | tasks =  <!-- The tasks of the quest -->
   | tasks =  <!-- The tasks of the quest -->


&lt;noinclude&gt;
   | notes =  <!-- General notes on the quest -->
   | notes =  <!-- General notes on the quest -->


&lt;/noinclude&gt;
&lt;/noinclude&gt;}}&lt;/onlyinclude&gt;
}}&lt;/onlyinclude&gt;
</pre>
</pre>



Revision as of 01:03, 18 January 2009


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}}
  | realm   = 
  | level   = 
  | class   =  <!-- If the quest is only for a certain class add it here -->
  | givenby = 
  | xp      =  <!-- Put "0" if no xp given -->
  | gold    =  <!-- Put "0" if no gold given -->
  | items   =  <!-- Put "None" if none given -->

<noinclude>
  | story =  <!-- A summary of the quest story -->

</noinclude>
  | tasks =  <!-- The tasks of the quest -->

<noinclude>
  | notes =  <!-- General notes on the quest -->

</noinclude>}}</onlyinclude>