Difference between revisions of "Help:Editing"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
Line 2: Line 2:
  
 
We also have added some CEGUI specific tags on this mediawiki installation.
 
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
+
* <<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
* youtube size="theSize">VideoID</youtube> where theSize is tiny, small, medium, large - this embeds youtube video to the page
+
* <<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#Wiki_markup 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].

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.