Difference between revisions of "Template:Events"

From Beyond Social
Line 5: Line 5:
 
{{events
 
{{events
 
|Title=
 
|Title=
|date=
+
|Date=
|description=
+
|Image=
 +
|Caption=
 +
|Description=
 
}}
 
}}
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"
+
</noinclude>
! Title
 
| <div class="event_title">{{{Title|}}}</div>
 
|-
 
! Date
 
| <div class="event_date">{{{Date|}}}</div>
 
|-
 
! Description
 
| <div class="event_description">{{{Description|}}}</div>
 
|}
 
  
 
+
<includeonly><div class="events-wrapper">
[[Category:event]]
+
<div class="thumb-wrapper">{{{3}}}</div>
</includeonly>
+
<div class="title">{{{1}}}</div>
<noinclude>
+
<div class="date">{{{2}}}</div>
</noinclude>
+
<div class="info">by {{{3}}}</div>
 +
<div class="info">Last modified at {{{5}}} by {{{6}}}</div>
 +
</div></includeonly>

Revision as of 16:39, 20 June 2017

This is the "event" template. It should be called in the following format:

{{events
|Title=
|Date=
|Image=
|Caption=
|Description=
}}

Edit the page to see the template text.