Template:Skill: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) (Remove alias parameter and instead use standard aliasing syntax with the second parameter) |
HiddenDragon (talk | contribs) mNo edit summary |
||
Line 19: | Line 19: | ||
| Survival = {{IconLink|{{{1}}} Icon.png|{{{1}}}|{{{2|{{{1}}}}}}|size={{{w|25}}}|nowrap=y}} | | Survival = {{IconLink|{{{1}}} Icon.png|{{{1}}}|{{{2|{{{1}}}}}}|size={{{w|25}}}|nowrap=y}} | ||
| #default = [[{{{1}}}|{{{2|{{{1}}}}}}]] | | #default = [[{{{1}}}|{{{2|{{{1}}}}}}]] | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude>{{documentation|content= | ||
Insert a link to one of the [[Skills|skills]], accompanied by the associated icon. | |||
== Usage == | |||
This is intended mainly for lists, not in-line in body content as per the [[Help:Style manual|Style Manual]]. The skill name is case sensitive and needs to exactly match (e.g. Half-Elf, not Half Elf). | |||
== Examples == | |||
{{Template demo | |||
| style = table | |||
| caption 1 = Basic usage | |||
| <nowiki>{{Skill|Athletics}}</nowiki> | |||
| caption 2 = Adjusted icon size | |||
| <nowiki>{{Skill|History|w=40}}</nowiki> | |||
| caption 3 = Link alias | |||
| <nowiki>{{Skill|Acrobatics|Acrobatic}}</nowiki> | |||
}} | |||
== See also == | |||
* {{t link|Background}} - An equivalent template for [[backgrounds]] | |||
* {{t link|Class}} - An equivalent template for [[classes]] | |||
* {{t link|Race}} - An equivalent template for [[races|playable races]] | |||
== Template data== | |||
<templatedata> | |||
{ | |||
"description": "Insert a link to a skill accompanied by the associated icon. For use in lists and similar contexts only. This should not be used inline in the body of a paragraph as per the style manual. In those cases, use a normal link instead.", | |||
"format": "inline", | |||
"params": { | |||
"1": { | |||
"label": "Skill name", | |||
"description": "The name of the skill. This is case sensitive.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Acrobatics", | |||
"Animal Handling", | |||
"Arcana", | |||
"Athletics", | |||
"Deception", | |||
"History", | |||
"Insight", | |||
"Intimidation", | |||
"Investigation", | |||
"Medicine", | |||
"Nature", | |||
"Perception", | |||
"Performance", | |||
"Persuasion", | |||
"Religion", | |||
"Sleight of Hand", | |||
"Stealth", | |||
"Survival" | |||
], | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Alias", | |||
"description": "A user-defined alias to be shown instead of the skill name.", | |||
"type": "string" | |||
}, | |||
"w": { | |||
"label": "Icon size", | |||
"description": "The pixel size of the accompanying icon.", | |||
"type": "number" | |||
} | |||
} | |||
} | |||
</templatedata>}} | |||
[[Category:Templates]] | |||
[[Category:Link templates]] | |||
</noinclude> | </noinclude> |
Revision as of 16:39, 29 July 2024
Template documentation
Insert a link to one of the skills, accompanied by the associated icon.
Usage
This is intended mainly for lists, not in-line in body content as per the Style Manual. The skill name is case sensitive and needs to exactly match (e.g. Half-Elf, not Half Elf).
Examples
Example | Markup | Renders as |
---|---|---|
Basic usage | {{Skill|Athletics}} | |
Adjusted icon size | {{Skill|History|w=40}} | |
Link alias | {{Skill|Acrobatics|Acrobatic}} |
See also
- {{Background}} - An equivalent template for backgrounds
- {{Class}} - An equivalent template for classes
- {{Race}} - An equivalent template for playable races
Template data
Insert a link to a skill accompanied by the associated icon. For use in lists and similar contexts only. This should not be used inline in the body of a paragraph as per the style manual. In those cases, use a normal link instead.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Skill name | 1 | The name of the skill. This is case sensitive.
| String | required |
Alias | 2 | A user-defined alias to be shown instead of the skill name. | String | optional |
Icon size | w | The pixel size of the accompanying icon. | Number | optional |