Patches (latest) | ← A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
Query: SELECT `_pageName` AS `_pageName` FROM `cargo__patches` WHERE patchdate < "{{{current}}}" ORDER BY `patchdate` DESC LIMIT 1 Function: CargoSQLQuery::run Error: 1525 Incorrect DATE value: '{{{current}}}' (geo-db-i-master.query.consul.) |
Patch layout | A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
→
Query: SELECT `_pageName` AS `_pageName` FROM `cargo__patches` WHERE patchdate > "{{{current}}}" ORDER BY `patchdate` LIMIT 1 Function: CargoSQLQuery::run Error: 1525 Incorrect DATE value: '{{{current}}}' (geo-db-i-master.query.consul.) |
---|
Sources
Note: No source link has been provided.
Patch Notes
This template defines the table "patches". View table.
Usage
{{Patch layout | source = | source-title = | source[2-6] = | source[2-6]-title = | current = | version = | versiontext = | highlights = | notes = | changes = }}
current
is used to sort patches on Category:Patches. The format isYYYY-MM-DD
.source
,source-title
are used to make the source link.notes
outputs documented changes andchanges
outputs undocumented changes.- If no notes are given, it will output No patch notes have been released.
- If no changes are given, there's no section of the undocumented changes.