Difference between revisions of "Template:ImageDiv"
Line 1: | Line 1: | ||
<includeonly><div style="background-color:{{{bgcolor|black}}}; border-radius: 5px; padding: 3px; width: {{{img-width|155px}}}; position: relative;"><div style="border-radius: 2px; overflow: hidden; width: {{{img-width|155px}}}; height: {{{img-height|125px}}};">{{{image}}}</div>{{#if: {{{name|}}} | | <includeonly><div style="background-color:{{{bgcolor|black}}}; border-radius: 5px; padding: 3px; width: {{{img-width|155px}}}; position: relative;"><div style="border-radius: 2px; overflow: hidden; width: {{{img-width|155px}}}; height: {{{img-height|125px}}};">{{{image}}}</div>{{#if: {{{name|}}} | | ||
− | <span style="background-color:{{{namebgcolor|black}}}; position: absolute; {{{direction|right}}}: 0px; bottom: 0px; font-size: {{{fontsize|x-small}}}; font-weight: bold; color: white; padding: 0 5px; border-radius: {{{border-radius|5px}}} | + | <span style="background-color:{{{namebgcolor|black}}}; position: absolute; {{{direction|right}}}: 0px; bottom: 0px; font-size: {{{fontsize|x-small}}}; font-weight: bold; color: white; padding: 0 5px; border-radius: {{{border-radius|5px 0}}};">{{{name|}}}</span> }}</div></includeonly> |
<noinclude> | <noinclude> | ||
{{ImageDiv | {{ImageDiv | ||
Line 37: | Line 37: | ||
*'''''img-size''''' – Set image size (default to 155px). | *'''''img-size''''' – Set image size (default to 155px). | ||
*'''''direction''''' – Direction of the Text (default to right). | *'''''direction''''' – Direction of the Text (default to right). | ||
− | *'''''border-radius''''' – Set border-radius of the text area (default to 5px). | + | *'''''border-radius''''' – Set border-radius of the text area (default to 5px 0). |
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 01:05, 8 August 2018
{{ImageDiv | name = Hotels | image = [[File:Placeholder.jpg|155px]] | bgcolor = orange | namebgcolor = orange | fontsize = 18px }} ====Usage==== {{ImageDiv | name = | image = }}
Usage
- name – Display name (ie., the name you want the template to display)
- image – File name
- Advanced Parameters
- bgcolor – Set background color for the image (default to black).
- namebgcolor – Set background color for the title (default to black).
- fontsize – Set font size for the title (default to x-small).
- img-width – Set div width (default to 155px).
- img-height – Set div height (default to 125px).
- img-size – Set image size (default to 155px).
- direction – Direction of the Text (default to right).
- border-radius – Set border-radius of the text area (default to 5px 0).