Difference between revisions of "Template:Events"
From Beyond Social
(Created page with "<noinclude> This is the "event" template. It should be called in the following format: <pre> {{event |Title= |date= |description= }} </pre> Edit the page to see the template t...") |
|||
Line 3: | Line 3: | ||
It should be called in the following format: | It should be called in the following format: | ||
<pre> | <pre> | ||
− | {{ | + | {{events |
|Title= | |Title= | ||
|date= | |date= | ||
Line 14: | Line 14: | ||
| <div class="event_title">{{{Title|}}}</div> | | <div class="event_title">{{{Title|}}}</div> | ||
|- | |- | ||
− | ! | + | ! Date |
| <div class="event_date">{{{Date|}}}</div> | | <div class="event_date">{{{Date|}}}</div> | ||
|- | |- | ||
− | ! | + | ! Description |
| <div class="event_description">{{{Description|}}}</div> | | <div class="event_description">{{{Description|}}}</div> | ||
|} | |} |
Revision as of 12:42, 21 December 2016
This is the "event" template. It should be called in the following format:
{{events |Title= |date= |description= }}
Edit the page to see the template text.