User:Carenstridberg/Sandbox2/row

来自Terraria Wiki
跳到导航 跳到搜索
Information.svg
此页面只在User:Carenstridberg/Sandbox2上用于格式化目的。


此页面在基础页面User:Carenstridberg/Sandbox2上用于打印出表格的每一行。 It is furthermore used to print each table row on Mobile version history.

It takes multiple parameters:

Name Description
anchor Name of the anchor for this table row. Defaults to the value of the $v parameter, so it is unnecessary in most cases.
v Name of the update, i.e. version number.
platform The console/mobile platforms on which the update was released, separate multiple with a slash (/). See Template:Icon for all recognized platform names.
name "Trivial name" of the update, e.g. "Hotfixes". Will be displayed in small gray text.
date Date of the release, in the format YYYY/MM/DD, e.g. "2024/04/15".
ref Link to a source for the release date, e.g. via {{forums thread}}.
rawref Custom wikitext for the reference, will not be wrapped in a <ref> tag like $ref. Can be used, for instance, if there are multiple references. Takes precedence over $ref, should both be specified.
note Text that will be displayed in italics at the top of the "Changes" cell.
changes Details about the update. Should be wrapped in {{collapse top}}/{{collapse bottom}}, unless there are only a few sentences.

It is possible that an update was released under different names or on different dates on the different platforms. To reflect this, append the platform name(s) to the $v, $date, $ref, and $rawref parameters with a hyphen, i.e. $v-<platform>, $date-<platform>, etc. The platform names must be valid as per Template:Icon, and multiple are to be separated with another hyphen. If the non-platform-specific $v or $date parameters are specified, then the respective platform-specific ones have no effect.

For instance, if the update "1.234" was released on Jan 1, 2018 on Xbox One and PlayStation 4, but on Jan 15 on Switch, the following code could be used:

| v = 1.234
| date-ps4-xbox one = 2018/01/01
| date-switch = 2018/01/15
| ref-ps4-xbox one = {{forums thread|some-thread-about-xbox-and-playstation-release}}
| rawref-switch = <ref>{{forums thread|some-other-thread-about-switch-release}}</ref><ref>Some external reference about Switch release</ref>