×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    reverse extension for geimfyglid[edit]

    geimfyglid> how is that done?

    <reverse>geimfyglid> how is that done?</reverse>

    <reverse>geimfyglid> how is that done?</reverse>


    <HighlightSyntax> <?php

    1. <reverse> Mediawiki extension example by mutante

    $wgExtensionFunctions[] = "wfReverseExtension";

    function wfReverseExtension() { global $wgParser; $wgParser->setHook( "reverse", "renderReverse" ); }

    function renderReverse( $input ) {

    $output=strrev($input);

    return $output;

    } ?> </HighlightSyntax>

    You need to copy the above to ./extensions/ReverseExtension.php and add include("extensions/ReverseExtension.php"); to your LocalSettings.php

    Discussion

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.