Vorlage:IconFrame: Unterschied zwischen den Versionen

Aus Eco - Deutsches Wiki
Wechseln zu:Navigation, Suche
[unmarkierte Version][unmarkierte Version]
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
<includeonly><div style="border: 5px outset #A9A9A9; background: #DCDCDC; display:inline-block; width: auto; padding: 10px; margin: 10px; text-align: center; vertical-align: middle;">[[File:{{{file}}}|center|95px|link={{{link}}}]]{{#if:{{{text|}}}|{{{text}}}}}</div></includeonly><noinclude>
<includeonly><div style="border: 5px outset #A9A9A9; background: #DCDCDC; display:inline-block; width: auto; padding: 10px; margin: 10px; text-align: center; vertical-align: middle;"><div class="iconContainer"><div class="iconStack">[[File:{{{file}}}|class=iconBlue|link={{{link}}}]]</div><div class="iconBorder"></div></div>
{{#if:{{{text|}}}|{{{text}}}}}</div></includeonly>


<noinclude>
==Usage==
<pre>
{{IconFrame
{{IconFrame
     |file = Workbench.png
     |file = WoodenHoe_Icon.png
     |link = Workbench
     |link = Agriculture
     |text = <h3>[[Workbench]]</h3>
     |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]]
[[Category:Templates]]
</noinclude>
</noinclude>

Version vom 18. August 2020, 13:10 Uhr


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