Difference between revisions of "Template:Infobox session"

From OtanWiki
Line 28: Line 28:
 
     <td>{{{guests}}}</td>
 
     <td>{{{guests}}}</td>
 
</tr>}} {{#if:{{{next_session|}}}|<tr>
 
</tr>}} {{#if:{{{next_session|}}}|<tr>
 +
    <th>Prev Session</th>
 +
    <td>{{{prev_session}}}</td>
 
     <th>Next Session</th>
 
     <th>Next Session</th>
 
     <td>{{{next_session}}}</td>
 
     <td>{{{next_session}}}</td>
Line 46: Line 48:
 
   | end_location      =  
 
   | end_location      =  
 
   | absentees        =  
 
   | absentees        =  
   | guests            =  
+
   | guests            =
 +
  | prev_session      =
 
   | next_session      =  
 
   | next_session      =  
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 15:55, 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      = 
}}