Template:Abbr: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<abbr {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} title="{{{2|}}}">{{{1|}}}</abbr><noinclude>{{Documentation|content=Category:Semantic markup templatesCategory:Abbreviation templates</noinclude>") |
No edit summary |
||
Line 1: | Line 1: | ||
<abbr {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} title="{{{2|}}}">{{{1|}}}</abbr><noinclude>{{Documentation|content=[[Category:Semantic markup templates]][[Category:Abbreviation templates]]</noinclude> | <abbr {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} title="{{{2|}}}">{{{1|}}}</abbr><noinclude>{{Documentation|content=[[Category:Semantic markup templates]][[Category:Abbreviation templates]] | ||
== Template data == | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Abbreviation" | |||
}, | |||
"2": { | |||
"label": "Title", | |||
"description": "Full non abbreviated term" | |||
}, | |||
"class": {}, | |||
"id": {}, | |||
"style": {} | |||
} | |||
} | |||
</templatedata>}}</noinclude> |
Revision as of 15:17, 1 January 2024
Template documentation
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Abbreviation | 1 | no description | Unknown | optional |
Title | 2 | Full non abbreviated term | Unknown | optional |
class | class | no description | Unknown | optional |
id | id | no description | Unknown | optional |
style | style | no description | Unknown | optional |