Template:Patch layout

From DemonCrawl Wiki
Jump to navigation Jump to search
Patches
Error 1525: Incorrect DATE value: '{{{current}}}'

Function: CargoSQLQuery::run Query: SELECT `patches`.`_pageID` AS `cargo_backlink_page_id_patches`,`_pageName` AS `_pageName` FROM `mw_cargo__patches` `patches` WHERE patchdate < "{{{current}}}" ORDER BY `patchdate` DESC LIMIT 100

Patch layout
Error 1525: Incorrect DATE value: '{{{current}}}'

Function: CargoSQLQuery::run Query: SELECT `patches`.`_pageID` AS `cargo_backlink_page_id_patches`,`_pageName` AS `_pageName` FROM `mw_cargo__patches` `patches` WHERE patchdate > "{{{current}}}" ORDER BY `patchdate` LIMIT 100

Sources

Note: No source link has been provided.

Patch notes

This template defines the table "patches". View table.

Usage

{{Patch layout
| source = 
| source-title = 
| current = 
| version = 
| highlights = 
| notes =
}}
  • current is used to sort patches on Category:Patches. The format is YYYY-MM-DD.
  • source, source-title are used to make the source link.
  • highlights space for a bullet point or two, only for a major changes
  • notes the list of documented changes