Template:Full Package Example: Difference between revisions

From OTNA Test Wiki
Ladaniels (talk | contribs)
No edit summary
Ladaniels (talk | contribs)
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<templatestyles src="Template:Cargo_Template_Example/styles.css" />
<templatestyles src="Template:Full_Package_Example/styles.css" />


{{Cargo Template Example}}
==Page Data==
{|class = Cargo
|{{Cargo Template Example|solar_System = {{{solar_System}}}|astronomical_Body_Type={{{astronomical_Body_Type}}}|discovery_Date ={{{discovery_Date}}}|moon_Num = {{{moon_Num}}}|notes = {{{notes}}}}}
|}


{{Citation Template Example}}
{| class = Cite
|{{Citation Template Example|Source Link 1 = {{{Source Link 1}}}|Source Name 1 = {{{Source Name 1}}}|Source Company 1 = {{{Source Company 1}}}|Source Link 2 = {{{Source Link 2}}}|Source Name 2 = {{{Source Name 2}}}|Source Company 2 = {{{Source Company 2}}}|Source Link 3 = {{{Source Link 3}}}| Source Name 3 = {{{Source Name 3}}}|Source Company 3 = {{{Source Company 3}}}}}
|}


{{Category Template Example}}
{| class = Cat
|{{Category Template Example|Cat 1 = {{{Cat 1}}}|Cat 2 = {{{Cat 2}}}|Cat 3 = {{{Cat 3}}}|Cat 4 = {{{Cat 4}}}|Cat 5 = {{{Cat 5}}}}}
|}
 
 
__NOTOC__
 
<noinclude>
<templatedata>
{
"params": {
"solar_System": {},
"astronomical_Body_Type": {},
"moon_Num": {},
"discovery_Date": {},
"notes": {},
"Source Link 1": {},
"Source Name 1": {},
"Source Company 1": {},
"Source Link 2": {},
"Source Name 2": {},
"Source Company 2": {},
"Source Link 3": {},
"Source Name 3": {},
"Source Company 3": {},
"Cat 1": {},
"Cat 2": {},
"Cat 3": {},
"Cat 4": {},
"Cat 5": {}
},
"paramOrder": [
"solar_System",
"astronomical_Body_Type",
"discovery_Date",
"moon_Num",
"notes",
"Source Link 1",
"Source Name 1",
"Source Company 1",
"Source Link 2",
"Source Name 2",
"Source Company 2",
"Source Link 3",
"Source Name 3",
"Source Company 3",
"Cat 1",
"Cat 2",
"Cat 3",
"Cat 4",
"Cat 5"
]
}
</templatedata>
</noinclude>

Latest revision as of 18:13, 29 April 2024

Page Data

CargoData

{{#cargo_store:_table = Space}}

Solar System It Resides In {{{solar_System}}}
Kind of Celestial Object {{{astronomical_Body_Type}}}
Year of Discovery {{{discovery_Date}}}
Number of moons {{{moon_Num}}}
Extra Thoughts {{{notes}}}


Resources

1) {{{Source Link 1}}} by {{{Source Name 1}}} from {{{Source Company 1}}}
2) {{{Source Link 2}}} by {{{Source Name 2}}} from {{{Source Company 2}}}
3) {{{Source Link 3}}} by {{{Source Name 3}}} from {{{Source Company 3}}}


[[Category: {{{Cat 1}}}]] [[Category: {{{Cat 2}}}]] [[Category: {{{Cat 3}}}]] [[Category: {{{Cat 4}}}]] [[Category: {{{Cat 5}}}]]



<templatedata> { "params": { "solar_System": {}, "astronomical_Body_Type": {}, "moon_Num": {}, "discovery_Date": {}, "notes": {}, "Source Link 1": {}, "Source Name 1": {}, "Source Company 1": {}, "Source Link 2": {}, "Source Name 2": {}, "Source Company 2": {}, "Source Link 3": {}, "Source Name 3": {}, "Source Company 3": {}, "Cat 1": {}, "Cat 2": {}, "Cat 3": {}, "Cat 4": {}, "Cat 5": {} }, "paramOrder": [ "solar_System", "astronomical_Body_Type", "discovery_Date", "moon_Num", "notes", "Source Link 1", "Source Name 1", "Source Company 1", "Source Link 2", "Source Name 2", "Source Company 2", "Source Link 3", "Source Name 3", "Source Company 3", "Cat 1", "Cat 2", "Cat 3", "Cat 4", "Cat 5" ] } </templatedata>