Шаблон:Icon/doc: различия между версиями

Материал из Eco - Русская Wiki
Перейти к:навигация, поиск
[досмотренная версия][досмотренная версия]
Новая страница: «== Description == Use to create tiny icons (and captions). By default, the icon size is 28px but it can be re-defined. == Modules used == * Module:Utils * Module:Icon * Module:IconUtils == Syntax == <syntaxhighlight lang="mediawiki">{{Icon|name|style|link|size|border}}</syntaxhighlight> {| class="ecotable mw-half" ! Field ! Accepted Parameters ! Example ! Notes |- | <code>name</code> | item name | Charred Meat | Name of the item as i...»
 
 
Строка 1: Строка 1:
== Description ==  
== Описание==  
Use to create tiny icons (and captions). By default, the icon size is 28px but it can be re-defined.
Используется для создания иконок (и подписей). По умолчанию размер иконки составляет 28 пикселей, но его можно задать любым.


== Modules used ==  
== Modules used ==  

Текущая версия от 16:23, 2 июля 2025

Описание

[править код]

Используется для создания иконок (и подписей). По умолчанию размер иконки составляет 28 пикселей, но его можно задать любым.

Modules used

[править код]
{{Icon|name|style|link|size|border}}
Field Accepted Parameters Example Notes
name item name Charred Meat Name of the item as in the game
style 1,2,3 1 Defines the (caption) style. Default is a small icon that is unlinkable with no caption.
  • 1 = outputs no caption icon
  • 2 = outputs the icon name as plain text next to the icon
  • 3 = outputs the icon name as a small caption below the icon
  • 4 = outputs the icon name in frame with a small caption below the icon
link Page Name or 1 Charred Meat 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 link=
size any px size 50 If you are using this, you must write out size= and assumes px. Max size is 128px.
border color name or Hex code green If you are using this, you must write html color name or Hex code as border=.
Example Syntax Result
Style 1, Size 100px, no link
{{Icon|name=Charred Meat|size=100}}
Style 1, Size 50, Link itself
{{Icon|name=Charred Meat|link=1|size=50}}
Style 2, No Size, Link to page Food
{{Icon|name=Charred Meat|link=Food|style=2}}
Food
Style 3, Size 100, Link itself
{{Icon|name=Charred Meat|link=1|size=100|style=3}}

Charred Meat
Style 4, Size 50, Link itself, with border
{{Icon|name=Charred Meat|link=1|size=50|style=4}}