Difference between revisions of "Template:Conference"

From Code4Lib
Jump to: navigation, search
m (try to fix infobox by removing broken #invoke call)
 
(9 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{Conference
 
{{Conference
 +
|Logo=File:xyz
 
|URL=
 
|URL=
 
|Start Date=
 
|Start Date=
Line 9: Line 10:
 
|Location=
 
|Location=
 
|Coordinates=
 
|Coordinates=
 +
|Organizers=
 +
|Contact=
 
}}
 
}}
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
</noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
+
</noinclude>
|-
+
<includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;"
| {{#invoke:InfoboxImage|InfoboxImage|image={{{image|{{{Logo|}}}}}}|size={{{image_size|}}}|sizedefault=frameless|upright=.65|suppressplaceholder=yes}}
+
 
|-
 
|-
 
! URL
 
! URL
 
| [[sameAs::{{{URL|}}}]]  
 
| [[sameAs::{{{URL|}}}]]  
 
|-
 
|-
! Start Date
+
! Dates
| [[begins::{{{Start Date|}}}]]  
+
| [[begins::{{{Start Date|}}}]] - [[ends::{{{End Date|}}}]]
|-
+
! End Date
+
| [[ends::{{{End Date|}}}]]  
+
 
|-
 
|-
 
! Location
 
! Location
| [[locationName::{{{Location|}}}]]  
+
| [[locationName::{{{Location|}}}]]
 
|-
 
|-
! Coordinates
+
! Contact
| [[located::{{{Coordinates|}}}]]
+
| {{{Organizers|}}}
 +
{{{Contact|}}}
 
|}
 
|}
  
 
[[Category:Conferences]]
 
[[Category:Conferences]]
 
</includeonly>
 
</includeonly>

Latest revision as of 22:08, 22 May 2018

This is the "Conference" template. It should be called in the following format:

{{Conference
|Logo=File:xyz
|URL=
|Start Date=
|End Date=
|Location=
|Coordinates=
|Organizers=
|Contact=
}}

Edit the page to see the template text.