Editing User:Californ1a/T/Professions/doc
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 4: | Line 4: | ||
<pre> |
<pre> |
||
{{User:Californ1a/T/Professions |
{{User:Californ1a/T/Professions |
||
|vertical = "yes" or "no" to swap whether the level is displayed below the icon or beside it |
|vertical = "yes" or "no" to swap whether the level is displayed below the icon or beside it. |
||
|free = "yes" or "no" to display only free episodes; default "no" if not provided. |
|||
|<profession> = <level> |
|<profession> = <level> |
||
}} |
}} |
||
Line 101: | Line 100: | ||
|leatherworker = 10 |
|leatherworker = 10 |
||
|merchant = 10 |
|merchant = 10 |
||
}} |
|||
===Free=== |
|||
<pre>{{User:Californ1a/T/Professions |
|||
|free = yes |
|||
|guard = 10 |
|||
|chef = 10 |
|||
|fisher = 10 |
|||
|forager = 10 |
|||
|alchemist = 10 |
|||
|scout = 10 |
|||
|gatherer = 10 |
|||
|woodcutter = 10 |
|||
|carpenter = 10 |
|||
}}</pre> |
|||
Produces: |
|||
{{User:Californ1a/T/Professions |
|||
|free = yes |
|||
|guard = 10 |
|||
|chef = 10 |
|||
|fisher = 10 |
|||
|forager = 10 |
|||
|alchemist = 10 |
|||
|scout = 10 |
|||
|gatherer = 10 |
|||
|woodcutter = 10 |
|||
|carpenter = 10 |
|||
}} |
}} |
||
Line 140: | Line 111: | ||
"label": "Vertical", |
"label": "Vertical", |
||
"description": "Whether to have the profession level below the icon or beside it", |
"description": "Whether to have the profession level below the icon or beside it", |
||
"example": "yes", |
|||
"type": "boolean", |
|||
"default": "no" |
|||
}, |
|||
"free": { |
|||
"label": "Free", |
|||
"description": "Whether to display only the free episodes", |
|||
"example": "yes", |
"example": "yes", |
||
"type": "boolean", |
"type": "boolean", |