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

Jump to navigation Jump to search
Tag: Reverted
Tag: Reverted
Line 20: Line 20:
{{#cargo_compound_query:
{{#cargo_compound_query:
tables=Saints
tables=Saints
|where=Saints.FeastDay HOLDS "{{{Date}}}"
|where=Saints.FeastDay LIKE "%{{{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 HOLDS "{{{Date}}}"
|where=Feasts.FeastDate LIKE "%{{{Date}}}%"
|fields=CONCAT('[[',Feasts.FeastName,']]')=Name
|fields=CONCAT('[[',Feasts.FeastName,']]')=Name
|order by=Name
|order by=Name

Navigation menu