Template:Infobox: Difference between revisions
Jump to navigation
Jump to search
Roy Curtis (talk | contribs) from my own code on ActiveWiki |
No edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div style="{{ | <div style="{{box-sizing}} clear: right; margin: 16px 0px 8px 8px; width: {{{width|300px}}}; background: white; float: right; {{{css|}}}"> | ||
<div style="{{bg | <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;">{{{imagearea|[[File:{{{image| | <div style="text-align: center; background: hsl({{{color|204,100%,90%}}});">{{{imagearea|[[File:{{{image|Default.jpg}}}|300px]]}}}</div> | ||
{| cellspacing="0px" cellpadding="0px" style="width: 100%; border-collapse:collapse;" | {| 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: | {{{taglinearea|{{!}}+ style="padding: 4px; background: hsl({{{color|204,100%,90%}}});" {{!}}{{{tagline|''Tagline''}}} }}} | ||
{{{rows| | {{{rows| | ||
{{Infobox row| | {{Infobox row|label|field|}} | ||
{{Infobox row|label | {{Infobox row|label|field}} | ||
{{Infobox row | {{Infobox row|label|field|}} | ||
{{Infobox row|label|field}} | |||
}}} | }}} | ||
{{{footerarea|{{!}}- | {{{footerarea|{{!}}- | ||
{{!}} style="text-align: center; padding: 4px" colspan=2 {{!}} {{{footer|''Footer''}}} }}} | {{!}} style="text-align: center; padding: 4px" colspan=2 {{!}} {{{footer|''Footer''}}} }}} | ||
|- | |||
| colspan=2 style="height: 8px;" | | |||
|} | |} | ||
</div><noinclude> | </div><noinclude> | ||
Line 21: | Line 24: | ||
|image=Blizzard.jpg | |image=Blizzard.jpg | ||
|rows= | |rows= | ||
{{Infobox row| | {{Infobox row|label |{{{field1}}}|}} | ||
{{Infobox row| | {{Infobox row|label2| | ||
* Option 1 | * Option 1 | ||
* Option 2}} | * Option 2}} | ||
{{Infobox row| | {{Infobox row|label3|{{{field3|default}}}|}} | ||
}}</nowiki> | }}</nowiki> | ||
Line 35: | Line 38: | ||
|image=SWCity.jpg | |image=SWCity.jpg | ||
|rows= | |rows= | ||
{{Infobox row| | {{Infobox row|label |{{{field1}}}|}} | ||
{{Infobox row| | {{Infobox row|label2| | ||
* Option 1 | * Option 1 | ||
* Option 2}} | * Option 2}} | ||
{{Infobox row| | {{Infobox row|label3|{{{field3|default}}}|}} | ||
|footer=hello world! | |footer=hello world! | ||
}}</nowiki> | }}</nowiki> |
Latest revision as of 00:23, 9 April 2023
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}}}|}} }}
{{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! }}