MediaWiki - IPv6 Ready Logo im Footer
Erscheinungsbild
Will man das IPv6 Ready Logo von ipv6-test.com auf seinem Wiki haben, kann man dies sehr einfach über die LocalSettings.php machen. Einfach das folgende Code Snipset einfügen:
# IPV6 Ready Logo
$wgFooterIcons['poweredby-ipv6'] = [
'ipv6ready' => [
// Local Image
// "src" => "$wgResourceBasePath/images/button-ipv6-small.png",
// Remote Image
"src" => "https://ipv6-test.com/button-ipv6-small.png",
"url" => "https://ipv6-test.com/validate.php?url=referer",
"alt" => "ipv6 ready",
"height" => "31",
"width" => "88",
]
];