Difference between revisions of "Template:Icon"
From Akvopedia
m (Protected "Template:Icon": Excessive vandalism ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]) |
|||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{file|{{{1|}}}}}}| | <includeonly>{{#if:{{{file|{{{1|}}}}}}| | ||
− | [[File:{{{file|{{{1}}}}}}{{#if:{{{alt|{{{2|}}}}}}| | + | <span class="akvopedia-icon">[[File:{{{file|{{{1}}}}}}{{#if:{{{alt|{{{2|}}}}}}| |
{{!}}alt={{{alt|{{{2}}}}}}}}{{#if:{{{width|{{{3|}}}}}}| | {{!}}alt={{{alt|{{{2}}}}}}}}{{#if:{{{width|{{{3|}}}}}}| | ||
{{!}}{{{width|{{{3}}}}}}px}}{{#if:{{{link|{{{4|}}}}}}| | {{!}}{{{width|{{{3}}}}}}px}}{{#if:{{{link|{{{4|}}}}}}| | ||
− | {{!}}link={{{link|{{{4}}}}}}}}]]| | + | {{!}}link={{{link|{{{4}}}}}}}}]]</span>| |
<div style="border:2px solid #CA0900;display:table;padding-right:0.6em;padding-left:0.3em"> | <div style="border:2px solid #CA0900;display:table;padding-right:0.6em;padding-left:0.3em"> | ||
<div style="display:table-cell;padding:0.4em;"> | <div style="display:table-cell;padding:0.4em;"> |
Latest revision as of 20:37, 15 August 2020
The Icon template generates an icon using an uploaded image.
Usage
Examples
{{Icon | file=Icon_image.png | link=Example}}
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)