Go to file
2024-10-07 13:06:40 +00:00
.phan Add ReferencePreviews config checks to Cite extension 2024-04-25 12:50:27 +02:00
i18n Localisation updates from https://translatewiki.net. 2024-10-07 09:25:17 +02:00
modules Merge "Use - instead of _ in LESS file names as language code" 2024-10-07 13:06:40 +00:00
src Merge "Use - instead of _ in LESS file names as language code" 2024-10-07 13:06:40 +00:00
tests Merge "Rename internal BOOK_REF_ATTRIBUTE constant" 2024-10-07 12:02:13 +00:00
.eslintrc.json Move reference previews to Cite extension 2024-03-12 17:43:51 +01:00
.gitignore
.gitreview
.mailmap .mailmap: Add bot contributors so they're easily ignored 2024-03-22 16:03:23 +00:00
.npmrc
.phpcs.xml Ignore cypress generated PHP files 2024-09-06 14:28:29 +02:00
.stylelintrc.json
AUTHORS.txt Add main authors of the current non-Parsoid implementation 2024-04-03 12:41:25 +02:00
CODE_OF_CONDUCT.md build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-02 23:29:58 +00:00
composer.json
COPYING.txt
extension.json Merge "Inject MainConfig services into Cite" 2024-10-04 19:34:11 +00:00
Gruntfile.js
jsdoc.json
MIT-LICENSE.txt
package-lock.json build: Updating micromatch to 4.0.8 2024-08-24 17:46:15 +00:00
package.json build: Update jsdoc-wmf-theme to 1.1.0 2024-07-18 13:53:28 +02:00
README.md

The Cite extension to MediaWiki provides a way for wiki editors to add references and footnotes to articles.

See mw:Extension:Cite for technical documentation on installing and configuring the extension. See mw:Help:Cite for user documentation.

Cite is responsible for implementing the <ref> and <references> tags in wikitext. Integrations are provided for the legacy wikitext parser, Parsoid, WikiEditor, VisualEditor, and the reading interface.