Template:Current version
More actions
English • čeština • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português • português do Brasil • русский • ไทย • Türkçe • українська • Tiếng Việt • 中文(简体) • 中文(繁體)
A simple template that displays the current version so articles can be updated on a single page (here) rather than updating each page individually. Depending on the variable, this template can display the current stable, unstable/iwbums/beta, or test version.
Usage
Parameters
1- This is the variable that determines what is displayed. Can be one of the following (case insensitive):
datestableunstable,iwbums,betatest,testing
date- Returns the release date of the specified version. Can be one of the following (case insensitive):
stableunstable,iwbums,betatest,testing
Date updated
This is to identify the last time this template was updated.
{{Current version|date}}→ 2026-03-22
Stable
Used to display the current stable build.
{{Current version|stable}}→ 41.78.18{{Current version|date=stable}}→ 2026-03-20
Unstable
Used to display the current unstable build.
{{Current version|unstable}}/{{Current version|iwbums}}→ 42.15.3{{Current version|date=unstable}}/{{Current version|date=iwbums}}→ 2026-03-20
Test
Used to display the current public test build, i.e., a different branch from the usual unstable/iwbums test branch.
{{Current version|test}}→ 42.13.1 BETA{{Current version|date=test}}→ 2025-12-18
For most release cycles, this will not be used. Examples of its usage are for the vehicle test build, prior to being called Build 39, and the weather test build before being Build 40.
Updating
The variables within this template can be updated easily.
Version number
Replace the old version number with the new one:
| stable = 41.78.16
Date
Replace the old date with when the update was released:
This must be in ISO 8601 date format (yyyy-mm-dd). The format will change based on user preference.
| stable = 2022-12-12
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:
- Create a subpage of this template with the language code of the language you want to translate to.
- 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.
- Translate the page according to the translation requirements of normal pages.