Editing Template:Profession/doc
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 7: | Line 7: | ||
"description": "The name of the Profession to display. See https://brightershoreswiki.org/w/Professions for a list of available professions", |
"description": "The name of the Profession to display. See https://brightershoreswiki.org/w/Professions for a list of available professions", |
||
"type": "string", |
"type": "string", |
||
"required": true |
"required": true |
||
"suggestedvalues": ["guard", "chef", "fisher", "forager", "alchemist", "scout", "gatherer", "woodcutter", "carpenter", "minefighter", "bonewright", "miner", "blacksmith", "stonemason", "watchperson", "detective", "leatherworker", "merchant"] |
|||
}, |
}, |
||
"2": { |
"2": { |
||
"label": "Profession Amount", |
"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.", |
"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", |
"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 |
"suggested": true |
||
} |
} |
||
Line 28: | Line 18: | ||
} |
} |
||
</templatedata> |
</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> |