Template:Event: Difference between revisions
Jump to navigation
Jump to search
(Nieuwe pagina aangemaakt met '<noinclude> Deze template gebruik je als volgt: <pre> {{Meeting |datum=YYYY-MM-DD |start=HH:MM |locatie=Ministerie van Waarheid }} </pre> </noinclude> <includeonly...') |
No edit summary |
||
(27 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is how you can use this template: | |||
<pre> | <pre> | ||
{{ | {{Event | ||
| | |name=Event name | ||
| | |start=YYYY-MM-DD HH:MM | ||
| | |end=YYYY-MM-DD HH:MM | ||
|location=Ministry of Truth | |||
|status=Tentative OR Confirmed OR Cancelled | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
{| style="width: 30em; font-size: 90%;" | {| style="width: 30em; font-size: 90%; float: right; border: 1px solid #FD5A1E" | ||
! style="text-align: center; background-color:# | ! style="text-align: center; background-color:#FD5A1E; color: #fff" colspan="2" |<big>[[Event name::{{{name|}}}]]</big> | ||
|- | |- | ||
! | ! start | ||
| [[ | | [[start::{{{start|}}}]] | ||
|- | |- | ||
! | ! end | ||
| [[ | | [[end::{{{end|}}}]] | ||
|- | |- | ||
! | ! Location | ||
| [[ | | [[EventLocation::{{{location|}}}]] | ||
|- | |||
! Status | |||
| [[EventStatus::{{{status|}}}]] | |||
|} | |} | ||
[[Category:Event]] | |||
</includeonly> | </includeonly> |
Latest revision as of 18:13, 7 September 2024
This is how you can use this template:
{{Event |name=Event name |start=YYYY-MM-DD HH:MM |end=YYYY-MM-DD HH:MM |location=Ministry of Truth |status=Tentative OR Confirmed OR Cancelled }}