Extend for usage in templates

Jump to: navigation, search

In case anyone is trying to use this as part of a template, you just have to add

// recursive parse in case we are inside a template
if($wgVersion >='1.16') {
        foreach($args as &$arg) {
                $arg = $parser->recursiveTagParse( $arg, $frame );
        }
}

just above

...
// retrieve URL of image file substituting GeoGebra applet if Java ist not installed
...
Joejoebob20:30, 3 October 2011

Ok. I added your code although I still have to learnread about recursiveTagParse().

Rudolf.Grossmann (talk)17:42, 22 February 2012
 
Personal tools

Variants
Actions
Navigation
Support
Download
Development
Communication
Toolbox