Template:Abbr: Difference between revisions

From CIRCOMOD Stylized Model Wiki
(Created page with "<abbr title="{{{1}}}">{{{2|[?]}}}</abbr><noinclude>{{documentation}}</noinclude>")
 
No edit summary
Line 1: Line 1:
<abbr title="{{{1}}}">{{{2|[?]}}}</abbr><noinclude>{{documentation}}</noinclude>
 
<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": [
"Meaning",
"Abbreviation"
]
}
</templatedata>
</noinclude>

Revision as of 21:55, 28 August 2023


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

Template parameters

ParameterDescriptionTypeStatus
MeaningMeaning

Shows as tooltip

Example
Wikimedia Foundation
Stringsuggested
AbbreviationAbbreviation

Shows as regular text on the page

Example
WMF
Contentsuggested