Template:Saints of the day/sandbox: Difference between revisions

Jump to navigation Jump to search
Tag: Reverted
Tag: Reverted
Line 19: Line 19:
==2nd==
==2nd==
{{#cargo_compound_query:
{{#cargo_compound_query:
tables=Saints
  tables=Saints
|where=Saints.FeastDay LIKE "%{{{Date}}}%"
  |where=Saints.FeastDay="{{{Date}}}"
|fields=CONCAT('[[',Saints.SaintName,'|',REPLACE(Saints.SaintName,'Saint ',''),']]')=Name
  |fields=CONCAT('[[',Saints.SaintName,'|',REPLACE(Saints.SaintName,'Saint ',''),']]')=Name
|tables=Feasts
  |tables=Feasts
|where=Feasts.FeastDate LIKE "%{{{Date}}}%"
  |where=Feasts.FeastDate="{{{Date}}}"
|fields=CONCAT('[[',Feasts.FeastName,']]')=Name
  |fields=CONCAT('[[',Feasts.FeastName,']]')=Name
|order by=Name
  |order by=Name
|format=ul
  |format=ul
|default=(none today)
  |default=(none today)
}}
}}

Navigation menu