Template:Today in history: Difference between revisions

From SPCodex, The Smashing Pumpkins wiki
(Undo revision 10729 by MusikAnimal (talk))
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#invoke:Today in history|birthdays|{{CURRENTMONTH}}|{{CURRENTDAY2}}}}
{{#invoke:Today in history|birthdays|{{{month|{{CURRENTMONTH}}}}}|{{{day|{{CURRENTDAY2}}}}}}}{{#invoke:Today in history|releases|{{{month|{{CURRENTMONTH}}}}}|{{{day|{{CURRENTDAY2}}}}}}}{{#invoke:Today in history|certifications|{{{month|{{CURRENTMONTH}}}}}|{{{day|{{CURRENTDAY2}}}}}}}{{#invoke:Today in history|charts|{{{month|{{CURRENTMONTH}}}}}|{{{day|{{CURRENTDAY2}}}}}}}
{{#invoke:Today in history|releases|{{CURRENTMONTH}}|{{CURRENTDAY2}}}}
==== Live shows ====
{{div col}}
{{#cargo_query:
tables=shows, live_show_photos, live_show_videos
|fields=shows._pageName=page_name, YEAR(shows.date)=year, shows.artist=artist, shows.featuring_artist=featuring_artist, shows.venue=venue, shows.location=location, shows.festival=festival, shows.notes=notes, IF(live_show_photos._pageName IS NULL AND shows.poster IS NULL, '', '1')=photos, live_show_videos._ID=video
|where=MONTH(date) = {{#if:{{{month|}}}|{{{month}}}|MONTH(NOW())}} AND DAYOFMONTH(date) = {{#if:{{{day|}}}|{{{day}}}|DAYOFMONTH(NOW())}}
|join on=shows._pageName=live_show_photos._pageName, shows._pageName=live_show_videos._pageName
|format=template
|template=Live show row/Year
|named args=yes
|order by=year ASC
}}
{{div col end}}

Latest revision as of 00:38, 5 November 2023