Difference between revisions of "Template:Infobox event"

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search
 
Line 36: Line 36:
 
! Location
 
! Location
 
{{!}} {{{location}}}
 
{{!}} {{{location}}}
 +
{{!}}-
 +
}}
 +
{{#if:{{{address|<noinclude>x</noinclude>}}}|
 +
! Address
 +
{{!}} {{{address}}}
 +
{{!}}-
 +
}}
 +
{{#if:{{{city|<noinclude>x</noinclude>}}}|
 +
! City
 +
{{!}} {{{city}}}
 +
{{!}}-
 +
}}
 +
{{#if:{{{state|<noinclude>x</noinclude>}}}|
 +
! State
 +
{{!}} {{{state}}}
 +
{{!}}-
 +
}}
 +
{{#if:{{{zip|<noinclude>x</noinclude>}}}|
 +
! Zip
 +
{{!}} {{{zip}}}
 +
{{!}}-
 +
}}
 +
{{#if:{{{country|<noinclude>x</noinclude>}}}|
 +
! Country
 +
{{!}} {{{country}}}
 +
{{!}}-
 +
}}
 +
{{#if:{{{address|<noinclude>x</noinclude>}}}|
 +
! Map
 +
{{!}} [http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q={{urlencode:{{{address}}}}},+{{{city}}},+{{{state}}}+{{{zip}}}&z=17 Google Maps]
 
{{!}}-
 
{{!}}-
 
}}
 
}}

Latest revision as of 17:54, 25 August 2010

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

{{{caption}}}

Information
Start Date {{{start_date}}} @ {{{start_time}}}
End Date {{{end_date}}} @ {{{end_time}}}
Cost {{{cost}}}
Website [{{{website}}} {{{website_name}}}]
Location {{{location}}}
Address {{{address}}}
City {{{city}}}
State {{{state}}}
Zip {{{zip}}}
Country {{{country}}}
Map Google Maps
Media

DiggFacebookFlickrMySpaceTwitterYouTube


[edit] [purge] Template documentation

Usage

{{Infobox event
|event_name =
|image = 
|image_size = 
|alt = 
|caption = 
|start_date = 
|start_time = 
|end_date = 
|end_time = 
|website = 
|location = 
|address = 
|city = 
|state = 
|zip = 
|media = 
|digg = 
|facebook = 
|flickr = 
|myspace = 
|youtube =
}}
  • event_name — the name of the event
  • image — the image file name to use in the infobox (Note: only the file name is needed the template automatically links the file)
  • image_size — the desired size of the image in pixels (Default: 250px)
  • alt — alternate text to show up when the image is moused over
  • caption — the caption to show up underneath the picture
  • start_date — the date the event starts on (Note: the template does attempt to format the date)
  • start_time — the time the event is expected to start at
  • end_date — the date the event ends on (Note: the template does attempt to format the date)
  • end_time — the time the event is expected to end at
  • cost — the cost to attend the event
  • website — the website of the event
  • location — where the event is to be held at
  • mediayes or no, whether to display the media section or not
  • digg — the project's digg link
  • facebook — the project's facebook link
  • flickr — the project's flickr link
  • myspace — the project's myspace link
  • youtube — the project's youtube link