511
edits
No edit summary |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
When you're editing, you can go between "wikitext" and "preview" to see what you've entered, and what it looks like. | When you're editing, you can go between "wikitext" and "preview" to see what you've entered, and what it looks like. | ||
When editing, you can click on "help" to get further help. | |||
= Normal wiki markup = | = Normal wiki markup = | ||
Using the buttons left to right, the standard markup is: | Using the buttons left to right, the standard markup is: | ||
| Line 37: | Line 37: | ||
Indented line: | Indented line: | ||
:demo text | :demo text | ||
If you leave a space as first character on a line, then it looks like this: | |||
a | |||
b | |||
c | |||
= Advanced Editing = | |||
There are ways to use advanced markup, to create your own "templates", or "macros", and these typically look like this: | |||
<nowiki><something>some test</something></nowiki> | |||
<nowiki>{{something}}</nowiki> | |||
<nowiki>{{something|something else|something else}}</nowiki> | |||
<nowiki>{{something|text=something else|other=something else}}</nowiki> | |||
<nowiki>{{#something}}</nowiki> | |||