Difference between revisions of "Template:Infobox vendor"

From MidsouthMakers - Memphis Area Hackerpace
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
! colspan="2" style="text-align:center; background:#D3D3D3" {{!}} Information
 
! colspan="2" style="text-align:center; background:#D3D3D3" {{!}} Information
 
|-
 
|-
 +
{{#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 Code
 +
{{!}} {{{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]
 +
{{!}}-
 +
}}
 
{{#if:{{{website|<noinclude>x</noinclude>}}}|
 
{{#if:{{{website|<noinclude>x</noinclude>}}}|
 
! Website
 
! Website
 
{{!}} {{{website}}}
 
{{!}} {{{website}}}
 +
{{!}}-
 +
}}
 +
{{#if:{{{phone|<noinclude>x</noinclude>}}}|
 +
! Phone
 +
{{!}} {{{phone}}}
 +
{{!}}-
 +
}}
 +
{{#if:{{{fax|<noinclude>x</noinclude>}}}|
 +
! Fax
 +
{{!}} {{{fax}}}
 
{{!}}-
 
{{!}}-
 
}}
 
}}
Line 19: Line 59:
 
{{!}}-
 
{{!}}-
 
! colspan="2" style="text-align: center;"{{!}}
 
! colspan="2" style="text-align: center;"{{!}}
{{#if:{{{digg|<noinclude>x</noinclude>}}}|[[Image:Digg_Icon.png|30px|link={{{digg}}}|alt=Digg]]}}
+
{{#if:{{{digg|<noinclude>x</noinclude>}}}|[[Image:Digg_Icon.png|30px|link={{{digg}}}|alt=Digg]]}}{{#if:{{{facebook|<noinclude>x</noinclude>}}}|[[Image:Facebook_Icon.png|30px|link={{{facebook}}}|alt=Facebook]]}}{{#if:{{{flickr|<noinclude>x</noinclude>}}}|[[Image:Flickr_Icon.png|30px|link={{{flickr}}}|alt=Flickr]]}}{{#if:{{{myspace|<noinclude>x</noinclude>}}}|[[Image:Myspace_Icon.png|30px|link={{{myspace}}}|alt=MySpace]]}}{{#if:{{{twitter|<noinclude>x</noinclude>}}}|[[Image:Twitter_Icon.png|30px|link={{{twitter}}}|alt=Twitter]]}}{{#if:{{{youtube|<noinclude>x</noinclude>}}}|[[Image:Youtube_Icon.png|30px|link={{{youtube}}}|alt=YouTube]]}}
{{#if:{{{facebook|<noinclude>x</noinclude>}}}|[[Image:Facebook_Icon.png|30px|link={{{facebook}}}|alt=Facebook]]}}
 
{{#if:{{{flickr|<noinclude>x</noinclude>}}}|[[Image:Flickr_Icon.png|30px|link={{{flickr}}}|alt=Flickr]]}}
 
{{#if:{{{myspace|<noinclude>x</noinclude>}}}|[[Image:Myspace_Icon.png|30px|link={{{myspace}}}|alt=MySpace]]}}
 
{{#if:{{{youtube|<noinclude>x</noinclude>}}}|[[Image:Youtube_Icon.png|30px|link={{{youtube}}}|alt=YouTube]]}}
 
 
{{!}}-
 
{{!}}-
 
}}
 
}}

Latest revision as of 18:12, 21 May 2010

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

{{{caption}}}

Information
Address {{{address}}}
City {{{city}}}
State {{{state}}}
Zip Code {{{zip}}}
Country {{{country}}}
Map Google Maps
Website {{{website}}}
Phone {{{phone}}}
Fax {{{fax}}}
Media

DiggFacebookFlickrMySpaceTwitterYouTube

[edit] [purge] Template documentation

Usage

{{Infobox vendor
|vendor_name =
|image = 
|image_size = 
|alt = 
|caption = 
|address = 
|city = 
|state = 
|zip = 
|country = 
|website = 
|phone = 
|fax = 
|media = 
|digg = 
|facebook = 
|flickr = 
|myspace = 
|youtube =
}}
  • vendor_name — the name of the vendor
  • 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
  • address — the vendor's address
  • city — the vendor's city
  • state — the vendor's state
  • zip — the vendor's zip code
  • country — the vendor's country
  • website — the current website to the vendor
  • phone — the vendor's phone number(s)
  • fax — the vendor's fax number(s)
  • mediayes or no, whether to display the media section or not
  • digg — the vendor's digg link
  • facebook — the vendor's facebook link
  • flickr — the vendor's flickr link
  • myspace — the vendor's myspace link
  • youtube — the vendor's youtube link