Template:Icon/doc

From Second Life Wiki
< Template:Icon
Revision as of 17:03, 2 February 2023 by Gwyneth Llewelyn (talk | contribs) (Shamelessly copied from wikipedia.org and adapted for SL Wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

This template creates an inline image that is used in "Wikipedia logo"metapages such as "Wikipedia logo"Wikipedia:Vital articles and/or in user pages.

Usage

Basic usage
{{icon|code}}
{{icon|class=code}}
Custom size
{{icon|code|size=size}}

Parameters

  • 1 or class - the icon code. See the table below for a list of available codes.
  • size - a custom icon size, e.g. "30px". The default size is "16x16px" (16 by 16 pixels).

Icon codes

See also

TemplateData

This is the "Wikipedia logo"TemplateData for this template used by TemplateWizard, "Wikipedia logo"VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for Icon

{
	"description": "This template creates an inline icon-sized image. Please refer to 'Template:Icon/doc' for the list of supported values.",
	"params": {
		"1": {
			"label": "Icon",
			"description": "The identifier or name of the icon to be displayed.",
			"type": "line",
			"required": false,
			"aliases": [
				"class"
			],
			"default": ""
		},
		"size": {
			"description": "The size of the icon to display, e.g. \"30px\".",
			"type": "line",
			"default": "16x16px"
		}
	}
}