Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:SkillCard: Difference between revisions

Template page
Add Time to Deliver parameter (TemplateData + table row)
No edit summary
 
Line 39: Line 39:
<templatedata>
<templatedata>
{
{
    "description": "A styled card for presenting Rites, Spells, Cantrips, Ceremonies, and abilities. The card name automatically appears in the page's Table of Contents.",
"description": "A styled card for presenting Rites, Spells, Cantrips, Ceremonies, and abilities. The card name automatically appears in the page's Table of Contents.",
    "params": {
"params": {
        "name": {
"name": {
            "label": "Name",
"label": "Name",
            "description": "The name of the skill, rite, spell, or ability",
"description": "The name of the skill, rite, spell, or ability",
            "type": "string",
"type": "string",
            "required": true
"required": true
        },
},
        "sphere": {
"sphere": {
            "label": "Sphere",
"label": "Sphere",
            "description": "Colour theme: Air, Earth, Fire, Water, Spirit, Vigour, or Focus",
"description": "Colour theme: Air, Earth, Fire, Water, Spirit, Vigour, or Focus",
            "type": "string",
"type": "string",
            "suggestedvalues": [
"suggestedvalues": [
                "Air",
"Air",
                "Earth",
"Earth",
                "Fire",
"Fire",
                "Water",
"Water",
                "Spirit",
"Spirit",
                "Vigour",
"Vigour",
                "Focus"
"Focus"
            ]
]
        },
},
        "level": {
"level": {
            "label": "Level",
"label": "Level",
            "description": "The rite/spell level (displays as 'Lvl X' badge)",
"description": "The rite/spell level (displays as 'Lvl X' badge)",
            "type": "number",
"type": "number",
            "suggested": true
"suggested": true
        },
},
        "xp": {
"xp": {
            "label": "XP Cost",
"label": "XP Cost",
            "description": "XP cost to learn this skill (e.g. '2xp')",
"description": "XP cost to learn this skill (e.g. '2xp')",
            "type": "string"
"type": "string"
        },
},
        "cast_time": {
"cast_time": {
            "label": "Cast Time",
"label": "Cast Time",
            "description": "How long the rite or spell takes to cast",
"description": "How long the rite or spell takes to cast",
            "type": "string",
"type": "string",
            "suggested": true
"suggested": true
        },
},
        "duration": {
"duration": {
            "label": "Duration",
"label": "Duration",
            "description": "How long the effect lasts",
"description": "How long the effect lasts",
            "type": "string",
"type": "string",
            "suggested": true
"suggested": true
        },
},
        "cost": {
"cost": {
            "label": "Cost",
"label": "Cost",
            "description": "Resource cost (e.g. '1 Fire Flicker', '2 Vigour', '1 Faith')",
"description": "Resource cost (e.g. '1 Fire Flicker', '2 Vigour', '1 Faith')",
            "type": "string"
"type": "string"
        },
},
        "fp_cost": {
"fp_cost": {
            "label": "FP Cost",
"label": "FP Cost",
            "description": "Focus Point cost for cantrip spells",
"description": "Focus Point cost for cantrip spells",
            "type": "number"
"type": "number"
        },
},
        "target": {
"target": {
            "label": "Target",
"label": "Target",
            "description": "Who the ability targets (e.g. 'Self', 'Other')",
"description": "Who the ability targets (e.g. 'Self', 'Other')",
            "type": "string"
"type": "string"
        },
},
        "type": {
"type": {
            "label": "Type",
"label": "Type",
            "description": "The type of ability (e.g. 'Ceremony – 1 min')",
"description": "The type of ability (e.g. 'Ceremony – 1 min')",
            "type": "string"
"type": "string"
        },
},
        "restriction": {
"restriction": {
            "label": "Restriction",
"label": "Restriction",
            "description": "Usage restrictions (e.g. 'Polearms only')",
"description": "Usage restrictions (e.g. 'Polearms only')",
            "type": "string"
"type": "string"
        },
},
        "recharge": {
"recharge": {
            "label": "Recharge",
"label": "Recharge",
            "description": "How the ability recharges (e.g. '1/encounter', 'On entering critical state')",
"description": "How the ability recharges (e.g. '1/encounter', 'On entering critical state')",
            "type": "string"
"type": "string"
        },
},
        "threshold": {
"threshold": {
            "label": "Threshold",
"label": "Threshold",
            "description": "Faith threshold required to use this ceremony",
"description": "Faith threshold required to use this ceremony",
            "type": "string"
"type": "string"
        },
},
        "extension": {
"extension": {
            "label": "Extension",
"label": "Extension",
            "description": "How the rite can be extended with additional resources",
"description": "How the rite can be extended with additional resources",
            "type": "string",
"type": "string",
            "suggested": true
"suggested": true
        },
},
        "range": {
"range": {
            "label": "Range",
"label": "Range",
            "description": "The range or reach of the ability",
"description": "The range or reach of the ability",
            "type": "string",
"type": "string",
            "suggested": true
"suggested": true
        },
},
        "effect": {
"effect": {
            "label": "Effect",
"label": "Effect",
            "description": "Full description of what the ability does",
"description": "Full description of what the ability does",
            "type": "string",
"type": "string",
            "required": true
"required": true
        },
},
        "vocals": {
"vocals": {
            "label": "Vocals",
"label": "Vocals",
            "description": "Required vocal incantation and casting words for cantrip spells",
"description": "Required vocal incantation and casting words for cantrip spells",
            "type": "string"
"type": "string"
        },
},
        "note": {
"note": {
            "label": "Note",
"label": "Note",
            "description": "Optional referee note or additional flavour text",
"description": "Optional referee note or additional flavour text",
            "type": "string"
"type": "string"
        },
},
        "time_to_deliver": {
"time_to_deliver": {
            "label": "Time to Deliver",
"label": "Time to Deliver",
            "description": "How long you have to deliver the call",
"description": "How long you have to deliver the call",
            "type": "string"
"type": "string"
        }
}
    },
},
    "paramOrder": [
"paramOrder": [
        "name",
"name",
        "sphere",
"sphere",
        "level",
"level",
        "xp",
"xp",
        "cast_time",
"cast_time",
        "duration",
"time_to_deliver",
        "cost",
"duration",
        "fp_cost",
"cost",
        "target",
"fp_cost",
        "type",
"target",
        "restriction",
"type",
        "recharge",
"restriction",
        "threshold",
"recharge",
        "extension",
"threshold",
        "range",
"extension",
        "effect",
"range",
        "vocals",
"effect",
        "note",
"vocals",
        "time_to_deliver"
"note"
    ],
],
    "format": "block"
"format": "block"
}
}
</templatedata>
</templatedata>

