Template:Term: Difference between revisions
Template page
More actions
Created page with "{{#term:{{{1|}}}|{{{underline|}}}}}" |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#term:{{{1|}}}|{{{underline|}}}}} | {{#term:{{{1|}}}|{{{underline|}}}}} | ||
<templatedata> | |||
{ | |||
"description": "Highlight a game term with its configured color and link.", | |||
"params": { | |||
"1": { | |||
"label": "Keyword", | |||
"description": "The term to highlight (e.g. heal, foe, user). Must be configured in Special:PyreTerms.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"underline": { | |||
"label": "Underline", | |||
"description": "Set to 'yes' to show an underline hint that the term is clickable.", | |||
"type": "string", | |||
"required": false, | |||
"default": "" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
Revision as of 16:43, 17 March 2026
<templatedata>
{
"description": "Highlight a game term with its configured color and link.",
"params": {
"1": {
"label": "Keyword",
"description": "The term to highlight (e.g. heal, foe, user). Must be configured in Special:PyreTerms.",
"type": "string",
"required": true
},
"underline": {
"label": "Underline",
"description": "Set to 'yes' to show an underline hint that the term is clickable.",
"type": "string",
"required": false,
"default": ""
}
}
} </templatedata>