Template:Infobox: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
(prepared for VPWiki)
m (changed default image)
Line 1: Line 1:
<div style="{{box-sizing}} clear: right; margin: 16px 0px 8px 8px; width: {{{width|300px}}}; background: white; float: right; {{{css|}}}">
<div style="{{box-sizing}} clear: right; margin: 16px 0px 8px 8px; width: {{{width|300px}}}; background: white; float: right; {{{css|}}}">
   <div style="{{bg linearfade|offset=50%|color={{{color|204,100%,90%}}}}} padding: 8px; font-weight: bold; text-align: center; font-size: large;">{{{title|{{BASEPAGENAME}}}}}</div>
   <div style="{{bg linearfade|offset=50%|color={{{color|204,100%,90%}}}}} padding: 8px; font-weight: bold; text-align: center; font-size: large;">{{{title|{{BASEPAGENAME}}}}}</div>
   <div style="text-align: center; background: hsl({{{color|204,100%,90%}}});">{{{imagearea|[[File:{{{image|Generic Image.png}}}|300px]]}}}</div>
   <div style="text-align: center; background: hsl({{{color|204,100%,90%}}});">{{{imagearea|[[File:{{{image|Default.jpg}}}|300px]]}}}</div>
   {| cellspacing="0px" cellpadding="0px" style="background: hsl({{{color|204,100%,90%}}}); width: 100%; border-collapse: collapse; border-radius: 0px 0px 16px 16px;"
   {| cellspacing="0px" cellpadding="0px" style="background: hsl({{{color|204,100%,90%}}}); width: 100%; border-collapse: collapse; border-radius: 0px 0px 16px 16px;"
   {{{taglinearea|{{!}}+ style="padding: 4px; background: hsl({{{color|204,100%,90%}}});" {{!}}{{{tagline|''Tagline''}}} }}}
   {{{taglinearea|{{!}}+ style="padding: 4px; background: hsl({{{color|204,100%,90%}}});" {{!}}{{{tagline|''Tagline''}}} }}}

Revision as of 22:18, 26 August 2013

Infobox
Default.jpg
Tagline
Label

field

Label

field

Label

field

Label

field

Footer

An improved infobox core template.

Usage

With automatic title and image

 {{Infobox
 |image=Blizzard.jpg
 |rows=
 {{Infobox row|label |{{{field1}}}|}}
 {{Infobox row|label2|
   * Option 1
   * Option 2}}
 {{Infobox row|label3|{{{field3|default}}}|}}
 }}

With custom title, tagline, image and footer

 {{Infobox
 |title=Title
 |tagline=Some tagline
 |image=SWCity.jpg
 |rows=
 {{Infobox row|label |{{{field1}}}|}}
 {{Infobox row|label2|
   * Option 1
   * Option 2}}
 {{Infobox row|label3|{{{field3|default}}}|}}
 |footer=hello world!
 }}