Go to file
Translation updater bot 0130bd04e2
Localisation updates from https://translatewiki.net.
Change-Id: Ia2aa9d345f0419668fac26ae7d0312a1f03aaf81
2024-12-17 08:16:59 +01: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-12-17 08:16:59 +01:00
modules Localisation updates from https://translatewiki.net. 2024-12-16 08:22:04 +01:00
src Rename remaining Reference Previews i18n keys 2024-12-16 15:06:38 +00:00
tests Rename remaining Reference Previews i18n keys 2024-12-16 15:06:38 +00:00
.eslintrc.json Move reference previews to Cite extension 2024-03-12 17:43:51 +01:00
.gitignore Move Cypress tests under tests/ directory 2024-04-04 13:06:26 +00:00
.gitreview
.mailmap .mailmap: Add bot contributors so they're easily ignored 2024-03-22 16:03:23 +00:00
.npmrc Move Cypress tests under tests/ directory 2024-04-04 13:06:26 +00:00
.phpcs.xml Ignore cypress generated PHP files 2024-09-06 14:28:29 +02:00
.stylelintrc.json build: Update stylelint config 2023-05-30 20:18:01 +00:00
AUTHORS.txt Add main authors of the current non-Parsoid implementation 2024-04-03 12:41:25 +02:00
CODE_OF_CONDUCT.md
composer.json build: Updating mediawiki/mediawiki-codesniffer to 45.0.0 2024-11-02 04:11:18 +00:00
COPYING.txt
extension.json Add a tracking category for cite errors that trigger a visual diff 2024-10-28 18:41:07 +01: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 nanoid to 3.3.8 2024-12-11 03:14:51 +00:00
package.json build: Updating jsdoc to 4.0.4 2024-12-02 00:47:51 +00:00
README.md Clean up top-level docs 2024-03-12 12:23:18 +01:00

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.