Difference between revisions of "Template:Infobox workshop"

From HOPE Wiki
Jump to: navigation, search
(First draft of workshop infobox template.)
 
(Document duration parameter.)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
{|style="float: right; max-width: 300px;"
+
{|style="float: right; max-width: 50%;"
 
!colspan="2"|{{{title}}}
 
!colspan="2"|{{{title}}}
 
|-
 
|-
!colspan="2"|[[File:{{{imagefile}}}|150px]]
+
!colspan="2"|[[File:{{{imagefile|Hope2020 v1.png}}}|150px]]
 
|-
 
|-
 
!Presenters:
 
!Presenters:
| {{{presenters}}}
+
|{{{presenters}}}
 +
|-
 +
!Duration:
 +
|{{{duration}}}
 +
|-
 +
!Participant limit:
 +
|{{{participant_limit}}}
 
|}
 
|}
 
[[Category:HOPE 2020 workshops]]
 
[[Category:HOPE 2020 workshops]]
 
</includeonly><noinclude>
 
</includeonly><noinclude>
 
This template is intended to be used to create a "glance-able" overview of a workshop.
 
This template is intended to be used to create a "glance-able" overview of a workshop.
 +
 +
Use the template like so:
 +
 +
<pre>
 +
{{Infobox workshop
 +
|title=How to Hack: For Fun and Profit
 +
|presenters=Hacker McHackypants
 +
|duration=1 hour and 30 minutes
 +
|imagefile=ExampleImage.jpg
 +
|participant_limit=15
 +
}}
 +
</pre>
 
</noinclude>
 
</noinclude>

Latest revision as of 23:08, 12 July 2020

This template is intended to be used to create a "glance-able" overview of a workshop.

Use the template like so:

{{Infobox workshop
|title=How to Hack: For Fun and Profit
|presenters=Hacker McHackypants
|duration=1 hour and 30 minutes
|imagefile=ExampleImage.jpg
|participant_limit=15
}}