69,353
editsUse template demo
(Use Template:Trim.) |
HiddenDragon (talk | contribs) (Use template demo) |
||
Line 4: | Line 4: | ||
<div class="bg3wiki-imagetext-text" style="width: {{{w|100}}}px; text-align: center; {{#if: {{{font size|}}} | font-size: {{{font size}}}; }}" | <div class="bg3wiki-imagetext-text" style="width: {{{w|100}}}px; text-align: center; {{#if: {{{font size|}}} | font-size: {{{font size}}}; }}" | ||
>{{#if: {{{link|}}} | [[{{{link}}}|{{trim|{{{2}}}}}]] | {{trim|{{{2}}}}} }}</div> | >{{#if: {{{link|}}} | [[{{{link}}}|{{trim|{{{2}}}}}]] | {{trim|{{{2}}}}} }}</div> | ||
</div></includeonly><noinclude> | </div></includeonly><noinclude>{{Documentation|content= | ||
This template allows you to add images on top of a piece of text. | This template allows you to add images on top of a piece of text. | ||
The element will be an inline block, meaning several can appear in one line. You can give them all a specific width and height to get a nice consistent layout. | The element will be an inline block, meaning several can appear in one line. You can give them all a specific width and height to get a nice consistent layout. | ||
== Examples == | |||
Standard width/height is 100: | Standard width/height is 100: | ||
{{Template demo | |||
< | | style = table | ||
{{ImageText | Frenzy Icon.png | Origins }} | | <nowiki>{{ImageText | Frenzy Icon.png | Origins }}</nowiki> | ||
{{ImageText | Defensive Duellist Icon.png | Backgrounds }} | | <nowiki>{{ImageText | Defensive Duellist Icon.png | Backgrounds }}</nowiki> | ||
{{ImageText | Passive Feature Generic Icon.png | Just a test with very very long text }} | | <nowiki>{{ImageText | Passive Feature Generic Icon.png | Just a test with very very long text }}</nowiki> | ||
</ | }} | ||
Limiting width only; note this may cause the text to overflow as seen here: | Limiting width only; note this may cause the text to overflow as seen here: | ||
{{Template demo | |||
{{ | | style = table | ||
| <nowiki>{{ImageText | Frenzy Icon.png | Origins | w = 50 }}</nowiki> | |||
< | | <nowiki>{{ImageText | Defensive Duellist Icon.png | Backgrounds | w = 50 }}</nowiki> | ||
}} | |||
{{ImageText | Frenzy Icon.png | Origins | w = 50 }} | |||
{{ImageText | Defensive Duellist Icon.png | Backgrounds | w = 50 }} | |||
Limiting height only: | Limiting height only: | ||
{{Template demo | |||
{{ | | style = table | ||
| <nowiki>{{ImageText | Frenzy Icon.png | Origins | h = 50 }}</nowiki> | |||
< | | <nowiki>{{ImageText | Defensive Duellist Icon.png | Backgrounds | h = 50 }}</nowiki> | ||
}} | |||
{{ImageText | Frenzy Icon.png | Origins | h = 50 }} | |||
{{ImageText | Defensive Duellist Icon.png | Backgrounds | h = 50 }} | |||
Limiting width and height: | Limiting width and height: | ||
{{Template demo | |||
{{ | | style = table | ||
| <nowiki>{{ImageText | Frenzy Icon.png | Origins | w = 50 | h = 50 }}</nowiki> | |||
< | | <nowiki>{{ImageText | Defensive Duellist Icon.png | Backgrounds | w = 50 | h = 50 }}</nowiki> | ||
}} | |||
{{ImageText | Frenzy Icon.png | Origins | w = 50 | h = 50 }} | |||
{{ImageText | Defensive Duellist Icon.png | Backgrounds | w = 50 | h = 50 }} | |||
You might have noticed the text is often too wide for the icon... You can specify a font size: | You might have noticed the text is often too wide for the icon... You can specify a font size: | ||
< | {{Template demo | ||
{{ImageText | Frenzy Icon.png | Origins | w = 80 | h = 80 | font size = 80% }} | | style = table | ||
{{ImageText | Defensive Duellist Icon.png | Backgrounds | w = 80 | h = 80 | font size = 80% }} | | <nowiki>{{ImageText | Frenzy Icon.png | Origins | w = 80 | h = 80 | font size = 80% }}</nowiki> | ||
</ | | <nowiki>{{ImageText | Defensive Duellist Icon.png | Backgrounds | w = 80 | h = 80 | font size = 80% }}</nowiki> | ||
}} | |||
}} | |||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |