Template:Event table/row: Difference between revisions
IssuePress (talk | contribs) No edit summary |
Robertbaxter (talk | contribs) No edit summary |
||
(20 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> | |||