doc

From TechInfoDepot
< Template:Icon
Revision as of 08:42, 8 October 2022 by DarkShadow (talk | contribs) (fixed;))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

About

This template creates an inline image that is used in metapages such as TechInfoDepot: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

Icon Description Code Aliases
A-Class article a}}
Audited article of limited subject matter aa}}
A-Class article candidate acc}} aac, acn
B-Class article b}}
Wikipedia book book}}
Bplus-Class article bplus}} b+
B-Class review br}} bcr
C-Class article c}}
Category category}} cat, categ
Cleanup work cleanup}}
Commons page commons}}
Demoted article da}}
Demoted A-Class article dac}} daa
Delisted good article dga}}
Disambiguation page disambiguation}} dab, disamb, disambig
Did You Know? dyk}}
Did You Know? dyk2}}
Essay essay}}
Featured article fa}}
Featured article candidate fac}} fan
Featured article review far}}
Featured article removal candidate farc}}
Former featured article ffa}} dfa
Failed featured article candidate ffac}} nofa
Former featured list ffl}} dfl
Failed featured list candidate fflc}} nofl
Former featured picture ffp}}
Former featured portal ffpo}}
Former featured sound ffs}}
Former featured topic fft}} dft
Failed good article nominee fgan}} gaf, gf, noga
Featured list fl}}
Featured list candidate flc}} fln
Featured list removal candidate flrc}} flr
Four Award four}} 4a
Featured picture fp}}
Featured picture candidate fpc}} fpn
Before the featured portal process ceased in 2017, this had been designated as a featured portal. fpo}}
Featured portal candidate fpoc}}
Featured portal review fpor}}
Featured sound fs}}
Featured sound candidate fsc}}
Featured topic ft}}
Featured topic candidate ftc}} ftn
Featured topic removal candidate ftrc}}
Good article ga}}
Good article, 2nd opinion ga2}}
Good article on hold gah}}
Good article nominee gan}} gac
Good article reassessment gar}}
Guild of Copy Editors goce}}
Good topic gt}}
Good topic candidate gtc}} gtn
Good topic removal candidate gtrc}}
File image}} file
In The News itn}}
List-Class article list}} comparison
Meta-wiki page meta}}
Million Award million}}
Module module}}
Non-article page na}}
Needed article needed}}
Unknown-Class article no}}
Failed A-Class article candidate noac}} faac
On This Day otd}}
Outline outline}}
Portal portal}}
Picture of the Day potd}}
Portal peer review ppr}}
Peer review pr}}
Project page project}}
Question q}} question
Quality image on Wikimedia Commons qi}}
Redirect redirect}} red, redir
Start-Class article start}}
Stub-Class article stub}}
Template template}} temp, templ
Today's Featured Article tfa}}
Today's Featured List tfl}}
Valued image on Wikimedia Commons vi}}
Vital article vital}}
Valued picture vp}}
Valued picture candidate vpc}}
Wikibooks page wikibooks}}
Wikidata page wikidata}}
Wikinews page wikinews}}
Wikipedia page wikipedia}}
WikiProject wikiproject}}
Wikiquote page wikiquote}}
Wikisource page wikisource}}
Wikispecies page wikispecies}}
Wikiversity page wikiversity}}
Wikivoyage page wikivoyage}}
Wiktionary page wiktionary}}

See also

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

See the monthly error report for this template.

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>