Difference between revisions of "Template:ExampleDataTableV1"

From Melissa Data Wiki
Jump to navigation Jump to search
(Created page with ":{| cellspacing="0" class="exampleDataTable" style="background-color:#d9e2f3;" !{{{R1C1}}}!!{{{R1C2}}}!!{{{R1C3}}} {{{AdditionalRows}}} |} <noinclude> == Usage == <code> <no...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
:{| cellspacing="0" class="exampleDataTable" style="background-color:#d9e2f3;"
:{| cellspacing="0" class="exampleDataTable"
!{{{R1C1}}}!!{{{R1C2}}}!!{{{R1C3}}}
!{{{1}}}!!{{{2}}}!!{{{3}}}
{{{AdditionalRows}}}
{{{AdditionalRows}}}
|}
|}
<noinclude>
<noinclude>
== Usage ==
== Usage ==

Latest revision as of 21:45, 21 September 2018

{{{1}}} {{{2}}} {{{3}}}

{{{AdditionalRows}}}

Usage

{{ExampleDataTableV1|Col1|Col2|Col3
|AdditionalRows=
{{EDTRow|Color(Green/Red)|Col1|Col2|Col3}}
{{EDTRow|Color(Green/Red)|Col1|Col2|Col3}}
...
}}