Difference between revisions of "Template:Images3"
From Reallusion Wiki!
Chuck (RL) (Talk | contribs) m |
Chuck (RL) (Talk | contribs) m |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | < | + | <onlyinclude><div style="float: {{{align|none}}}; display: inline-block; margin-right:10px;"> |
+ | <ul> | ||
+ | <li style="display: inline-block; vertical-align:top;"> | ||
+ | [[File:{{{image1}}}|frame|none|{{{caption1|}}}|link={{{link1|}}}]] | ||
+ | </li> | ||
+ | <li style="display: inline-block; vertical-align:top;"> | ||
+ | [[File:{{{image2}}}|frame|none|{{{caption2|}}}|link={{{link2|}}}]] | ||
+ | </li> | ||
+ | <li style="display: inline-block; vertical-align:top;"> | ||
+ | [[File:{{{image3}}}|frame|none|{{{caption3|}}}|link={{{link3|}}}]] | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div></onlyinclude> | ||
== Usage == | == Usage == | ||
Images, supports up to 6 entries | Images, supports up to 6 entries | ||
<pre><nowiki> | <pre><nowiki> | ||
{{Images3 | {{Images3 | ||
− | |||
<!-- Essential parameters --> | <!-- Essential parameters --> | ||
| align = <!-- left/right/center/none --> | | align = <!-- left/right/center/none --> | ||
Line 24: | Line 35: | ||
}} | }} | ||
</nowiki></pre> | </nowiki></pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 00:41, 17 July 2019
- [[File:{{{image1}}}|frame|none||link=]]
- [[File:{{{image2}}}|frame|none||link=]]
- [[File:{{{image3}}}|frame|none||link=]]
Usage
Images, supports up to 6 entries
{{Images3 <!-- Essential parameters --> | align = <!-- left/right/center/none --> <!-- Image 1 --> |image1 = your first image |caption1 = caption for the first image |link1 = link for the first image <!-- Image 2 --> |image2 = your second image |caption2 = caption for the second image |link2 = link for the second image <!-- Image 3 --> |image3 = your third image |caption3 = caption for the third image |link3 = link for the third image }}