Difference between revisions of "Qtable00"

From arguably.io
Jump to navigation Jump to search
Line 4: Line 4:
* 2023.07.13
* 2023.07.13
* table 00
* table 00
{|class="wikitable"
|+style="color:green"| Table caption
  {{!}}-                        <!-- (unconditional) header row -->
  !scope="col"{{!}} 1
  !scope="col"{{!}} 2
}}{{
  {{!}}-                    <!-- Row one will be shown because the non-empty '1' evaulates to TRUE -->
  !scope="row"{{!}} row one, column one
  {{!}} row one, column two <!-- {{!}}'s get evaluated to the pipe character '|', i.e. template:! just contains '|' -->
}}{{ #if: |<nowiki/>
  {{!}}-                    <!-- Row two NOT shown because the space between the ':' and the '|' evaluates to FALSE  -->
  !scope="row"{{!}} row two, column one
  {{!}} row two, column two
}}{{ #if: |<nowiki/>
  {{!}}-                    <!-- Row two NOT shown because the space between the ':' and the '|' evaluates to FALSE  -->
  !scope="row"{{!}} row three, column one
  {{!}} row three, column two
}}{{ #if:1|<nowiki/>
  {{!}}-                    <!-- Row four will be shown because the non-empty '1' evaluates to TRUE -->
  !scope="row"{{!}} row four, column one
  {{!}} row four, column two <!-- {{!}}'s get evaluated to the pipe character '|', i.e. template:! just contains '|' -->
}}
|}


{| class="wikitable"
{| class="wikitable"
|+style="color:green"| Table caption
|+style="color:blue"| Table caption
   |+ Caption
   |+ Caption
|-
|-
Line 50: Line 20:


{| class="wikitable"
{| class="wikitable"
|+style="color:red"| Table caption
|+style="color:red"| Primary Configuration
   |+ Configuration
   |+ Configuration
|-
|-

Revision as of 03:53, 14 July 2023

ScratchPad Page.

Table definitions.

  • 2023.07.13
  • table 00
Table caption Caption
Heading 1 Heading 2
A B
C D
Primary Configuration Configuration
Front_End 1 Support_Processing 2
CG4 CYC
CG4 Watson