VideoLAN Wiki:Syntax
Revision as of 00:18, 22 October 2014 by DoesItReallyMatter (talk | contribs) (→General markup: Expand syntax of internal/external links)
Please follow these guidelines when editing this wiki. There will be more guidelines later.
The basics
This wiki uses the same general syntax as Wikipedia, because both use MediaWiki markup (Editing help on MediaWiki).
If you've ever edited on Wikipedia, this should look familiar.
General markup
Note: You can practice editing at the Sandbox page whenever you like.
- Lists
- To make a bulleted list, begin lines with asterisks
*
- To make a numbered list, begin lines with pound signs
#
(which will be automatically re-numbered if you add or remove items—this is generally smart for long or frequently-changing lists).
- Markup
- Add two apostrophes around a word or phrase to make it italic: ''example'' → example
- Add three apostrophes around a word or phrase to make it bold: '''example''' → example
- Occasionally, both are needed. Add five apostrophes around a word or phrase to make it both: '''''example''''' → example
- Linking
- The formula for creating an internal link is [[target page]] or [[target page|text to display]]
- [[VLC]] gives VLC
- [[VLC|this totally awesome media player]] gives this totally awesome media player
- The formula for creating an external link is [http://example.com/] or [http://example.com/ text to display]
- [http://example.com/] gives [1]
- [http://example.com/ text to display] gives text to display
General words of advice
- Use the editing toolbar to help you; it provides buttons to help you out.
- Keep things simple, and don't be afraid to make mistakes.
- Wikipedia has already prepared a cheat-sheet for you that you might find useful editing here.