MediaWiki extensions: Difference between revisions

    From Consumerium development wiki R&D Wiki
    m (link to the first extension coded for Consumerium specifically)
    (moving the stuff about modifying MW itself back to MediaWiki modifications)
    Line 13: Line 13:
    *Average
    *Average
    *...
    *...
    ----
    '''Moved from MediaWiki modifications'''
    ===Highest priority===
    #Introduction of <nowiki>{{numberofincominglinks:SomeNameSpace:SomePage}}</nowiki> This can be done with just one SQL query
    ===Lower priority===
    #[[GetWiki]]-like "leech" feature - mirror whole [[GFDL corpus]] dynamically
    #XML-import for feeds from other [[GFDL]] sources
    #Automatic coding for different user types: <font color="red">red==unintroduced</font>, <font color="green">green==Verified User</font> and <font color="blue">blue==Normal User</font>
    #[[automatic stub generation]]
    ===Unfeasible===
    #Prohibit linking to [[Vote]]-pages from anywhere else then MyVotes or OurVotes pages (According to [[User:Brion]] this is difficult and prone to break stuff)
    ===See also:===
    *[[Research Wiki]]
    *[[Publish Wiki]]
    *[[Verified User]]

    Revision as of 19:50, 26 August 2005

    Write your own MediaWiki extension describes the extension mechanism of MediaWiki.

    There is one extension that was coded specifically for Consumerium needs ready. It's at m:User:Juxo/Extensions/ListSubPages and does what the name implies, very plain, no fancy options (yet)

    See m:Category:Mediawiki Extensions for extensions coded by various people


    Needed extensions

    • Count_incoming_links
    • Sum
    • Divide
    • Subtract
    • Average
    • ...