Template:IconFrame: Difference between revisions

From Eco - English Wiki
[unchecked revision][checked revision]
Tag: 2017 source edit
(Undo revision 4505 by Zaotik (talk))
Tag: Undo
Line 3: Line 3:


<noinclude>
<noinclude>
==Usage==
<pre>
{{IconFrame
    |file = WoodenHoe_Icon.png
    |link = Agriculture
    |text = <h3>[[Agriculture]]</h3>
}}
</pre>
===Parameters===
;First Parameter - File Name - file
:File page title for an image.
:You can use spaces or underscores. Do not include the "File:" part of the page title.
:This uses MediaWiki:Common.css to create An Icon Background and Frame for the file chosen. [Current .iconBlue for the Background]
;Second Parameter - Page Name - link
:Name of the page you wish to create a link to.
:Use spaces instead of underscores, otherwise the underscores will show up in the link text.
;Third Parameter - Text Displayed - text
:The text you want to be displayed under the Image.
===Example===
{{IconFrame
    |file = WoodenHoe_Icon.png
    |link = Agriculture
    |text = <h3>[[Agriculture]]</h3>
}}
[[Category:Templates]]
</noinclude>

Revision as of 12:55, 4 November 2020


Usage

{{IconFrame
    |file = WoodenHoe_Icon.png
    |link = Agriculture
    |text = <h3>[[Agriculture]]</h3>
}}

Parameters

First Parameter - File Name - file
File page title for an image.
You can use spaces or underscores. Do not include the "File:" part of the page title.
This uses MediaWiki:Common.css to create An Icon Background and Frame for the file chosen. [Current .iconBlue for the Background]
Second Parameter - Page Name - link
Name of the page you wish to create a link to.
Use spaces instead of underscores, otherwise the underscores will show up in the link text.
Third Parameter - Text Displayed - text
The text you want to be displayed under the Image.

Example