Template:Infobox Player: Difference between revisions

From The Unofficial Outwar Wiki
No edit summary
m Wangsta thug moved page Template:Infobox player to Template:Infobox Player without leaving a redirect
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<div class="infobox">
<div class="infobox-title">{{{title|{{{Name}}}}}}</div>
<div class="infobox-title">{{{title|{{{Name}}}}}}</div>
{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{Image}}}|300px]]</div>}}
{{#if:{{{Image|}}}|<div class="infobox-image">[[File:{{{Image}}}|200px|center]]</div>}}
<table class="infobox-table">{{#if:{{{Name|}}}|<tr>
<table class="infobox-table">{{#if:{{{Name|}}}|<tr>
     <th>Profile Name:</th>
     <th>Profile Name:</th>
Line 16: Line 16:
</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=#
}}