User:Bureaucrat 37/sandbox: Difference between revisions

From Foodclubipedia
Jump to navigation Jump to search
(fixing header of test_loc_with_att... hopefully)
(syndication experiment)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
__FORCETOC__
Some testing/experimental/POC links:


==list of clubs==
* [[User:Bureaucrat 37/sandbox/List of Clubs]]: Various things trying to figure out how to best deal with Extension:External Data, using lists of clubs
{{#get_db_data:db=fc
* [[User:Bureaucrat 37/sandbox/Feed/Rss]]: Experiment to try out Cargo's new syndication capabilities
  | query=list_of_clubs
  | data=date=fcc_date,
        price=fcc_price,
        restaurant=fcr_name,
        town=fct_name
}}
 
{{#format_external_table:format=dynamic table
  |data=Date=date,
        Price=price,
        Restaurant=restaurant,
        Town=town
  |rows per page=37
}}
 
==list of clubs with attendees==
{{#get_db_data:db=fc
  | query=test_loc_with_att
  | data=date=fcc_date,
        price=fcc_price,
        restaurant=fcr_name,
        town=fct_name,
        first=fcp_first_name,
        last=fcp_last_name
}}
 
{| class="wikitable"
! Date
! Price
! Restaurant
! Town
! First
! Last {{#for_external_table:<nowiki/>
{{!}}-
{{!}} {{{date}}}
{{!}} {{{price}}}
{{!}} {{{restaurant}}}
{{!}} {{{town}}}
{{!}} {{{first}}}
{{!}} {{{last}}}
}}
|}

Latest revision as of 23:31, June 20, 2023

Some testing/experimental/POC links: