Template:Event table/row: Difference between revisions
IssuePress (talk | contribs) (Created page with "<includeonly> | {{{city}}} || style="text-align: right" | {{{population}}} || style="text-align: right" | {{{area}}} |- </includeonly> <noinclude> {{#ask: Category:Events [[Has start date::>{{#time:Y-m-d}}]] |?In city = City |?Has start date=Start date |?Has end date = End date |format=plainlist |introtemplate=EventTableHeader |template=EventTableRow |outrotemplate=EventTableFooter |headers=show |mainlabel=Event |sort=Has start date |order=ascending...") |
Robertbaxter (talk | contribs) No edit summary |
||
(22 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly><!-- | ||
--><tr> | |||
<td>'''{{#ifeq:{{PAGENAME}}|Events | |||
</ | | [[{{{parent}}}|{{{name}}}]] | ||
| {{#if:{{{website|}}} | |||
< | | [{{{website}}} {{{name}}}] | ||
{{ | | {{{name}}} | ||
}} | |||
}}'''</td> | |||
<td>{{Date formatter|{{{start_date}}}|{{{end_date}}}}}</td> | |||
<td>{{{event_type}}}</td> | |||
<td>{{{city}}} {{#if:{{{country|}}}|{{flag emoji|{{{country|plain}}}}}}}</td> | |||
<td>{{{region}}}</td> | |||
<td>{{#if:{{{application_link|}}} | |||
| {{#ifexpr:{{#time:U|{{{application_deadline|}}}}} > {{#time:U}} | |||
| [{{{application_link}}} <span class="button blue outline">Apply</span>] | |||
| <span class="button disabled outline">Closed</span> | |||
}} | |||
}}</td> | |||
</tr><!-- | |||
--></includeonly> | |||
}}</ |