Template:Profession: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
(default to icon only, slightly larger, icon links to page instead of file)
Line 1:
{{{2|}}} {{#switch: {{lc:{{{1|}}}}}
| guard = [[File:Guard small icon.png|18x18px21x21px|link=Guard]]
| chef = [[File:Chef small icon.png|18x18px21x21px|link=Chef]]
| fisher = [[File:Fisher small icon.png|18x18px21x21px|link=Fisher]]
| forager = [[File:Forager small icon.png|18x18px21x21px|link=Forager]]
| alchemist = [[File:Alchemist small icon.png|18x18px21x21px|link=Alchemist]]
| scout = [[File:Scout small icon.png|18x18px21x21px|link=Scout]]
| gatherer = [[File:Gatherer small icon.png|18x18px21x21px|link=Gatherer]]
| woodcutter = [[File:Woodcutter small icon.png|18x18px21x21px|link=Woodcutter]]
| carpenter = [[File:Carpenter small icon.png|18x18px21x21px|link=Carpenter]]
| minefighter = [[File:Minefighter small icon.png|18x18px21x21px|link=Minefighter]]
| bonewright = [[File:Bonewright small icon.png|18x18px21x21px|link=Bonewright]]
| miner = [[File:Miner small icon.png|18x18px21x21px|link=Miner]]
| blacksmith = [[File:Blacksmith small icon.png|18x18px21x21px|link=Blacksmith]]
| stonemason = [[File:Stonemason small icon.png|18x18px21x21px|link=Stonemason]]
| watchperson = [[File:Watchperson small icon.png|18x18px21x21px|link=Watchperson]]
| detective = [[File:Detective small icon.png|18x18px21x21px|link=Detective]]
| leatherworker = [[File:Leatherworker small icon.png|18x18px21x21px|link=Leatherworker]]
| merchant = [[File:Merchant small icon.png|18x18px21x21px|link=Merchant]]
| #default = [[File:UnknownProfessions episode infoboxsmall icon.png|18x18px21x21px|link=Professions]]}} {{#ifeq: {{{3|}}} | 1 | | {{#if:{{{1|}}} | [[{{ucfirst:{{{1|}}}}}]] | {{Unknown}} }} | }}<noinclude>{{/doc}}</noinclude>

Revision as of 01:07, 23 November 2024

Template documentation
This documentation is transcluded from Template:Profession/doc. [edit] [history] [purge]

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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Profession1

The profession to display. See https://brightershoreswiki.org/w/Professions for a list of available professions

Suggested values
guard chef fisher forager alchemist scout gatherer woodcutter carpenter minefighter bonewright miner blacksmith stonemason watchperson detective leatherworker merchant shieldbearer builder armorer unknown_gathering
Stringrequired
Level/Exp2

Optional: Specify a level or exp amount to display alongside the clickpic.

Example
50
Numbersuggested
Show profession name3

Optional: Whether to show the profession name. Set to 1 to show the name, default is 0.

Default
0
Auto value
0
Booleansuggested