Template:Tablerow/doc
Jump to navigation
Jump to search
- Description
- A template which adds a row inside of a table. To be used with {{Tabletop}} and {{Tablebottom}}.
- Syntax
- {{Tablerow|<Label>|<Value>}}
- Sample code
{{Tabletop}} {{Tablerow | Label = '''Location''' | Value = Dark places}} {{Tablebottom}}gives...
| No Title | |
|---|---|
| Location | Dark places |
{{Tabletop}} {{Tablerow | Label = '''Location'''}} {{Tablebottom}}gives...
| No Title | |
|---|---|
| Location | undefined |