Template:Area: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Onteron
No edit summary
m 15 revisions imported
 
(9 intermediate revisions by 3 users not shown)
Line 15: Line 15:
</pre>
</pre>
<onlyinclude><includeonly><!--
<onlyinclude><includeonly><!--
-->{{#ifeq: {{#explode:{{{1|full}}}|;|0}} | field
-->{{area/{{#switch: {{localurl: {{PAGENAME}} }}
 
            | {{localurl: {{{name}}} map}} = map
    | <!-- To be implemented: returning a single field value -->
            | {{localurl: {{{name}}} }} = full
 
            | {{localurl: Creature/Table }}
    | {{area/{{#switch: {{localurl: {{PAGENAME}} }}
            | {{localurl: Creatures Table }} = iconshortname
                | {{localurl: {{{name}}} map}} = map
            | #default = {{#if: {{{1|}}} | {{{1}}} | creature }}
                | {{localurl: {{{name}}} }} = full
          }}
                | {{localurl: Creatures Table }} = icon
    | {{{1|}}}
                | #default = {{#explode: {{{1|creature}}} | ; | 0 }}
    | name  = {{{name}}}    | realm  = {{{realm}}}     
              }}
    | region = {{{region|}}}  | type    = {{{type|}}}  
        | {{{1|}}}
    | west  = {{{west|}}}    | north  = {{{north|}}}
        | name  = {{{name}}}    | realm  = {{{realm}}}     
    | east  = {{{east|}}}    | south  = {{{south|}}}
        | region = {{{region|}}}  | type    = {{{type|}}}  
    | info  = {{{info|}}}    | seealso = {{{seealso|}}}
        | west  = {{{west|}}}    | north  = {{{north|}}}
        | east  = {{{east|}}}    | south  = {{{south|}}}
        | info  = {{{info|}}}    | seealso = {{{seealso|}}}
      }}  
   }}<!--
   }}<!--
--></includeonly></onlyinclude>
--></includeonly></onlyinclude>

Latest revision as of 18:32, 6 November 2020

<onlyinclude>{{area | {{{1|}}} | name = {{subst:PAGENAME}}
  | realm  = 
  | region = <!-- Beginner's Area, Inner Realm, or War Zone -->
  | type   = <!-- village, town city, or leave blank -->
           <!-- Area boundaries -->
  | west =   | north =   | east =   | south = 

<noinclude>
  | info = <!-- Type the main article content under here -->

  | seealso = <!-- Type extra links as bullet points under here -->

</noinclude>}}</onlyinclude>