Difference between revisions of "Template:Infobox session"
From OtanWiki
(Created page with "<div class="infobox" > <div class="infobox-title" style="font-size: 2em; text-align: center;">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image" styl...") |
|||
Line 27: | Line 27: | ||
<th>Guests</th> | <th>Guests</th> | ||
<td>{{{guests}}}</td> | <td>{{{guests}}}</td> | ||
+ | </tr>}} {{#if:{{{next_session|}}}|<tr> | ||
+ | <th>Next Session</th> | ||
+ | <td>{{{next_session}}}</td> | ||
</tr>}} </table> | </tr>}} </table> | ||
</div> | </div> | ||
Line 44: | Line 47: | ||
| absentees = | | absentees = | ||
| guests = | | guests = | ||
+ | | next_session = | ||
}} | }} | ||
</pre> | </pre> |
Revision as of 23:28, 8 March 2021
Infobox session
Example usage:
{{Infobox session | title = | image = | caption = | campaign = | game_date = | start_date = | start_location = | end_date = | end_location = | absentees = | guests = | next_session = }}