Latest revision as of 12:25, 4 April 2026

Usage

A styled card template for presenting Rites, Spells, Cantrips, Ceremonies, and abilities. The card name automatically appears in the page's Table of Contents for easy navigation.

The optional sphere parameter adds colour-coded headers based on the magical sphere or skill type:

  • Air – Gold/Yellow
  • Earth – Green
  • Fire – Orange/Red
  • Water – Blue
  • Spirit – Purple
  • Vigour – Red
  • Focus – Blue

If omitted, the default parchment brown header is used.

{{SkillCard
|name=Spell Name
|sphere=Fire
|level=1
|xp=2xp
|cast_time=2 minutes
|time_to_deliver=5 seconds
|duration=Instantaneous
|cost=1 Air Flicker
|fp_cost=1
|target=Other
|type=Ceremony – 1 min
|extension=Description of how flickers extend the rite
|range=10 metres
|effect=Full description of the spell effect
|vocals=By the element of Air/Minimum of Five Words/Spell Name
|note=Optional referee note or flavour text
}}

All parameters except name are optional. The card gracefully hides rows for any omitted field.

A styled card for presenting Rites, Spells, Cantrips, Ceremonies, and abilities. The card name automatically appears in the page's Table of Contents.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

The name of the skill, rite, spell, or ability

Stringrequired
Spheresphere

Colour theme: Air, Earth, Fire, Water, Spirit, Vigour, or Focus

Suggested values
Air Earth Fire Water Spirit Vigour Focus
Stringoptional
Levellevel

The rite/spell level (displays as 'Lvl X' badge)

Numbersuggested
XP Costxp

XP cost to learn this skill (e.g. '2xp')

Stringoptional
Cast Timecast_time

How long the rite or spell takes to cast

Stringsuggested
Time to Delivertime_to_deliver

How long you have to deliver the call

Stringoptional
Durationduration

How long the effect lasts

Stringsuggested
Costcost

Resource cost (e.g. '1 Fire Flicker', '2 Vigour', '1 Faith')

Stringoptional
FP Costfp_cost

Focus Point cost for cantrip spells

Numberoptional
Targettarget

Who the ability targets (e.g. 'Self', 'Other')

Stringoptional
Typetype

The type of ability (e.g. 'Ceremony – 1 min')

Stringoptional
Restrictionrestriction

Usage restrictions (e.g. 'Polearms only')

Stringoptional
Rechargerecharge

How the ability recharges (e.g. '1/encounter', 'On entering critical state')

Stringoptional
Thresholdthreshold

Faith threshold required to use this ceremony

Stringoptional
Extensionextension

How the rite can be extended with additional resources

Stringsuggested
Rangerange

The range or reach of the ability

Stringsuggested
Effecteffect

Full description of what the ability does

Stringrequired
Vocalsvocals

Required vocal incantation and casting words for cantrip spells

Stringoptional
Notenote

Optional referee note or additional flavour text

Stringoptional
Contents