Template:Imagelink: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(removed unnecessary padding)
m (removed color for the link that wasn't needed and didn't fit to the dark css)
Line 1: Line 1:
<includeonly><div class="factorio-icon" style="background-color:#999; border:1px solid #ccc;">{{#if: {{{link|}}}|[[File:{{{1}}}.png{{!}}32px]]|[[File:{{{1}}}.png{{!}}32px{{!}}link={{{2|}}}]]}}</div><span style="position:relative; padding:3px; font-size:larger; color: black;">{{#if: {{{link|}}}|{{#if:{{#titleparts:{{{2}}}| |-1}}|{{Translation|{{#titleparts:{{{2}}}|1|1}}}}|{{{2}}}}}|[[{{{2}}}{{!}}{{#if:{{{3|}}}|{{{3}}}|{{Translation|{{#titleparts:{{{2}}}|1|1}}}}}}]]}}</span></includeonly>
<includeonly><div class="factorio-icon" style="background-color:#999; border:1px solid #ccc;">{{#if: {{{link|}}}|[[File:{{{1}}}.png{{!}}32px]]|[[File:{{{1}}}.png{{!}}32px{{!}}link={{{2|}}}]]}}</div><span style="position:relative; padding:3px; font-size:larger;">{{#if: {{{link|}}}|{{#if:{{#titleparts:{{{2}}}| |-1}}|{{Translation|{{#titleparts:{{{2}}}|1|1}}}}|{{{2}}}}}|[[{{{2}}}{{!}}{{#if:{{{3|}}}|{{{3}}}|{{Translation|{{#titleparts:{{{2}}}|1|1}}}}}}]]}}</span></includeonly>


<noinclude>
<noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>

Revision as of 13:03, 10 July 2017


[View] [Edit] [Page history]

Documentation
{{imagelink|icon|link|caption}}
  • The link and caption parameters are optional. If both are not present the link will go to the page with the name of the first parameter with language suffix if the icon is on a non-english page (e.g. icon/de on a German page). The text next the icon is translated to the language of the page it is on.
  • If the second parameter is present, the links will go to exactly that page, no language suffixes are added. The text next to the icon is then translated from that second parameter.
  • If the third parameter is present the text next to the icon is exactly that text.

Usage

{{imagelink|Rocket}} {{Imagelink|Rocket|Transport belt/de}} {{imagelink|splitter|Belt transport system#Splitters|Basic splitter}}

Result

Rocket.png
[[{{{2}}}|{{{2}}}]]
Rocket.png
Transport belt
Splitter.png
Basic splitter
List of all templates