Download for PHP  R515 (beta)
Welcome » Extensions » Actions
Expand

Input document

.

Upload document:

Actions

Full reference: Actions
.(see) See also Extension list.

As outlined on the main page actions are content-generators rather than content-formatters. TO insert an action wrap its name in curly braces ({{ and }}). You can list additional parameters there and also chain multiple Actions/Formatters together with a semicolon.

http://uverse.i-forge.net/wiki/demo/Extensions/swack.png

Some extensons behave as formatters – for example, Image accepts title to add to the picture. It can be done by passing it as a parameter but if you’re going to use complex markup like code listings or quotes Formatter form is more convenient – see the next two images.

http://uverse.i-forge.net/wiki/demo/Extensions/swack.png

ObjectWacko – an advanced wiki markup.

http://uverse.i-forge.net/wiki/demo/Extensions/uwiki.png

UverseWiki features:

  • PHP 5 OOP;
  • Unicode-compliant;
  • easy to integrate.
  • and more »

You can also chain actions and formatters – the above examples used wiki markup for showing title but we can use any other, like Pascal:

http://uverse.i-forge.net/wiki/demo/Extensions/pascal-hello.png
pascal{$APPTYPE CONSOLE}
begin
  WriteLn('Hello, world.');
end.

Of course, actions can be used inline just like Formatters – like this http://uverse.i-forge.net/wiki/demo/Extensions/swack-16.png. They also can be used inside other markup – even links: http://uverse.i-forge.net/wiki/demo/Extensions/swack-16.png.

Languages