Template:Icon: Difference between revisions

From SweepMe! Wiki
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 22:25, 3 March 2017

Symbol question.svg

Template documentation[view] [edit] [history] [purge]

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

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>

See also