MediaWiki: Difference between revisions
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).
- Subversion Tigris, Official Subversion Website]
- SVN-wikimedia
- SVN-WikiMedia, MediaWiki auto-generated documentation system by DoxyGen.
- SVN-WikiMedia, API Documentation
- SVN-WikiMedia, View VC browser interface to MediaWiki code
- WikiBooks, Mediawiki Developers Handbook.
- 8tiny, PHP Cross Reference of MediaWiki 1.15.2. Useful for backtracking older MediaWiki functions.
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.: