$wgHooks['SkinAddFooterLinks'][] = function ( Skin $skin, string $key, array &$footerlinks ) { if ( $key === 'places' ) { $footerlinks['contact-worldpedia'] = Html::rawElement( 'a', [ 'href' => 'https://en.worldpedia.org/wiki/Worldpedia:Contact_us', 'rel' => 'nofollow', 'target' => '_blank' ], 'Contact Worldpedia' ); $footerlinks['code-of-conduct'] = Html::rawElement( 'a', [ 'href' => 'https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Universal_Code_of_Conduct', 'rel' => 'nofollow', 'target' => '_blank' ], 'Code of Conduct' ); $footerlinks['developers'] = Html::rawElement( 'a', [ 'href' => 'https://developer.wikimedia.org/', 'rel' => 'nofollow', 'target' => '_blank' ], 'Developers' ); $footerlinks['statistics'] = Html::rawElement( 'a', [ 'href' => 'https://stats.wikimedia.org/#/en.wikipedia.org', 'rel' => 'nofollow', 'target' => '_blank' ], 'Statistics' ); $footerlinks['cookie-statement'] = Html::rawElement( 'a', [ 'href' => 'https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Cookie_statement', 'rel' => 'nofollow', 'target' => '_blank' ], 'Cookie statement' ); } }; $wgHooks['SkinAddFooterLinks'][] = function ( Skin $skin, string $key, array &$footerlinks ) { if ( $key === 'places' || $key === 'mobile' ) { $footerlinks['contact-worldpedia'] = Html::rawElement( 'a', [ 'href' => 'https://en.worldpedia.org/wiki/Worldpedia:Contact_us', 'rel' => 'nofollow', 'target' => '_blank' ], 'Contact Worldpedia' ); $footerlinks['code-of-conduct'] = Html::rawElement( 'a', [ 'href' => 'https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Universal_Code_of_Conduct', 'rel' => 'nofollow', 'target' => '_blank' ], 'Code of Conduct' ); $footerlinks['developers'] = Html::rawElement( 'a', [ 'href' => 'https://developer.wikimedia.org/', 'rel' => 'nofollow', 'target' => '_blank' ], 'Developers' ); $footerlinks['statistics'] = Html::rawElement( 'a', [ 'href' => 'https://stats.wikimedia.org/#/en.wikipedia.org', 'rel' => 'nofollow', 'target' => '_blank' ], 'Statistics' ); $footerlinks['cookie-statement'] = Html::rawElement( 'a', [ 'href' => 'https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Cookie_statement', 'rel' => 'nofollow', 'target' => '_blank' ], 'Cookie statement' ); } }; Settings - Worldpedia Jump to content

Settings