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}}
Initial visibility: currently defaults to autocollapse
To set this template's initial visibility, the |state=
parameter may be used:
|state=collapsed
:{{Wikipedia templates|state=collapsed}}
to show the template collapsed, i.e., hidden apart from its title bar|state=expanded
:{{Wikipedia templates|state=expanded}}
to show the template expanded, i.e., fully visible|state=autocollapse
:{{Wikipedia templates|state=autocollapse}}
If the |state=
parameter in the template on this page is not set, the template's initial visibility is taken from the |default=
parameter in the Collapsible option template. For the template on this page, that currently evaluates to autocollapse
.
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>