Template:Ring: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Krusty k
 
m (5 revisions imported)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
#REDIRECT [[Template:Rings]]
<pre>
{{ring | {{{1|}}}
  | name      = {{subst:PAGENAME}}
  | type      =
  | level    =
  | slashing  =
  | piercing  =
  | blunt    =
  | fire      =
  | ice      =
  | lightning =
  | weight    =
  | health    =
  | mana      =
<!-- Obtained from: -->
  | alsius    =
  | ignis    =
  | syrtis    =
 
  | notes    =
 
}}
</pre>
<onlyinclude><includeonly><!--
-->{{rings/{{#switch: {{localurl: {{PAGENAME}} }}
                | #default = {{#if: {{{1|}}} | {{#explode: {{{1}}} | ; }} | full }}
              }}
    | {{{1|}}}
    | name      = {{{name}}}
    | type      = {{{type}}}
    | level    = {{{level|}}}
    | health    = {{{health}}}
    | mana      = {{{mana}}}
    | slashing  = {{{slashing|}}}
    | piercing  = {{{piercing|}}}
    | blunt    = {{{blunt|}}}
    | fire      = {{{fire|}}}
    | ice      = {{{ice|}}}
    | lightning = {{{lightning|}}}
    | weight    = {{{weight|}}}
    | bonuses  = {{{bonuses|}}}
    | icon      = {{{icon|}}}
    | alsius    = {{{alsius|}}}
    | ignis    = {{{ignis|}}}
    | syrtis    = {{{syrtis|}}}
    | notes    = {{{notes|}}}
  }}<!--
--></includeonly></onlyinclude>

Latest revision as of 00:32, 15 November 2020

{{ring | {{{1|}}}
  | name      = {{subst:PAGENAME}}
  | type      = 
  | level     = 
  | slashing  = 
  | piercing  = 
  | blunt     = 
  | fire      = 
  | ice       = 
  | lightning = 
  | weight    = 
  | health    = 
  | mana      = 
<!-- Obtained from: -->
  | alsius    = 
  | ignis     = 
  | syrtis    = 

  | notes     = 

}}