Template:Quest: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>100PercentRatedR
mNo edit summary
m 25 revisions imported
 
(6 intermediate revisions by 3 users not shown)
Line 3: Line 3:




Alternatively copy and paste the following code into a new article, and filling in the blank parameters:
Alternatively copy and past the following code into a new article:


<pre>
<pre>
&lt;onlyinclude&gt;{{quest | {{{1|}}}  
&lt;onlyinclude&gt;{{quest | {{{1|}}} | name = {{subst:PAGENAME}}
| name = <!-- Name of the quest. Will default to the page name if nothing is written. -->
  | realm   =  
| image = <!-- A representive screenshot from the quest. Optional. -->
  | level   = <!-- Put "?" if no level is currently unknown -->
| realm = <!-- Specify realm. Mandatory. -->
  | class  = <!-- If the quest is only for a certain class add it here -->
| class = <!-- Specify class if this quest is limited to one. Omit otherwise. -->
  | givenby =
| level = <!-- Specify the level required to receive the quest. Will default to "Not specified" if unknown. -->
  | xp      = <!-- Put "0" if no xp given -->
| givenby = <!-- Link to the NPC that offers this quest. Mandatory. -->
  | gold   = <!-- Put "0" if no gold given -->
| partof = <!-- Name of the quest series. Optional. -->
  | items  = <!-- Put "None" if none given -->
| precededby = <!-- Link to the prerequisite quests, if any are present. Optional. -->
  | wmcoin  = <!-- Leave empty if no Master coins -->
| 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. -->


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


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


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


&lt;/noinclude&gt;}}&lt;/onlyinclude&gt;
&lt;/noinclude&gt;}}&lt;/onlyinclude&gt;
Line 57: Line 47:
       | realm = {{{realm}}}  | level = {{{level}}} | class = {{{class|}}}
       | realm = {{{realm}}}  | level = {{{level}}} | class = {{{class|}}}
       | givenby = {{{givenby|}}}  | position = {{{position|}}}
       | givenby = {{{givenby|}}}  | position = {{{position|}}}
       | gold =  {{{gold|}}}  | xp =    {{{xp}}}    | items =   {{{items|}}}
       | gold =  {{{gold|}}}  | xp =    {{{xp}}}     
      | items = {{{items|}}} | wmcoin = {{{wmcoin|}}}
       | intro = {{{intro|}}} | notes = {{{notes|}}}
       | intro = {{{intro|}}} | notes = {{{notes|}}}
       | story = {{{story|}}} | tasks = {{{tasks|}}}
       | story = {{{story|}}} | tasks = {{{tasks|}}}

Latest revision as of 18:28, 6 November 2020


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   =  <!-- Put "?" if no level is currently unknown -->
  | 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 -->
  | wmcoin  =  <!-- Leave empty if no Master coins -->

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

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

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

</noinclude>}}</onlyinclude>