Файл:Imbox deletion.png Внимание! Начат процесс обновления Wiki до версии игры 10.x. Если у Вас есть желание принять участие, то Вы можете найти больше информации в нашем ECO Contribution Wiki Discord.

Шаблон:IconFrame: различия между версиями

Материал из Eco - Русская Wiki
Перейти к:навигация, поиск
[досмотренная версия][досмотренная версия]
Нет описания правки
Нет описания правки
 
(не показано 8 промежуточных версий этого же участника)
Строка 1: Строка 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;"><div class="iconContainer"><div class="iconStack">[[File:{{{file}}}|class=iconBlue|link={{{link}}}]]</div><div class="iconBorder"></div></div>
<includeonly><div class="col-xl-3 col-sm-6 mb-5 wikibillet py-5 px-4"><div class="iconContainer"><div class="iconStack">[[File:{{{file}}}|class=iconBlue|link={{{link}}}]]</div><div class="iconBorder"></div></div>
{{#if:{{{text|}}}|{{{text}}}}}</div></includeonly>
<h5 class="mb-0">{{#if:{{{text|}}}|{{{text}}}}}</h5></div></includeonly>


<noinclude>
<noinclude>
==Usage==
==Как использовать==
<pre>
<pre>
{{IconFrame
{{IconFrame
     |file = WoodenHoe_Icon.png
     |file = WoodenHoe_Icon.png
     |link = Agriculture
     |link = Agriculture
     |text = <h3>[[Agriculture]]</h3>
     |text = [[Agriculture]]
}}
}}
</pre>
</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
{{IconFrame
     |file = WoodenHoe_Icon.png
     |file = WoodenHoe_Icon.png
     |link = Agriculture
     |link = Agriculture
     |text = <h3>[[Agriculture]]</h3>
     |text = [[Agriculture]]
}}
}}


[[Category:Шаблоны]]
[[Category:Шаблоны]]
</noinclude>
</noinclude>

Текущая версия от 10:50, 9 мая 2021


Как использовать[править код]

{{IconFrame
    |file = WoodenHoe_Icon.png
    |link = Agriculture
    |text = [[Agriculture]]
}}

Пример[править код]