Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
10,685
edits
Line 866: | Line 866: | ||
== Usage == | == Usage == | ||
<pre>{{Transient infobox | <pre>{{Transient infobox | ||
| | | id = | ||
| en name = | | en name = | ||
| jp title = | | jp title = | ||
| en title = | | en title = | ||
| artwork = | | artwork = | ||
| icon = | | icon = | ||
| variant = | | variant = | ||
| availability = | | availability = | ||
| acquisition = | | acquisition = | ||
| charge skill name = | | charge skill name = | ||
| charge skill description = | | charge skill description = | ||
}}</pre> | }}</pre> | ||
=== Parameters === | === Parameters === | ||
; | ; id : The ID of the unit. Rarely expected for use by others. | ||
; en name : English name | ; en title: English title. Optional, but recommended to translate a title. | ||
; jp title : Japanese title. | ; en name: English name. Optional, but recommended to translate a name. | ||
; jp title : Japanese title. Absolutely required to match in-game for the forwarding to the extended template to work. | |||
; artwork : Filename of the artwork on the wiki. Automatically adds <code>.png</code> as the file extension. | ; artwork : Filename of the artwork on the wiki. Automatically adds <code>.png</code> as the file extension. Used for templates outside of the Transient's page. | ||
; icon : Filename of the icon on the wiki. Automatically adds <code>.png</code> as the file extension. Used for templates outside of the Transient's page. | |||
; | ; variant : Variant of the transient. Defaults to ''Standard''. Required for variants, as the extended template cannot deduce it. | ||
; availability : Availability of the transient. See [[Property:Has availability]] for a list of allowed values. If set to ''Unobtainable'', many parameters will automatically be omitted. Required for variants, as the extended template cannot deduce it. | |||
; acquisition : Method of acquisition of the transient. Required for variants, as the extended template cannot deduce it. | |||
; charge skill name : English name of the charge skill. Optional, as it's a value for passing an English charge skill name. | |||
; variant : Variant of the transient. Defaults to ''Standard''. | ; charge skill description : English description of the charge skill. Optional, but recommended to translate a description. | ||
; availability : Availability of the transient. See [[Property:Has availability]] for a list of allowed values. If set to ''Unobtainable'', many parameters will automatically be omitted. | |||
; acquisition : Method of acquisition of the transient. | |||
; | |||
; charge skill description : English description of the charge skill. | |||
== Examples == | == Examples == |