Template:Icon
This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template uses Lua: |
About[edit]
This template creates an inline image that is used in metapages such as Wikipedia:Vital articles and/or in user pages.
Usage[edit]
- Basic usage
{{icon|code}}
{{icon|class=code}}
- Custom size
{{icon|code|size=size}}
Parameters[edit]
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[edit]
Lua error in Module:Icon/table at line 31: table index is nil.
See also[edit]
- {{Icon link}}
- {{Done/See also}} - inline icon templates by shape and color
- {{Table cell templates/doc}}
This is the {{Wikipedia templates}} navigation box.
It is suitable for transcluding at the bottoms of template documentation and templates guidelines.
This template is a self-reference and so is part of the Wikipedia project rather than the encyclopaedic content.
Usage
{{Wikipedia templates}}
This template's initial visibility currently defaults to autocollapse
, meaning that if there is another collapsible item on the page (a navbox, sidebar, or table with the collapsible attribute), it is hidden apart from its title bar; if not, it is fully visible.
To change this template's initial visibility, the |state=
parameter may be used:
{{Wikipedia templates|state=collapsed}}
will show the template collapsed, i.e. hidden apart from its title bar.{{Wikipedia templates|state=expanded}}
will show the template expanded, i.e. fully visible.
See also
- {{Wikipedia templates sidebar}}, a similar sidebar template.
- {{Quicktemplates}}, a table of templates.
- {{Wikipedia editor navigation}}, an amalgamation of navboxes that includes this navbox.
TemplateData[edit]
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>