Template:Implode characters with location: Difference between revisions
Jump to navigation
Jump to search
m rearrange |
No edit summary |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#ifexpr: {{#cargo_query: | ||
{{ | tables=characters | ||
{{# | |fields=COUNT(*) | ||
|where=characters.alignment = "{{{1}}}" and characters.status = "{{{3}}}" and characters.affiliation HOLDS "{{{2}}}" and characters.location = "{{{4}}}" | |||
|format=list | |||
}} | <table class="nowraplinks navbox-subgroup" style="border-spacing:0">{{#cargo_query: | |||
tables=characters | |||
}} | |fields=characters._pageName | ||
</table></includeonly> | |where=characters.alignment = "{{{1}}}" and characters.status = "{{{3}}}" and characters.affiliation HOLDS "{{{2}}}" and characters.location = "{{{4}}}" | ||
|order by=characters.leader DESC, characters.name ASC | |||
|format=ul | |||
}}</table> | }}</includeonly> |