Template:Icon: Difference between revisions

Template page
m (inherit vertical alignment from the icon grid)
mNo edit summary
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><!--
<includeonly><!--
--><div style="display:inline-block; vertical-align:inherit; overflow-x: hidden; margin:.25em; width:{{{width|96px}}};"><!--
--><div class="{{{class|}}}" style="display:inline-block; vertical-align:inherit; overflow-x: hidden; overflow-y: hidden; margin:.25em; line-height:normal; width:{{#if:{{{widths|}}}|{{{widths|}}}|{{{width|96px}}}}}; {{{style|}}}"><!--


-->[[File:{{{1|}}}|link={{{imglink|}}}|center|{{{width|96px}}}]]<!--
--><center>{{{header|}}}</center>{{#if:{{{1|}}}|[[File:{{{1|}}}|link={{{imglink|File:{{{1}}}}}}|center|{{{width|96px}}}]]}}<!--
--><center><small>{{{caption|}}}</small></center><!--
--><center><small>{{{caption|}}}</small></center><!--


--></div>
--></div></includeonly><noinclude>
</includeonly><noinclude>
{{Documentation}}
== Usage ==
<pre><nowiki>
{{Icon|BlazBlue Central Fiction Ragna the Bloodedge Icon.png
|imglink=Ragna the Bloodedge
|caption=[[Ragna the Bloodedge]]
}}
</nowiki></pre>
{{Icon|BlazBlue Central Fiction Ragna the Bloodedge Icon.png|imglink=Ragna the Bloodedge|caption=[[Ragna the Bloodedge]]}}
{{Icon|BlazBlue Bang Shishigami Birthday 08.jpg|imglink=Bang Shishigami|width=200px|caption=[[Bang Shishigami|Jan 1]]}}
For use with [[Template:Icon Grid]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 22:17, 17 October 2019

Documentation icon Template documentation[view] [edit] [history] [purge]

Usage

{{Icon|BlazBlue Central Fiction Ragna the Bloodedge Icon.png
|img=(named alt of {{{1|}}}) for Cargo queries
|imglink=Ragna the Bloodedge
|header=goes above the icon
|caption=[[Ragna the Bloodedge]]
|width=default is 96px
|class=CSS classes to style the div wrapper
|style=CSS style to style the div wrapper
}}
This is a header.
BlazBlue Central Fiction Nu-13 Icon.png
This is a caption.

For use with Template:Icon Grid.