Template:Profession: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
mNo edit summary |
mNo edit summary |
||
Line 18: | Line 18: | ||
| leatherworker = [[File:Leatherworker small icon.png|18x18px]] |
| leatherworker = [[File:Leatherworker small icon.png|18x18px]] |
||
| merchant = [[File:Merchant small icon.png|18x18px]] |
| merchant = [[File:Merchant small icon.png|18x18px]] |
||
| #default = [[File:Guard small icon.png|18x18px]]}} {{#if:{{{1|}}} | [[{{ucfirst:{{{1|}}}}}]] | }} |
| #default = [[File:Guard small icon.png|18x18px]]}} {{#if:{{{1|}}} | [[{{ucfirst:{{{1|}}}}}]] | }} |
||
<noinclude>{{/doc}}</noinclude> |
|||
<templatedata> |
|||
{ |
|||
"params": { |
|||
"1": { |
|||
"example": "guard", |
|||
"type": "string", |
|||
"required": true, |
|||
"label": "Profession", |
|||
"description": "Name of the profession" |
|||
}, |
|||
"2": { |
|||
"example": "10", |
|||
"type": "number", |
|||
"required": true, |
|||
"label": "Profession Level/Exp Amount", |
|||
"description": "Level/Exp Amount of the profession", |
|||
"default": "1" |
|||
} |
|||
} |
|||
} |
|||
</templatedata> |
|||
</noinclude> |
Revision as of 04:04, 16 November 2024
Displays a profession name along with its icon. Useful for listing profession requirements or rewards
Parameter | Description | Type | Status | |
---|---|---|---|---|
Profession name | 1 | The name of the Profession to display. See https://brightershoreswiki.org/w/Professions for a list of available professions
| String | required |
Profession Amount | 2 | Allows you to specify a level or exp amount to display alongside the icon. Leave blank to display just icon and name.
| Number | suggested |
Hide Label | 3 | Whether to hide the profession label. Set to 1 to hide the label, default is 0.
| Boolean | suggested |
{{Profession|miner}} Displays Profession Name {{Profession|miner|10}} Displays Profession Name and Level {{Profession|miner|100|1}} Displays with Profession name hidden