MediaWiki links

InfoDabble > Tech Notes > MediaWiki > MediaWiki links
Jump to: navigation, search
This project is still under development.

Manuals

MediaWiki

Security

Skins

Source Code

Integration

  • MediaWiki: Manual:Short URL
  • Maintaining websites with a wiki (Organic Design)
  • Bugzilla-SVN-Wiki Integration
  • Wincent wikitext is an ANTLR grammar for parsing wikitext and transforming it to HTML written in C
  • InstantCommons: proposed feature to allow the use of any uploaded media file from the Wikimedia Commons in any MediaWiki installation.
    (Directly embedding files from Wikimedia Commons on the fly into an external wiki is considered bandwidth theft and external servers doing so will be permanently blocked after Wikimedia server admins recognize it (usually very quick). You are always welcome to download files you are interested in for reuse as long as you follow the license conditions provided alongside the files.)
  • Building a (fast) Wikipedia offline reader
  • Wikimedia Commonplace simplifies the upload of media files to Wikimedia Commons, or other MediaWiki installations. Instead of going through web forms to upload files one by one, just drag files onto this desktop application, fill out the details (or bulk-edit the data), and hit the upload button to let the software do all the work.

Maintenance

Extensions

Navigation

RSS

PHP and JavaScript Code Nuggets

Flickr

Contents

Installed Extensions


Other References


  • Subpages in MediaWiki
  • Help:Subpages
    • The parent and subpage can be referred to via the {{SUBPAGENAME}} and {{BASEPAGENAME}} magic words (more). This can be useful for templates and parserfunctions.
    • [[../]] can also refer to a parent page, and [[../PAGENAME]] to a sibbling.
    • If a parent page exists, the #contentSub div will have an extra span in class="subpages". This can be styled via #contentSub .subpages {}.
  • Template for document links showing file icons

Even more links

(From: MediaWiki customization for AfjWiki)

  • Talkright extension makes the editing of talk pages a distinct action from the editing of articles to create finer permissions, by adding the talk right.
  • etc.

Wiki setup and administration