Changes

709 bytes added ,  08:22, 27 February 2024
Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}]]</div>}} <table>{{#if:{{{home..."
<div class="infobox">
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}]]</div>}}
<table>{{#if:{{{homepage|}}}|<tr>
<th>Homepage</th>
<td>{{{homepage}}}</td>
</tr>}}{{#if:{{{country|}}}|<tr>
<th>Country</th>
<td>{{{country}}}</td>
</tr>}}{{#if:{{{type|}}}|<tr>
<th>Type</th><!-- indoor, outdoor, wood, concrete, ... -->
<td>{{{type}}}</td>
</tr>}}{{#if:{{{obstacles|}}}|<tr>
<th>Obstacles</th><!-- outstanding obstacles, like Vert, Miniramp, Foam Pit, Resi -->
<td>{{{obstacles}}}</td>
</tr>}}{{#if:{{{map|}}}|<tr>
<th>Map</th><!-- Link to Google Maps-->
<td>{{{map}}}</td>
</tr>}}</table>
</div>