Difference between revisions of "Template:SummonShowcaseMP/doc"
Jump to navigation
Jump to search
>Caledor92 (Created page with "{{doc/start}} (Summon Showcase Main Page) - Parses summon showcase cargo field into a formatted banner, used on the Main Page. {{Doc/end}}") |
>Caledor92 |
||
| Line 1: | Line 1: | ||
{{doc/start}} | {{doc/start}} | ||
(Summon Showcase Main Page) - Parses summon showcase cargo field into a formatted banner, used on the [[Main Page]]. | (Summon Showcase Main Page) - Parses summon showcase cargo field into a formatted banner, used on the [[Main Page]]. | ||
| − | + | ==Example== | |
| + | {{#invoke:CargoQuery|main | ||
| + | |q?tables=SummonShowcase | ||
| + | |q?fields=Title,StartDate,EndDate | ||
| + | |q?orderBy=StartDate DESC, Title ASC | ||
| + | |q?groupBy=_pageName | ||
| + | |q?where=NOW() between StartDate and EndDate OR StartDate >= NOW() | ||
| + | |template=SummonShowcaseMP | ||
| + | |default=''No recent summon showcase.'' | ||
| + | |more results text= | ||
| + | }} | ||
{{Doc/end}} | {{Doc/end}} | ||