Template:Change list by name: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly>{{#cargo_query:table={{{table|???}}} |fields=CONCAT("<h{{{header level|3}}}>Version ", version, " ", IF(version_note != "", CONCAT("(", version_note, ")"), ""), "</h{{{header level|3}}}>\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;p..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{#cargo_query:table={{{table|???}}} | <includeonly>{{#cargo_query:table={{{table|???}}} | ||
|fields=CONCAT("<h{{{header level|3}}}>[[", _pageName, "|Version ", version, "]] ", IF(version_note != "", CONCAT("(", version_note, ")"), ""), "</h{{{header level|3}}}>\n", | |fields=CONCAT("<h{{{header level|3}}}>[[", _pageName, "|Version ", version, "]] ", IF(version_note != "", CONCAT("(", version_note, ")"), ""), "</h{{{header level|3}}}>\n", | ||
GROUP_CONCAT | GROUP_CONCAT(changes ORDER BY priority DESC, changes SEPARATOR "")) = a | ||
|where=(names HOLDS "{{{1|}}}"{{#if:{{{2|}}}| OR names HOLDS "{{{2|}}}"}}){{#if:{{{before|}}}| AND version < {{{before}}}}}{{#if:{{{since|}}}| AND version >= {{{since}}}}} | |where=(names HOLDS "{{{1|}}}"{{#if:{{{2|}}}| OR names HOLDS "{{{2|}}}"}}){{#if:{{{before|}}}| AND version < {{{before}}}}}{{#if:{{{since|}}}| AND version >= {{{since}}}}} | ||
Revision as of 20:01, 1 June 2025
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | no description | Unknown | optional |
| 2 | 2 | no description | Unknown | optional |
| 3 | 3 | no description | Unknown | optional |
| table | table | no description | Unknown | optional |
| updates table | updates table | no description | Unknown | optional |
| header level | header level | no description | Unknown | optional |
| before | before | no description | Unknown | optional |
| since | since | no description | Unknown | optional |