Template:Profession/doc: Difference between revisions
m
no edit summary
(Created page with "{{No documentation}} <templatedata> { "description": "Displays a profession name along with its icon. Useful for listing profession requirements or rewards", "params": { "1": { "label": "Profession name", "description": "The name of the Profession to display. See https://brightershoreswiki.org/w/Professions for a list of available professions", "type": "string", "required": true }, "2": { "label": "Profession Amount",...") |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1:
<templatedata>
{
Line 8 ⟶ 7:
"description": "The name of the Profession to display. See https://brightershoreswiki.org/w/Professions for a list of available professions",
"type": "string",
"required": true,
"suggestedvalues": ["guard", "chef", "fisher", "forager", "alchemist", "scout", "gatherer", "woodcutter", "carpenter", "minefighter", "bonewright", "miner", "blacksmith", "stonemason", "watchperson", "detective", "leatherworker", "merchant"]
},
"2": {
"label": "Profession Amount",
"description": "Allows you to specify a level or exp amount to display alongside the icon. Leave blank to display just icon and name.",
"example": "50",
"type": "number",
"suggested": true
},
"3": {
"label": "Hide Label",
"description": "Whether to hide the profession label. Set to 1 to hide the label, default is 0.",
"default": "0",
"autovalue": "0",
"type": "boolean",
"suggested": true
}
Line 19 ⟶ 28:
}
</templatedata>
<pre>
{{Profession|miner}} Displays Profession Name
{{Profession|miner|10}} Displays Profession Name and Level
{{Profession|miner|100|1}} Displays with Profession name hidden
</pre>
|