Template:SectionTable: Difference between revisions
From Archaelund Wiki
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
<table style="width:28em; margin:0 auto;"> | <table style="width:28em; margin:0 auto;"> | ||
<tr style="vertical-align:top;"> | <tr style="vertical-align:top;"> | ||
<td style="width:130px; text-align:right; padding:0 0. | <td style="width:130px; text-align:right; padding:0 0.5em 0 0;">[[File:{{{Image|}}}|120px|link=]]</td> | ||
<td style="border-left:2px solid #ffb300; padding:0;"><span style="color:#fff; font-size:1.5em; padding:0 0 0 0. | <td style="border-left:2px solid #ffb300; padding:0;"><span style="color:#fff; font-size:1.5em; padding:0 0 0 0.5em;">{{{Title|}}}</span>{{ListFormat|{{{Sections|}}}|UList}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
Latest revision as of 13:10, 3 January 2024
Description
This template is intended for use on the main page of the Wiki. It generates a specific subtable containing a title, a corresponding image and links to various Wiki sections.
Usage
{{SectionTable
|Title =
|Image =
|Sections =
}}
Parameters
| Name | Required | Description | Values |
|---|---|---|---|
| Title | Yes | The title appearing above the links. | arbitrary text |
| Image | Yes | The image appearing next to the title. | image name (including file extension) |
| Sections | Yes | The links to various Wiki sections listed beneath the title. | a semicolon-separated list of [[Section]]s |
View/Edit documentation page