Template:Infobox version

From Official Temtem Wiki
Jump to navigation Jump to search
Template-info.png Documentation

A fairly basic infobox for use on client version pages. Contains a few parameters to start with that should be useful for the foreseeable future. More should be added as we enter the Beta and Release stages of the game, and when the game becomes cross-platform.

Usage[edit]

{{Infobox version}}
| name = 
| image = 
| description = 
| type = 
| date = 
| logurl = 
}}

Parameters[edit]

Parameter Data type Description
name String Name of the version. Default value:PAGENAME
image String The file name and extension of the image to display. This image is usually what appears on the website for the patch notes. When adding an image to this template, do not include the File: part of the image name. It should only appear like PatchVer0.6.0Image.jpg.
Note: if this is not set, it will automatically use DefaultPatchNotes.jpg for an image.
description Wikitext A short description of the patch if provided. This text will be italicized.
type Wikitext The type of patch the version is. Can be currently Alpha, Early Access, Full Release, or Update.
date Wikitext The date the version released.
logurl Wikitext The URL to the official website with listed notes. If there is not a link with detailed notes, it should be to the announcement post. This currently defaults to the general Patch Notes category on the official Crema website. Default value:
[https://crema.gg/category/temtem/patch-notes/0 Patch Notes]

Example[edit]

Alpha 0.5.10
DefaultPatchNotes.jpg
Version Details
Type Alpha
Release Date January 31, 2020
Notes https://crema.gg/temtem/temtem-0-5-10/


{{Infobox version
| name = Alpha 0.5.10
| image = DefaultPatchNotes.jpg
| type = Alpha
| date = January 31, 2020
| logurl = https://crema.gg/temtem/temtem-0-5-10/
}}