Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window
wiki:News

Hot News


MediaWiki Macro

10/20/2007

I added the MediaWiki renderer macro to our trac wiki system.

For those of you, who prefer mediawiki style syntax, just enclose your text in

{{{
#!mediawiki

<your mediawiki formatted text here>

}}}

Especially the table syntax of mediawiki is more powerful, as the trac wiki syntax tries to be as simple as possible. Remember, that you can use it not only in the wiki section, but also throughout the whole trac system (e.g ticket comments, discussion forum etc.).

Here's an example for two different tables:

{{{
#!mediawiki

{| style="background:yellow; color:green"
|- 
| abc || def || ghi
|- style="background:red; color:white"
| jkl || mno || pqr
|-
| stu || style="background:silver" | vwx || yz
|}

{| style="width:75%; height:200px" border="1"
|- 
| abc || def || ghi
|- style="height:100px" 
| jkl || style="width:200px" |mno || pqr
|-
| stu || vwx || yz
|}

}}}

will appear like:

abc def ghi
jkl mno pqr
stu vwx yz
abc def ghi
jkl mno pqr
stu vwx yz



Discussion forum

10/19/2007

I added the Discussion plugin to our trac wiki system.

Instead of discuss features or specifications back and forth on wiki pages or tickets, we may now rather use the discussion forum.

You can find the discussion forum at the top right in the navigation.

Please see my Usage topic for a brief usage overview.

Back references:
WikiStart