Difference between revisions of "Template:Presentation"

From Creative Commons
Jump to: navigation, search
m (One last bit of formatting)
 
(4 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
__SHOWFACTBOX__
+
<div style="padding: 15px;margin-top: 0px;border: 1px solid #c0c0c0;background:#f0f0f0;">
{{#if:{{{title|}}}|[[Title::{{{title}}}|]]|[[Title::{{PAGENAME}}|]] }}
+
<p>'''{{{title|{{PAGENAME}}}}}'''</p>
{{#if:{{{venue|}}}|[[Venue::{{{venue}}}|]]| }}
+
<p>'''Venue'''<br />{{{venue|}}}</p>
{{#if:{{{presenter|}}}| {{#arraymap:{{{presenter}}}|,|x|[[Author::User:x| ]]| }}| }}
+
<p>'''Presenter'''<br />{{{presenter||}}}</p>
{{#if:{{{slidesurl|}}}|[[Has slide url::{{{slidesurl}}}|]]| }}
+
<p>{{{slidesurl|}}}</p>
{{#if:{{{videourl|}}}|[[Has video url::{{{videourl}}}|]]| }}
+
<p>{{{videourl|}}}</p>
{{#if:{{{audiourl|}}}|[[Has audio url::{{{audiourl}}}|]]| }}
+
<p>{{{audiourl|}}}</p>
{{#if:{{{date|}}}|[[Date::{{{date}}}|]]| }}
+
<p>'''Date'''<br />{{{date|}}}</p>
[[Category:Presentation]]
+
<p>[[Category:Presentation]]</p>
 +
</div>
 +
<div style="clear:both;"></div>
 +
</div>
 
</includeonly>
 
</includeonly>

Latest revision as of 22: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|
}}