MediaWiki: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
mNo edit summary
Line 19: Line 19:
===ERD===
===ERD===
[[Image:ERD Mediawiki.PNG]]
[[Image:ERD Mediawiki.PNG]]
== Cascading Style Sheet ==
Style Sheets and Javascript can be added using the mediawiki-pages, i.e.:
* [[MediaWiki:Common.css]]
* [[MediaWiki:Common.js]]


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

Revision as of 15:01, 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.:

See also

top

Reference

top