Formatting rules

Introduction

This section describes the syntax used to format a UWiKiCMS page and make it display paragraphs, lists, links, and so on. Basically all other operations (creating pages, images) do not truely require any documentation. However these formatting rules might not be so easily guessed.

That's why this documentation exists.

Note that most of the formatting rules here are inherited from PhpWiki, indeed UWiKiCMS HTML engine borrows 99% of code from PhpWiki. This very documentation is itself largely inspired from PhpWiki.

Standard PhpWiki rules

All this is heavily inspired from PhpWiki formatting rules.

Paragraphs

Lists

term here
definition here, as in the <DL><DT><DD> list

Headings

Fonts

 This is in monospace

This is not

Indented Paragraphs

this is an indented block of text

Emphasis

''this will not work''

References (a bit different from PhpWiki)

HTML Mark-Up Language

UWiKiCMS specific stuff

Here are a few extensions which I added for UWiKiCMS. Basically they are all of the same type: new protocols of the form "protocol:" which can be used in links.

Images

[ img:123 ] includes image 123.

Note that the list of available images appears at the bottom of the page when you enter page modification mode. Then you can simply copy/paste the code which appears before each image.

Links to other UWiKiCMS pages

[ page:xyz ] or [ Page description | page:xyz ] makes a link to a relative page.

Use relative links. In page "/foo" a link of type [ Bar | page:bar ] points to "/foo/bar". A link to [ Foo2 | page:../foo2 ] points to "/foo2". A link to [ Foobug page:/foobug ] points to nothing good.

Translations

[ lang:xy ] or [ Language | lang:xy ] creates a link to the translation in the given language.

For instance [ in French | lang:fr ].

Page generated by UWiKiCMS 1.0.9 on Wed Dec 21 2005.
Copyright © 2005 Christian Mauduit. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
Updated on Sun Jun 05 2005.