[pmwiki-users] Again: Parameterizing Content

Dominique Faure dominique.faure at gmail.com
Thu May 18 05:03:34 CDT 2006


On 5/17/06, Felix E. Klee <felix.klee at inka.de> wrote:
> I've requested a similar feature before.  However, this time I've
> refined my request a bit.  What it's about (roughly):
>
>   I want to be able to call a wiki page as in the following example:
>
>     http://www.foo.org/pmwiki.php?n=Main.SomePage&f=sum&inp_x=3&inp_y=5
>
>   Before the page SomePage is displayed, the function specified by the
>   value of the parameter "f" should be called.  It processes the
>   parameters "inp_*" (that are passed perhaps in an associative array).
>   The results of the processing are made available as the values of the
>   parameters "out_*".  They can be used as page variables.  These
>   variables may contain not only short strings but also, for example,
>   entire tables.
>

You may have a look to
http://www.pmwiki.org/wiki/Cookbook/PageVariableExtensions which may
help you address your request.

Dom




More information about the pmwiki-users mailing list