Go to file
thiemowmde d6a58cfa8d Add initial QUnit tests relevant for reference re-use in VE
Note these are more meant as regression test to better cover what's
done in other patches. Everybody should feel free to delete a test
when it gets in the way. I marked a few especially fragile places
with respective comments.

Bug: T358652
Change-Id: I7844907fe3ef4f3439717381b4ecdac9e2d0a825
2024-03-21 09:37:26 +01:00
.phan Less tabs in phan config 2024-02-26 16:57:14 -05:00
cypress [Cypress] Check toolbar state to wait for VE 2024-03-15 20:56:08 +01:00
i18n Localisation updates from https://translatewiki.net. 2024-03-18 07:45:22 +00:00
modules Add initial QUnit tests relevant for reference re-use in VE 2024-03-21 09:37:26 +01:00
src Move reference previews to Cite extension 2024-03-12 17:43:51 +01:00
tests Merge "Move reference previews to Cite extension" 2024-03-15 19:15:16 +00:00
.eslintrc.json Move reference previews to Cite extension 2024-03-12 17:43:51 +01:00
.gitignore Initial support for generating jsdoc 2024-02-28 09:22:59 +01:00
.gitreview
.phpcs.xml More simple and consistent @covers and @license tags 2023-12-15 12:12:16 +01:00
.stylelintrc.json build: Update stylelint config 2023-05-30 20:18:01 +00:00
AUTHORS.txt Move Cite-specific settings from WikiEditor 2023-06-28 20:22:14 +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 build: Updating mediawiki/mediawiki-codesniffer to 43.0.0 2024-03-17 15:52:37 +00:00
COPYING.txt
cypress.config.js [Cypress] Increase default timeout 2024-03-15 19:21:14 +00:00
extension.json Add initial QUnit tests relevant for reference re-use in VE 2024-03-21 09:37:26 +01:00
Gruntfile.js linters should ignore generated docs 2024-02-29 12:09:09 +00:00
jsdoc.json Move reference previews to Cite extension 2024-03-12 17:43:51 +01:00
MIT-LICENSE.txt doc: Bump copyright year 2018-01-02 17:05:50 -08:00
package-lock.json build: Updating mediawiki/mediawiki-codesniffer to 43.0.0 2024-03-17 15:52:37 +00:00
package.json Initial support for generating jsdoc 2024-02-28 09:22:59 +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.