Unofficial Wikkii ExtensionVersion 0.1Wikkii Does not support or authorised this extension, it is fan based, Wikkii can not be held responsible due to the actions of fans wielding this extensionTwibbles is not responsible for any damages done to your wiki, Also Remember to purge your cache (?action=purge) to see the changes!IntroductionThis Extension was made by the request of the fans and the authors (Twibbles) own ideas, Twibbles had planned to make this for some time however never got round to it. With some Community interest in the idea (Basically EpicWikipedia saying he wanted something like this) He finally got around to coding it. The Planned Feature of Masking will mask any url that points to W*kia, so it displays a sort of loading page before hand. The current Word replacement does not handle links! You may use it to link to somewhere, but it cannot comprehend a www.w*kia.com link (This is a good thing!). Note twb.wikkii.net is currently empty due to Twibbles clearing every spam thing he could find (Spammers like the site).
Features* Replacement of the word Wikkii to a customizable preset
* Replacement of the work W*kia to a customizable preset
* Option to include a small link to the Wikkii vs W*kia page
Install InstructionsPlace Wikkii.php inside of $IP/extensions/Wikkii/,
In other words Make a Folder called Wikkii in your extensions folder and add the .php to there.
You may need to add:
require_once('$IP/extensions/Wikkii/wikkii.php');
to your LocalSettings if you have not got an auto installer.
Configuration is stored in an array, It is best to copy the Config to your LocalSettings and edit it from there.
/* =========================== Variables ===========================
* Array $wgWikkiiConfig - Contains all settings
* Var WiBold - Boolean -> Replace Wikkii with WiRepValue on/off
* Var WiRepValue - String -> String to replace Wikkii with
* Var WaRep - Boolean -> Replace W*kia with WaRepValue on/off
* Var WaRepValue - String -> String to replace W*kia with
* Var WiAd - Boolean -> Use Wikkii vs W*kia Ad
* Var WaMask - Boolean -> DO NOT USE OR CHANGE
* Var RedirectSkin - String -> Skin to use for Mask
*/
$wgWikkiiConfig = array(
'WiRep' => false,
/* - Use W*kia Replacement
* - Boolean: True / False | Default False
*/
'WiRepValue' => '\'\'\' Wikkii \'\'\'',
/* - What to replace W*kia with
* - String: "" | Default "\'\'\' Wikkii \'\'\'"
* Note: Due to how this is found you require a leading and trailing white space
*/
'WaRep' => true,
/* - Use W*kia Replacement
* - Boolean: True / False | Default False
*/
'WaRepValue' => "<span style=\"color:#696969\"> W*kia </span>",
/* - What to replace W*kia with
* - String: "" | Default "<span style=\"color:#696969\"> W*kia </span>"
* Note: Due to how this is found you require a leading and trailing white space
*/
'WiAd' => false,
/* - Use Wikkii vs W*kia Top Bar (Link to Article placed at top of page)
* - Boolean: True / False | Default False
* Note: If used please turn Cache off otherwise the single line will show untill
* a user updates the cache, or the page is called into update
* $wgParserCacheType = CACHE_NONE;
* or
* $wgMainCacheType = CACHE_NONE;
*/
'WaMask' => false, // DO NOT CHANGE OR USE
/* - Do not Use. Currently In Development
* - Boolean: True / False | Default False
*/
'RedirectSkin' => "Vector"
/* - What Skin to use for Mask (Not in Use)
* - String: "" | Default "Vector"
*/
);
Planned Features* Masking system (System will go through "twb.wikkii.net" untill I make "private" versions of the mask script)
* Configuration for the 'Ad'
* Easy addition of Wikkii required Ad/Content
* Special Page for Configuration, (For Farmer Wiki integration)
* Bug Fixes
* Statistics and Statistic Pages
* Possibly Integration of BBCode, To make Wiki editing easier
Bugs* Pre and NoWiki tags mess the extension up (Im on it, Be patient)
* 'Ad' for the Wikkii vs W*kia page will stay if a user logs in if caching is on,
(Once again on it)
* Unfinished code inside of Extension: Over the next week Im writing the masking part
* Word Finding is not Greedy enough, and misses some Alternations (Fix already planned)
* Bugs I forgot about that may still be lurking around
* Unknown Bugs. Please respond
Sort of legal point:By using this you agree that the whole responsibility of the usage of this Extension
is yours, Twibbles (twb6543) only provides a method of highlighting words and
masking specific links. Any Action you use this for is yours. If Wikia decides
to sue you, Twibbles (twb6543) is not to be held responsible. YOU are in control
of the wiki it is your decision to use and customize this Extension.
Yes He has for the most part changed Wikia into W*kia but this is just due to his feelings towards the service, He does not actively promote Trying to take Wikia down, The reason why Wikkii wasnt changed is because this is the Wikkii site and it would be disrespectful.
Downloadhttps://dl.dropbox.com/u/29385297/wikkii.phpSupportSkype: Display - Twibbles Username - twb6543
Forums: wikkii.com/forums/
Wiki: twb.wikkii.net/ (When Ive remade the wiki again).