Template:PlayerTemplate: Difference between revisions
Jump to navigation
Jump to search
Created page with "<table class="infobox" style="width:300px"> <tr> <td colspan="2" style="text-align:center;">[[File:{{{image|Placeholder.png}}}|200px]]</td> </tr> <tr> <th>Status</th> <td>{{{status}}}</td> </tr> <tr> <th>Date Joined</th> <td>{{{date_joined}}}</td> </tr> <tr> <th>Playstyle</th> <td>{{{playertype}}}</td> </tr> <tr> <th>Bases</th> <td>{{{bases}}}</td> </tr> <tr> <th>Griefs</th> <td>{{{griefs}}}</td> </tr> <tr> <th>Alts</th> <td>{{{alts}}}</td> </tr..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<table class="infobox" style="width:300px"> | <table class="infobox" style="float:right; clear:right; margin:0 0 1em 1em; width:300px;"> | ||
<tr> | <tr> | ||
<td colspan="2" style="text-align:center;">[[File:{{{image|Placeholder.png}}}|200px]]</td> | <td colspan="2" style="text-align:center;">[[File:{{{image|Placeholder.png}}}|200px]]</td> | ||
Line 28: | Line 28: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th> | <th>Current Affiliations</th> | ||
<td>{{{c_affls}}}</td> | <td>{{{c_affls}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th> | <th>Past Affiliations</th> | ||
<td>{{{p_affls}}}</td> | <td>{{{p_affls}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> |