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 place a small heading Like this:

for subsections

Use this:

! for subsections
  • To place a 2nd level/medium heading like this:

for sections

use this:

!! for sections
  • To place a large heading like this:

for titles

use this:

!!! for titles

  • To make a string of an item and a subitem like this:
  • item 1
    • subitem

use this

  • item 1
    • subitem
  • To place numbered lists:
  1. test
  2. test2
  3. test3
  4. testN and etcccccccc...

use this:

#test
  1. test2
  2. test3
  3. testN etcccccccccc
  • Nesting is possible, like this:
  1. foo
    1. fubar
    2. fu

you can use this:

  1. foo
    1. fubar
    2. fu
  • Another combination:
  1. foo

Using this:

  1. foo

  • To type code and commands:
    $ls -la
    

    Use this:

    <pre> $ls -la </pre>
    

    • For typing in italic:

    this

    Use this:

    this  it`s 2 of ' and it`s not "
    • To get BOLD text:

    this

    Use this:

    this

    • To place URLs:

    EGLUG

    Use this:

    EGLUG
    • For linking to other pages:

    now u can read about [charter]] and about [wikisyntax]]

    You can do this:

    now u can read about charter or wikisyntax  (put the word charter ( the link ) between []] )
    • To add an Email to a name like this:

    Person's Name

    You can use this:

    <a href="mailto:EMAIL@EMAIL.COM">Persone Name</a>

    • To add a pic like this:

    GNU Logo

    You can use this:

    <img src="http://www.gnu.org/graphics/gnu-head-sm.jpg" alt="GNU Logo">
    • You can also place a thumbnail which links to an image from the image galleries like this:

    that is my console look ;-)

    MDK 10 Console Background.

    This is how to do it:

    image:nodenumber
    

    Where nodenumber is the no# of the pic at the image galleries like mine has the url http://www.eglug.org/node/view/80 so i put the nodenumber as 80.