User:Californ1a/T/Professions: Difference between revisions
Californ1a (talk | contribs) mNo edit summary |
Californ1a (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#vardefine:size|20px}}<!-- |
<includeonly>{{#vardefine:size|20px}}<!-- |
||
-->{{#vardefine:ep icon size|16px}}<!-- |
|||
-->{{#vardefine:vert|{{yesno|{{{vertical|}}}|blank=no|false=no|true=yes}}}}<!-- |
-->{{#vardefine:vert|{{yesno|{{{vertical|}}}|blank=no|false=no|true=yes}}}}<!-- |
||
-->{{#vardefine:watchperson|{{{watchperson|{{{watchman|{{{watchwoman|0}}}}}}}}}}}<!-- |
-->{{#vardefine:watchperson|{{{watchperson|{{{watchman|{{{watchwoman|0}}}}}}}}}}}<!-- |
||
Line 8: | Line 9: | ||
-->{{#vardefine:crenopolis|{{#expr:{{#var:watchperson}}+{{{detective|0}}}+{{{leatherworker|0}}}+{{{merchant|0}}}}}}} |
-->{{#vardefine:crenopolis|{{#expr:{{#var:watchperson}}+{{{detective|0}}}+{{{leatherworker|0}}}+{{{merchant|0}}}}}}} |
||
{| class="" |
{| class="" |
||
|+ style="font-weight:bold" | Professions ({{#expr:{{#var:hopeport}}+{{#var:hopeforest}}+{{#var:mantuban}}+{{#var:crenopolis}}}}) |
|+ style="font-weight:bold" | {{Plink|Professions|pic=Professions icon|size={{#var:ep icon size}}}} ({{#expr:{{#var:hopeport}}+{{#var:hopeforest}}+{{#var:mantuban}}+{{#var:crenopolis}}}}) |
||
| |
| |
||
{| class="wikitable center" style="margin:0;padding:0" |
{| class="wikitable center" style="margin:0;padding:0" |
||
!colspan="5" style="background-color:#b99f46" | Hopeport ({{#var:hopeport}}) |
!colspan="5" style="background-color:#b99f46" | {{Plink|Hopeport|pic=Hopeport episode icon|size={{#var:ep icon size}}}} ({{#var:hopeport}}) |
||
{{#ifeq:{{#var:vert}}|no| |
{{#ifeq:{{#var:vert}}|no| |
||
{{!}}- |
{{!}}- |
||
Line 37: | Line 38: | ||
| |
| |
||
{| class="wikitable center" style="margin:0;padding:0" |
{| class="wikitable center" style="margin:0;padding:0" |
||
!colspan="4" style="background-color:#84b876" | Hopeforest ({{#var:hopeforest}}) |
!colspan="4" style="background-color:#84b876" | {{Plink|Hopeforest|pic=Hopeforest episode icon|size={{#var:ep icon size}}}} ({{#var:hopeforest}}) |
||
{{#ifeq:{{#var:vert}}|no| |
{{#ifeq:{{#var:vert}}|no| |
||
{{!}}- |
{{!}}- |
||
Line 63: | Line 64: | ||
{{!}} |
{{!}} |
||
{{{!}} class="wikitable center" style="margin:0;padding:0" |
{{{!}} class="wikitable center" style="margin:0;padding:0" |
||
!colspan="5" style="background-color:#68ABF1" {{!}} Mine of Mantuban ({{#var:mantuban}}) |
!colspan="5" style="background-color:#68ABF1" {{!}} {{Plink|Mine of Mantuban|pic=Mine of Mantuban episode icon|size={{#var:ep icon size}}}} ({{#var:mantuban}}) |
||
{{#ifeq:{{#var:vert}}|no| |
{{#ifeq:{{#var:vert}}|no| |
||
{{!}}- |
{{!}}- |
||
Line 89: | Line 90: | ||
{{!}} |
{{!}} |
||
{{{!}} class="wikitable center" style="margin:0;padding:0" |
{{{!}} class="wikitable center" style="margin:0;padding:0" |
||
!colspan="4" style="background-color:#979797" {{!}} Crenopolis ({{#var:crenopolis}}) |
!colspan="4" style="background-color:#979797" {{!}} {{Plink|Crenopolis|pic=Crenopolis episode icon|size={{#var:ep icon size}}}} ({{#var:crenopolis}}) |
||
{{#ifeq:{{#var:vert}}|no| |
{{#ifeq:{{#var:vert}}|no| |
||
{{!}}- |
{{!}}- |
Revision as of 15:33, 25 November 2024
The Professions template can be used to show a player's levels in each profession.
{{User:Californ1a/T/Professions |vertical = "yes" or "no" to swap whether the level is displayed below the icon or beside it; default "no" if not provided. |free = "yes" or "no" to display only free episodes; default "no" if not provided. |date = "now" or any custom date |<profession> = <level> |<profession> goal = <goal level> }}
Setting the date param to "now" will use the last edit date of the page the template is used on.
Examples
Vertical
{{User:Californ1a/T/Professions |vertical = yes |guard = 10 |chef = 10 |fisher = 10 |forager = 10 |alchemist = 10 |scout = 10 |gatherer = 10 |woodcutter = 10 |carpenter = 10 |minefighter = 10 |bonewright = 10 |miner = 10 |blacksmith = 10 |stonemason = 10 |watchperson = 10 |detective = 10 |leatherworker = 10 |merchant = 10 }}
Produces:
| |||||||||||||||
| |||||||||||||||
| |||||||||||||||
|
Horizontal
{{User:Californ1a/T/Professions |vertical = no |guard = 10 |chef = 10 |fisher = 10 |forager = 10 |alchemist = 10 |scout = 10 |gatherer = 10 |woodcutter = 10 |carpenter = 10 |minefighter = 10 |bonewright = 10 |miner = 10 |blacksmith = 10 |stonemason = 10 |watchperson = 10 |detective = 10 |leatherworker = 10 |merchant = 10 }}
Produces:
| ||||||||||
| ||||||||||
| ||||||||||
|
Free
{{User:Californ1a/T/Professions |free = yes |guard = 10 |chef = 10 |fisher = 10 |forager = 10 |alchemist = 10 |scout = 10 |gatherer = 10 |woodcutter = 10 |carpenter = 10 }}
Produces:
| ||||||||||
|
Date
{{User:Californ1a/T/Professions |free = yes |date = now }}
Produces:
| ||||||||||
| ||||||||||
Last Updated: 25 November 2024 |
Goals
{{User:Californ1a/T/Professions |free = yes |date = 12 December 1920 |guard = 10 |guard goal = 20 |chef = 20 |fisher = 20 |forager = 10 |forager goal = 20 |alchemist = 10 }}
Produces:
| ||||||||||
| ||||||||||
Last Updated: 12 December 1920 |
Goals vertical
{{User:Californ1a/T/Professions |vertical = yes |date = now |free = yes |guard = 10 |guard goal = 20 |chef = 20 |fisher = 20 |forager = 10 |forager goal = 20 |alchemist = 10 }}
Produces:
| |||||||||||||||
| |||||||||||||||
Last Updated: 25 November 2024 |
Template data
Show/hide template's data | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The following information is used by extensions and applications, such as VisualEditor, to help users implement this template onto pages. Please ensure that it is up-to-date. The Professions template is used to display a player's profession levels.
|