Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox: Difference between revisions

Template page
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 2: Line 2:
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<table class="infobox-table">{{#if:{{{param1|}}}|<tr>
<table class="infobox-table">{{#if:{{{website|}}}|<tr>
     <th>Website</th>
     <th>Website</th>
     <td>{{{website}}}</td>
     <td>{{{website}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
</tr>}}{{#if:{{{repo|}}}|<tr>
     <th>Source Repository</th>
     <th>Source Repository</th>
     <td>{{{repo}}}</td>
     <td>{{{repo}}}</td>
</tr>}}{{#if:{{{param3|}}}|<tr>
</tr>}}{{#if:{{{author|}}}|<tr>
     <th>Parameter 3</th>
     <th>Author</th>
     <td>{{{param3}}}</td>
     <td>{{{author}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
</tr>}}{{#if:{{{param4|}}}|<tr>
     <th>Parameter 4</th>
     <th>Parameter 4</th>

Revision as of 02:34, 5 July 2025

Infobox