MediaWiki extensions: Difference between revisions
(http://meta.wikimedia.org/wiki/Write_your_own_MediaWiki_extension describes the extension mechanism of MediaWiki.) |
(moved all content from MediaWiki modifications here with minor modifications) |
||
Line 8: | Line 8: | ||
*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 11:30, 27 November 2004
http://meta.wikimedia.org/wiki/Write_your_own_MediaWiki_extension describes the extension mechanism of MediaWiki.
Needed extensions
- Count_incoming_links
- Sum
- Divide
- Subtract
- Average
- ...
Moved from MediaWiki modifications
Highest priority
- Introduction of {{numberofincominglinks:SomeNameSpace:SomePage}} 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: red==unintroduced, green==Verified User and blue==Normal User
- 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)