Difference between revisions of "Template:MainPageCharacter"

From The Aruba Wiki
Jump to: navigation, search
(Created page with "<includeonly><div style="background-color:black; border-radius: 5px; padding: 3px; width: 155px; position: relative;"><div style="border-radius: 2px; overflow: hidden; width:...")
 
(Tags: Mobile edit, Mobile web edit)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><div style="background-color:black; border-radius: 5px; padding: 3px; width: 155px; position: relative;"><div style="border-radius: 2px; overflow: hidden; width: 155px; height: 125px;">[[File:{{{image}}}|155px|link={{{articlename}}}]]</div>[[{{{articlename}}}|<span style="background-color:black; position: absolute; right: 0px; bottom: 0px; font-size: x-small; font-weight: bold; color: white; padding: 0 5px; border-radius: 5px 0;">{{{name}}}</span>]]</div></includeonly>
+
<includeonly><div style="background-color:{{{bgcolor|black}}}; border-radius: 5px; padding: 3px; width: {{{img-width|155px}}}; position: relative;{{{div-style|}}};"><div style="border-radius: 2px; overflow: hidden; width: {{{img-width|155px}}}; height: {{{img-height|125px}}}">[[File:{{{image}}}|{{{img-size|155px}}}|link={{{articlename|}}}]]</div>[[{{{articlename|}}}|<span style="background-color:{{{namebgcolor|black}}}; position: absolute; right: 0px; bottom: 0px; font-size: {{{fontsize|x-small}}}; font-weight: bold; color: white; padding: 0 5px; border-radius: 5px 0;">{{{name|}}}</span>]]</div></includeonly>
 
<noinclude>
 
<noinclude>
 
{{MainPageCharacter/doc}}
 
{{MainPageCharacter/doc}}
 
[[Category:Templates]]</noinclude>
 
[[Category:Templates]]</noinclude>

Latest revision as of 21:12, 14 August 2018


Placeholder.jpg
Hotels


{{MainPageCharacter
 | articlename = :Category:Hotels
 | name        = Hotels
 | image       = Placeholder.jpg
 | bgcolor     = orange
 | namebgcolor = orange
 | fontsize    = 18px
}}

====Usage====
{{MainPageCharacter
 | articlename = 
 | name        = 
 | image       = 
}}

Usage

  • articlename – The name of the article (in this case, Hotels). This will also be the article which will open once the user clicks on the title or image.
  • 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).