Difference between revisions of "Help:Editing"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
(Added a link to wikipedia's help.)
 
m (Protected "Help:Editing": I am mainly protecting this against the bot ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
MediaWiki markup applies here - see http://en.wikipedia.org/wiki/Help:Wiki_markup
 +
 +
We also have added some CEGUI specific tags on this mediawiki installation.
 +
* <<span></span>source lang="language">Your source code<<span></span>/source> where language is cpp, lua, xml, python or other languge - this tag syntax highlights the code
 +
* <<span></span>youtube size="theSize">VideoID<<span></span>/youtube> where theSize is tiny, small, medium, large - this embeds youtube video to the page
 +
 
Hmm. There seems to be a real lack of help here...
 
Hmm. There seems to be a real lack of help here...
  
I think CEGUI.org.uk is using a wiki similar to WikiPedia, so [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page their documentation may be of help].
+
I think CEGUI.org.uk is using a wiki similar to WikiPedia, so [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page#Wiki_markup their documentation may be of help].

Latest revision as of 16:00, 28 February 2011

MediaWiki markup applies here - see http://en.wikipedia.org/wiki/Help:Wiki_markup

We also have added some CEGUI specific tags on this mediawiki installation.

  • <source lang="language">Your source code</source> where language is cpp, lua, xml, python or other languge - this tag syntax highlights the code
  • <youtube size="theSize">VideoID</youtube> where theSize is tiny, small, medium, large - this embeds youtube video to the page

Hmm. There seems to be a real lack of help here...

I think CEGUI.org.uk is using a wiki similar to WikiPedia, so their documentation may be of help.