Template:Profession: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "<p style="color: var(--wikitable-header-bg)"> {{#switch: {{{1|}}} | #default = 18x18px | guard = 18x18px | chef = 18x18px | fisher = 18x18px | forager = 18x18px | alchemist = 18x18px | scout = 18x18px | gatherer = File:Gatherer small icon.png|18x18p...")
 
No edit summary
Line 1: Line 1:
<p>
<p style="color: var(--wikitable-header-bg)">
{{#switch: {{{1|}}}
<b style="padding: 0px 4px;">{{{2|}}}</b>
{{#switch: {{lc:{{{1|}}}}}
| #default = [[File:Guard small icon.png|18x18px]]
| guard = [[File:Guard small icon.png|18x18px]]
| guard = [[File:Guard small icon.png|18x18px]]
| chef = [[File:Chef small icon.png|18x18px]]
| chef = [[File:Chef small icon.png|18x18px]]
Line 20: Line 20:
| leatherworker = [[File:Leatherworker small icon.png|18x18px]]
| leatherworker = [[File:Leatherworker small icon.png|18x18px]]
| merchant = [[File:Merchant small icon.png|18x18px]]
| merchant = [[File:Merchant small icon.png|18x18px]]
| #default = [[File:Chef small icon.png|18x18px]]
}}{{{2|}}} {{{1|}}}
}} {{#if: {{{3|}}} | [[{{ucfirst:{{{1|}}}}}]] | }}
</p>
</p>
<noinclude>
<noinclude>
Line 37: Line 38:
"type": "number",
"type": "number",
"required": true,
"required": true,
"label": "Profession Level",
"label": "Profession Level/Exp Amount",
"description": "Level of the profession",
"description": "Level/Exp Amount of the profession",
"default": "1"
"default": "1"
},
"3": {
"label": "Show Name",
"description": "Whether to show profession name",
"type": "boolean",
"default": "True",
"suggested": true
}
}
}
},
"paramOrder": [
"1",
"2",
"3"
]
}
}
</templatedata>
</templatedata>

Revision as of 08:53, 15 November 2024

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Profession1

Name of the profession

Example
guard
Stringrequired
Profession Level/Exp Amount2

Level/Exp Amount of the profession

Default
1
Example
10
Numberrequired
Show Name3

Whether to show profession name

Default
True
Booleansuggested