Template:AddLoot: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
(15 intermediate revisions by the same user not shown)
Line 4: Line 4:
   |LootKey=String
   |LootKey=String
   |Item=Page
   |Item=Page
   |Quantity=Integer
   |MinimumQuantity=Integer
  |MaximumQuantity=Integer
   |Rarity=String
   |Rarity=String
}}</noinclude>
  |RaritySort=Integer
<includeonly>{{#cargo_store:
}}</noinclude><includeonly><span style="display:none">{{#cargo_store:
   _table=LootTable
   _table=LootTable
   |Source={{FULLPAGENAME}}
   |Source={{FULLPAGENAMEE}}
   |LootKey={{lc:{{#replace:{{#replace:{{#replace:{{{alt|{{PAGENAMEE}}}}}|%27|}}|_|}}}}}}
   |LootKey={{lc:{{#replace:{{#replace:{{#replace:{{{alt|{{PAGENAMEE}}}}}|%27|}}|_|}}}}}}
   |Item={{{item}}}
   |Item={{{item}}}
   |Quantity={{{quantity|1}}}
   |MinimumQuantity={{{minquantity|1}}}
  |MaximumQuantity={{#if:{{{maxquantity|}}}|{{{maxquantity}}}|{{{minquantity|1}}}}}
   |Rarity={{{rarity|Unknown}}}
   |Rarity={{{rarity|Unknown}}}
}}</includeonly>
  |RaritySort={{#invoke:RarityHandler|getSortValue|{{{rarity|Unknown}}}}}
}}</span></includeonly>