Template:Armor: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Bullfrog245
Added template
 
m 32 revisions imported
 
(33 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 = Fur Breastplate
              }}
     | Name = {{{name}}}
     | {{{1|}}}
     | Level = {{{level}}}
    | name      = {{{name}}}
     | Armor = {{{armor|}}}
     | type      = {{{type}}}
     | Slashing = {{{slashing|}}}
     | armor    = {{{armor|}}}
     | Piercing = {{{piercing|}}}
     | level    = {{{level|}}}
     | Blunt = {{{blunt|}}}
     | slashing  = {{{slashing|}}}
     | Fire = {{{fire|}}}
     | piercing  = {{{piercing|}}}
     | Ice = {{{ice|}}}
     | blunt    = {{{blunt|}}}
     | Electric = {{{electric|}}}
     | fire      = {{{fire|}}}
     | Weight = {{{weight|}}}
     | ice      = {{{ice|}}}
     | alsius = {{{alsius|}}}
     | lightning = {{{lightning|}}}
     | ignis   = {{{ignis|}}}
     | weight    = {{{weight|}}}
     | syrtis = {{{syrtis|}}}
    | bonuses  = {{{bonuses|}}}
     | notes   ={{{notes|}}}
    | 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     = 

}}