Warning: fopen(./data/cache/settings/interwiki) [function.fopen]: failed to open stream: Permission denied in /home/newfif/public_html/wg/architecture/wiki.php on line 1488

Warning: fopen(./data/cache/settings/plugins) [function.fopen]: failed to open stream: Permission denied in /home/newfif/public_html/wg/architecture/wiki.php on line 1488

Warning: fopen(./data/cache/settings/urlmapping) [function.fopen]: failed to open stream: Permission denied in /home/newfif/public_html/wg/architecture/wiki.php on line 1488

Warning: Cannot modify header information - headers already sent by (output started at /home/newfif/public_html/wg/architecture/wiki.php:1488) in /home/newfif/public_html/wg/architecture/wiki.php on line 1958
Architecture Working Group: Wiki Slide

Architecture Working Group

^<|<>|>

Headlines and Paragraphs #


Headlines are placed on a line of their own and surrounded by one to five equal signs denoting the level of the headline. The headline is in between the equal signs, separated by a space. Example:
== Second Level ==

(!) A common error is to insert an additional blank after the ending equal signs!

Paragraphs are lines separated by empty lines or other block structures. This means those lines which directly follow each other belong to one paragraph.

Preformatted text (e.g. a copy of an email) should be placed inside three curly braces ` ... `:
First Line
...
Last Line

For better visual separation, horizontal lines can be generated by using four dashes.

^<|<>|>