From Tetherless World Wiki
Description
- description: Print the begin,end, row of a section in table format
- module: SBP FIT
- version: SBP 0.2
- status: unstable
- author: Li Ding
Usage
syntax
{{fit.section
|format= 'tr' or other
|mode= 'begin', 'end', 'sub'
|text= the text of subtitle, only valid when mode= 'sub'
|text-align= only valid when mode= 'sub', 'begin'
|background= only valid when mode= 'sub', 'begin'
|width= only valid when mode= 'begin'
|float= only valid when mode= 'begin'
}}
Examples
List in section using default option "format=ul"
section using "format=tr"
section using "format=tr", "float=right", "width=20em"