Template:Infobox: Difference between revisions
From Archaelund Wiki
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
<table class="wikitable infobox toptextcells" style="text-align:center;">{{#if:{{{Surtitle|}}}| | <table class="wikitable infobox toptextcells" style="text-align:center;">{{#if:{{{Surtitle|}}}| | ||
<tr><td style="background-color:#ffb300; border-color:#ffb300; color:#000; font-size:1.2em; border-bottom-color:#000;">{{{Surtitle|}}}</td></tr>}} | <tr><td style="background-color:#ffb300; border-color:#ffb300; color:#000; font-size:1.2em; border-bottom-color:#000;">{{{Surtitle|}}}</td></tr>}} | ||
<tr><td style="background-color:#ffb300; border-color:#ffb300; color:#000; font-size:1.5em; font-weight:bold;">{{{Title|}}}</td></tr>{{#if:{{{Subtitle|}}}| | <tr><td style="background-color:#ffb300; border-color:#ffb300; color:#000; font-size:1.5em; font-weight:bold; border-bottom-color:#000;">{{{Title|}}}</td></tr>{{#if:{{{Subtitle|}}}| | ||
<tr><td style="background-color:#ffb300; border-color:#ffb300; color:#000; font-size:1.2em | <tr><td style="background-color:#ffb300; border-color:#ffb300; color:#000; font-size:1.2em;">{{{Subtitle|}}}</td></tr>}}{{#if:{{{Content0|}}}| | ||
<tr><td style={{{Style0|}}}>{{{Content0|}}}</td></tr>}}{{#if:{{{Header1|}}}| | <tr><td style={{{Style0|}}}>{{{Content0|}}}</td></tr>}}{{#if:{{{Header1|}}}| | ||
<tr><th style="background-color:#ffb300; border-color:#ffb300; color:#000; font-size:1em;">{{{Header1|}}}</th></tr> | <tr><th style="background-color:#ffb300; border-color:#ffb300; color:#000; font-size:1em;">{{{Header1|}}}</th></tr> | ||
Latest revision as of 09:05, 11 February 2024
Description
This is a base template for infoboxes. It is not meant to be directly called from within Wiki pages, but for implementing customized infoboxes in other templates.
Usage
{{Infobox
|Title =
|Surtitle =
|Subtitle =
|Content0 =
|Style0 =
|Header1 =
|Content1 =
|Style1 =
<!-- ...up to 9... -->
|Header9 =
|Content9 =
|Style9 =
}}
Parameters
| Name | Required | Description | Values |
|---|---|---|---|
| Title | Yes | The title of the infobox. | arbitrary text |
| Surtitle | No | Text to be displayed directly above the title. | arbitrary text |
| Subtitle | No | Text to be displayed directly below the title. | arbitrary text |
| Content0 | No | The content of the cell below the title. | arbitrary text / image |
| Style0 | No | Inline CSS styles for formatting Content0. | "inline CSS style" (in quotation marks) |
| Header1...Header9 | No | The different headers of the infobox. Up to 9 are possible. Empty headers will not be displayed. | arbitrary text |
| Content1...Content9 | No | The content of the cells below Header1...Header9, respectively. Will only display if the corresponding Header is not empty. | arbitrary text or image |
| Style1...Style9 | No | Inline CSS styles for formatting Content1...Content9, respectively. | "inline CSS style" (in quotation marks) |
View/Edit documentation page