Template:Event: Difference between revisions
m (revert) |
m (removed the event type, as it requires conditionals which aren't mediawiki default apparently. might add back later) |
||
Line 6: | Line 6: | ||
| Title = full title of the given event | | Title = full title of the given event | ||
| Description = short description | | Description = short description | ||
| Date = YYYY-MM-DD of the event | | Date = YYYY-MM-DD of the event | ||
| Location = Place | | Location = Place | ||
}}</pre> | }}</pre> | ||
Line 18: | Line 17: | ||
}}<!-- | }}<!-- | ||
-->{{ifnotempty|{{{Date|}}} |{{infobox row |name=Datum |value=[[Has Date::{{{Date}}}]] }}}}<!-- | -->{{ifnotempty|{{{Date|}}} |{{infobox row |name=Datum |value=[[Has Date::{{{Date}}}]] }}}}<!-- | ||
-->{{ifnotempty|{{{Location|}}}|{{infobox row |name=Location | -->{{ifnotempty|{{{Location|}}}|{{infobox row |name=Location |value={{{Location|}}} {{#set: Has location={{{Location|}}} }} }}}}<!-- | ||
--> | --> | ||
|} | |} | ||
</includeonly><!-- | </includeonly><!-- | ||
--><includeonly>[[Category:Events]]</includeonly> | --><includeonly>[[Category:Events]]</includeonly> |
Revision as of 11:15, 16 June 2022
Put this template box on event pages.
{{Event | Title = full title of the given event | Description = short description | Date = YYYY-MM-DD of the event | Location = Place }}