Template:Event inline: Difference between revisions
Jump to navigation
Jump to search
(+ option for going over the end of the month) |
(+ description of how to use) |
||
Line 1: | Line 1: | ||
<span class="vevent">'''<abbr class="dtstart" title="{{{1}}}-{{{2}}}-{{{3}}}">{{{3}}}</abbr>{{#ifeq: {{{end|}}} | | |–<abbr class="dtend" title="{{{1}}}-{{{2}}}-{{{end}}}">{{{end}}}</abbr>}}{{#ifeq: {{{endmonth|}}} | | |–<abbr class="dtend" title="{{{1}}}-{{{endmonth}}}-{{{endday}}}">{{{endday}}}</abbr>}}''' - <span class="summary">{{{4}}}</span></span><noinclude> | <span class="vevent">'''<abbr class="dtstart" title="{{{1}}}-{{{2}}}-{{{3}}}">{{{3}}}</abbr>{{#ifeq: {{{end|}}} | | |–<abbr class="dtend" title="{{{1}}}-{{{2}}}-{{{end}}}">{{{end}}}</abbr>}}{{#ifeq: {{{endmonth|}}} | | |–<abbr class="dtend" title="{{{1}}}-{{{endmonth}}}-{{{endday}}}">{{{endday}}}</abbr>}}''' - <span class="summary">{{{4}}}</span></span><noinclude> | ||
A simple inline event designed to be used on [[Events]] page, with added hCalendar support. | A simple inline event designed to be used on [[Events]] page, with added hCalendar support. Use as: | ||
<pre><nowiki>{{event inline|Year|Month|Day|end=EndDay|Description}}</nowiki></pre> | |||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |
Revision as of 21:25, 8 October 2013
{{{3}}} - {{{4}}}
A simple inline event designed to be used on Events page, with added hCalendar support. Use as:
{{event inline|Year|Month|Day|end=EndDay|Description}}