Difference between revisions of "Introduction to MediaWiki syntax"
(New page: == Headings == <nowiki>== Level 1 ==</nowiki><br/> <nowiki>=== Level 2 ===</nowiki><br/> <nowiki>==== Level 3 ====</nowiki><br/> <nowiki>===== Level 4 =====</nowiki> == Basic Formatting=...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
=== Bold and italic === | === Bold and italic === | ||
− | <nowiki>''italic text''</nowiki> | + | <nowiki>''italic text''</nowiki> → ''italic text'' |
− | <nowiki>'''bold text'''</nowiki> | + | <nowiki>'''bold text'''</nowiki> → '''bold text''' |
− | <nowiki>'''''bold and italic text'''''</nowiki> | + | <nowiki>'''''bold and italic text'''''</nowiki> → '''''bold and italic text''''' |
=== monospaced type=== | === monospaced type=== | ||
Line 27: | Line 27: | ||
=== misc === | === misc === | ||
− | <nowiki><br/></nowiki> | + | <nowiki><br/></nowiki> → forced linebreak |
− | <nowiki><nowiki></nowiki></nowiki> | + | <nowiki><nowiki></nowiki></nowiki> → Ignoring the WikiEngine |
== Listings == | == Listings == | ||
Line 69: | Line 69: | ||
=== internal links === | === internal links === | ||
− | <nowiki>[[internal link]]</nowiki> | + | <nowiki>[[internal link]]</nowiki> → [[internal link]]<br/> |
− | <nowiki>[[internal link | This is an internal link]]</nowiki> | + | <nowiki>[[internal link | This is an internal link]]</nowiki> → [[internal link | This is an internal link]] |
=== external links === | === external links === | ||
− | <nowiki>http://www.externallink.com/</nowiki> | + | <nowiki>http://www.externallink.com/</nowiki> → http://www.externallink.com/ <br/> |
− | <nowiki>[http://www.externallink.com/]</nowiki> | + | <nowiki>[http://www.externallink.com/]</nowiki> → [http://www.externallink.com/] <br/> |
− | <nowiki>[http://www.externallink.com/ This is an external link]</nowiki> | + | <nowiki>[http://www.externallink.com/ This is an external link]</nowiki> → [http://www.externallink.com/ This is an external link] |
=== referencing uploaded files === | === referencing uploaded files === | ||
{| border="0" cellpacing="5" cellpadding="5" | {| border="0" cellpacing="5" cellpadding="5" | ||
− | |<nowiki>[[ | + | |<nowiki>[[Media:Beispiel-pdf.pdf|example PDF]]</nowiki> |
− | |[[ | + | |[[Media:Beispiel-pdf.pdf|example PDF]] |
|- | |- | ||
− | |<nowiki>[[Image: | + | |<nowiki>[[Image:nesevo_wiki_logo.png|NesevoWiki Logo]]</nowiki> |
− | |[[Image: | + | |[[Image:nesevo_wiki_logo.png|NesevoWiki Logo]] |
|- | |- | ||
− | |<nowiki>[[Image: | + | |<nowiki>[[Image:nesevo_wiki_logo.png|framed|NesevoWiki Logo]]</nowiki> |
− | |[[Image: | + | |[[Image:nesevo_wiki_logo.png|framed|NesevoWiki Logo]] |
|- | |- | ||
− | |<nowiki>[[Image: | + | |<nowiki>[[Image:nesevo_wiki_logo.png|thumb|100px|NesevoWiki Logo]]</nowiki> |
− | |[[Image: | + | |[[Image:nesevo_wiki_logo.png|thumb|100px|NesevoWiki Logo]] |
|} | |} | ||
Latest revision as of 14:27, 16 February 2008
Headings
== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
Basic Formatting
Bold and italic
''italic text'' → italic text
'''bold text''' → bold text
'''''bold and italic text''''' → bold and italic text
monospaced type
<code>monospaced type</code>
is rendered into
monospaced type
Or: framed monospaced type through leading space:
monospaced type
misc
<br/> → forced linebreak
<nowiki></nowiki> → Ignoring the WikiEngine
Listings
unnumbered
* Topic 1
** Topic 1.1
* Topic 2
** Topic 2.1
** Topic 2.2
is rendered into
- Topic 1
- Topic 1.1
- Topic 2
- Topic 2.1
- Topic 2.2
numbered
# Topic 1
## Topic 1.1
# Topic 2
## Topic 2.1
## Topic 2.2
is rendered into
- Topic 1
- Topic 1.1
- Topic 2
- Topic 2.1
- Topic 2.2
Link
internal links
[[internal link]] → internal link
[[internal link | This is an internal link]] → This is an internal link
external links
http://www.externallink.com/ → http://www.externallink.com/
[http://www.externallink.com/] → [1]
[http://www.externallink.com/ This is an external link] → This is an external link
referencing uploaded files
[[Media:Beispiel-pdf.pdf|example PDF]] | example PDF |
[[Image:nesevo_wiki_logo.png|NesevoWiki Logo]] | |
[[Image:nesevo_wiki_logo.png|framed|NesevoWiki Logo]] | |
[[Image:nesevo_wiki_logo.png|thumb|100px|NesevoWiki Logo]] |
Tables
- Using html formatting:
{| cellpadding="2" cellspacing="3" border="1" |cell 1 |
is rendered into: |
|
- Using the Prettytable template:
{| {{Prettytable}} |cell 1 |
is rendered into: |
|