Template:BCS change list by name
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name 1 | 1 | no description | Unknown | optional |
| Name 2 | 2 | no description | Unknown | optional |
| Name 3 | 3 | no description | Unknown | optional |
| Before | before | Only shows changes from versions up to, but *not* including, this version number. | Number | optional |
| Since | since | Only shows changes from versions after, *and* including, this version number. | Number | optional |
| Header level | header level | no description | Number | optional |
Example usage
{{BCS change list by name|Quick Ready}}
| This article or section uses Cargo to generate its content. It will automatically fill up as other articles are completed. To add to this section, create the articles it is looking up. Do not add content to this section manually and do not remove this notice until you are sure this section is complete. |
Function: CargoSQLQuery::run Query: SELECT CONCAT("<h3>Version ", version, " ", COALESCE(CONCAT("(", version_note, ")"), ""), "</h3>\n", COALESCE(CONCAT("{", "{quote", "|", GROUP_CONCAT(quote), "|Update notes}", "}\n"), ""), GROUP_CONCAT(changes SEPARATOR "\n")) AS `a` FROM `cargo__bcs_changes` `bcs_changes` WHERE `bcs_changes`.`_ID` IN (SELECT `_rowID` FROM `cargo__bcs_changes__names` WHERE `_value`= "Quick Ready") GROUP BY _pageName, version, version_note ORDER BY `version` LIMIT 100