Template:Change list by name: Difference between revisions

From Blooncyclopedia, the independent Bloons knowledge base
Jump to navigation Jump to search
mNo edit summary
m problem is solutioned
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
GROUP_CONCAT(changes.changes ORDER BY changes.priority DESC, changes.changes SEPARATOR "\n")) = a
GROUP_CONCAT(changes.changes ORDER BY changes.priority DESC, changes.changes SEPARATOR "\n")) = a


|where=(changes.names HOLDS "{{{1|}}}"{{#if:{{{2|}}}| OR changes.names HOLDS "{{{2|}}}"}}{{#if:{{{3|}}}| OR changes.names HOLDS "{{{3|}}}"}}) {{#if:{{{before|}}}|AND update.version_code < {{#invoke:pad version|main|{{{before}}}}}}} {{#if:{{{since|}}}|AND update.version_code >= {{#invoke:pad version|main|{{{since}}}}}}}
|where=(changes.names HOLDS "{{{1|}}}"{{#if:{{{2|}}}| OR changes.names HOLDS "{{{2|}}}"}}{{#if:{{{3|}}}| OR changes.names HOLDS "{{{3|}}}"}})<!--
-->{{#if:{{{before|}}}|AND update.version_code < (0+{{#invoke:pad version|main|{{{before}}}}})}}<!--
-->{{#if:{{{since|}}}|AND update.version_code >= (0+{{#invoke:pad version|main|{{{since}}}}})}}
|order by=update.version_code, changes.version
|order by=update.version_code, changes.version
|group by=changes._pageName, changes.version, changes.version_note, update.version_code
|group by=changes._pageName, changes.version, changes.version_note, update.version_code

Latest revision as of 04:02, 26 April 2026

Template for creating a table of changes using Cargo. This template should only be used by other templates that call it (e.g. {{BTDBM change list by name}}), not on its own.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
11

no description

Unknownoptional
22

no description

Unknownoptional
33

no description

Unknownoptional
tabletable

no description

Unknownoptional
updates tableupdates table

no description

Unknownoptional
header levelheader level

no description

Unknownoptional
beforebefore

no description

Unknownoptional
sincesince

no description

Unknownoptional