Template:Loot: Difference between revisions

From Regnum Online Wiki
Jump to navigation Jump to search
ROWiki>Saphirion
Saphirion moved page Template:Loot to Template:Loots
 
No edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#REDIRECT [[Template:Loots]]
<pre>
{{loot | {{{1|}}}
  | name      = {{subst:PAGENAME}}
  | type      =
  | part      =
  | weight    =
  | price    =
 
 
<!-- Obtained from: -->
  | mobs    =
 
}}
 
</pre>
<onlyinclude><includeonly><!--
-->{{loots/{{#switch: {{localurl: {{PAGENAME}} }}
                | #default = {{#if: {{{1|}}} | {{#explode: {{{1}}} | ; }} | full }}
              }}
    | {{{1|}}}
    | name      = {{{name}}}
    | type      = {{{type}}}
    | part      = {{{part}}}
    | weight    = {{{weight}}}
    | price    = {{{price}}}
    | mobs      = {{{mobs}}}
    | icon      = {{{icon|}}}
  }}<!--
--></includeonly></onlyinclude>

Latest revision as of 23:39, 6 November 2020

{{loot | {{{1|}}}
  | name      = {{subst:PAGENAME}}
  | type      =
  | part      =
  | weight    = 
  | price     =


<!-- Obtained from: -->
  | mobs    = 

}}