Template:Tab-line-H1

From Custom Mario Kart
Jump to navigation Jump to search

This template helps to insert conditionally table lines. The name H1 means:

  • H : 1 head column.
  • 1 : 1 more column.

So this macro expects 2 parameters. Other similar templates maybe available.

Simple usage example: {{tab-line-H1|Date:|{{{date}}}}}

Conditional usage example: {{#if: {{{date|}}} | {{tab-line-H1|Date:|{{{date}}}}}}}

  • »date« is here the parameter name.
  • »Date:« is the text of the line header.