Template:Area: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Onteron
created
 
m 15 revisions imported
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre>
<pre>
{{area | {{{1|}}} | name = {{subst:PAGENAME}}
&lt;onlyinclude&gt;{{area | {{{1|}}} | name = {{subst:PAGENAME}}
   | realm =  
   | realm =
   | type =   <!-- village, town city, or leave blank -->
  | region = <!-- Beginner's Area, Inner Realm, or War Zone -->
   | left  =   | top =   | right =   | bottom =  
   | type   = <!-- village, town city, or leave blank -->
          <!-- Area boundaries -->
   | west =   | north =   | east =   | south =  
 
&lt;noinclude&gt;
&lt;noinclude&gt;
   | info = <!-- Type the main article content under here -->
   | info = <!-- Type the main article content under here -->


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


 
&lt;/noinclude&gt;}}&lt;/onlyinclude&gt;
&lt;/noinclude&gt;
}}
</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:{{PAGENAME}}
            | {{localurl: Creatures Table }} = iconshortname
                | {{{name}}} map = map
            | #default = {{#if: {{{1|}}} | {{{1}}} | creature }}
                | #default = full
          }}
              }}
    | {{{1|}}}
        | name = {{{name}}}
    | name   = {{{name}}}     | realm   = {{{realm}}}     
        | realm = {{{realm}}}    | type = {{{type|}}}  
    | region = {{{region|}}}  | type   = {{{type|}}}  
        | left  = {{{left|}}}    | top  = {{{top|}}}
    | west  = {{{west|}}}    | north  = {{{north|}}}
        | right = {{{right|}}}  | bottom = {{{bottom|}}}
    | east  = {{{east|}}}   | south   = {{{south|}}}
        | info = {{{info|}}}    | seealso = {{{seealso|}}}
    | 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>