Template:VersionWidget/Layout
Usage Examples
| Template Call | Output | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
{{VersionWidget/Layout
|image = Logo - Update 1.4.png
|ptc_version = 1.4.0.0
|{{#invoke:Versions|latest}}}}
|
| ||||||||||
TemplateData
This subtemplate defines the layout of the infobox rendered by Template:VersionWidget, and abstracts out automation logic to reduce source code clutter in the main template.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Update Logo | image | Logo image for this Major Update. Specify the full file name with extension.
| File | optional |
| PTC Version | ptc_version | Version number of the current Public Test Client build. The PTC field in the infobox will display `None` when this input is omitted, or when it matches the latest Version from Module:Versions. | String | optional |
| PTC Patch Notes Link | ptc_link | Full URL to the patch notes for the current PTC build. By default, this does not need to be specified as the URL is automatically derived using `ptc_version`, but some patch notes may require this override if they do not follow the pattern: 'https://duneawakening.com/news/public-test-client-patch-<PTC_VERSION>/'. | URL | optional |
| Latest Version | 1 | Version number of the latest live build, provided by the entry point function `latest` of Module:Versions. This parameter exists as a workaround due to the absence of Extension:Variables, to avoid invoking the module multiple times here. Do not set manually.
| String | required |
