Difference between revisions of "Template:Icon"
From Akvopedia
Line 4: | Line 4: | ||
<tr><td bgcolor=red><center><font size="+2" color=gold> ☭ '''STALIN DID NOTHING WRONG!''' ☭ </font> | <tr><td bgcolor=red><center><font size="+2" color=gold> ☭ '''STALIN DID NOTHING WRONG!''' ☭ </font> | ||
<tr><td bgcolorred align=center>Workers of all lands, unite! | <tr><td bgcolorred align=center>Workers of all lands, unite! | ||
+ | |||
+ | |||
+ | <includeonly>{{#if:{{{file|{{{1|}}}}}}| | ||
+ | <span class="akvopedia-icon">[[File:{{{file|{{{1}}}}}}{{#if:{{{alt|{{{2|}}}}}}| | ||
+ | {{!}}alt={{{alt|{{{2}}}}}}}}{{#if:{{{width|{{{3|}}}}}}| | ||
+ | {{!}}{{{width|{{{3}}}}}}px}}{{#if:{{{link|{{{4|}}}}}}| | ||
+ | {{!}}link={{{link|{{{4}}}}}}}}]]</span>| | ||
+ | <div style="border:2px solid #CA0900;display:table;padding-right:0.6em;padding-left:0.3em"> | ||
+ | <div style="display:table-cell;padding:0.4em;"> | ||
+ | [[Image:MW-Icon-AlertMark.png]] | ||
+ | </div> | ||
+ | <div style="display:table-cell">'''Error:''' <span class="error">The icon template requires a filename parameter!</span></div> | ||
+ | </div> | ||
+ | }}</includeonly><noinclude> | ||
+ | The Icon template generates an icon using an uploaded image. | ||
+ | |||
+ | == Usage == | ||
+ | |||
+ | === Examples === | ||
+ | |||
+ | <pre><nowiki> | ||
+ | {{Icon | file=Icon_image.png | link=Example}} | ||
+ | </nowiki></pre> | ||
+ | |||
+ | === Parameters === | ||
+ | |||
+ | ; filename | ||
+ | : The name of the uploaded file. | ||
+ | ; alt | ||
+ | : The text use as alt text for the image element. (optional) | ||
+ | ; width | ||
+ | : The image width of the rendered icon. (optional) | ||
+ | ; link | ||
+ | : A wiki page to link the image to. (optional) | ||
+ | |||
+ | </noinclude> |
Revision as of 19:10, 15 August 2020
Workers of all lands, unite!
The Icon template generates an icon using an uploaded image. UsageExamples{{Icon | file=Icon_image.png | link=Example}} Parameters
|