Template:Pod
From The Open Source Backup Wiki (Amanda, MySQL Backup)
Use this template like this:
{{pod|Amanda::Changer}} -> Amanda::Changer
{{pod}} -> {{{1}}}
{{{1}}} Note that the contents of redirect.php are:
<?php
if ($_GET['pod']) {
header("Location: /pod/" . str_replace("::", "/", $_GET['pod']) . ".html");
} else {
header("Location: /pod/");
}
