Template:Event: Difference between revisions

From stencil.wiki
No edit summary
No edit summary
Line 61: Line 61:
     Has place type            = {{{event_type|}}}|+sep=,
     Has place type            = {{{event_type|}}}|+sep=,
     | At venue                = {{{venue|}}}
     | At venue                = {{{venue|}}}
     | Has address              = {{{address|}}}{{#if:{{{city|}}}|, {{{city|}}}}}{{#if:{{{country|}}}|, {{{country|}}}}}
     | Has address              = {{#if:{{{address|}}}
| {{{address}}}{{#if:{{{city|}}}|, {{{city}}}}}{{#if:{{{country|}}}|, {{{country}}}}}
| {{#if:{{{city|}}}
    | {{{city}}}{{#if:{{{country|}}}|, {{{country}}}}}
    | {{{country|}}}  
  }}
}}
     | At coordinates          = {{{coordinates|}}}
     | At coordinates          = {{{coordinates|}}}
     | Has application link    = {{{application_link|}}}
     | Has application link    = {{{application_link|}}}

Revision as of 13:14, 15 December 2024

This is the "Event" template.

It should be called in the following format:

{{Event
|event_type=
|websites=
|start_date=
|end_date=
|venue=
|address=
|city=
|country=
|coordinates=
|application_link=
|application_deadline=
|poster=
}}

Edit the page to see the template text.