Template:Quest: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Onteron
added class param
m 25 revisions imported
 
(18 intermediate revisions by 7 users not shown)
Line 7: Line 7:
<pre>
<pre>
&lt;onlyinclude&gt;{{quest | {{{1|}}} | name = {{subst:PAGENAME}}
&lt;onlyinclude&gt;{{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 -->


<!-- Fill in the basic quest info here. DON'T use wikilinks ([[]]) in these fields -->
&lt;noinclude&gt;
  | story =  <!-- A summary of the quest story -->


  | realm  =
&lt;/noinclude&gt;
  | level  =
   | tasks = <!-- The tasks of the quest -->
   | class  = <!-- If the quest is only for a certain clas add it here -->
  | givenby =
  | xp      = <!-- put "None" if no xp given -->
  | gold    = <!-- put "None" if no gold given -->
  | items  = <!-- Put "None" if none given. Separate multiple items with commas -->


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


<!-- Tasks and story info -->
&lt;/noinclude&gt;}}&lt;/onlyinclude&gt;
 
  | 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) -->
&lt;/noinclude&gt;
}}&lt;/onlyinclude&gt;
</pre>
</pre>


Line 51: Line 35:




   | {{Quest/{{#switch:{{PAGENAME}}
   | {{Quest/{{#switch:{{localurl: {{PAGENAME}} }}
               | {{{realm}}} quests
               | {{localurl: {{{realm}}} Quests }}
               | Quests table = tablerow
               | {{localurl: Quests Table }} = tablerow
               | {{{givenby}}}
               | {{localurl: {{{givenby}}} }}
               | {{{realm}}} quests list
               | {{localurl: {{{realm}}} quests list }}
               | Quests list = listitem
               | {{localurl: Quests List }} = listitem
               | {{{name}}} = full
               | {{localurl: {{{name}}} }} = full
               | #default = il
               | #default = il
             }}
             }}
       | name = {{{name}}}    | {{{1|}}}
       | name = {{{name}}}    | {{{1|}}}
       | realm = {{{realm}}}  | level = {{{level}}} | class = {{{class|}}}
       | realm = {{{realm}}}  | level = {{{level}}} | class = {{{class|}}}
       | givenby = {{{givenby|}}}
       | givenby = {{{givenby|}}}  | position = {{{position|}}}
       | gold =  {{{gold|}}}  | xp =    {{{xp}}}    | items =   {{{items|}}}
       | gold =  {{{gold|}}}  | xp =    {{{xp}}}     
       | intro = {{{intro|}}}
      | items = {{{items|}}} | wmcoin = {{{wmcoin|}}}
       | intro = {{{intro|}}} | notes = {{{notes|}}}
      | story = {{{story|}}} | tasks = {{{tasks|}}}
       | task1 = {{{task1|}}} | text1 = {{{text1|}}}
       | task1 = {{{task1|}}} | text1 = {{{text1|}}}
       | task2 = {{{task2|}}} | text2 = {{{text2|}}}
       | task2 = {{{task2|}}} | text2 = {{{text2|}}}
Line 74: Line 60:
       | task8 = {{{task8|}}} | text8 = {{{text8|}}}
       | task8 = {{{task8|}}} | text8 = {{{text8|}}}
       | task9 = {{{task9|}}} | text9 = {{{text9|}}}
       | task9 = {{{task9|}}} | text9 = {{{text9|}}}
  }}  
      | task10 = {{{task10|}}} | text10 = {{{text10|}}}
      | task11 = {{{task11|}}} | text11 = {{{text11|}}}
      | task12 = {{{task12|}}} | text12 = {{{text12|}}}
      | task13 = {{{task13|}}} | text13 = {{{text13|}}}
      | task14 = {{{task14|}}} | text14 = {{{text14|}}}
      | task15 = {{{task15|}}} | text15 = {{{text15|}}}
      | task16 = {{{task16|}}} | text16 = {{{text16|}}}
      | task17 = {{{task17|}}} | text17 = {{{text17|}}}
      | task18 = {{{task18|}}} | text18 = {{{text18|}}}
      | task19 = {{{task19|}}} | text19 = {{{text19|}}}
      | task20 = {{{task20|}}} | text20 = {{{text20|}}}
    }}
}}</includeonly></onlyinclude>
}}</includeonly></onlyinclude>

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>