Template:Armor: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>100PercentRatedR
mNo edit summary
m 32 revisions imported
 
(15 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<pre>
<pre>
&lt;onlyinclude&gt;{{armor | {{{1|}}}
{{armor | {{{1|}}}
   | name      = {{subst:PAGENAME}}
   | name      = {{subst:PAGENAME}}
   | type      =  
   | type      =  
Line 13: Line 13:
   | weight    =  
   | weight    =  
   | bonuses  =  
   | bonuses  =  
  | wmcoins  =
<!-- Obtained from: -->
<!-- Obtained from: -->
   | alsius    =  
   | alsius    =  
Line 20: Line 21:
   | notes    =  
   | notes    =  


}}</onlyinclude>
}}
</pre>
</pre>
<onlyinclude><includeonly><!--
<onlyinclude><includeonly><!--
-->{{armor/{{#switch: {{localurl: {{PAGENAME}} }}
-->{{armor/{{#switch: {{FULLPAGENAME}}
                | {{{name}}} = fullpage
                 | #default = {{#if: {{{1|}}} | {{#explode: {{{1}}} | ; }} | full }}
                 | #default = {{#if: {{{1|}}} | {{#explode: {{{1}}} | ; }} | full }}
               }}
               }}
Line 39: Line 41:
     | weight    = {{{weight|}}}
     | weight    = {{{weight|}}}
     | bonuses  = {{{bonuses|}}}
     | bonuses  = {{{bonuses|}}}
    | wmcoins  = {{{wmcoins|}}}
     | icon      = {{{icon|}}}
     | icon      = {{{icon|}}}
    | image    = {{{image|}}}
     | alsius    = {{{alsius|}}}
     | alsius    = {{{alsius|}}}
     | ignis    = {{{ignis|}}}
     | ignis    = {{{ignis|}}}
     | syrtis    = {{{syrtis|}}}
     | syrtis    = {{{syrtis|}}}
  &lt;noinclude&gt;
     | notes    = {{{notes|}}}
     | notes    = {{{notes|}}}
   &lt;/noinclude&gt;}}<!--
   }}<!--
--></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     = 

}}