Difference between revisions of "Template:SciTalk"

From ICPWiki
Jump to navigation Jump to search
Line 1: Line 1:
{{{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>
 
<noinclude>
 
<noinclude>
Defaults for time and place based on type ...
+
Example
Scriptes link to speaker?
+
{{event
 +
|type=other
 +
|place= V57.01
 +
|person=Prof.X.Ample
 +
|from= IE Institute, Specimen University
 +
|time= 16:30
 +
|title= The art of nonstatements
 +
}}
 +
Usage:
 +
<pre><nowiki>
 +
{{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
 +
}}
 +
</nowiki></pre>
 +
Type sets default values for place and time, if you do not specify them. For example:
 +
<pre><nowiki>
 +
{{event
 +
|type=ICP Kolloquium
 +
|person= The Speaker
 +
|from= Institute, University, City, Country
 +
|title= The title of the talk
 +
}}
 +
</nowiki></pre>
 +
assumes "place= V27.01" and "time= 14:00":
 +
{{event
 +
|type=ICP Kolloquium
 +
|person=The Speaker
 +
|from= Institute, University, City, Country
 +
|title= The title of the talk
 +
}}
 +
 
 
</noinclude>
 
</noinclude>

Revision as of 17:27, 15 November 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