User:Bureaucrat 37/sandbox: Difference between revisions

From Foodclubipedia
Jump to navigation Jump to search
(proof of concept, slightly more complex query)
(syndication experiment)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
== test 1 ==
Some testing/experimental/POC links:
{{#get_db_data:db=fc
  | query=test1
  | data=first=fcp_first_name, last=fcp_last_name
}}


{| class="wikitable"
* [[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
! First
* [[User:Bureaucrat 37/sandbox/Feed/Rss]]: Experiment to try out Cargo's new syndication capabilities
! Last {{#for_external_table:<nowiki/>
{{!}}-
{{!}} {{{first}}}
{{!}} {{{last}}}
}}
|}
 
== test 2 ==
{{#get_db_data:db=fc
  | query=test2
  | data=name=fcr_name
}}
 
{| class="wikitable"
! Name {{#for_external_table:<nowiki/>
{{!}}-
{{!}} {{{name}}}
}}
|}
 
==test 3==
{{#get_db_data:db=fc
  | query=test3
  | data=name=fct_name
}}
 
{| class="wikitable"
! Name {{#for_external_table:<nowiki/>
{{!}}-
{{!}} {{{name}}}
}}
|}

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

Some testing/experimental/POC links: