Template:Armor: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Bullfrog245
mNo edit summary
m 32 revisions imported
 
(25 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<pre>
<pre>
{{accessory | {{{1|}}} | name = {{subst:PAGENAME}}
{{armor | {{{1|}}}
   | type   =  
  | name     = {{subst:PAGENAME}}
   | level  =  
   | type     =
   | bonuses =  
  | armor    =  
   | level     =
   | slashing  =
  | piercing  =
  | blunt    =
  | fire      =
  | ice      =
  | lightning =
  | weight    =  
   | 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 }}
               }}
               }}
     | {{{1|}}}                 | name   = {{{name}}}    
     | {{{1|}}}
     | type   = {{{type}}}    | level   = {{{level|}}}     
    | name     = {{{name}}}
     | bonuses = {{{bonuses|}}}  
     | type     = {{{type}}}
     | alsius = {{{alsius|}}} | ignis   = {{{ignis|}}}
    | armor     = {{{armor|}}}
     | syrtis = {{{syrtis|}}} | notes   = {{{notes|}}}
    | level     = {{{level|}}}
    | slashing  = {{{slashing|}}}
    | 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     = 

}}