Editing Template:Profession
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
< |
<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 18: | Line 18: | ||
| 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: |
| #default = [[File:Guard small icon.png|18x18px]]}} {{#if:{{{1|}}} | [[{{ucfirst:{{{1|}}}}}]] | }}<noinclude> |
||
<templatedata> |
|||
{ |
|||
"params": { |
|||
"1": { |
|||
"example": "guard", |
|||
"type": "string", |
|||
"required": true, |
|||
"label": "Profession", |
|||
"description": "Name of the profession" |
|||
}, |
|||
"2": { |
|||
"example": "10", |
|||
"type": "number", |
|||
"required": true, |
|||
"label": "Profession Level/Exp Amount", |
|||
"description": "Level/Exp Amount of the profession", |
|||
"default": "1" |
|||
} |
|||
} |
|||
} |
|||
</templatedata> |
|||
</noinclude> |