Manual:First Steps
From Director Online Wiki
- You need to be registered and logged in to edit or create pages.
- Short introduction to Wiki-Syntax:
- Create a link to a (new or existing) Wiki page with
[[Page Name]]
- Create an external link with
[http://www.directorforum.com Directorforum]
- Create headlines for chapters inside the page with
== Chapter Title ==
- Create a list item with a * at the beginning of the line. Sublist item with ** etc.
- Syntax highlighting of Lingo, JavaScript, ActionScript, etc.:
<source lang=lingo>your code</source>
or<source lang=javascript>your code</source>
- Upload images on the Upload Page and embed it into your post with
[[Image:YourImage.jpg]]
If you want it to be resized, use[[Image:YourImage.jpg|200px]]
- Upload files on the Upload Page and create a download link in your post with
[[Media:Myfile.zip|My File Description - File Size]]
- Upload Flash movies on the Upload Page and embed it into your post with
<flash>file=YourFlash.swf|width=320|height=240</flash>
- Upload Shockwave10 movies on the Upload Page and embed it into your post with
<shockwave10>file=YourShockwave10.dcr|width=320|height=240</shockwave10>
- Upload Shockwave11 movies on the Upload Page and embed it into your post with
<shockwave11>file=YourShockwave11.dcr|width=320|height=240</shockwave11>
- Create a link to a (new or existing) Wiki page with
If you need more detailled info, please refer to the The Wiki Help for Editors