常用特殊頁面清單
- MediaWiki
Extension:PageNotice
Customizing the built-in items
https://www.mediawiki.org/wiki/Manual:Footer
You can also customize the individual built-in items by modifying certain pages or parameters:
lastmod- edit MediaWiki:Lastmodifiedat. If $wgMaxCredits is enabled then edit MediaWiki:Lastmodifiedatby. You may also want to edit MediaWiki:othercontribs that shows other contributors. (6518)
credits-
- if $wgMaxCredits is not zero it will display page editors
- i.e. set
$wgMaxCredits = 10;or any other number
copyright- edit MediaWiki:Copyright. The parameter $1 on that page is replaced with a link to the details of copyright for your wiki. In LocalSettings.php $wgRightsText for the link text and set either $wgRightsPage or $wgRightsUrl with the location of a wiki page or external URL.
privacy- this is a link only. Edit MediaWiki:Privacy for the link text and MediaWiki:Privacypage for the wiki page to which to link.
about- this is a link only. Edit MediaWiki:Aboutsite for the link text and MediaWiki:Aboutpage for the wiki page to which to link.
disclaimer- this is a link only. Edit MediaWiki:Disclaimers for the link text and MediaWiki:Disclaimerpage for the wiki page to which to link.
tagline- not currently used in the footer
To remove the privacy, about and/or disclaimer links entirely, replace the link text with a single dash ("-").