Template:Event
Jump to navigation
Jump to search
This is the template Event.
It belongs to the concept/topic Concept:Event
You may find examples for the use of this template via the List of Events.
Usage
storemode subobject
{{Event |acronym= |homepage= |city= |state= |country= |storemode=subobject }}
storemode property
{{Event |acronym= |homepage= |city= |state= |country= |storemode=property }}
storemode none
{{Event |acronym= |homepage= |city= |state= |country= |storemode=none }}
viewmode tableheader
{{Event |acronym= |homepage= |city= |state= |country= |viewmode=tableheader }}
viewmode tablerow
{{Event |acronym= |homepage= |city= |state= |country= |viewmode=tablerow }}
{{Event |acronym= |homepage= |city= |state= |country= |viewmode=tablefooter }}
viewmode labelfield
{{Event |acronym= |homepage= |city= |state= |country= |viewmode=labelfield }}
Source (pretty printed)
{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Event<br>|}}
{{#if:{{{?acronym|}}}|"{{{?acronym}}}" is acronym of it <br>|}}
{{#if:{{{?homepage|}}}|"{{{?homepage}}}" is homepage of it <br>|}}
{{#if:{{{?city|}}}|"{{{?city}}}" is city of it <br>|}}
{{#if:{{{?state|}}}|"{{{?state}}}" is state of it <br>|}}
{{#if:{{{?country|}}}|"{{{?country}}}" is country of it <br>|}}
|#default={{#switch:{{{storemode|}}}
|none=
|subobject={{#subobject:-
|isA=Event
|Event acronym={{{acronym|}}}
|Event homepage={{{homepage|}}}
|Event city={{{city|}}}
|Event state={{{state|}}}
|Event country={{{country|}}}
}}
|#default={{#set:
|isA=Event
|Event acronym={{{acronym|}}}
|Event homepage={{{homepage|}}}
|Event city={{{city|}}}
|Event state={{{state|}}}
|Event country={{{country|}}}
}}
}}
{{#switch: {{{viewmode|}}}
|hidden=
|masterdetail=
|tableheader={{{!}} class='wikitable'
!acronym!!homepage!!city!!state!!country
{{!}}-
|tablerow=
{{!}}{{{acronym|}}}{{!}}{{!}}{{{homepage|}}}{{!}}{{!}}{{{city|}}}{{!}}{{!}}{{{state|}}}{{!}}{{!}}{{{country|}}}
{{!}}-
|tablefooter={{!}}}
|labelfield=
acronym={{#if:{{{acronym|}}}|{{{acronym|}}}|}}<br>homepage={{#if:{{{homepage|}}}|{{{homepage|}}}|}}<br>city={{#if:{{{city|}}}|[[{{{city|}}}]]|}}<br>state={{#if:{{{state|}}}|[[{{{state|}}}]]|}}<br>country={{#if:{{{country|}}}|[[{{{country|}}}]]|}}<br>|#default={{{!}} class='wikitable'
! colspan='2' {{!}}Event
{{!}}-
{{#switch:{{{storemode|}}}|property=
! colspan='2' style='text-align:left' {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Event/{{FULLPAGENAME}}|title=edit}}
{{!}}-
}}
!acronym
{{!}} {{#if:{{{acronym|}}}|{{{acronym|}}}|}}
{{!}}-
!homepage
{{!}} {{#if:{{{homepage|}}}|{{{homepage|}}}|}}
{{!}}-
!city
{{!}} {{#if:{{{city|}}}|[[{{{city|}}}]]|}}
{{!}}-
!state
{{!}} {{#if:{{{state|}}}|[[{{{state|}}}]]|}}
{{!}}-
!country
{{!}} {{#if:{{{country|}}}|[[{{{country|}}}]]|}}
{{!}}-
{{!}}}
}}
}}
[[Category:Event]]{{#default_form:Event}}
Source
Click on "Edit" to edit the noinclude-part Source of this Template.