MRGA Make Repeaters Great Again
Main Menu
Calculators
Other Stuff
Anderson, IN
442.275+ 151.4PL (ONLINE)
Allstar 421450 (ONLINE)
Echolink 699227 (ONLINE)
In Anderson, Indiana the Anderson Repeater Club (Not affiliated with the scrapper system) sponsors Amateur Radio Volunteer Examiner Test Sessions each month. The VE sessions are the Third Tuesday of each month at 7:00 PM. The sessions are conducted at the Madison County Emergency Operations Center (EOC), 200 North Delaware Street in Anderson, Indiana. Come to the building at the base of the 350 foot communications tower. Walk-ins are welcome. Test fee is $15. More info at the ARC website.
Not in our area? then check out the ARRL Find an Amateur Radio License Exam Session webpage.
Open up a text editor and start out with the following
---
title: Title of post
date: 2025-11-04T10:32:13-05:00 <- Current time date you are making said post
draft: false
description: discription of post
isStarred: false
---
Your post text here...
To add toc (Table of Contents) use the following in the post text
### toc title
You can add url links like the following example
[W2NAP.com](https://www.w2nap.com)
You can add code with putting 3 tics in a row before the code snipplet and 3 tics after the code snipplet so it would look like
```bash
declare a=1
echo "$a"
exit
```
which would display as
declare a=1
echo "$a"
exit
PHP code snipplet would look like this
```php
<?php
// Define variables
$greeting = "Hello";
$name = "Alex";
/* Combine variables and text using
the string concatenation dot (.) operator */
echo $greeting . ", " . $name . "! Welcome to PHP.";
?>
```
which would display as
<?php
// Define variables
$greeting = "Hello";
$name = "Alex";
/* Combine variables and text using
the string concatenation dot (.) operator */
echo $greeting . ", " . $name . "! Welcome to PHP.";
?>
To add a image to the post use the following code example. Make sure to send the image along with the .md post file!

To add a table to the post use the following
| Month | Amount |
| :------- | -----: |
| January | $10 |
| February | $100 |
| March | $1000 |
which would display as..
| Month | Amount |
|---|---|
| January | $10 |
| February | $100 |
| March | $1000 |
To do a list use the following example.
Items needed.
* RF generator
* SMD Hot air station
* Frequency Counter
* Canooter Valve
Which would display as,
Items needed.
That part is easy, just e-mail me the .md file and any images or other files related to it and I will add it to the site when I get a chance. callsign at callsign dot com.
East Central Indiana Hamfest
July 25, 2026
806 E Votaw St
Portland, Indiana 47375
See you in 2027?