Template:Infobox Event: Difference between revisions
Appearance
Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">{{{image}}}</div>}} <table class="infobox-table vcard"> <tr> <th colspan="2" class="infobox-header" style="background:#CCCC99; color:black;">Personal Information</th> </tr> <tr> <th>Nickname(s)</th> <td>{{{nicknames}}}</td> </tr> <tr> <th>Born</th> <td><span class="nickname">{{{birth_name}}}</span><br/> <span class="..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox- | <div class="infobox-image">[[File:{{PAGENAME:{{{poster}}}}}|300px]]</div> | ||
<table class="infobox-table vcard"> | <table class="infobox-table vcard"> | ||
<tbody> | |||
<tr> | <tr> | ||
<th colspan="2" class="infobox-header" style="background:#CCCC99; color:black;"> | <th colspan="2" class="infobox-header" style="background:#CCCC99; color:black;">Event Information</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th> | <th>Venue</th> | ||
<td>{{{ | <td>{{{venue}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th> | <th>Date</th> | ||
<td | <td>{{{event_date}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th> | <th>Attendance</th> | ||
<td>{{{ | <td>{{{attendance}}}</td> | ||
</tr> | </tr> | ||
</tbody> | |||
</table> | </table> | ||
</div> | </div> | ||
Revision as of 07:40, 5 January 2026
[[File:|300px]]
<tbody>
</tbody>
| Event Information | |
|---|---|
| Venue | {{{venue}}} |
| Date | {{{event_date}}} |
| Attendance | {{{attendance}}} |