Template:Infobox: Difference between revisions
Template page
More actions
Standingpad (talk | contribs) No edit summary Tag: Reverted |
Standingpad (talk | contribs) 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:{{{ | <table class="infobox-table">{{#if:{{{website|}}}|<tr> | ||
<th>Website</th> | <th>Website</th> | ||
<td>{{{website}}}</td> | <td>{{{website}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{repo|}}}|<tr> | ||
<th>Source Repository</th> | <th>Source Repository</th> | ||
<td>{{{repo}}}</td> | <td>{{{repo}}}</td> | ||
</tr>}}{{#if:{{{ | </tr>}}{{#if:{{{author|}}}|<tr> | ||
<th> | <th>Author</th> | ||
<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