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: | ||
<  | |||
<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 20:55, 28 August 2023
define an abbreviation or acronym, by creating a tooltip that is displayed on mouse-over
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Meaning | Meaning | Shows as tooltip 
  | String | suggested | 
| Abbreviation | Abbreviation | Shows as regular text on the page 
  | Content | suggested | 
