Extension:Unregistered Edit Links
Unregistered Edit Links Release status: stable |
|
---|---|
Implementation | User interface |
Description | Restores the Edit and Create links in article navigation |
Author(s) | alex4401 (Alex44019talk) |
Latest version | 2.0.0 |
MediaWiki | v2.0+: 1.39 v1.0+: 1.37 |
PHP | >= 7.4 |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
|
|
The Unregistered Edit Links extension restores the Edit and Create links in article navigation on wikis where editing requires having an account, so anonymous users do not get the impression the wiki is completely locked down and only editable by staff. The links lead to Special:CreateAccount with an additional notice notifying them of the requirement.
As of version 2.0.0, the links are labeled "Sign up to edit" and "Sign up to create." These can be customized by editing the unregistered-edit
and unregistered-create
system messages in the MediaWiki namespace, however, translations should be done through the Website linked below.
Installation
edit- Download, extract, and place the file(s) in a directory called
UnregisteredEditLinks
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'UnregisteredEditLinks' );
- Configure as required.
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Coniguration
edit$wgAEFAdvertiseCreationInContentNs
, defaults totrue
and sets ...$wgAEFAdvertiseCreationIfCanExist
, defaults tofalse
and sets ...
Known issues
edit- Section edit links are not restored, and probably can't be without modifications to MediaWiki itself.
Please use the issue tracker to report issues.
Translating
editPlease submit translations via the project's Weblate panel (log in with Discord).
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |