Editing Template:Icon/doc

From Eco - English Wiki

Your changes will be displayed to readers once an authorized user accepts them. (help)

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
== Description ==  
== Description ==  
Use to create tiny icons (and captions). By default, the icon size is 28px but it can be re-defined.
Use to create tiny icons (and captions). By default, the icon size is 28px but it can be re-defined.
== Modules used ==
[[Module:IconUtils]]


== Syntax ==
== Syntax ==
<syntaxhighlight lang="mediawiki">{{Icon|name|style|link|size|border}}</syntaxhighlight>
<syntaxhighlight lang="mediawiki">{{Icon|name|style|link|size}}</syntaxhighlight>


{| class="ecotable mw-half"
{| class="ecotable mw-half"
Line 15: Line 12:
|-
|-
  | <code>name</code>
  | <code>name</code>
  | item name
  | file name
  | Charred Meat
  | Cooking
  | Name of the item as in the game
  | No file extension needed (assumes .png).
|-
|-
  | <code>style</code>
  | <code>style</code>
Line 23: Line 20:
  | 1
  | 1
  | Defines the (caption) style. Default is a small icon that is unlinkable with no caption.
  | Defines the (caption) style. Default is a small icon that is unlinkable with no caption.
* <code>1</code> = outputs no caption icon
* <code>1</code> = outputs the icon name as plain text next to the icon
* <code>2</code> = outputs the icon name as plain text next to the icon
* <code>2</code> = outputs the icon name as a small caption below the icon
* <code>3</code> = outputs the icon name as a small caption below the icon
* <code>3</code> = outputs no caption, but links the icon itself to its page of the same name. Recommended to use with <code>size</code> parameter
* <code>4</code> = outputs the icon name in frame with a small caption below the icon
|-
|-
  | <code>link</code>
  | <code>link</code>
  | Page Name or 1
  | Page Name
  | Charred Meat
  | Skills
  | Optional. Use if you want the icon to also link to a page.
  | Optional. Use if you want the icon to also link to a page.
*  When set to the default of 1, it will link to the same name as the item, but you can overwrite by writing in the designated page name in this field. If you are using this, you must write out <code>link=</code>
*  When set to the default of 1, it will link to the same name as the icon, but you can overwrite by writing in the designated page name in this field. If you are using this, you must write out <code>link=</code>
|-
|-
  | <code>size</code>
  | <code>size</code>
  | any px size
  | any px size
  | 50
  | {{formatnum: 50}}
  | If you are using this, you must write out <code>size=</code> and assumes <code>px</code>.
  | If you are using this, you must write out <code>size=</code> and assumes <code>px</code>.
|-
| <code>border</code>
| color name or Hex code
| green
| If you are using this, you must write html color name or Hex code as <code>border=</code>.
|}
|}


Line 51: Line 42:
  ! Result
  ! Result
|-
|-
  | Style 1, Size 100px, no link
  | No Style, Size 100px
  | <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|size=100}}</syntaxhighlight>
  | <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|size=100}}</syntaxhighlight>
  | {{Icon|name=Charred Meat|size=100}}
  | {{Icon|name=Charred Meat|size=100}}
|-
|-
  | Style 1, Size 50, Link itself
  | Style 1
  | <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|link=1|size=50}}</syntaxhighlight>
  | <syntaxhighlight lang="mediawiki">{{Icon|ChefSkill|1}}</syntaxhighlight>
  | {{Icon|name=Charred Meat|link=1|size=50}}
| {{Icon|ChefSkill|1}}
|-
| Style 1 with link to its page
| <syntaxhighlight lang="mediawiki">{{Icon|ChefSkill|1|1}}</syntaxhighlight>
  | {{Icon|ChefSkill|1|1}}
|-
| Style 2
| <syntaxhighlight lang="mediawiki">{{Icon|ChefSkill|2}}</syntaxhighlight>
| {{Icon|ChefSkill|2}}
|-
|-
  | Style 2, No Size, Link to page Food
  | Style 2 with link to Skills page
  | <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|link=Food|style=2}}</syntaxhighlight>
  | <syntaxhighlight lang="mediawiki">{{Icon|ChefSkill|2|Skills}}</syntaxhighlight>
  | {{Icon|name=Charred Meat|link=Food|style=2}}
  | {{Icon|ChefSkill|2|Skills}}
|-
|-
  | Style 3, Size 100, Link itself
  | Style 2, Size 100px
  | <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|link=1|size=100|style=3}}</syntaxhighlight>
  | <syntaxhighlight lang="mediawiki">{{Icon|ChefSkill|2|size=100}}</syntaxhighlight>
  | {{Icon|name=Charred Meat|link=1|size=100|style=3}}
  | {{Icon|ChefSkill|2|size=100}}
|-
|-
  | Style 4, Size 50, Link itself, with border
  | Style 3, different link, Size 80px
  | <syntaxhighlight lang="mediawiki">{{Icon|name=Charred Meat|link=1|size=50|style=4}}</syntaxhighlight>
  | <syntaxhighlight lang="mediawiki">{{Icon|ChefSkill|3|Skills|size=80}}</syntaxhighlight>
  | {{Icon|name=Charred Meat|link=1|size=50|style=4}}
  | {{Icon|ChefSkill|3|link=Skills|size=80}}
|}
|}


<noinclude>[[Category:Template Docs]]</noinclude>
<noinclude>[[Category:Template Docs]]</noinclude>
Please note that all contributions to Eco - English Wiki are considered to be released under the CC BY-NC-SA 4.0 (see Eco:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)