Difference between revisions of "Template:Icon link"

From Mine Blocks Wiki
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!

Line 1: Line 1:
 
[[File:{{{1|Invisible-sprite}}}.png|16x16px|class=item-icon pixel {{{5}}}|link={{{2|{{{1}}}}}}|{{{4|{{{1}}}}}}]] {{#if: {{{1|}}}|[[{{{2|{{{1}}}}}}|{{{3|{{{1}}}}}}]]}}<noinclude>
 
[[File:{{{1|Invisible-sprite}}}.png|16x16px|class=item-icon pixel {{{5}}}|link={{{2|{{{1}}}}}}|{{{4|{{{1}}}}}}]] {{#if: {{{1|}}}|[[{{{2|{{{1}}}}}}|{{{3|{{{1}}}}}}]]}}<noinclude>
 
== About ==
 
== About ==
This templated (named '''Ilink''' as a shortcut for '''icon link''') serves as an easy method to add icon sprites along with their link into a page or anywhere else using a single, standarized format.
+
This template (named '''Ilink''' as a shortcut for '''icon link''') serves as an easy method to add icon sprites along with their link into a page or anywhere else using a single, standarized format.
  
 
== Usage ==
 
== Usage ==
The syntax of the template is <code><nowiki>{{I|<name>|<link>|<displayed-name>?|<tooltip-text>?|<class>?}}</nowiki></nowiki></code>. All parameters default to the first one if those are not specified.
+
The syntax of the template is <code><nowiki>{{Ilink|<name>|<link>|<displayed-name>?|<tooltip-text>?|<class>?}}</nowiki></nowiki></code>. All parameters default to the first one if those are not specified.
  
 
== Examples ==
 
== Examples ==
* <code><nowiki>{{I|Wooden Planks}}</nowiki></nowiki></code> → {{I|Wooden Planks}}
+
* <code><nowiki>{{Ilink|Wooden Planks}}</nowiki></nowiki></code> → {{Ilink|Wooden Planks}}
* <code><nowiki>{{I|Wooden Planks|Cow}}</nowiki></nowiki></code> → {{I|Wooden Planks|Cow}}
+
* <code><nowiki>{{Ilink|Wooden Planks|Cow}}</nowiki></nowiki></code> → {{Ilink|Wooden Planks|Cow}}
* <code><nowiki>{{I|Wooden Planks|Cow|Tooltip text.}}</nowiki></nowiki></code> → {{I|Wooden Planks|Cow|Tooltip text.}}
+
* <code><nowiki>{{Ilink|Wooden Planks|Cow|Tooltip text.}}</nowiki></nowiki></code> → {{Ilink|Wooden Planks|Cow|Tooltip text.}}
 
</noinclude>
 
</noinclude>

Revision as of 08:22, 21 December 2021

{{{1}}}

About

This template (named Ilink as a shortcut for icon link) serves as an easy method to add icon sprites along with their link into a page or anywhere else using a single, standarized format.

Usage

The syntax of the template is {{Ilink|<name>|<link>|<displayed-name>?|<tooltip-text>?|<class>?}}</nowiki>. All parameters default to the first one if those are not specified.

Examples