Project:Dirty Wiki Tricks
Jump to navigation
Jump to search
This page is made to document "hacks" and tricks to utilise the wiki in ways that are not necessarily obvious to the average editor. This might be important for users from other wikis as well as for users from this wiki, to better understand the inner workings, especially considering that most of this was done to circumvent actions that would require sysop access.
Allowing external images
- Description: Added the drivecomic.com domain to MediaWiki:External image whitelist.
- Reason: Adding comic pages is great for this wiki, including images only from the drivecomic.com domain is more than enough. The alternative would have been to make changes to
$wgAllowExternalImagesFrom
, which requires sysop access. - Requirements: Admin rights.
If and ifeq parsers
- Description: Added templates from http://bluwiki.com/go/Category:Advanced_templates by copying and pasting without taking the time and effort to understand it.
- Reason: Parsers are usually part of extensions, which require sysop access. These templates work! Their formatting is a bit different, but that's no issue at all unless you want to import templates from other wikis.
- Requirements: Basic knowledge about templates.