Template:Profession/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
Im Wired In (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{Documentation}} |
|||
Display Profession Icon |
|||
<code><nowiki>{{Profession|miner}}</nowiki></code> |
|||
⚫ | |||
⚫ | |||
<code><nowiki>{{Profession|miner|10}}</nowiki></code> |
|||
{{Profession|miner|10}} |
|||
⚫ | |||
<code><nowiki>{{Profession|miner|100|1}}</nowiki></code> |
|||
{{Profession|miner|100|1}} |
|||
<templatedata> |
<templatedata> |
||
{ |
{ |
||
Line 28: | Line 46: | ||
} |
} |
||
</templatedata> |
</templatedata> |
||
<pre> |
|||
⚫ | |||
⚫ | |||
⚫ | |||
</pre> |
Revision as of 08:15, 24 November 2024
Display Profession Icon
Display Profession Icon and Level
Display with Profession Icon, Level, and Name
{{Profession|miner|100|1}}
100 Miner
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 |