Difference between revisions of "Template:Infobox conference"

From Code4Lib
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
| headerstyle = background:#ddffcc
 
| headerstyle = background:#ddffcc
  
| label1 = Dates
+
| label1 = Website
| data1 = {{{dates|}}}
+
| data1 = {{{website|}}}
  
| label2 = Location
+
| label2 = Dates
| data2 = {{{location|}}}
+
| data2 = {{{dates|}}}
 +
 
 +
| label3 = Location
 +
| data3 = {{{location|}}}
  
 
}}
 
}}
Line 16: Line 19:
 
<pre>
 
<pre>
 
{{Infobox conference
 
{{Infobox conference
 +
| website =
 
| dates =
 
| dates =
 
| location =
 
| location =
 
}}</pre>
 
}}</pre>
 
</noinclude>
 
</noinclude>

Latest revision as of 05:31, 10 September 2014

{{#invoke:Infobox|infobox}}

Usage

{{Infobox conference
| website = 
| dates =
| location =
}}