Template:Profession/doc: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 8:
Display Profession clickpic
<code><nowiki>{{
<code><nowiki>{{Profession|miner}}</nowiki></code>
{{PC|miner}}
Line 14:
Display Profession clickpic and Level
<code><nowiki>{{
<code><nowiki>{{Profession|miner|10}}</nowiki></code>
{{PC|miner|10}}
Line 20:
Display with Profession clickpic, Level, and Name
<code><nowiki>{{
<code><nowiki>{{Profession|miner|100|1}}</nowiki></code>
{{PC|miner|100|1}}
|
Revision as of 14:42, 27 November 2024
The Profession clickpic template displays a clickable profession icon that links to the profession page.
Usage
Display Profession clickpic
{{PC|miner}}
{{Profession|miner}}
Display Profession clickpic and Level
{{PC|miner|10}}
{{Profession|miner|10}}
10
Display with Profession clickpic, Level, and Name
{{PC|miner|100|1}}
{{Profession|miner|100|1}}
100 Miner
Parameters
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 |
Show Label | 3 | Whether to show the profession label. Set to 1 to show the label, default is 0.
| Boolean | suggested |