Difference between revisions of "Template:SciTalk"

From ICPWiki
Jump to navigation Jump to search
Line 1: Line 1:
<includeonly>{{{person|}}}
+
<includeonly>{{{Person|}}}
 
{|class="eventTable"
 
{|class="eventTable"
 
  ! colspan ="2" align="left"| {{{person}}}
 
  ! colspan ="2" align="left"| {{{person}}}
Line 9: Line 9:
 
  | align="left" | {{{title|}}}
 
  | align="left" | {{{title|}}}
 
|}
 
|}
 +
[]
 
</includeonly>
 
</includeonly>
 
<noinclude>
 
<noinclude>

Revision as of 17:56, 5 December 2011


Example

Template:Event

Usage:

 {{event
 |type=ICP Kolloquium|ICP Seminar|other
 |place= The Room and Location 
 |person=The Speaker
 |from= Institute, University, City, Country
 |time= The time the talk starts
 |title= The title of the talk
 }}

Type sets default values for place and time, if you do not specify them. For example:

 {{event
 |type=ICP Kolloquium
 |person= The Speaker
 |from= Institute, University, City, Country
 |title= The title of the talk
 }}

assumes "place= V27.01" and "time= 14:00":

Template:Event