Extension talk:C Style Wiki Includes
Add topicAppearance
Latest comment: 13 years ago by Adamtheclown in topic what exactly does this do?
Wiki Central Link
[edit]... is offline. Link not working.
- Old news, complain to User:Dantman, it's his wiki. Besides, the source code is on the page so what's the problem? --Sayuri 13:47, 16 November 2007 (UTC)
- But can some1 also pls add the "usage" part? Just a few words would be cool :) -- 87.179.79.120 12:28, 11 July 2008 (UTC)
- The extension works in v.15 also. Just remove the "&" in the function definitions:
Change
- The extension works in v.15 also. Just remove the "&" in the function definitions:
function efCWikiBeforeParse( &$parser, &$text, &$stripState )
to
function efCWikiBeforeParse( $parser, $text, $stripState )
and it will work. DO the same for all functions and functions only.
what exactly does this do?
[edit]The description is all mangled. It starts with irrelevant background. There is no really explanation of what this extension does. Please add a short description to the page. Adamtheclown 16:43, 24 November 2010 (UTC)