Difference between revisions of "Template:Icon link/doc"
Jump to navigation
Jump to search
imported>Frietjes |
imported>GoingBatty m (clean up using AWB (11376)) |
||
| Line 22: | Line 22: | ||
|} | |} | ||
| − | To render the link in italics, include the parameter {{para|i}}, {{para|italics}} or {{para|italic}} with any value (e.g. "on", "true", "y" | + | To render the link in italics, include the parameter {{para|i}}, {{para|italics}} or {{para|italic}} with any value (e.g. "on", "true", "y"): |
{| class="wikitable" | {| class="wikitable" | ||
! Code !! Output | ! Code !! Output | ||
| Line 52: | Line 52: | ||
| <nowiki>{{icon link |Wikinews|iconsize=28px |Wikinews:Main Page|Wikinews}}</nowiki> || {{icon link |Wikinews|iconsize=28px |Wikinews:Main Page|Wikinews}} | | <nowiki>{{icon link |Wikinews|iconsize=28px |Wikinews:Main Page|Wikinews}}</nowiki> || {{icon link |Wikinews|iconsize=28px |Wikinews:Main Page|Wikinews}} | ||
|} | |} | ||
| + | |||
===See also=== | ===See also=== | ||
* {{tl|icon}} | * {{tl|icon}} | ||
Revision as of 21:11, 5 September 2015
| 40px | This is a documentation subpage for Template:Icon link. It contains usage information, categories and other content that is not part of the original template page. |
Use this template to display a Wikipedia icon followed by a link.
Set the first parameter as the icon's class or name (as given at {{icon}}).
Set the second parameter as the link's name:
| Code | Output |
|---|---|
| {{icon link |GA |Saints Row 2 (mobile)}} | 16x16px Saints Row 2 (mobile) |
| {{icon link |A |''Saints Row 2'' (mobile)}} | 16x16px Saints Row 2 (mobile) |
To render the link in italics, include the parameter |i=, |italics= or |italic= with any value (e.g. "on", "true", "y"):
| Code | Output |
|---|---|
| {{icon link |FAC |Jumping Flash!|italics=on}} | 16x16px Jumping Flash! |
| {{icon link |NA |Saints Row 2 (mobile)|i=y}} | 16x16px Saints Row 2 (mobile) |
(Note that "(mobile)" in the example immediately above is also now italicized.)
Alternatively, use the third parameter to specify a label for the link and/or its formatting:
| Code | Output |
|---|---|
| {{icon link |B |Saints Row 2 (mobile)}} | 16x16px Saints Row 2 (mobile) |
| {{icon link |C |Saints Row 2 (mobile)|''Saints Row 2'' (mobile)}} | 16x16px Saints Row 2 (mobile) |
| {{icon link |C |Saints Row 2 (mobile)|Something ''completely'' different}} | 16x16px Something completely different |
By default, the icon is rendered as 16x16px (16 by 16 pixels). To use a different size, set it as |iconsize= or |size=:
| Code | Output |
|---|---|
| {{icon link |Wikinews |Wikinews:Main Page|Wikinews}} | 16x16px Wikinews |
| {{icon link |Wikinews|iconsize=28px |Wikinews:Main Page|Wikinews}} | 28px Wikinews |
See also
- {{icon}}