Template:ERAProduct: Difference between revisions
(Created page with "<includeonly>{{#switch: {{{1|}}} | SDS1a = Flamecrest Mariners | SDS1b = Skyquake Dominion | SDS1c = Blazewind Ridge | EXP1 = Expansion Set 1 }}</includeonly><noinclude> Template for consistently making references to specific ERA products. '''Usage:''' <pre> {{ERAProduct|PRODCODE}} </pre> Options for prodcode: * SDS1a * S...") |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | |||
This is the Cargo template for ERA products. | |||
Usage: | |||
<pre> | <pre>{{ERAProduct | ||
{{ERAProduct| | |Code= | ||
</pre> | |UPC= | ||
|AvailableDate= | |||
|InPrint= | |||
|Type= | |||
|Image= | |||
|Special= | |||
|Printings= | |||
|BuyLink= | |||
}}</pre> | |||
{{#cargo_declare:_table=ERA_Product | |||
|Code=String | |||
|UPC=String | |||
|AvailableDate=Date | |||
|InPrint=Boolean | |||
|Type=String | |||
|Image=File | |||
|Special=List (,) of String | |||
|Printings=List (,) of Integer | |||
|BuyLink=URL | |||
}} | |||
</noinclude><includeonly> | |||
{{#cargo_store:_table=ERA_Product | |||
|Code={{{Code|}}} | |||
|UPC={{{UPC|}}} | |||
|AvailableDate={{{AvailableDate|}}} | |||
|InPrint={{{InPrint|}}} | |||
|Type={{{Type|}}} | |||
|Image={{{Image|}}} | |||
|Special={{{Special|}}} | |||
|Printings={{{Printings|}}} | |||
|BuyLink={{{BuyLink|}}} | |||
}}</includeonly> | |||
[[Category: | <noinclude>[[Category:Cargo Templates]]</noinclude> |
Latest revision as of 19:09, 21 May 2024
This is the Cargo template for ERA products.
Usage:
{{ERAProduct |Code= |UPC= |AvailableDate= |InPrint= |Type= |Image= |Special= |Printings= |BuyLink= }}
This template defines the table "ERA_Product". View table.