Template:GGGame: Difference between revisions

From Goober Games
(Created page with "<noinclude> This is the Cargo template for all Goober Games Games. Usage: <pre>{{GGGame |UID= |Type= |Available= |ReleaseDate= |Image= }}</pre> {{#cargo_declare:_table=GGGame |UID=Integer |Type=String |Available=Boolean |ReleaseDate=Date |Image=File }} </noinclude><includeonly> {{#cargo_store:_table=GGGame |UID={{{UID|}}} |Type={{{Type|}}} |Available={{{Available|}}} |ReleaseDate={{{ReleaseDate|}}} |Image={{{Image|}}} }}</includeonly> <noinclude>Category:Cargo Templ...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
<pre>{{GGGame
<pre>{{GGGame
|UID=
|UID=
|FormattedName=
|Type=
|Type=
|Genre=
|Available=
|Available=
|ReleaseDate=
|ReleaseDate=
|Image=
|Image=
|BuyLink=
}}</pre>
}}</pre>


{{#cargo_declare:_table=GGGame
{{#cargo_declare:_table=GGGame
|UID=Integer
|UID=Integer
|FormattedName=String
|Type=String
|Type=String
|Genre=String
|Available=Boolean
|Available=Boolean
|ReleaseDate=Date
|ReleaseDate=Date
|Image=File
|Image=File
|BuyLink=URL
}}
}}
</noinclude><includeonly>
</noinclude><includeonly>
{{#cargo_store:_table=GGGame
{{#cargo_store:_table=GGGame
|UID={{{UID|}}}
|UID={{{UID|}}}
|FormattedName={{{FormattedName|}}}
|Type={{{Type|}}}
|Type={{{Type|}}}
|Genre={{{Genre|}}}
|Available={{{Available|}}}
|Available={{{Available|}}}
|ReleaseDate={{{ReleaseDate|}}}
|ReleaseDate={{{ReleaseDate|}}}
|Image={{{Image|}}}
|Image={{{Image|}}}
|BuyLink={{{BuyLink|}}}
}}</includeonly>
}}</includeonly>


<noinclude>[[Category:Cargo Templates]]</noinclude>
<noinclude>[[Category:Cargo Templates]]</noinclude>

Latest revision as of 12:08, 24 May 2024

This is the Cargo template for all Goober Games Games.

Usage:

{{GGGame
|UID=
|FormattedName=
|Type=
|Genre=
|Available=
|ReleaseDate=
|Image=
|BuyLink=
}}

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