Template:Navbox: Difference between revisions
Template page
More actions
Eloise Zomia (talk | contribs) No edit summary |
Eloise Zomia (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
{{#if: {{{title|}}}| | {{#if: {{{title|}}}| | ||
<caption class="navbox-title"> | |||
{{{title}}} | |||
</caption> | </caption> | ||
}} | }} | ||
| Line 11: | Line 11: | ||
{{#if: {{{above|}}}| | {{#if: {{{above|}}}| | ||
<tr> | <tr> | ||
<td class="navbox- | <td class="navbox-top" colspan="2"> | ||
{{{above}}} | {{{above}}} | ||
</td> | </td> | ||
| Line 96: | Line 96: | ||
{{#if: {{{below|}}}| | {{#if: {{{below|}}}| | ||
<tr> | <tr> | ||
<td class="navbox- | <td class="navbox-bottom" colspan="2"> | ||
{{{below}}} | {{{below}}} | ||
</td> | </td> | ||
Latest revision as of 12:24, 20 November 2025
Basic navbox template for Landrace.Wiki.
Parameters:
|title=– heading shown at the top.|bodyclass=– extra classes for the table (optional).|basestyle=– extra inline styles for the table (optional).|above=– optional row above the groups.|group1=…|group11=– left column headers.|list1=…|list11=– right column lists.|below=– optional row below all groups.
See Template:Basic information for an example.