Remember: always follow the Leave No Trace principles when out in the wild.
Version
From CampWiki
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
Parser hooks | ||
---|---|---|
ImageMap | Allows client-side clickable image maps using <imagemap> tag. | Tim Starling |
MetaDescriptionTag (version 0.1) | Tag to inject meta description into page header. | Joshua C. Lerner - joshua<_at_>busytonight.com |
Poem | Adds <poem> tag for poem formatting | Nikola Smolenski, Brion Vibber and Steve Sanbeg |
Other | ||
ConfirmEdit | Simple captcha implementation | Brion Vibber |
HTMLets | lets you inline HTML snippets from files | Daniel Kinzler |
KeepYourHandsToYourself (version 0.1) | Prevents users from editing other users pages. | Jim R. Wilson (wilson.jim.r<at>gmail.com) |
Lockdown | per-namespace group permissions | Daniel Kinzler |
SpamBlacklist | Regex based anti spam tool | Tim Starling |
Extension functions | ||
wfHTMLetsExtension, wfSetupImageMap, wfPoemExtension, setupMetaDescriptionTagParserHooks, wfSpamBlacklistMessageLoader, ceSetup and efReCaptcha | ||
Parser extension tags | ||
<htmlet>, <imagemap>, <poem>, <metadesc> and <pre> | ||
Parser function hooks | ||
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) |
AbortNewAccount | (ReCaptcha, confirmUserCreate) |
ArticleSaveComplete | wfSpamBlacklistClearCache |
EditFilter | wfSpamBlacklistValidate and (ReCaptcha, confirmEdit) |
LoginAuthenticateAudit | (ReCaptcha, triggerUserLogin) |
OutputPageBeforeHTML | insertMetaDescription |
UserCreateForm | (ReCaptcha, injectUserCreate) |
UserLoginForm | (ReCaptcha, injectUserLogin) |
userCan | keepYourHandsToYourself and lockdownUserCan |