Template:Retrieved

From PZwiki
Revision as of 04:50, 31 December 2023 by Vibrance (talk | contribs) (update)
Notebook.pngTemplate Documentation

The {{Header}} can be used whenever something, such as code, is retrieved. This template indicates which version the information was retrieved from.

Usage

Used for displaying when game code was retrieved.

Parameters

version
the major Project Zomboid version this page's content is up to date to. The contents of this parameter will also be categorized on the page.
incver
the incremental (minor) Project Zomboid version this information is up to date to. Used to avoid creating many categories for a single release version.
date
the date retrieved can be added. Accepted input formats are: ISO 8601 (yyyy-mm-dd), or any order using the month shorthand (dd mmm yyyy). E.g. 2022-12-12, 12 dec 2022.
hidecat
if not blank (empty) page will not be added to the version category. This should only be used if absolutely necessary.

Examples

Basic usage

Used with game code

Retrieved: Build 41.78.16 (12 December 2022)

item TinOpener
	Weight		= 0.6,
	Type		= Normal,
	DisplayName	= Can Opener,
	Icon		= CanOpener,
	MetalValue 	= 3,

How to translate

This template doesn't need to/shouldn't be translated, but you can translate the documentation of this template with the following steps:

  1. Create a subpage of this template with the language code of the language you want to translate to.
  2. Copy the code wrapped in the <noinclude> tag in this template into the page you created.
    {{Translation guide}} template should be removed from the translated documentation.
  3. Translate the page according to the translation requirements of normal pages.

See also

Editors can experiment in this template's sandbox.