Template:CargoTest: Difference between revisions

Template page
(Created page with "<noinclude> This is the "CargoTest" template. {{#cargo_declare:_table=CargoTest |foo=Wikitext |bar=Wikitext |baz=Integer}} </noinclude> <includeonly> {{#cargo_store:_table=Ca...")
 
No edit summary
Line 3: Line 3:


{{#cargo_declare:_table=CargoTest
{{#cargo_declare:_table=CargoTest
|foo=Wikitext
|id=String
|bar=Wikitext
|parent=String
|baz=Integer}}
|data=Wikitext}}
</noinclude>
</noinclude>
<includeonly>
<includeonly>
{{#cargo_store:_table=CargoTest
{{#cargo_store:_table=CargoTest
|foo={{{foo}}}
|id={{{id}}}
|bar={{{bar}}}
|parent={{{parent}}}
|baz={{{baz}}}}}
|data={{{data}}}}}
{|
{|
! Foo
! Foo
| {{{foo|}}}
| {{{id|}}}
|-
|-
! Bar
! Bar
| {{{bar|}}}
| {{{parent|}}}
|-
|-
! Baz
! Data
| {{{baz|}}}
| {{{data|}}}
|}
|}
</includeonly>
</includeonly>

Revision as of 03:39, 2 September 2023

This is the "CargoTest" template.

This template defines the table "CargoTest". View table.