Toggle menu
17
24
14
1.7K
Landrace.Wiki - The Landrace Cannabis Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Navbox: Difference between revisions

Template page
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:


{{#if: {{{title|}}}|
{{#if: {{{title|}}}|
  <caption class="navbox-title">
<caption class="navbox-title">
    {{{title}}}
{{{title}}}
   </caption>
   </caption>
}}
}}
Line 11: Line 11:
{{#if: {{{above|}}}|
{{#if: {{{above|}}}|
   <tr>
   <tr>
     <td class="navbox-above" colspan="2">
     <td class="navbox-top" colspan="2">
       {{{above}}}
       {{{above}}}
     </td>
     </td>
Line 96: Line 96:
{{#if: {{{below|}}}|
{{#if: {{{below|}}}|
   <tr>
   <tr>
     <td class="navbox-below" colspan="2">
     <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.