Template:Cargo Template Example: Difference between revisions

From OnTrackNorthAmerica
(Created page with "<noinclude> {{#cargo_declare: _table=Space |solar_System = String |astronomical_Body_Type = List (,) of string |discovery_Date = Date |notes = Wikitext }} </noinclude> <includeonly> {{#cargo_store:_table = Space}} {| ! Solar System It Resides In | {{{solar_System}}} |- ! Kind of Celestial Object | {{{astronomical_Body_Type}}} |- ! Year of Discovery | {{{discovery_Date}}} |- ! Extra Thoughts | {{{notes}}} |} </includeonly>")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<!--<templatestyles src= "Template:Cargo_Template_Example/styles.css" />-->
{{#cargo_declare:
==CargoData==
_table=Space
|solar_System = String
|astronomical_Body_Type = List (,) of string
|discovery_Date = Date
|notes = Wikitext
}}
</noinclude>
 
<includeonly>
<includeonly>
{{#cargo_store:_table = Space}}
{{#cargo_store:_table = Space}}
{|
{| class = "data"
! Solar System It Resides In
! Solar System It Resides In
| {{{solar_System}}}
| {{{solar_System}}}
Line 20: Line 12:
! Year of Discovery
! Year of Discovery
| {{{discovery_Date}}}
| {{{discovery_Date}}}
|-
! Number of moons
| {{{moon_Num}}}
|-
|-
! Extra Thoughts
! Extra Thoughts
Line 25: Line 20:
|}
|}
</includeonly>
</includeonly>
<noinclude>
{{#cargo_declare:
_table=Space
|solar_System = String
|astronomical_Body_Type = List (,) of string
|discovery_Date = Date
|moon_Num = integer
|
|notes = Wikitext
}}
</noinclude>

Latest revision as of 16:54, 29 April 2024

CargoData

This template defines the table "Space". View table. A replacement table has been generated for this table; View replacement table.