Difference between revisions of "Template:Infobox workshop"

From HOPE Wiki
Jump to: navigation, search
(Correct documentation. :P)
(Add participant limit parameter.)
Line 7: Line 7:
 
!Presenters:
 
!Presenters:
 
|{{{presenters}}}
 
|{{{presenters}}}
 +
|-
 +
!Participant limit:
 +
|{{{participant_limit}}}
 
|}
 
|}
 
[[Category:HOPE 2020 workshops]]
 
[[Category:HOPE 2020 workshops]]
Line 19: Line 22:
 
|presenters=Hacker McHackypants
 
|presenters=Hacker McHackypants
 
|imagefile=ExampleImage.jpg
 
|imagefile=ExampleImage.jpg
 +
|participant_limit=15
 
}}
 
}}
 
</pre>
 
</pre>
 
</noinclude>
 
</noinclude>

Revision as of 22:55, 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
|imagefile=ExampleImage.jpg
|participant_limit=15
}}