54 lines
1.1 KiB
HTML
54 lines
1.1 KiB
HTML
---
|
|
title: Radio
|
|
logosub: Radiozendamateur
|
|
language: "nl"
|
|
---
|
|
|
|
<p>Ik ben een (beginnend) radiozendamateur. Mijn callsign is: <strong>PA4KEV</strong>.</p>
|
|
|
|
<p>Deze hobby gaat over experimenteren met electronica en draadloze communicatie.</p>
|
|
|
|
<p>Hier plaats ik mijn notities over de hobby.</p>
|
|
|
|
<hr/>
|
|
|
|
<h2>Antennes</h2>
|
|
|
|
<ul>
|
|
$for(antenna)$
|
|
<li><a href="$url$">$title$</a></li>
|
|
$endfor$
|
|
</ul>
|
|
|
|
<hr/>
|
|
|
|
<h2>Velddagen</h2>
|
|
|
|
<table class="table table-striped table-hover table-light">
|
|
<tr>
|
|
<th>
|
|
Datum
|
|
</th>
|
|
<th>
|
|
Plaats
|
|
</th>
|
|
<th class="d-none d-md-table-cell">
|
|
Setup
|
|
</th>
|
|
<th class="d-none d-md-table-cell">
|
|
Unieke QSO
|
|
</th>
|
|
</tr>
|
|
$for(fielddays)$
|
|
<tr>
|
|
<td>$date$</td>
|
|
<td><a href="$url$">$title$</a><br/>$if(pota-locator)$<strong>POTA</strong>: $pota-locator$ $endif$ $if(wwff-locator)$<strong>WW-FF</strong>: $wwff-locator$ $endif$</td>
|
|
<td class="d-none d-md-table-cell">$mode$ - $bands$ - $antenna$ antenne<br/>$transceiver$</td>
|
|
<td class="d-none d-md-table-cell">$total-unique-qso$</td>
|
|
</tr>
|
|
$endfor$
|
|
</table>
|
|
|
|
<h2>Externe links</h2>
|
|
$partial("templates/radio-external-links.html")$
|