Template:Event table/row: Difference between revisions
Robertbaxter (talk | contribs) No edit summary |
Robertbaxter (talk | contribs) No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly><!-- | ||
--><tr> | |||
<td>'''{{#ifeq:{{PAGENAME}}|Events | |||
| [[{{{parent}}}|{{{name}}}]] | |||
</includeonly> | | {{#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> |