This extension provides <selfdoi />
tag to render self page doi.
To install this extension, add the following to LocalSettings.php.
wfLoadExtension("SelfDOI");
$wgSelfDOIPrefix = "10.XXXXXX"; // required
$wgSelfDOIPrefix
- set the DOI prefix of this site. (required)
- e.g. "10.14931" - INCF Japan Node
- default:
""
- set the DOI prefix of this site. (required)
$wgSelfDOISiteId
- set the site id which used for first part of the DOI suffix.
- e.g. "bsd" - Brain Science Dictionary
- default:
""
- set the site id which used for first part of the DOI suffix.
$wgSelfDOISchema
- display schema: "none", "doi" or "url".
- examples:
- "none" :
10.14931/bsd.354
- "doi" :
doi:10.14931/bsd.354
- "url" :
https://doi.org/10.14931/bsd.354
- "none" :
- examples:
- default:
"none"
- display schema: "none", "doi" or "url".
<selfdoi />
<selfdoi schema="url" />
This software is licensed under the GNU General Public License 2.0 or later.
- https://bsd.neuroinf.jp/ : Brain Science Dictionary project in Japanese.