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>
{{event
+
{{events
 
|Title=
 
|Title=
 
|date=
 
|date=
Line 14: Line 14:
 
| <div class="event_title">{{{Title|}}}</div>
 
| <div class="event_title">{{{Title|}}}</div>
 
|-
 
|-
! Editor's Author
+
! Date
 
| <div class="event_date">{{{Date|}}}</div>
 
| <div class="event_date">{{{Date|}}}</div>
 
|-
 
|-
! Issues
+
! Description
 
| <div class="event_description">{{{Description|}}}</div>
 
| <div class="event_description">{{{Description|}}}</div>
 
|}
 
|}

Revision as of 13: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.