Template:Armor: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Bullfrog245
m Changed electric to lightning
m 32 revisions imported
 
(29 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     =  
   | ice       =  
   | lightning =  
   | lightning =  
   | weight =  
   | 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|}}}           | lightning = {{{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     = 

}}