Difference between revisions of "Semantic Cite"
Jump to navigation
Jump to search
(pushed from rq by wikipush) |
|||
| Line 9: | Line 9: | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
| − | = | + | =Installation= |
| + | composer.local.json | ||
| + | <source lang='json'> | ||
| + | { | ||
| + | "require": { | ||
| + | "mediawiki/semantic-cite": "~2.1.1", | ||
| + | } | ||
| + | } | ||
| + | </source> | ||
Revision as of 11:21, 12 December 2020
Extension
| Extension | |
|---|---|
| File:Edit-Icon.pngedit | |
| name | Semantic Cite |
| url | https://www.mediawiki.org/wiki/Extension:Semantic_Cite |
| purpose | Bibliographic References |
| since | 2015 |
| wiki | Vanilla, Rqwiki |
Installation
composer.local.json
{
"require": {
"mediawiki/semantic-cite": "~2.1.1",
}
}