Template:Infobox workshop: Difference between revisions

From HOPE Wiki
Correct documentation. :P
Document duration parameter.
 
(3 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}}}
|-
|-
Line 7: Line 7:
!Presenters:
!Presenters:
|{{{presenters}}}
|{{{presenters}}}
|-
!Duration:
|{{{duration}}}
|-
!Participant limit:
|{{{participant_limit}}}
|}
|}
[[Category:HOPE 2020 workshops]]
[[Category:HOPE 2020 workshops]]
Line 18: Line 24:
|title=How to Hack: For Fun and Profit
|title=How to Hack: For Fun and Profit
|presenters=Hacker McHackypants
|presenters=Hacker McHackypants
|duration=1 hour and 30 minutes
|imagefile=ExampleImage.jpg
|imagefile=ExampleImage.jpg
|participant_limit=15
}}
}}
</pre>
</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
}}