Template:Event: Difference between revisions

From PortlandWiki
Jump to navigation Jump to search
(+start)
 
m (unbolding values)
Line 5: Line 5:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
! style="background:#eee; padding:2px 5px;" | what
! style="background:#eee; padding:2px 5px;" | what
! style="padding:2px 5px;"| {{#if:{{{description|}}}|{{{description}}}}}
! style="padding:2px 5px; font-weight:normal;"| {{#if:{{{description|}}}|{{{description}}}}}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
! style="background:#eee; padding:2px 5px;" | date
! style="background:#eee; padding:2px 5px;" | date
! style="padding:2px 5px;"| {{#if:{{{date|}}}|{{{date}}}}}
! style="padding:2px 5px; font-weight:normal;"| {{#if:{{{date|}}}|{{{date}}}}}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
! style="background:#eee; padding:2px 5px;" | time
! style="background:#eee; padding:2px 5px;" | time
! style="padding:2px 5px;"| {{#if:{{{time|}}}|{{{time}}}}}
! style="padding:2px 5px; font-weight:normal;"| {{#if:{{{time|}}}|{{{time}}}}}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
! style="background:#eee; padding:2px 5px;" | where
! style="background:#eee; padding:2px 5px;" | where
! style="padding:2px 5px;"| {{#if:{{{where|}}}|{{{where}}}}}
! style="padding:2px 5px; font-weight:normal;"| {{#if:{{{where|}}}|{{{where}}}}}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
! style="background:#eee; padding:2px 5px;" | cost
! style="background:#eee; padding:2px 5px;" | cost
! style="padding:2px 5px;"| {{#if:{{{cost|}}}|{{{cost}}}}}
! style="padding:2px 5px; font-weight:normal;"| {{#if:{{{cost|}}}|{{{cost}}}}}
|}
|}
<noinclude><div style="width:600px;background:#efefe0;border:1px solid #ddc;padding:5px 15px 10px;margin:20px 30px 0px;">
<noinclude><div style="width:600px;background:#efefe0;border:1px solid #ddc;padding:5px 15px 10px;margin:20px 30px 0px;">

Revision as of 15:15, 15 February 2011

Event
what
date
time
where
cost

Template notes

This template is placed at the top of event pages. It provides basic, at-a-glance facts about the event.

Instructions

The entire code as follows should be used:

{{Event
| description = 
| date = 
| time = 
| where = 
| cost = 
}}

Information you don't know should be left blank.

Notes

description

  • A short description of the event. Is placed next to the "what" label.