Template:Infobox Player: Difference between revisions
From The Unofficial Outwar Wiki
Wangsta thug (talk | contribs) Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} <table class="infobox-table">{{#if:{{{param1|}}}|<tr> <th>Name</th> <td>{{{Name}}}</td> </tr>}}{{#if:{{{param2|}}}|<tr> <th>Year Started</th> <td>{{{Year_Started}}}</td> </tr>}}{{#if:{{{param3|}}}|<tr> <th>Account Number</th> <td>{{{Account_Number}}}</td> </tr>}}{{#if:{{{param..." |
Wangsta thug (talk | contribs) m Wangsta thug moved page Template:Infobox player to Template:Infobox Player without leaving a redirect |
||
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{title|{{ | <div class="infobox-title">{{{title|{{{Name}}}}}}</div> | ||
<div class="infobox-image">[[File:{ | {{#if:{{{Image|}}}|<div class="infobox-image">[[File:{{{Image}}}|200px|center]]</div>}} | ||
<table class="infobox-table">{{#if:{{{ | <table class="infobox-table">{{#if:{{{Name|}}}|<tr> | ||
<th>Name</th> | <th>Profile Name:</th> | ||
<td>{{{Name}}}</td> | <td>{{{Name}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Year_Started|}}}|<tr> | ||
<th>Year Started</th> | <th>Year Started:</th> | ||
<td>{{{Year_Started}}}</td> | <td>{{{Year_Started}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Account_Number|}}}|<tr> | ||
<th>Account Number</th> | <th>Account Number:</th> | ||
<td>{{{Account_Number}}}</td> | <td>{{{Account_Number}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{Profile_Link|}}}|<tr> | ||
<th>Profile Link</th> | <th>Profile Link:</th> | ||
<td>{{{Profile_Link}}}</td> | <td>{{{Profile_Link}}}</td> | ||
</tr>}}</table> | </tr>}}</table> | ||
</div> | </div> | ||
<noinclude> | |||
== How to Use == | |||
Enter the following code on to an NPC's page and fill in the data: | |||
<pre> | |||
{{Infobox Player | |||
| Name = name | |||
| Image = image.extension | |||
| Year_Started = YYYY | |||
| Account_Number = # | |||
| Server = Sigil|Torax | |||
| Profile_Link = https://torax.outwar.com/profile.php?id=# | |||
}} | |||
</pre> | |||
</noinclude> |
Latest revision as of 01:32, 10 July 2023
{{{Name}}}
How to Use
Enter the following code on to an NPC's page and fill in the data:
{{Infobox Player | Name = name | Image = image.extension | Year_Started = YYYY | Account_Number = # | Server = Sigil|Torax | Profile_Link = https://torax.outwar.com/profile.php?id=# }}