Template:Armor: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Bullfrog245
mNo edit summary
ROWiki>Bullfrog245
m Made variables lowercase
Line 7: Line 7:
<pre>
<pre>
&lt;onlyinclude&gt;{{armor | {{{1|}}} | name = {{subst:PAGENAME}}
&lt;onlyinclude&gt;{{armor | {{{1|}}} | name = {{subst:PAGENAME}}
   | Name =  
   | name =  
   | Level =  
   | level =  
   | Armor =  
   | armor =  
   | Slashing =  
   | slashing =  
   | Piercing =  
   | piercing =  
   | Blunt =  
   | blunt =  
   | Fire =  
   | fire =  
   | Ice =  
   | ice =  
   | Electric =  
   | electric =  
   | Weight =  
   | weight =  


<!-- Obtained from: -->
<!-- Obtained from: -->
Line 31: Line 31:
                 | #default = {{#if: {{{1|}}} | {{#explode: {{{1}}} | ; }} | full }}
                 | #default = {{#if: {{{1|}}} | {{#explode: {{{1}}} | ; }} | full }}
               }}
               }}
     | {{{1|}}}                  | Name = {{{name}}}
     | {{{1|}}}                  | name = {{{name}}}
     | Level = {{{level}}}        | Armor = {{{armor|}}}
     | level = {{{level}}}        | armor = {{{armor|}}}
     | Slashing = {{{slashing|}}} | Piercing = {{{piercing|}}}
     | slashing = {{{slashing|}}} | piercing = {{{piercing|}}}
     | Blunt = {{{blunt|}}}      | Fire = {{{fire|}}}
     | blunt = {{{blunt|}}}      | fire = {{{fire|}}}
     | Ice = {{{ice|}}}          | Electric = {{{electric|}}}
     | ice = {{{ice|}}}          | electric = {{{electric|}}}
     | Weight = {{{weight|}}}    | alsius  = {{{alsius|}}}
     | weight = {{{weight|}}}    | alsius  = {{{alsius|}}}
     | ignis = {{{ignis|}}}      | syrtis  = {{{syrtis|}}}
     | ignis = {{{ignis|}}}      | syrtis  = {{{syrtis|}}}
     | notes ={{{notes|}}}
     | notes ={{{notes|}}}
   }}<!--
   }}<!--
--></includeonly></onlyinclude>
--></includeonly></onlyinclude>

Revision as of 21:02, 19 January 2010

Template for armor articles.

Template:New weapon box

Alternatively copy this text into a new article.

<onlyinclude>{{armor | {{{1|}}} | name = {{subst:PAGENAME}}
  | name = 
  | level = 
  | armor = 
  | slashing = 
  | piercing = 
  | blunt = 
  | fire = 
  | ice = 
  | electric = 
  | weight = 

<!-- Obtained from: -->
  | alsius  = 
  | ignis   = 
  | syrtis  = 

  | notes   = 

}}</onlyinclude>