Template:Infobox Server: Difference between revisions

plain html no code
Using Fandom Infoboxes (this is depricated and will be replaced at some point
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Server_Infobox_New|versions={{{versions}}}|startDate={{{startdate}}}|endDate={{{enddate}}}}}
<!--
<div class="infobox">
<div class="infobox">
   <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
   <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
  <div class="infobox-image">[[File:{{{image|}}}|300px]]</div>
<div class="infobox-image">[[File:{{{image|}}}|300px]]</div>
   <table class="infobox-table">
   <table class="infobox-table">
     <tr>
     <tr>
Line 23: Line 25:
       <td>{{{param5}}}</td>
       <td>{{{param5}}}</td>
     </tr>
     </tr>
-->
   </table>
   </table>
</div>
</div>