Template:DropsLine/doc: Difference between revisions
no edit summary
PinnacleHigh (talk | contribs) No edit summary |
PinnacleHigh (talk | contribs) No edit summary Tag: Manual revert |
||
Line 80:
A manual configuration of the item's image. Only use this parameter when the image name (minus extension) does not exactly match the item name. Casing is important, so be sure the <code>name</code> parameter also leads directly to the item's page. Do not add square brackets and the "File:" prefix. Just use "Name.png".
{{TemplateData|<templatedata>
{
"params": {
"name": {
"label": "Name",
"description": "Name of the item's article page",
"example": "Cabbage",
"type": "wiki-page-name",
"required": true
},
"quantity": {
"label": "Quantity",
"description": "Quantity of the item dropped by the source. Can be a comma-separated list and/or range. Include (noted) if it applies.",
"example": "1-10",
"type": "string",
"required": true
},
"frequency": {
"label": "Frequency",
"description": "Frequency of the item dropping. Frequency can either be a number or a category, a number is preferred.",
"example": "1/128",
"type": "string",
"required": true
},
"rarity": {
"label": "Rarity",
"description": "Rarity level of the item, such as Common, Uncommon, Rare, or Very rare.",
"example": "Common",
"type": "string",
"required": false
},
"image": {
"label": "Image",
"description": "A manual configuration of the item's image. Only use this parameter when the image name (minus extension) does not exactly match the item name.",
"example": "Cabbage.png",
"type": "wiki-file-name"
}
},
"description": "Template for an individual drop line inside drop tables.",
"format": "\n{{_|_=_}}\n"
}
</templatedata>}}
|