This is a mirror of discontinued 'WikiDevi'. Enjoy!
From DeviWiki (ex WikiDevi)
Jump to navigation
Jump to search
16x16px
| 40x40px | This template is used on 260,000+ pages. To avoid large-scale disruption and unnecessary server load, any changes to this template should first be tested in its /sandbox or /testcases subpages, or in your own user space. The tested changes can then be added to this page in one single edit. Please consider discussing any changes on the talk page before implementing them. |
This template creates an inline image that is used in metapages such as WikiDevi:Vital articles and/or in user pages.
Syntax
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
| Icon |
Type |
Code
|
| 16x16px |
Featured Article |
FA}}
|
| 16x16px |
Featured Article Candidate |
FAC}}
|
| 16x16px |
Featured Article Review |
FAR}}
|
| 16x16px |
Featured Article Removal Candidate |
FARC}}
|
| 16x16px |
Former Featured Article |
FFA}}
|
| 16x16px |
Failed Featured Article Candidate |
FFAC}}
|
| 16x16px |
Featured Picture |
FP}}
|
| 16x16px |
Featured Picture Candidate |
FPC}}
|
| 16x16px |
Former Featured Picture |
FFP}}
|
| 16x16px |
Featured Portal |
FPo}}
|
| 16x16px |
Former Featured Portal |
FFPo}}
|
| 16x16px |
Featured Portal Candidate |
FPoC}}
|
| 16x16px |
Featured Portal Review |
FPoR}}
|
| 16x16px |
Featured Sound |
FS}}
|
| 16x16px |
Former Featured Sound |
FFS}}
|
| 16x16px |
Featured Sound Candidate |
FSC}}
|
| 16x16px |
Featured Topic |
FT}}
|
| 16x16px |
Featured Topic Candidate |
FTC}}
|
| 16x16px |
Featured Topic Removal Candidate |
FTRC}}
|
| 16x16px |
Former Featured Topic |
FFT}}
|
| 16x16px |
A-Class Article |
A}}
|
| 16x16px |
A-Class Article Candidate |
ACC}}
|
| 16x16px |
Demoted A-Class Article |
DAA}}
|
| 16x16px |
Failed A-Class Article Candidate |
FAAC}}
|
| 16x16px |
Good Article |
GA}}
|
| 16x16px |
Good Article Nominee |
GAN}}
|
| 16x16px |
Good Article, 2nd Opinion |
GA2}}
|
| 16x16px |
Good Article on Hold |
GAH}}
|
| 16x16px |
Good Article Reassessment |
GAR}}
|
| 16x16px |
Delisted Good Article |
DGA}}
|
| 16x16px |
Failed Good Article Nominee |
FGAN}}
|
| 16x16px |
Good Topic |
GT}}
|
| 16x16px |
Good Topic Candidate |
GTC}}
|
| 16x16px |
Good Topic Removal Candidate |
GTRC}}
|
| 16x16px |
Bplus-Class Article |
BPLUS}}
|
| 16x16px |
B-Class Article |
B}}
|
| 16x16px |
B-Class Review |
BR}}
|
| 16x16px |
C-Class Article |
C}}
|
| 16x16px |
Start-Class Article |
START}}
|
| 16x16px |
Stub-Class Article |
STUB}}
|
| 16x16px |
Featured List |
FL}}
|
| 16x16px |
Featured List Candidate |
FLC}}
|
| 16x16px |
Former Featured List |
FFL}}
|
| 16x16px |
Failed Featured List Candidate |
FFLC}}
|
| 16x16px |
Featured List Review |
FLR}}
|
| 16x16px |
Featured List Removal Candidate |
FLRC}}
|
|
|
TemplateData
<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>
See also