Template:Profession: Difference between revisions
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)"> |
|||
<b style="padding: 0px 4px;">{{{2|}}}</b> |
|||
{{#switch: {{lc:{{{1|}}}}} |
|||
⚫ | |||
| 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]] |
||
⚫ | |||
}}{{{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> |