Template:Retrieved

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Notebook.pngTemplate Documentation

The {{Retrieved}} 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 or 1
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.
LightBulbBlue.png
The version and incver parameters are now combined, so there is no longer any reason to use incver. It will remain optional for the time being for backwards compatibility.
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.
version_link
custom link to be set. Typically used for older versions retrieved prior to the "Build xx" version scheme.
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 is translatable.

Template code

Paste the following code into the <includeonly> tag of the translated template and translate the text after each = sign (except for #default =).

{{#switch: {{{1|}}}
| retrieved = Retrieved
| build = Build
| unknown = Unknown version
| #default = [[Category:Incorrect template usage]]
}}

Template documentation

Copy the code wrapped in the <noinclude> tag in this template and translate the text after doc = in the {{Documentation}} template.

{{Translation guide}} template should be removed from the translated documentation.

See also

Editors can experiment in this template's sandbox.