Template:TWI: Difference between revisions

Content added Content deleted
mNo edit summary
No edit summary
Line 1: Line 1:
{{#ifeq: {{{4|}}}|nolink|
[[File:{{{1}}}|{{#if: {{{3|}}} | {{{3}}} | 15px}}|link={{{2}}}]] [[{{{2}}}]]
[[File:{{{1}}}|{{#if: {{{3|}}} | {{{3}}} | 15px}}]] {{{2}}}

| [[File:{{{1}}}|{{#if: {{{3|}}} | {{{3}}} | 15px}}|link={{{2}}}]] [[{{{2}}}]]
}}
<noinclude>
<noinclude>
<!-- [[File:{{{1}}}|{{#if: {{{3|}}} | {{{3}}} | 15px}}|link={{{2}}}]] [[{{{2}}}]] -->
TWI = Text with Icon<br>
== Usage ==
Usage: 1 = File, 2 = Name, 3 = Size of icon (If not defined then 15px)<br>
This template is used to display an image with an optional link to a specified page.<br>
To display the image with a link:<br>
<nowiki>{{TWI|ImageName.jpg|DestinationPage}}</nowiki>

To display the image with a link and custom size:<br>
<nowiki>{{TWI|ImageName.jpg|DestinationPage|30px}}</nowiki>

To display the image without a link:<br>
<nowiki>{{TWI|ImageName.jpg|DestinationPage|nolink}}</nowiki>

== Parameters ==
* '''1''': The name of the image file.
* '''2''': The destination page to which the image will link.
* '''3''': (Optional) The size of the image. If not specified it is 15px
* '''4''': (Optional) Specify 'link' to include a link with the image. Specify 'nolink' to exclude a link. If this parameter is not provided (or invalid), a link will be included by default.


== Examples ==
Example:<br>
<nowiki>{{TWI|Flag_of_Aiir.svg|Aïr}}</nowiki><br>
<nowiki>{{TWI|Flag_of_Aiir.svg|Aïr}}</nowiki><br>
{{TWI|Flag_of_Aiir.svg|Aïr}}<br>
{{TWI|Flag_of_Aiir.svg|Aïr}}<br>
<nowiki>{{TWI|Flag_of_Aiir.svg|Aïr|50px}}</nowiki><br>
<nowiki>{{TWI|Flag_of_Aiir.svg|Aïr|50px}}</nowiki><br>
{{TWI|Flag_of_Aiir.svg|Aïr|50px}}
{{TWI|Flag_of_Aiir.svg|Aïr|50px}}
<nowiki>{{TWI|Flag_of_Aiir.svg|Aïr|4=nolink}}</nowiki><br>
{{TWI|Flag_of_Aiir.svg|Aïr|4=nolink}}<br>
</noinclude>
</noinclude>