|
|
Line 1: |
Line 1: |
− | {{VIRTUALSUBPAGES}}
| |
| | | |
− | <div class="subnav">
| |
− | {{#arr:dataloop
| |
− | | {{#data:select|Event.Country|#limit=200|#orderby=Event.Country}}
| |
− | | each = {{#title:link|{{FULLPAGENAME}}/{{{Event.Country}}}||{{{Event.Country}}}}}
| |
− | }}
| |
− | </div>
| |
− |
| |
− | {{#if:{{{1|}}}
| |
− | |{{#arr:dataloop
| |
− | |{{#data:select
| |
− | | Description=Event.Description
| |
− | | Start = Event.Start
| |
− | | End = Event.End
| |
− | | Editcall = Event.Editcall
| |
− | | City = {{groupLinks|Event.City}}
| |
− | | Country = {{groupLinks|Event.Country}}
| |
− | |#where=Event.Country='{{#title:pagenamek|{{{1}}}}}'
| |
− | |#limit=200
| |
− | |#orderby=Event.Country
| |
− | }}
| |
− | | each = {{#eval:wrap|{{{template|ListEvent}}}}}
| |
− | }}
| |
− | |}}
| |