Template:Profession/doc: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
mNo edit summary
Line 6:
==Usage==
 
Display Professionprofession clickpic (ex. {{PC|miner}})
 
<code><nowiki>{{PC|miner}}</nowiki></code>
<code><nowiki>{{Profession|miner}}</nowiki></code>
{{PC|miner}}
 
 
Display Profession clickpic and Level
 
Display profession clickpic and level (ex. {{PC|miner|10}})
 
<code><nowiki>{{PC|miner|10}}</nowiki></code>
<code><nowiki>{{Profession|miner|10}}</nowiki></code>
{{PC|miner|10}}
 
 
Display with Profession clickpic, Level, and Name
 
Display with Professionprofession clickpic, Levellevel, and Name (ex. {{PC|miner|100|1}})
 
<code><nowiki>{{PC|miner|100|1}}</nowiki></code>
<code><nowiki>{{Profession|miner|100|1}}</nowiki></code>
{{PC|miner|100|1}}
 
==Parameters==
<templatedata>
{
"description": "Displays a clickable profession nameicon alongthat withlinks itsto iconthe profession page. Useful for listing profession requirements or rewards",
"params": {
"1": {
"label": "Profession name",
"description": "The name of the Professionprofession to display. See https://brightershoreswiki.org/w/Professions for a list of available professions",
"type": "string",
"required": true,
Line 37 ⟶ 38:
},
"2": {
"label": "Profession AmountLevel/Exp",
"description": "AllowsOptional: you to specifySpecify a level or exp amount to display alongside the icon. Leave blank to display just icon and nameclickpic.",
"example": "50",
"type": "number",
Line 44 ⟶ 45:
},
"3": {
"label": "Show Labelprofession name",
"description": "Optional: Whether to show the profession labelname. Set to 1 to show the labelname, default is 0.",
"default": "0",
"autovalue": "0",

Revision as of 14:49, 27 November 2024

This is a documentation subpage for Template:Profession.
It contains usage information, categories, and other content that is not part of the original template page.

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

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