Difference between revisions of "Template:ShopInfoBox"

From TinkerMill Wiki
Jump to navigation Jump to search
m (Fixed a typo.)
m (Improved the labels for each parameter.)
Line 3: Line 3:
 
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
 
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
 
<table>{{#if:{{{location|}}}|<tr>
 
<table>{{#if:{{{location|}}}|<tr>
     <th>Location</th>
+
     <th>Location:</th>
 
     <td>{{{location}}}</td>
 
     <td>{{{location}}}</td>
 
</tr>}}{{#if:{{{colors|}}}|<tr>
 
</tr>}}{{#if:{{{colors|}}}|<tr>
     <th>Colors</th>
+
     <th>Shop Colors:</th>
 
     <td>{{{colors}}}</td>
 
     <td>{{{colors}}}</td>
 
</tr>}}{{#if:{{{captain|}}}|<tr>
 
</tr>}}{{#if:{{{captain|}}}|<tr>
     <th>Captain(s)</th>
+
     <th>Shop Captain(s):</th>
 
     <td>{{{captain}}}</td>
 
     <td>{{{captain}}}</td>
 
</tr>}}{{#if:{{{slackchannel|}}}|<tr>
 
</tr>}}{{#if:{{{slackchannel|}}}|<tr>
     <th>Slack Channel(s)</th>
+
     <th>Slack Channel(s):</th>
 
     <td>{{{slackchannel}}}</td>
 
     <td>{{{slackchannel}}}</td>
 
</tr>}}</table>
 
</tr>}}</table>
 
</div>
 
</div>

Revision as of 15:53, 8 August 2021

ShopInfoBox