×
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
    Revision as of 22:24, 2 October 2007 by imported>mutante
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

    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.

    Recent changes

  • BruderSpektrum • 3 months ago
  • BruderSpektrum • 3 months ago
  • BruderSpektrum • 3 months ago
  • BruderSpektrum • 3 months ago
  • Cookies help us deliver our services. By using our services, you agree to our use of cookies.