Difference between revisions of "Template:SLVEC coaching"
Jump to navigation
Jump to search
m (just took away some pipes |) |
m (changed 'id' element to 'name') |
||
Line 1: | Line 1: | ||
<includeonly><div | <includeonly><div name='m2m_class' style='border:dashed 2px; padding:8px'> | ||
{| | {| | ||
|- | |- | ||
| '''Hosted by:''' | | '''Hosted by:''' | ||
| [[User:{{{coach}}}|<span | | [[User:{{{coach}}}|<span name='m2m_coach'>{{{coach}}}</span>]] | ||
|- | |- | ||
| '''Title:''' | | '''Title:''' | ||
| ''<span | | ''<span name='m2m_title'>{{{title}}}</span>'' | ||
|- | |- | ||
| '''Date:''' | | '''Date:''' | ||
| style='color:rgb(255,0,0)' | <span | | style='color:rgb(255,0,0)' | <span name='m2m_date'>{{ #time: d-M-Y (l) | {{{date}}} }}</span> | ||
|- | |- | ||
| '''SL Time:''' | | '''SL Time:''' | ||
| style='color:rgb(255,0,0)' | <span | | style='color:rgb(255,0,0)' | <span name='m2m_sltime'>{{{sl_time}}}</span> SLT | ||
|- | |- | ||
| '''Length:''' | | '''Length:''' | ||
| <span | | <span name='m2m_length'>{{{length}}}</span> | ||
|- | |- | ||
| '''Location:''' | | '''Location:''' | ||
| <span | | <span name='m2m_location'>{{{location}}}</span> | ||
|- | |- | ||
| '''Language:''' | | '''Language:''' | ||
| {{ #if: {{{language|}}} | <span | | {{ #if: {{{language|}}} | <span name='m2m_lang'>{{{language}}}</span> | <span style="color:#2f4f4f">(assumed <span name='m2m_lang'>English</span>)</span> }} | ||
|-style='vertical-align:top' | |-style='vertical-align:top' | ||
| '''Description:''' | | '''Description:''' | ||
| <span | | <span name='m2m_desc'>{{{description}}}</span> | ||
|} | |} | ||
{{ #if: {{{notes|}}} | <br><div style='padding-left:32px;padding-right:32px;padding-bottom:8px'><div style='border:dashed 1px; padding:6px'>'''Notes:''' ''{{{notes}}}''</div></div> | }} | {{ #if: {{{notes|}}} | <br><div style='padding-left:32px;padding-right:32px;padding-bottom:8px'><div style='border:dashed 1px; padding:6px'>'''Notes:''' ''{{{notes}}}''</div></div> | }} |
Revision as of 14:04, 28 March 2008
This template was created to help standardize the layout/format of Upcoming Optional Classes session postings located on the Volunteer-sponsored_Classes page.
Usage
Minimum Requirements
{{SLVEC_coaching
|coach=
|title=
|date=
|sl_time=
|length=
|location=
|language=
|description=
|notes=
|}}
NOTE:
- if language is missing, English is assumed
- notes is optional
- All other fields required
Examples
{{SLVEC_coaching
|coach=Nava Muni
|title=Mac Mentor Primer
|date=7/13/2005
|sl_time=10 AM
|length=60 mins
|location=Theaters
|language=English
|description=Bringing light to the Mac paltform
|}}
Hosted by: | Nava Muni |
Title: | Mac Mentor Primer |
Date: | 13-Jul-2005 (Wednesday) |
SL Time: | 10 AM SLT |
Length: | 60 mins |
Location: | Theaters |
Language: | English |
Description: | Bringing light to the Mac paltform |
{{SLVEC_coaching
|coach=Nava Muni
|title=Learning while you sleep
|date=7/13/2005
|sl_time=1 AM
|length=2 hrs
|location=Theaters
|description=Do you think sleeping is for dreaming only?
|notes=This is just a sample!
|}}
Hosted by: | Nava Muni |
Title: | Learning while you sleep |
Date: | 13-Jul-2005 (Wednesday) |
SL Time: | 1 AM SLT |
Length: | 2 hrs |
Location: | Theaters |
Language: | (assumed English) |
Description: | Do you think sleeping is for dreaming only? |
Notes: This is just a sample!