Manual:addRFCandPMIDInterwiki.php
Appearance
This feature was removed completely in version 1.43. |
MediaWiki versions: | 1.28 – 1.43 |
MediaWiki file: addRFCandPMIDInterwiki.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | AddRFCandPMIDInterwiki |
Details
[edit]addRFCandPMIDInterwiki.php maintenance script adds RFC and PMID to the interwiki database table.
This script runs by default when you runs Manual:Update.php . It do two things.
- Changes "rfc" URL to use tools.ietf.org domain
- Adds "pmid" interwiki (https://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract)
Options/Arguments
[edit]This script does not take any options/argument.
Usage
[edit]php maintenance/addRFCandPMIDInterwiki.php
Terminal
$ php maintenance/addRFCandPMIDInterwiki.php ..RFC and PMID already added to interwiki database table.
If you also get "RFC and PMID already added to interwiki database table." message then run with --force option.