|
|
| (One intermediate revision by the same user not shown) |
| Line 1: |
Line 1: |
| <includeonly>{{#if:{{{hide header|}}}||{{autofill}}}}{{#cargo_query:table=btd6_changes | | <includeonly>{{#if:{{{disclaimer|}}}|<div class="hatnote">Icons indicate whether a change is beneficial or detrimental to the subject of this article, not to the player.</div>}}{{#if:{{{hide header|}}}||{{autofill}}}}{{change list by name|table=btd6_changes|updates table=btd6_updates|header level={{{header level|3}}}|before={{{before|}}}|since={{{since|}}}|{{{1|}}}|{{{2|}}}|{{{3|}}}}}</includeonly><noinclude>{{/doc}}</noinclude> |
| |fields=CONCAT("<h{{{header level|3}}}>[[", _pageName, "|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;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 "")) = a
| |
| | |
| |where=(names HOLDS "{{{1|}}}"{{#if:{{{2|}}}| OR names HOLDS "{{{2|}}}"}}){{#if:{{{before|}}}| AND version < {{{before}}}}}{{#if:{{{since|}}}| AND version >= {{{since}}}}} | |
| |order by=(version+0)
| |
| |group by=_pageName, version, version_note
| |
| | |
| |format=list
| |
| |delimiter=\n
| |
| |default=
| |
| }}</includeonly><noinclude>{{/doc}}</noinclude> | |