Go to file
2024-07-08 23:57: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-07-08 09:32:30 +02:00
modules Localisation updates from https://translatewiki.net. 2024-07-08 09:32:30 +02:00
src Additional parser test cases for delayed extends usage 2024-07-05 13:08:23 +02:00
tests Re-enable linting tests post-sync 2024-07-05 12:58:09 -04: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 More simple and consistent @covers and @license tags 2023-12-15 12:12:16 +01: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
composer.json build: Updating dependencies 2024-04-26 11:10:51 -07:00
COPYING.txt
extension.json [refactor] switch reflist rendering source of truth 2024-07-02 11:20:16 +02:00
Gruntfile.js Move Cypress tests under tests/ directory 2024-04-04 13:06:26 +00:00
jsdoc.json [refactor] switch reflist rendering source of truth 2024-07-02 11:20:16 +02:00
MIT-LICENSE.txt
package-lock.json build: Update linters 2024-06-21 18:00:43 +01:00
package.json build: Update linters 2024-06-21 18:00:43 +01: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.