Rapido - Parameters via rules.xml

Does anyone know if its possible to send paramaters to a rapido script via rules.xml
The idea would be to have the equivalent to

< include css:content="form" href="/@@rapido/app/blocks/rapidoscript?parameter=value" / >

Thank you !

That's not possible, but you can pass parameters to the actual page querystring and read then in your Rapido formula.

I made an ugly hack to do something similar yesterday.
(for collective.multitheme, to add custom colors).

If there is a better way to do this, please let me know:

and

@Netroxen: you might want to check line line 28 in the rules file for the 'fullpage stuff'

Thank you Mr. Brehault !

Thank you Espen !