Template:Icon

From Official Factorio Wiki
Jump to navigation Jump to search
Placeholder icon.png

[View] [Edit] [Page history]

Documentation

{{icon|File name|text|Page name|color=hex color code|icon-text-class=html/css class}}

  • First parameter: The name of the icon file. Usually the in-game name of the item, e.g. "Raw fish". The file name is converted using Template:ConvertName, which for example resolves the input of "Battery MK1" to battery-equipment. (Required)
  • Second parameter: Text to display on top of the icon. (Optional)
  • Third parameter: The name of the page the icon links to. If this parameter is completely empty, the first parameter will be used instead of this one. The template adds the language suffix (of the language the page is on) to the link e.g. Wood links to Wood/de on a German page. (Optional)
  • Color parameter: A hex color code without the #. Determines the background color of the icon e.g. ffffff for white. (Optional, default: 929292)
  • Icon text class parameter: A html class associated with some css code. Determines how the number is displayed on the icon. Currently unused. (Optional, default: factorio-icon-text)

Putting two pipes after the first parameter will produce an icon that links to nothing and shows no number (useful if you don't want to link to a page that doesn't exist):

{{icon|dead-tree||}} →
Dead-tree.png

Some usage examples:

  • {{icon|Intentionally missing image|color=ff00ff}} →
  • {{icon|Tree|color=0000ff}} →
    Tree.png
  • {{icon|Iron plate||Copper plate}} →
    Iron plate.png
  • {{icon|Iron plate|text}} →
    Iron plate.png
    text
  • {{icon|automobilism (research)|icon-text-class=navbox-icon-text|some text}} →
    Automobilism (research).png
List of all templates