Submitted by khaledhosny on Mon, 14/06/2004 - 00:25.
( categories: )

I wish this page can help, i`ll try to say what i know about wiki syntax and html tags that can be used in our cute wiki. i know that my english and my explanation not good at all but fell free to edit , fix mistakes and add new stuff it`s a Wiki ;-)

  • to gives a small headin Like this:

for subsections

use this:

! for subsections
  • to give a 2nd level/medium heading Like this:

for sections

use this:

!! for sections
  • to give a large heading Like this:

for titles

use this:

!!! for titles
  • give an string for an item and a subitem like this:
  • item 1
    • subitem

use this

  • item 1
    • subitem
  • for auto conting:
  1. test
  2. test2
  3. test3
  4. testN and etcccccccc...

use this:

#test
  1. test2
  2. test3
  3. testN etcccccccccc
  • to write code and commands:
    $ls -la
    

    use this:

    <pre> $ls -la </pre>
    
    • and to use italcs words like this:

    this

    use this:

    this  it`s 2 of ' and it`s not "
    • and the bold like this:

    this

    use this:

    this
    • and to put url like this:

    EGLUG

    use this:

    EGLUG
    • to add an email to a name like this:

    Persone Name

    u can use this:

    <a href="mailto:EMAIL@EMAIL.COM">Persone Name</a>
    • to add a pic like this:

    GNU Logo

    u can use this:

    <img src="http://www.gnu.org/graphics/gnu-head-sm.jpg" alt="GNU Logo">
    • and u can mix with them like this:
    1. foo
      1. fubar
      2. fu

    u can use this:

    1. foo
      1. fubar
      2. fu
    • and another mix u like this:
    1. foo

    u can use this:

    1. foo
    • and u can link for another pages in the site like this:

    now u can read about [charter]]

    u can do this:

    now u can read about charter   put the word charter ( the link ) between []]