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 are not good at all but feel free to edit, fix mistakes and add new stuff it`s a Wiki ;-)
structured text is an easy method to input content to dynamic websites, it eleminates the need for using HTML for most content.
however structured text assumes only a few simple elements are required to format most content, anything that does not fit neatly with these few simple elements requires HTML, in drupal HTML and structured text can be mixed freely.
structured text is a Markup system, you write your content in plain text and put special symbols to mark elements like titles, links, images etc.
in structured text we try to focus on the structure of the content (sections, subsections, paragraphs) and not on how it looks, a designer makes a general template that will change the way all content or some content looks like, but the content author should focus on the structure and meaning only.
it is every easy to learn, and very easy to edit and read and with the aid of a good designer the result can look very good.
Follows is the structured text or WikiSyntax that is supported in our drupal based website.
Paragraphs are easy, any lines of text without special marks are paragraphs, paragraphs are separated by empty lines, any conductive lines not separated by empty lines will be merged in one paragraph
this is a paragraph
this is a paragraph that was written on multiple lines
this is a rather longish paragraph we are trying to demonstrate how words will wrap when the text is rendered, do you think I can find enough stuff to say to make this a big paragraph, no a very big paragraph, or how about an extremly big paragraph, blah blah blah blah blah, etc.
use this:
this is a paragraph this is a paragraph that was written on multiple lines this is a rather longish paragraph we are trying to demonstrate how words will wrap when the text is rendered, do you think I can find enough stuff to say to make this a big paragraph, no a very big paragraph, or how about an extremly big paragraph, blah blah blah blah blah, etc.
lets have italics in the middle like this it will look darned pretty
Use this:
lets have italics in the middle ''like this'' it will look darned pretty
note it`s 2 of (') and it`s not (")
lets have bold in the middle like this it will look even prettier
Use this:
this is sooo important it is both bold and italics
like this:
''__this is sooo important__'' it is both __bold__ and ''italics''
Use this:
this is the [EGLUG | http://www.eglug.org] website
You can use this:
[Person's Name | mailto:email@eglug.org]
You can use this:
[http://www.gnu.org/graphics/gnu-head-sm.jpg]
This is how to do it:
[image:nodenumber]
To place a large heading like this:
Use this:
To place a 2nd level/medium heading like this:
Use this:
To place a small heading Like this:
Use this:
To make a bullet list of items:
Use this
* item 1 * item 2 * item 3
bullet lists can have sublists
use this
* item 1 * item 2 ** subitem 1 ** subitem 2 * item 3 ** subitem 1 *** subsubitem 1 *** subsubitem 2 ** subitem 2
To place numbered lists:
Use this:
#test #test2 #test3 #testN etcccccccccc
Nesting is possible, like this:
you can use this:
#foo ##fubar ##fu ### zot ### bot
you can mix the nesting of bullet and numbered lists:
Using this:
#foo ** bullet me ###[EGLUG SITE | http://www.eglug.org] ###[EGLUG | http://www.eglug.org] ** bullet me harder # fu
to make definition lists like this:
use this
;foo: a word used for any arbitrary example ;fubar: a word used for any arbitrary example of something that doesn't work ;recursive: adj. see recursive
where you put the word or expression you are defining between a semicolon and a colon followed by the definition statement.
definition lists are useful for glossaries, and for any key,value pairs (name, address, job, etc style information).
anywhere you want to add line breaks
like in this paragraph use:
anywhere you want to add line breaks %%% like in this paragraph use:
lists too
* line %%% breaks * work on %%% lists too
to add a horizental ruler like this:
use
----
To type code and commands:
$ls -la
Use this:
you can also create WikiLinks, WikiLinks are links to pages based on their titles without knowing their address
like this:
for instance I might want to link to the [Start of ArabDev Menya Training]
[me not exist]
you can have simple tables using WikiSyntax
| table head 1 | table head 2 | table head 3 |
|---|---|---|
| table item 1,1 | table item 1,2 | table item 1,3 |
| table item 2,1 | table item 2,2 | table item 2,3 |
like this:
||table head 1 ||table head 2 ||table head 3 | table item 1,1 | table item 1,2 | table item 1,3 | table item 2,1 | table item 2,2 | table item 2,3