Difference between revisions of "Template:Town queries"
(16 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | ===Venues= | + | <includeonly> |
− | {{#ask: [[Category:Venues]] [[Town::{{ | + | {{{ |
+ | 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 | ||
+ | |?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 | |?Town | ||
Line 8: | Line 34: | ||
|format=template | |format=template | ||
|template=Address book item | |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 | |?Street | ||
|?Town | |?Town | ||
Line 19: | Line 50: | ||
|format=template | |format=template | ||
|template=Address book item | |template=Address book item | ||
+ | }} | ||
+ | |3=</div></div> | ||
}} | }} | ||
− | == | + | {{if2|1= |
− | {{#ask: [[Category:Libraries]] [[ | + | <div class="libraries tab"> |
+ | <h2>Libraries</h2><div class="tab-content"> | ||
+ | |2= | ||
+ | {{#ask: [[Category:Libraries]] [[TownName::{{{townName}}}]] | ||
|?Street | |?Street | ||
|?Town | |?Town | ||
Line 30: | Line 66: | ||
|format=template | |format=template | ||
|template=Address book item | |template=Address book item | ||
+ | }} | ||
+ | |3=</div></div> | ||
}} | }} | ||
− | == | + | {{if2|1= |
− | {{#ask: [[Category:Festivals]] [[ | + | <div class="festivals tab"> |
+ | <h2>Festivals</h2><div class="tab-content"> | ||
+ | |2= | ||
+ | {{#ask: [[Category:Festivals]] [[TownName::{{{townName}}}]] | ||
|?Street | |?Street | ||
|?Town | |?Town | ||
Line 41: | Line 82: | ||
|format=template | |format=template | ||
|template=Address book item | |template=Address book item | ||
+ | }} | ||
+ | |3=</div></div> | ||
}} | }} | ||
− | == | + | {{if2|1= |
− | {{#ask: [[Category:Producers]] [[ | + | <div class="producers tab"> |
+ | <h2>Producers</h2><div class="tab-content"> | ||
+ | |2= | ||
+ | {{#ask: [[Category:Producers]] [[TownName::{{{townName}}}]] | ||
|?Street | |?Street | ||
|?Town | |?Town | ||
Line 52: | Line 98: | ||
|format=template | |format=template | ||
|template=Address book item | |template=Address book item | ||
+ | }} | ||
+ | |3=</div></div> | ||
}} | }} | ||
− | < | + | {{if2|1= |
− | [[Category:Towns]] | + | <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> |