MediaWiki: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
Line 24: Line 24:
* [[MediaWiki:Common.css]]
* [[MediaWiki:Common.css]]
* [[MediaWiki:Common.js]]
* [[MediaWiki:Common.js]]
For examples on Wikipedia:
* [https://en.wikipedia.org/wiki/MediaWiki:Common.css Wikipedia EN], MediaWiki Common.css.
* [https://en.wikipedia.org/wiki/MediaWiki:Common.js Wikipedia EN], MediaWiki Common.js.


== See also ==
== See also ==

Revision as of 15:03, 13 September 2018

Documentation

There is a lot of documentation, but it is terrible difficult to find. The code of MediaWiki is stored into a version control system (SubVersion).

Developing

For the development of extension to MediaWiki look at the page Manual Developing Extensions. To register your application use the Manual Extension Credits.

ERD

Cascading Style Sheet

Style Sheets and Javascript can be added using the mediawiki-pages, i.e.:

For examples on Wikipedia:

See also

top

Reference

top