Go to file
2024-09-09 12:09:26 +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-09-09 09:22:11 +02:00
modules Merge "VE include subref count in warning message" 2024-09-09 12:09:26 +00:00
src Merge "Allow disabling the alternative backlink labels message" 2024-09-02 19:34:57 +00:00
tests Merge "VE include subref count in warning message" 2024-09-09 12:09:26 +00:00
.eslintrc.json
.gitignore Move Cypress tests under tests/ directory 2024-04-04 13:06:26 +00:00
.gitreview
.mailmap
.npmrc Move Cypress tests under tests/ directory 2024-04-04 13:06:26 +00:00
.phpcs.xml
.stylelintrc.json
AUTHORS.txt
CODE_OF_CONDUCT.md build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-02 23:29:58 +00:00
composer.json build: Updating composer dependencies 2024-08-11 03:53:05 +00:00
COPYING.txt
extension.json Adding some QUnit tests for MWGroupReferences 2024-09-03 17:00:01 +02:00
Gruntfile.js Move Cypress tests under tests/ directory 2024-04-04 13:06:26 +00:00
jsdoc.json Clean up reflist usage of MWGroupReferences 2024-08-28 07:45:39 +02:00
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.