Suggestions
- Put things into categories so that people will be able to find your articles. It is easy: Just add a category tag like [[Category: CATEGORY NAME HERE]] to the end of any article you write, and it will be automatically added to the category list.
Media Embedding
Add Images to an article: [[image:ImageName.extension|Thumbnail size in pixels]]. For example, [[image:Test.jpg|240px]] or [[image:This_is_a_test.gif|250px]].
Add MP3s to an article: <mp3>Uploaded Filename.mp3 or external URL</mp3> or <mp3>uploaded filename.mp3 or external URL|download</mp3> (the "download" parameter adds an icon with link to download the mp3). For example, <mp3>Smelly.mp3</mp3> or <mp3>http://www.yourdomainhere.com/Smelly.mp3|download</mp3>.
Add
uploaded Flash Video (.flv) to an article: <flvplayer>Uploaded Filename.flv</flvplayer> For example, <flvplayer width="400" height="400" autoplay="true" hidecontrols="true">filename.flv</flvplayer> starts playing the movie as soon as it is available for streaming and does not show any FlowPlayer controls to the user. For another example, <flvplayer width="400" height="400" loop="true">filename.flv</flvplayer> Automatically sets the movie in looping mode as soon as it starts playing.
You may use any of the following attributes:
- width=px or % (Specify the width of the movie when displayed)
- height=px or a% (Specify the height of the movie when displayed)
- loop=true/false (Loop the movie, default:true)
- autoplay=true/false (Automatically start playing the movie, default:false)
- hidecontrols=true/false (Hide the controls of FlowPlayer, default:false)