Difference between revisions of "Template:Town queries"
(Created page with '===Venues=== {{#ask: Venues [[Town::{{PAGENAME}}]] |?Website |?Street }} ===Producers=== {{#ask: Producers [[Town::{{PAGENAME}}]] |?Website |?Street }}...') |
|||
(18 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | ===Venues= | + | <includeonly> |
− | {{#ask: [[Category:Venues]] [[ | + | {{{ |
+ | townName = {{#str:replace|{{PAGENAME}}|^[A-Z][A-Z]-\S+ |}} | ||
+ | }}} | ||
+ | |||
+ | * Town: {{{townName}}} | ||
+ | |||
+ | {{if2|1= | ||
+ | <div class="venues tab active"> | ||
+ | <h2>Venues</h2><div class="tab-content"> | ||
+ | |2= | ||
+ | {{#ask: [[Category:Venues]] [[TownName::{{{townName}}}]] | ||
+ | |?Street | ||
+ | |?Town | ||
|?Website | |?Website | ||
+ | |?Email | ||
+ | |?Telephone | ||
+ | |format=template | ||
+ | |template=Address book item | ||
+ | }} | ||
+ | |3=</div></div> | ||
+ | }} | ||
+ | |||
+ | {{if2|1= | ||
+ | <div class="museums tab"> | ||
+ | <h2>Museums</h2><div class="tab-content"> | ||
+ | |2= | ||
+ | {{#ask: [[Category:Museums]] [[TownName::{{{townName}}}]] | ||
|?Street | |?Street | ||
+ | |?Town | ||
+ | |?Website | ||
+ | |?Email | ||
+ | |?Telephone | ||
+ | |format=template | ||
+ | |template=Address book item | ||
+ | }} | ||
+ | |3=</div></div> | ||
}} | }} | ||
− | === | + | {{if2|1= |
− | {{#ask: [[Category: | + | <div class="monuments tab"> |
+ | <h2>Monuments and sites</h2><div class="tab-content"> | ||
+ | |2= | ||
+ | {{#ask: [[Category:Monuments and sites]] [[TownName::{{{townName}}}]] | ||
+ | |?Street | ||
+ | |?Town | ||
|?Website | |?Website | ||
+ | |?Email | ||
+ | |?Telephone | ||
+ | |format=template | ||
+ | |template=Address book item | ||
+ | }} | ||
+ | |3=</div></div> | ||
+ | }} | ||
+ | |||
+ | {{if2|1= | ||
+ | <div class="libraries tab"> | ||
+ | <h2>Libraries</h2><div class="tab-content"> | ||
+ | |2= | ||
+ | {{#ask: [[Category:Libraries]] [[TownName::{{{townName}}}]] | ||
|?Street | |?Street | ||
+ | |?Town | ||
+ | |?Website | ||
+ | |?Email | ||
+ | |?Telephone | ||
+ | |format=template | ||
+ | |template=Address book item | ||
+ | }} | ||
+ | |3=</div></div> | ||
}} | }} | ||
− | < | + | |
− | [[Category:Towns]] | + | {{if2|1= |
+ | <div class="festivals tab"> | ||
+ | <h2>Festivals</h2><div class="tab-content"> | ||
+ | |2= | ||
+ | {{#ask: [[Category:Festivals]] [[TownName::{{{townName}}}]] | ||
+ | |?Street | ||
+ | |?Town | ||
+ | |?Website | ||
+ | |?Email | ||
+ | |?Telephone | ||
+ | |format=template | ||
+ | |template=Address book item | ||
+ | }} | ||
+ | |3=</div></div> | ||
+ | }} | ||
+ | |||
+ | {{if2|1= | ||
+ | <div class="producers tab"> | ||
+ | <h2>Producers</h2><div class="tab-content"> | ||
+ | |2= | ||
+ | {{#ask: [[Category:Producers]] [[TownName::{{{townName}}}]] | ||
+ | |?Street | ||
+ | |?Town | ||
+ | |?Website | ||
+ | |?Email | ||
+ | |?Telephone | ||
+ | |format=template | ||
+ | |template=Address book item | ||
+ | }} | ||
+ | |3=</div></div> | ||
+ | }} | ||
+ | |||
+ | {{if2|1= | ||
+ | <div class="media tab"> | ||
+ | <h2>Media</h2><div class="tab-content"> | ||
+ | |2= | ||
+ | {{#ask: [[Category:Media]] [[TownName::{{{townName}}}]] | ||
+ | |?Street | ||
+ | |?Town | ||
+ | |?Website | ||
+ | |?Email | ||
+ | |?Telephone | ||
+ | |format=template | ||
+ | |template=Address book item | ||
+ | }} | ||
+ | |3=</div></div> | ||
+ | }} | ||
+ | [[Category:Towns|{{{townName}}}]] | ||
</includeonly> | </includeonly> |