Template:Infobox: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
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: 18px;">{{{title|{{BASEPAGENAME}}}}}</div>
   <div style="{{bg linearfade|offset=50%|color={{{color|204,100%,90%}}}}} padding: 8px 2px; font-weight: bold; text-align: center; font-size: 16px;">{{{title|{{BASEPAGENAME}}}}}</div>
   <div style="text-align: center; background: hsl({{{color|204,100%,90%}}});">{{{imagearea|[[File:{{{image|Default.jpg}}}|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;"

Latest revision as of 00:23, 9 April 2023

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!
 }}