Go to file
Adam Wight ba137fba88 Clean up top-level docs
* Include the README in generated JS docs.
* Tweak stray top-level files to explain their role.  Note that the
wmf template forces these files to appear on the docs home page...

Bug: T358641
Change-Id: If421414340903991f50a06a76551bd7cd2904c5e
2024-03-12 12:23:18 +01:00
.phan Less tabs in phan config 2024-02-26 16:57:14 -05:00
cypress Write e2e test for Cite-VisualEditor integration in Cypress 2024-01-30 14:48:14 +01:00
i18n Localisation updates from https://translatewiki.net. 2024-03-11 08:26:28 +01:00
modules Clean up top-level docs 2024-03-12 12:23:18 +01:00
src Move Parsoid-specific CSS into a subdirectory 2024-03-11 12:42:25 +00:00
tests Move Parsoid-specific CSS into a subdirectory 2024-03-11 12:42:25 +00:00
.eslintrc.json [lint] Satisfy max-len rule 2024-01-30 12:18:52 +01:00
.gitignore Initial support for generating jsdoc 2024-02-28 09:22:59 +01:00
.gitreview Whoops, track not trace 2016-10-24 17:02:15 -07:00
.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 dependencies 2024-02-14 07:41:08 -05:00
COPYING.txt
cypress.config.js Port Cite web test suite to Cypress 2024-01-17 11:45:04 +01:00
extension.json Move Parsoid-specific CSS into a subdirectory 2024-03-11 12:42:25 +00:00
Gruntfile.js linters should ignore generated docs 2024-02-29 12:09:09 +00:00
jsdoc.json Clean up top-level docs 2024-03-12 12:23:18 +01:00
MIT-LICENSE.txt doc: Bump copyright year 2018-01-02 17:05:50 -08:00
package-lock.json Initial support for generating jsdoc 2024-02-28 09:22:59 +01: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.