Ad placeholder

Template:Drop table gold: Difference between revisions

Jump to navigation Jump to search
update docs, rename param to chance from rarity
(actually full namespace is required)
(update docs, rename param to chance from rarity)
Line 1: Line 1:
<includeonly><onlyinclude>{{DropTableRow|icon={{DropTableGold/Icon|{{{lower}}} }}|item=Gold|quantity={{{lower}}}{{#if:{{{upper|}}}| &nbsp; - {{{upper}}} }}|rarity={{{rarity|Always}}}|note={{{note|}}} }}</onlyinclude></includeonly><noinclude>
<includeonly><onlyinclude>{{DropTableRow|icon={{DropTableGold/Icon|{{{lower}}} }}|item=Gold|quantity={{{lower}}}{{#if:{{{upper|}}}| &nbsp; - {{{upper}}} }}|rarity={{{chance|Always}}}|note={{{note|}}} }}</onlyinclude></includeonly><noinclude>


{{DropTableStart}}
{{DropTableStart}}
Line 18: Line 18:
"upper": {
"upper": {
"description": "(optional) The upper bound of the amount to be displayed."
"description": "(optional) The upper bound of the amount to be displayed."
},
"note": {
"description": "Can be used to provide a <ref/> note."
},
"chance": {
"description": "(optional) The chance that this is dropped.",
"default": "Always"
}
}
}
},
"paramOrder": [
"lower",
"upper",
"chance",
"note"
]
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Navigation menu