Template:Icon/doc
This is a documentation subpage for Template:Icon. It contains usage information, categories and other content that is not part of the original template page. |
This template is used on approximately 531,000 pages, or roughly 13338% of all pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
This template uses Lua: |
About
This template creates an inline image that is used in metapages such as Wikipedia:Vital articles and/or in user pages.
Usage
- Basic usage
{{icon|code}}
{{icon|class=code}}
- Custom size
{{icon|code|size=size}}
Parameters
1
orclass
- 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
Script error: No such module "Icon/table".
See also
- {{Icon link}}
- {{Done/See also}} - inline icon templates by shape and color
- {{Table cell templates/doc}}
TemplateData
TemplateData for Icon
<templatedata> { "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" } } } </templatedata>