Difference between revisions of "Template:Presentation"
(New page: <noinclude> {{Presentation| venue= The venue or event (ie: OSCON 2007)| title= The title or topic of the presentation; if not provided, the page title is used| presenter= The presen...) |
m (One last bit of formatting) |
||
(27 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
+ | <pre> | ||
{{Presentation| | {{Presentation| | ||
− | + | venue= The venue or event (ie: OSCON 2007)| | |
− | + | title= The title or topic of the presentation; if not provided, the page title is used| | |
− | + | presenter= The presenter (ie: Nathan Yergler)| | |
− | + | date= The presentation date| | |
+ | slidesurl= URL to slides| | ||
+ | videourl = URL to video| | ||
+ | audiourl = URL to audio| | ||
}} | }} | ||
+ | </pre> | ||
</noinclude> | </noinclude> | ||
− | + | <includeonly> | |
− | + | <div style="padding: 15px;margin-top: 0px;border: 1px solid #c0c0c0;background:#f0f0f0;"> | |
− | + | <p>'''{{{title|{{PAGENAME}}}}}'''</p> | |
− | [[Category:Presentation]] | + | <p>'''Venue'''<br />{{{venue|}}}</p> |
+ | <p>'''Presenter'''<br />{{{presenter||}}}</p> | ||
+ | <p>{{{slidesurl|}}}</p> | ||
+ | <p>{{{videourl|}}}</p> | ||
+ | <p>{{{audiourl|}}}</p> | ||
+ | <p>'''Date'''<br />{{{date|}}}</p> | ||
+ | <p>[[Category:Presentation]]</p> | ||
+ | </div> | ||
+ | <div style="clear:both;"></div> | ||
+ | </div> | ||
+ | </includeonly> |
Latest revision as of 21:27, 15 June 2015
{{Presentation| venue= The venue or event (ie: OSCON 2007)| title= The title or topic of the presentation; if not provided, the page title is used| presenter= The presenter (ie: Nathan Yergler)| date= The presentation date| slidesurl= URL to slides| videourl = URL to video| audiourl = URL to audio| }}