Template:Armor: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Bullfrog245
mNo edit summary
m 32 revisions imported
 
(31 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Template for [[armor|armor]] articles.
{{new weapon box}}
Alternatively copy this text into a new article.
<pre>
<pre>
&lt;onlyinclude&gt;{{armor | {{{1|}}} | name = {{subst:PAGENAME}}
{{armor | {{{1|}}}
   | Name =  
  | name     = {{subst:PAGENAME}}
   | Level =  
   | type      =
   | Armor =  
  | armor    =  
   | Slashing =  
   | level    =  
   | Piercing =  
   | slashing  =  
   | Blunt =  
   | piercing  =  
   | Fire =  
   | blunt    =  
   | Ice =  
   | fire      =  
   | Electric =  
   | ice      =  
   | Weight =  
   | lightning =  
 
   | weight    =  
   | bonuses  =  
  | wmcoins  =
<!-- Obtained from: -->
<!-- Obtained from: -->
   | alsius =  
   | alsius   =  
   | ignis   =  
   | ignis     =  
   | syrtis =  
   | syrtis   =  


   | notes   =  
   | notes     =  


}}&lt;/onlyinclude&gt;
}}
</pre>
</pre>
<onlyinclude><includeonly><!--
<onlyinclude><includeonly><!--
-->{{armor/{{#switch: {{localurl: {{PAGENAME}} }}
-->{{armor/{{#switch: {{FULLPAGENAME}}
                | #default = {{#if: {{{1|}}} | {{#explode: {{{1}}} | ; }} | full }}
                | {{{name}}} = fullpage
              }}
                | #default = {{#if: {{{1|}}} | {{#explode: {{{1}}} | ; }} | full }}
     | {{{1|}}}                   | Name = {{{name}}}
              }}
     | Level = {{{level}}}       | Armor = {{{armor|}}}
     | {{{1|}}}
     | Slashing = {{{slashing|}}} | Piercing = {{{piercing|}}}
    | name      = {{{name}}}
     | Blunt = {{{blunt|}}}       | Fire = {{{fire|}}}
     | type      = {{{type}}}
     | Ice = {{{ice|}}}           | Electric = {{{electric|}}}
    | armor    = {{{armor|}}}
     | Weight = {{{weight|}}}    | alsius = {{{alsius|}}}
     | level    = {{{level|}}}
     | ignis = {{{ignis|}}}       | syrtis = {{{syrtis|}}}
    | slashing  = {{{slashing|}}}
     | notes ={{{notes|}}}
    | piercing  = {{{piercing|}}}
     | blunt    = {{{blunt|}}}
    | fire      = {{{fire|}}}
     | ice      = {{{ice|}}}
    | lightning = {{{lightning|}}}
     | weight    = {{{weight|}}}
    | bonuses  = {{{bonuses|}}}
    | wmcoins  = {{{wmcoins|}}}
    | icon      = {{{icon|}}}
    | image     = {{{image|}}}
    | alsius   = {{{alsius|}}}
     | ignis     = {{{ignis|}}}
    | syrtis   = {{{syrtis|}}}
     | notes     = {{{notes|}}}
   }}<!--
   }}<!--
--></includeonly></onlyinclude>
--></includeonly></onlyinclude>

Latest revision as of 18:08, 6 November 2020

{{armor | {{{1|}}}
  | name      = {{subst:PAGENAME}}
  | type      = 
  | armor     = 
  | level     = 
  | slashing  = 
  | piercing  = 
  | blunt     = 
  | fire      = 
  | ice       = 
  | lightning = 
  | weight    = 
  | bonuses   = 
  | wmcoins   = 
<!-- Obtained from: -->
  | alsius    = 
  | ignis     = 
  | syrtis    = 

  | notes     = 

}}