Difference between revisions of "Template:Asof"

From RimWorld Wiki
Jump to navigation Jump to search
m (Tweaking)
(category)
 
(22 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<noinclude>
+
<includeonly>As of version [[Version/{{#vardefineecho:version | {{#switch: {{{1|}}}
{{{{BASEPAGENAME}}/doc}}
+
| #default = {{{1|}}}
[[Category:Templates]]
+
| A17 | Alpha 17 = 0.17.1546
 +
| A16 | Alpha 16 = 0.16.1393
 +
| A15C | Alpha 15C = 0.15.1284
 +
| A15B | Alpha 15B = 0.15.1280
 +
| A15 | Alpha 15 = 0.15.1279
 +
| A14D | Alpha 14D = 0.14.1241
 +
| A14C | Alpha 14C = 0.14.1238
 +
| A14B | Alpha 14B = 0.14.1236
 +
| A14 | Alpha 14 = 0.14.1234
 +
| A13 | Alpha 13 = 0.13.1135
 +
| A12 | Alpha 12 = 0.12.906
 +
| A11 | Alpha 11 = 0.11.877
 +
| A10 | Alpha 10 = 0.10.785
 +
| A9 | Alpha 9 = 0.9.722
 +
| A8 | Alpha 8 = 0.8.657
 +
| A7 | Alpha 7 = 0.7.581
 +
| A6 | Alpha 6 = 0.6.532
 +
| A5D | Alpha 5D = 0.5.496B
 +
| A5C | Alpha 5C = 0.5.496
 +
| A5B | Alpha 5B = 0.5.492B
 +
| A5 | Alpha 5 = 0.5.492
 +
| A4 | Alpha 4 = 0.4.460
 +
| A3 | Alpha 3 = 0.3.410
 +
| A2 | Alpha 2 = 0.2.363
 +
| A1 | Alpha 1 = 0.1.334
 +
| PAB2 | Pre-Alpha Backer 2 = 0.0.254B
 +
| PAB1 | Pre-Alpha Backer 1 = 0.0.250
 +
| PAPR2 | Pre-Alpha Press Release 2 = 0.0.245
 +
| PAPR1 | Pre-Alpha Press Release 1 = 0.0.232
 +
}} }}|{{#var:version}}]] ({{Q | Version/{{#var:version}} | Release Date }})</includeonly><noinclude>
 +
{{Documentation}}
 
</noinclude>
 
</noinclude>
 
As of {{#ifeq: {{{1|}}} | A14 | Alpha 14 (15 July 2016) | some other date}} ...
 

Latest revision as of 23:13, 25 April 2023

Documentation icon Template documentation[view] [edit] [history] [purge]

Description[edit]

This template is an attempt to standardize inline statements discussing changes implemented by newer versions of the game. By using this template, we're able to instantly change the word on all pages that use it through the magic of transclusion. The template also provides a handy link to the version page without having to memorize version numbers.

Syntax[edit]

{{asof|Version}} followed by a description of what has changed. There is no length limit.

Usage[edit]

Use this template any time you are referencing changes or additions that happened in a recent version of the game. This allows users who are using modpacks and older vanilla copies to know whether or not a recent change impacts them and, if not, what specifics apply to their version.

Samples[edit]

Example 1[edit]

This code:

{{Asof|0.14.1234}} projectiles fired by hunting colonists no longer intercept random targets.

produces the following result:

As of version 0.14.1234 (15 July 2016) projectiles fired by hunting colonists no longer intercept random targets.

Example 2[edit]

This code:

{{Asof|A10}} colonists with the Animal Handler work type will now interact with animals.

produces the following result:

As of version 0.10.785 (23 April 2015) colonists with the Animal Handler work type will now interact with animals.