Template:Patch History/doc

From Astroneer Wiki
Jump to navigation Jump to search
Documentation

This template is used to keep track of updates to Astroneer on each page, to track the history of the game on item pages. This is meant to be used in conjunction with {{PHC}} to keep pages shorter.

{{PH}} can be used as an alias for this template.

Usage

  • version must be one of the following:
    • empty (defaults to release)
    • prealpha
    • alpha
    • release
  • type must be one of the following:
    • empty (defaults to patch)
    • patch
    • hotfix
    • unlisted
  • patch is the number of the patch. Example: 1.8.64 to link to Patch 1.8.64
  • note is the patch note relating to the item or feature mentioned
  • note2 is the patch note relating to the item or feature mentioned, optional if more than one update for that item/feature
  • note3 is the patch note relating to the item or feature mentioned, optional if more than one update for that item/feature

Example

{{PHC|
* {{PH|patch=1.0|note=Added new tutorial planet.|note2=Terrain 2.0 added.|note3=Seven new planets to explore.}}
* {{PH|version=alpha|type=hotfix|patch=0.10.5|note=Retro Suit added to Astroneer.}}
* {{PH|version=prealpha|type=unlisted|patch=196|note=Oxygen tank cost restored to 1 Titanium.}}
}}

Produces:

The Patch History project is a work in progress. The layout may change while the design is being finalized.

  • Release Patch  Patch 1.0:
    • Added new tutorial planet.
    • Terrain 2.0 added.
    • Seven new planets to explore.
  • Alpha Hotfix  Patch 0.10.5:
    • Retro Suit added to Astroneer.
  • Pre-Alpha Unlisted  Patch 196:
    • Oxygen tank cost restored to 1 Titanium.


This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.