Template:BTD6 change list by name
Uses Cargo to generate a list of changes that apply to a specific key.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | 1 | The key to use for the Cargo query. Will display a list of changes that contain this key in the "names" column with matching capitalization and spacing.
| String | required |
| Name 2 | 2 | A second key to use for querying. The results of both names will be shown in the list. | String | optional |
| Header level | header level | The level of section headers to use for the list.
| Number | 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 |
Example usage
{{BTD6 change list by name|Quincy}}
| 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, " ", IF(version_note != "", CONCAT("(", version_note, ")"), ""), "</h3>\n", GROUP_CONCAT(CONCAT(IF(quote != "", CONCAT("\n<table class='quote' border='0' cellspacing='0' cellpadding='0'><tr><td class='quote-side' style='text-align:right'>“</td><td class='quote-center'><i>", quote, "</i><br><span style='font-size:0.9em;padding-left:10px'>— Update notes</span></td><td class='quote-side' style='text-align:left'>”</tr></table>\n"), ""), IF(changes != "", CONCAT("\n", changes), "")) ORDER BY priority DESC, changes SEPARATOR "")) AS `a` FROM `cargo__btd6_changes` `btd6_changes` WHERE (`btd6_changes`.`_ID` IN (SELECT `_rowID` FROM `cargo__btd6_changes__names` WHERE `_value`= "Quincy") ) GROUP BY _pageName, version, version_note ORDER BY (version+0) LIMIT 100