WikiApiary:Monitored by
From WikiApiary, monitoring the MediaWiki universe

You can show your support for WikiApiary and highlight your wiki sites' activity by adding a 'Monitored by WikiApiary' button to the footer of your wiki site. On the right is what the button looks like:
To add this, open the "LocalSettings.php" file for your wiki site, and add the following at the end of the file.
$wgFooterIcons['monitoredby']['wikiapiary'] = [
"src" => "https://wikiapiary.com/w/images/wikiapiary/b/b4/Monitored_by_WikiApiary.png",
"url" => "https://wikiapiary.com/wiki/Main_Page",
"alt" => "Monitored by WikiApiary"
];
You may wish to modify the url field to point directly at your wiki site's article page here on WikiApiary.