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...")
 
 
(8 intermediate revisions by 2 users not shown)
Line 27: Line 27:
 
     <th>Guests</th>
 
     <th>Guests</th>
 
     <td>{{{guests}}}</td>
 
     <td>{{{guests}}}</td>
 +
</tr>}} {{#if:{{{prev_session|}}}|<tr> <!-- Finzar was here :-) -->
 +
    <th>Prev Session</th>
 +
    <td>{{{prev_session}}}</td>
 +
</tr>}} {{#if:{{{next_session|}}}|<tr>
 +
    <th>Next Session</th>
 +
    <td>{{{next_session}}}</td>
 
</tr>}} </table>
 
</tr>}} </table>
 
</div>
 
</div>
Line 43: Line 49:
 
   | end_location      =  
 
   | end_location      =  
 
   | absentees        =  
 
   | absentees        =  
   | guests            =  
+
   | guests            =
 +
  | prev_session      =
 +
  | next_session      =  
 
}}
 
}}
 
</pre>
 
</pre>

Latest revision as of 16:48, 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      = 
}}