Difference between revisions of "Template:Asof"

From RimWorld Wiki
Jump to navigation Jump to search
(I hath slain the whitespace bug. Filling in release dates. Added 3 more pre-alphas and the 5B/5C/5D variants.)
m (Changed Category)
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<noinclude>
 +
{{Modal mark for deletion}}
 +
</noinclude>
 
<includeonly><!--
 
<includeonly><!--
 
-->As of <!--
 
-->As of <!--
-->{{#ifeq: {{{1|}}} | A14 | [[Version/0.14.x|Alpha 14]] (July 15, 2016)}}<!--
+
-->{{#ifeq: {{{1|}}} | A17 | [[Version/0.17.1546|Alpha 17]] (May 24th, 2017)}}<!--
 +
-->{{#ifeq: {{{1|}}} | A16 | [[Version/0.16.1393|Alpha 16]] (December 20th, 2016)}}<!--
 +
-->{{#ifeq: {{{1|}}} | A15C | [[Version/0.15.1284|Alpha 15C]] (September 2nd, 2016)}}<!--
 +
-->{{#ifeq: {{{1|}}} | A15B | [[Version/0.15.1280|Alpha 15B]] (August 29st, 2016)}}<!--
 +
-->{{#ifeq: {{{1|}}} | A15 | [[Version/0.15.1279|Alpha 15]] (August 28st, 2016)}}<!--
 +
-->{{#ifeq: {{{1|}}} | A14D | [[Version/0.14.1241|Alpha 14D]] (July 21st, 2016)}}<!--
 +
-->{{#ifeq: {{{1|}}} | A14C | [[Version/0.14.1238|Alpha 14C]] (July 19th, 2016)}}<!--
 +
-->{{#ifeq: {{{1|}}} | A14B | [[Version/0.14.1236|Alpha 14B]] (July 18th, 2016)}}<!--
 +
-->{{#ifeq: {{{1|}}} | A14 | [[Version/0.14.1234|Alpha 14]] (July 15th, 2016)}}<!--
 
-->{{#ifeq: {{{1|}}} | A13 | [[Version/0.13.1135|Alpha 13]] (April 6th, 2016)}}<!--
 
-->{{#ifeq: {{{1|}}} | A13 | [[Version/0.13.1135|Alpha 13]] (April 6th, 2016)}}<!--
 
-->{{#ifeq: {{{1|}}} | A12 | [[Version/0.12.906|Alpha 12]] (August 21st, 2015)}}<!--
 
-->{{#ifeq: {{{1|}}} | A12 | [[Version/0.12.906|Alpha 12]] (August 21st, 2015)}}<!--
Line 25: Line 36:
 
--></includeonly><!--
 
--></includeonly><!--
 
--><noinclude><!--
 
--><noinclude><!--
-->{{{{BASEPAGENAME}}/doc}}<!--
+
-->{{Documentation}}<!--
 
-->[[Category:Templates]]<!--
 
-->[[Category:Templates]]<!--
--></noinclude><!--
+
--></noinclude>

Revision as of 04:53, 4 June 2020

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

Description

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

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

Usage

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

Example 1

This code:

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

produces the following result:


As of , projectiles fired by hunting colonists no longer intercept random targets.

Example 2

This code:

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

produces the following result:


As of Alpha 10 (April 15th, 2015), colonists with the Animal Handler work type will now interact with animals.