Difference between revisions of "Template:SummonShowcaseMP/doc"

From Dragalia Lost Wiki
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}}

Revision as of 09:51, 8 January 2020

50px Documentation

(Summon Showcase Main Page) - Parses summon showcase cargo field into a formatted banner, used on the Main Page.

Example

Lua error: Error: Table SummonShowcase not found..