Version
From Wikiavian
This wiki is powered by MediaWiki, copyright (C) 2001-2007 Magnus Manske, Brion Vibber, Lee Daniel Crocker, Tim Starling, Erik Möller, Gabriel Wicke, Ævar Arnfjörð Bjarmason, Niklas Laxström, Domas Mituzas, Rob Church and others.
MediaWiki is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
MediaWiki is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. or read it online
Extensions
| Special pages | ||
|---|---|---|
| CategoryTree | AJAX based gadget to display the category structure of a wiki | Daniel Kinzler |
| Deleted user contributions | Gives sysops the ability to browse a user's deleted edits | Aaron Schulz |
| Parser hooks | ||
| CategoryTree | AJAX based gadget to display the category structure of a wiki | Daniel Kinzler |
| Cite | Adds <ref[ name=id]> and <references/> tags, for citations | Ævar Arnfjörð Bjarmason |
| ImageMap | Allows client-side clickable image maps using <imagemap> tag. | Tim Starling |
| Inputbox | Allow inclusion of predefined HTML forms. | Erik Moeller, Leonardo Pimenta and Rob Church |
| ParserFunctions | Enhance parser with logical functions | Tim Starling |
| Other | ||
| ConfirmEdit | Simple captcha implementation | Brion Vibber |
| FCKeditor extension (version fckeditor/mw-extension $Rev$ 2007) | FCKeditor extension | FCKeditor.net (inspired by the code written by Mafs [Meta]) |
| Newuserlog | Ads a log of account creations to Special:Log | Ævar Arnfjörð Bjarmason |
| SimpleAntiSpam (version 1.0) | Adds a simple spam/bot check to forms | Ryan Schmidt |
| Title Blacklist (version 1.4.1) | Allows to forbid creation of pages with specified titles | VasilievVV |
| Extension functions | ||
| efCategoryTree, efSetupTitleBlacklistHooks, efInputBoxSetup, wfCite, wfSetupParserFunctions, wfSetupImageMap, ceSetup and efReCaptcha | ||
| Parser extension tags | ||
| <categorytree>, <inputbox>, <ref>, <references>, <imagemap> and <pre> | ||
| Parser function hooks | ||
| categorytree, expr, if, ifeq, ifexpr, switch, ifexist, time, timel, rel2abs, titleparts, int, ns, urlencode, lcfirst, ucfirst, lc, uc, localurl, localurle, fullurl, fullurle, formatnum, grammar, plural, numberofpages, numberofusers, numberofarticles, numberoffiles, numberofadmins, numberofedits, language, padleft, padright, anchorencode, special, defaultsort and displaytitle | ||
Hooks
| Hook name | Subscribed by |
|---|---|
| AbortLogin | (ReCaptcha, confirmUserLogin) |
| AbortMove | TitleBlacklistHooks::abortMove |
| AbortNewAccount | (ReCaptcha, confirmUserCreate) |
| AddNewAccount | wfNewuserlogHook |
| ArticleFromTitle | efCategoryTreeArticleFromTitle |
| ArticleSaveComplete | TitleBlacklistHooks::clearBlacklist |
| AuthPluginAutoCreate | wfNewuserlogAutoCreate |
| ContributionsToolLinks | wfLoadContribsLink |
| EditFilter | TitleBlacklistHooks::validateBlacklist and (ReCaptcha, confirmEdit) |
| EditPage::attemptSave | efSimpleAntiSpamCheck |
| EditPage::showEditForm:fields | efSimpleAntiSpamField |
| EditPage::showEditForm:initial | (FCKeditor_MediaWiki, onEditPageShowEditFormInitial) |
| LanguageGetMagic | efCategoryTreeGetMagic and wfParserFunctionsLanguageGetMagic |
| LogLine | wfNewuserlogLogLine |
| LoginAuthenticateAudit | (ReCaptcha, triggerUserLogin) |
| MessagesPreLoad | (FCKeditor_MediaWiki, onMessagesPreLoad) |
| OutputPageParserOutput | efCategoryTreeParserOutput |
| ParserAfterTidy | (FCKeditor_MediaWiki, onParserAfterTidy) |
| ParserClearState | (Cite, clearState) and (ExtParserFunctions, clearState) |
| UserCreateForm | (ReCaptcha, injectUserCreate) |
| UserLoginForm | (ReCaptcha, injectUserLogin) |
| UserToggles | (FCKeditor_MediaWiki, onUserToggles) |
| getUserPermissionsErrorsExpensive | TitleBlacklistHooks::userCan |
