Template:Abbr: Difference between revisions

From CIRCOMOD Stylized Model Wiki
(Created page with "<abbr title="{{{1}}}">{{{2|[?]}}}</abbr><noinclude>{{documentation}}</noinclude>")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<abbr title="{{{1}}}">{{{2|[?]}}}</abbr><noinclude>{{documentation}}</noinclude>
<abbr title="{{{1}}}">{{{2|[?]}}}</abbr><noinclude>
<templatedata>
{
"params": {
"Meaning": {
"description": "Shows as tooltip",
"example": "Wikimedia Foundation",
"type": "string",
"suggested": true
},
"Abbreviation": {
"description": "Shows as regular text on the page",
"example": "WMF",
"type": "content",
"suggested": true
}
},
"description": "define an abbreviation or acronym, by creating a tooltip that is displayed on mouse-over",
"paramOrder": [
"Abbreviation",
"Meaning"
]
}
</templatedata>
</noinclude>

Latest revision as of 22:00, 28 August 2023

[?]

define an abbreviation or acronym, by creating a tooltip that is displayed on mouse-over

Template parameters

ParameterDescriptionTypeStatus
AbbreviationAbbreviation

Shows as regular text on the page

Example
WMF
Contentsuggested
MeaningMeaning

Shows as tooltip

Example
Wikimedia Foundation
Stringsuggested