Template:Roster/core: Difference between revisions
From Absit Omen Lexicon
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | |||
|{{#cargo_query: | |{{#cargo_query: | ||
tables=Characters | tables=Characters | ||
|fields=_pageName, status | |fields=_pageName, status | ||
|where=school_year=" | |where=school_year="{{{1}}}" AND status<>"retired" AND house="Gryffindor" | ||
|order by=status,surname,given_name | |order by=status,surname,given_name | ||
|default= | |default= | ||
Line 8: | Line 9: | ||
|template=Roster/format | |template=Roster/format | ||
}} | }} | ||
|{{#cargo_query: | |||
{{# | tables=Characters | ||
|{{# | |fields=_pageName, status | ||
|{{# | |where=school_year="{{{1}}}" AND status<>"retired" AND house="Hufflepuff" | ||
|order by=status,surname,given_name | |||
|default= | |||
|format=template | |||
|template=Roster/format | |||
}} | |||
|{{#cargo_query: | |||
tables=Characters | |||
|fields=_pageName, status | |||
|where=school_year="{{{1}}}" AND status<>"retired" AND house="Ravenclaw" | |||
|order by=status,surname,given_name | |||
|default= | |||
|format=template | |||
|template=Roster/format | |||
}} | |||
|{{#cargo_query: | |||
tables=Characters | |||
|fields=_pageName, status | |||
|where=school_year="{{{1}}}" AND status<>"retired" AND house="Slytherin" | |||
|order by=status,surname,given_name | |||
|default= | |||
|format=template | |||
|template=Roster/format | |||
}}</includeonly> |