Help:Editing: Difference between revisions
imported>Rmarko (Created page with "{| class="wikitable" ! Wiki text ! Result |- |<pre>''italic''</pre> | italic |- |<pre>'''bold'''</pre> | bold |- |<pre>'''''bold and italic'''''</pre> | bold and italic |- |<p...") |
imported>B42 m (link to mw help) |
||
Line 1: | Line 1: | ||
More complete syntax reference: http://www.mediawiki.org/wiki/Help:Formatting | |||
{| class="wikitable" | {| class="wikitable" | ||
! Wiki text | ! Wiki text |
Latest revision as of 12:14, 1 March 2013
More complete syntax reference: http://www.mediawiki.org/wiki/Help:Formatting
Wiki text | Result |
---|---|
''italic'' |
italic |
'''bold''' |
bold |
'''''bold and italic''''' |
bold and italic |
==heading== ===level 2=== ====level 3==== =====level 4===== |
Headings in different sizes |
[[Link to another page]] [[Link|different title]] |
Internal Link to another page on the wiki |
http://www.test.org |
External link |
[http://www.test.org Text] |
Link with description |
[[Category:Example]] |
Add article to category “example“ |
---- |
horizontal line |
* one * two * three |
Bullet list |
# one # two # three |
Numbered list |
[[Image:File.jpg|Text]] |
Image with alternative text |
[[Image:File.jpg|frame|Text]] |
Image aligned right with caption |
[[Image:File.jpg|thumb|Text]] |
Thumbnail |
[[Media:File.ogg]] |
Download link |
{{Name}} |
Include template “Name” |
--~~~ |
Signature (Link to userpage) |
--~~~~ |
Signature with timestamp |
#REDIRECT [[Other article]] |
Redirect to another ar ticl |