Template:Npc: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Onteron
No edit summary
ROWiki>G.Slack
No edit summary
Line 6: Line 6:
<pre>
<pre>
&lt;onlyinclude&gt;{{npc | {{{1|}}} | name = {{subst:PAGENAME}}
&lt;onlyinclude&gt;{{npc | {{{1|}}} | name = {{subst:PAGENAME}}
  | image      =
   | realm      =  
   | realm      =  
   | area      =  
   | area      =  
Line 35: Line 36:
         | {{{1| {{{data|}}} }}} |
         | {{{1| {{{data|}}} }}} |
         | data =  {{{data| {{{1|}}} }}} | name = {{{name}}}
         | data =  {{{data| {{{1|}}} }}} | name = {{{name}}}
        | image = {{{image}}}
         | realm = {{{realm}}} | area = {{{area}}}  
         | realm = {{{realm}}} | area = {{{area}}}  
         | x =    {{{x}}}    | z =    {{{z}}}
         | x =    {{{x}}}    | z =    {{{z}}}

Revision as of 00:37, 15 March 2010

To add a NPC article, just type the name of the NPC in the box and press create:

<createbox>
   preload=Project:Preload Templates/NPC/Content
 editintro=Project:Preload Templates/NPC/Intro
 buttonlabel=Create
 width=50
 break=no

</createbox>


Alternatively copy the following into a new article and fill in the parameters:

<onlyinclude>{{npc | {{{1|}}} | name = {{subst:PAGENAME}}
  | image      =
  | realm      = 
  | area       = 
  | profession = 
  | x =   | z = 
  | class      = 
  | race       = 
  | sex        = 

<noinclude>
  | info = <!-- Type the character article here -->

</noinclude>}}</onlyinclude>