Difference between revisions of "Template:Resource tgi"
From SimsWiki
(Small fix, still working on perfecting) |
(Update to include EP option (hidden if not speficied)) |
||
Line 1: | Line 1: | ||
− | + | <table class="infobox" style="width: 0%; font-size: 95%; text-align: left;" cellpadding="2"> | |
− | + | <tr> | |
− | + | <th colspan="2" style="background-color: #ddddee; text-align: center; font-size: 120%;">{{FULLPAGENAME}}</th> | |
− | |- | + | </tr>{{if|test={{{ep|}}}|then=<tr> |
− | + | <th style="background-color: #eeeeee;">[[Expansion Pack|Introduced]]:</th><td>{{{ep}}}</td> | |
− | + | </tr>}}<tr> | |
− | + | <th style="background-color: #eeeeee;">[[FormatsByName|Short name]]:</th> | |
− | + | <td>{{{short|''none''}}}</td> | |
− | + | </tr><tr> | |
− | + | <th style="background-color: #eeeeee;">Long name:</th> | |
+ | <td>{{{long|''none''}}}</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | <noinclude> | ||
== Usage == | == Usage == | ||
Line 14: | Line 18: | ||
<pre> | <pre> | ||
{{Resource tgi | {{Resource tgi | ||
+ | |ep = | ||
|short = | |short = | ||
|long = | |long = | ||
Line 19: | Line 24: | ||
</pre> | </pre> | ||
− | + | All options are optional. Below is a summary of the options: | |
+ | |||
+ | ;ep | ||
+ | :Expansion pack (etc) this resource type was first introduced in. | ||
+ | ;short | ||
+ | :Short name for resource. Usually no more than 4 characters. | ||
+ | ;long | ||
+ | :Long name of resource. Descriptive, but not a sentance. | ||
</noinclude> | </noinclude> |
Revision as of 06:21, 3 August 2006
Template:Resource tgi | |
---|---|
Short name: | none |
Long name: | none |
Usage
{{Resource tgi |ep = |short = |long = }}
All options are optional. Below is a summary of the options:
- ep
- Expansion pack (etc) this resource type was first introduced in.
- short
- Short name for resource. Usually no more than 4 characters.
- long
- Long name of resource. Descriptive, but not a sentance.