Difference between revisions of "Template:Infobox session"

From OtanWiki
Line 28: Line 28:
 
     <td>{{{guests}}}</td>
 
     <td>{{{guests}}}</td>
 
</tr>}} {{#if:{{{prev_session|}}}|<tr> <!-- Finzar was here :-) -->
 
</tr>}} {{#if:{{{prev_session|}}}|<tr> <!-- Finzar was here :-) -->
     <th>Prev Session</th>
+
     <th title="Courtesy of A. Finzar">Prev Session</th>
     <td title="Courtesy of Atom Finzar">{{{prev_session}}}</td>
+
     <td>{{{prev_session}}}</td>
 
</tr>}} {{#if:{{{next_session|}}}|<tr>
 
</tr>}} {{#if:{{{next_session|}}}|<tr>
 
     <th>Next Session</th>
 
     <th>Next Session</th>

Revision as of 16:45, 10 October 2021

Infobox session

Example usage:

{{Infobox session
  | title             = 
  | image             = 
  | caption           = 
  | campaign          = 
  | game_date         = 
  | start_date        = 
  | start_location    = 
  | end_date          = 
  | end_location      = 
  | absentees         = 
  | guests            =
  | prev_session      =
  | next_session      = 
}}