Template:Profession: Difference between revisions
No edit summary |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1:
<includeonly>{{#if:{{{2|}}}
| guard = [[File:Guard small icon.png|
| chef = [[File:Chef small icon.png|
| fisher = [[File:Fisher small icon.png|
| forager = [[File:Forager small icon.png|
| alchemist = [[File:Alchemist small icon.png|
| scout = [[File:Scout small icon.png|
| gatherer = [[File:Gatherer small icon.png|
| woodcutter = [[File:Woodcutter small icon.png|
| carpenter = [[File:Carpenter small icon.png|
| minefighter = [[File:Minefighter small icon.png|
| bonewright = [[File:Bonewright small icon.png|
| miner = [[File:Miner small icon.png|
| blacksmith = [[File:Blacksmith small icon.png|
| stonemason = [[File:Stonemason small icon.png|
| watchperson = [[File:Watchperson small icon.png|
| detective = [[File:Detective small icon.png|
| leatherworker = [[File:Leatherworker small icon.png|
| merchant = [[File:Merchant small icon.png|
| shieldbearer = [[File:Shieldbearer small icon.png|21x21px|link=Shieldbearer]]
| #default = [[File:Unknown episode infobox icon.png|18x18px]]}} {{#ifeq: {{{3|}}} | 1 | | {{#if:{{{1|}}} | [[{{ucfirst:{{{1|}}}}}]] | {{Unknown}} }}}}<noinclude>{{/doc}}</noinclude>▼
| builder = [[File:Builder small icon.png|21x21px|link=Builder]]
| armorer = [[File:Armorer small icon.png|21x21px|link=Armorer]]
| unknown_gathering = [[File:Unknown Gathering small icon.png|21x21px|link=Unknown Gathering]]
| #default = [[File:Professions small icon.png|21x21px|link=Professions]]
▲
|
Latest revision as of 08:32, 26 November 2024
The Profession clickpic template displays a clickable profession icon that links to the profession page.
Usage
Display profession clickpic (ex. )
{{PC|miner}}
{{Profession|miner}}
Display profession clickpic and level (ex. 10 )
{{PC|miner|10}}
{{Profession|miner|10}}
Display with profession clickpic, level, and Name (ex. 100 Miner)
{{PC|miner|100|1}}
{{Profession|miner|100|1}}
Parameters
Displays a clickable profession icon that links to the profession page. Useful for listing profession requirements or rewards
Parameter | Description | Type | Status | |
---|---|---|---|---|
Profession | 1 | The profession to display. See https://brightershoreswiki.org/w/Professions for a list of available professions
| String | required |
Level/Exp | 2 | Optional: Specify a level or exp amount to display alongside the clickpic.
| Number | suggested |
Show profession name | 3 | Optional: Whether to show the profession name. Set to 1 to show the name, default is 0.
| Boolean | suggested |