Difference between revisions of "Qtable00"
Jump to navigation
Jump to search
Darwin2049 (talk | contribs) |
Darwin2049 (talk | contribs) |
||
Line 4: | Line 4: | ||
* 2023.07.13 | * 2023.07.13 | ||
* table 00 | * table 00 | ||
{| class=wikitable | |||
{{ #if:1|{{!}}- <!-- Row one will be shown because the '1' evaulates to TRUE --> | |||
! row one, column one | |||
{{!}}row one, column two <!-- {{!}}'s get evaluated to the pipe character '|', i.e. template:! just contains '|' --> | |||
{{ #if: |{{!}}- <!-- Row two NOT shown because the space between the ':' and the '|' evaluates to FALSE --> | |||
! row two, column one | |||
{{!}}row two, column two}} | |||
|- <!-- Row three will be shown --> | |||
! row three, column one | |||
| row three, column two | |||
|} | |||
Revision as of 03:37, 14 July 2023
ScratchPad Page.
Table definitions.
- 2023.07.13
- table 00
row one, column one | row one, column two
{{ #if: ||- |
row two, column one | row two, column two}} |
---|---|---|---|
row three, column one | row three, column two |