Difference between revisions of "Template:Infobox workshop"

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search
Line 12: Line 12:
 
{{#if:{{{start_date|<noinclude>x</noinclude>}}}|
 
{{#if:{{{start_date|<noinclude>x</noinclude>}}}|
 
! Start Date
 
! Start Date
{{!}} {{date|{{{start_date}}}|mdy}}
+
{{!}} {{date|{{{start_date}}}|mdy}} {{#if:{{{start_time|<noinclude>x</noinclude>}}}|@ {{{start_time}}}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if:{{{end_date|<noinclude>x</noinclude>}}}|
 
{{#if:{{{end_date|<noinclude>x</noinclude>}}}|
 
! End Date
 
! End Date
{{!}} {{date|{{{end_date}}}|mdy}}
+
{{!}} {{date|{{{end_date}}}|mdy}} {{#if:{{{end_time|<noinclude>x</noinclude>}}}|@ {{{end_time}}}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
 
{{#if:{{{cost|<noinclude>x</noinclude>}}}|
 
{{#if:{{{cost|<noinclude>x</noinclude>}}}|
 
! Cost
 
! Cost
{{!}} {{{cost}}}
+
{{!}} {{#switch: {{{cost}}}
 +
| Free = Free (Donations Always Welcome)
 +
| {{{cost}}}
 +
}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}

Revision as of 03:11, 29 July 2010

{{{workshop_name}}}
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}]]

{{{caption}}}

Information
Start Date {{{start_date}}} @ {{{start_time}}}
End Date {{{end_date}}} @ {{{end_time}}}
Cost {{{cost}}}
Taught By {{{taught_by}}}
Website [{{{website}}} {{{website}}}]
Location {{{location}}}
Media

DiggFacebookFlickrMySpaceTwitterYouTube


[edit] [purge] Template documentation

Usage

{{Infobox workshop
|workshop_name =
|image = 
|image_size = 
|alt = 
|caption = 
|length =  
|website = 
|location = 
|media = 
|digg = 
|facebook = 
|flickr = 
|myspace = 
|youtube =
}}