Template:Armor: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Bullfrog245
mNo edit summary
m 32 revisions imported
 
(24 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<pre>
<pre>
{{accessory | {{{1|}}}
{{armor | {{{1|}}}
   | name = {{subst:PAGENAME}}
   | name     = {{subst:PAGENAME}}
  | name      =
   | type      =  
   | type      =  
   | armor    =  
   | armor    =  
Line 12: Line 11:
   | ice      =  
   | ice      =  
   | lightning =  
   | lightning =  
  | weight    =
   | bonuses  =  
   | bonuses  =  
  | wmcoins  =
<!-- Obtained from: -->
<!-- Obtained from: -->
   | alsius =  
   | alsius   =  
   | ignis   =  
   | ignis     =  
   | syrtis =  
   | syrtis   =  


   | notes   =  
   | notes     =  


}}
}}
</pre>
</pre>
<onlyinclude><includeonly><!--
<onlyinclude><includeonly><!--
-->{{accessory/{{#switch: {{localurl: {{PAGENAME}} }}
-->{{armor/{{#switch: {{FULLPAGENAME}}
                | {{{name}}} = fullpage
                 | #default = {{#if: {{{1|}}} | {{#explode: {{{1}}} | ; }} | full }}
                 | #default = {{#if: {{{1|}}} | {{#explode: {{{1}}} | ; }} | full }}
               }}
               }}
Line 29: Line 31:
     | name      = {{{name}}}
     | name      = {{{name}}}
     | type      = {{{type}}}
     | type      = {{{type}}}
     | armor    = {{{armor}}}
     | armor    = {{{armor|}}}
     | level    = {{{level|}}}
     | level    = {{{level|}}}
     | slashing  = {{{slashing}}}
     | slashing  = {{{slashing|}}}
     | piercing  = {{{piercing}}}
     | piercing  = {{{piercing|}}}
     | blunt    = {{{blunt}}}
     | blunt    = {{{blunt|}}}
     | fire      = {{{fire}}}
     | fire      = {{{fire|}}}
     | ice      = {{{ice}}}
     | ice      = {{{ice|}}}
     | lightning = {{{lightning}}}
     | lightning = {{{lightning|}}}
    | weight    = {{{weight|}}}
     | bonuses  = {{{bonuses|}}}
     | bonuses  = {{{bonuses|}}}
    | wmcoins  = {{{wmcoins|}}}
    | icon      = {{{icon|}}}
    | image    = {{{image|}}}
     | alsius    = {{{alsius|}}}
     | alsius    = {{{alsius|}}}
     | ignis    = {{{ignis|}}}
     | ignis    = {{{ignis|}}}

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     = 

}}