Template:Infobox workshop: Difference between revisions
From HOPE Wiki
Documentation. |
Document duration parameter. |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{|style="float: right; max-width: | {|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 16: | Line 22: | ||
<pre> | <pre> | ||
{{Infobox workshop | {{Infobox workshop | ||
|title= | |title=How to Hack: For Fun and Profit | ||
|presenters= | |presenters=Hacker McHackypants | ||
|imagefile= | |duration=1 hour and 30 minutes | ||
|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 }}