Template:SideEventDateSubHeader: Difference between revisions

From Edd's Almanac
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 4: Line 4:
<pre>
<pre>
{{SideEventDateSubHeader
{{SideEventDateSubHeader
|MainEvent=
|SideEventType=
|dateanchor=
|dateanchor=
|Date=
|Date=
|DisplayDate=
|SideEventType=
}}
}}


Line 12: Line 16:
</noinclude><includeonly>
</noinclude><includeonly>


!colspan="8"| <div id="{{{dateanchor}}}">{{{Date|Unknown Date}}}</div>
!colspan="8"| <div id="{{{dateanchor}}}">{{{DisplayDate|Unknown Date}}}</div>
|-
|-
! style="background-color:#cccccc;" | Date !! style="background-color:#cccccc;" | Time !! style="background-color:#cccccc;" | Event !! style="background-color:#cccccc;" | Starting<br/>Ticket Price !! style="background-color:#cccccc;" | Location !! style="background-color:#cccccc;" | F&B !! style="background-color:#cccccc;" | Organizer(s) !! style="background-color:#cccccc;" | Add To Calendar  
! style="background-color:#cccccc;" | Date !! style="background-color:#cccccc;" | Time !! style="background-color:#cccccc;" | Event !! style="background-color:#cccccc;" | Starting<br/>Ticket Price !! style="background-color:#cccccc;" | Location !! style="background-color:#cccccc;" | F&B !! style="background-color:#cccccc;" | Host(s) !! style="background-color:#cccccc;" | Add To Calendar  
|-</includeonly>
|-</includeonly>


{{#cargo_query:
{{#cargo_query:
tables=SatelliteEvents
tables=SatelliteEvents
|where=MainEvent="ETHDenver" AND StartDate="{{{Date}}}"
|where=MainEvent="{{{MainEvent}}}" AND SideEventType="{{{SideEventType}}}" AND StartDate="{{{Date}}}"
|fields=MainEvent,City,StartTimeUnixTimestamp,EndTimeUnixTimestamp,StartDate,StartTime,EndTime,EventName,EventType,URL,StartingTicketPrice,CONCAT('[[',LocationName,']]')=LocationName,Address1,Address2,ZipCode,MapLink,RSVP,FBOptions,CONCAT('[[',Organizer1,']]')=Organizer1,CONCAT(', [[',Organizer2,']]')=Organizer2,CONCAT(', [[',Organizer3,']]')=Organizer3,CONCAT(', [[',Organizer4,']]')=Organizer4,CONCAT(', [[',Organizer5,']]')=Organizer5,Notes,AddEventID
|fields=MainEvent,SideEventType,City,StartTimeUnixTimestamp,EndTimeUnixTimestamp,StartDate,StartTime,EndTime,EventName,EventType,URL,StartingTicketPrice,CONCAT('[[',LocationName,']]')=LocationName,Address1,Address2,ZipCode,MapLink,RSVP,FBOptions,CONCAT('[[',Host1,']]')=Host1,CONCAT(', [[',Host2,']]')=Host2,CONCAT(', [[',Host3,']]')=Host3,CONCAT(', [[',Host4,']]')=Host4,CONCAT(', [[',Host5,']]')=Host5,CONCAT(', [[',Host6,']]')=Host6,CONCAT(', [[',Host7,']]')=Host7,CONCAT(', [[',Host8,']]')=Host8,CONCAT(', [[',Host9,']]')=Host9,CONCAT(', [[',Host10,']]')=Host10,CONCAT(', [[',Host11,']]')=Host11,CONCAT(', [[',Host12,']]')=Host12,CONCAT(', [[',Host13,']]')=Host13,CONCAT(', [[',Host14,']]')=Host14,CONCAT(', [[',Host15,']]')=Host15,Notes,AddEventID
|format=template
|format=template
|template=SatelliteEventRowDisplay
|template=SatelliteEventRowDisplay

Latest revision as of 20:18, 3 February 2024

This is the "SideEventDateSubHeader" template. It should be called in the following format:

{{SideEventDateSubHeader
|MainEvent=
|SideEventType=
|dateanchor=
|Date=
|DisplayDate=
|SideEventType=
}}



Error: No field named "SideEventType" found for any of the specified database tables.