Difference between revisions of "Wiki Markup Language Reference"

From Nevercenter 3D Modeling Wiki
Jump to: navigation, search
(New page: '''Short paragraph explaining the tutorial/page.''' ==Section 1 (Many Pages Don't Need Sections)== Paragraph 1 text. none Paragraph 2 text...)
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Short paragraph explaining the tutorial/page.'''
+
'''This site uses Mediawiki as its wiki software.  Following are the main markup tags you'll need to create pages here.  There are a lot of other tags which you can find in the online Mediawiki reference, but it's best to keep it simple and try to stay mostly with these tags.'''
  
==Section 1 (Many Pages Don't Need Sections)==
+
<nowiki>==mytext==</nowiki>
 +
:Makes "mytext" a section header
  
Paragraph 1 text.
+
<nowiki>====mytext====</nowiki>
[[Image:tutorial_example_image.jpg|thumbnail|none]]
+
:Makes "mytext" a small header
 +
 
 +
<nowiki>'''mytext'''</nowiki>
 +
:Makes "mytext" appear bold
 +
 
 +
<nowiki>''mytext''</nowiki>
 +
:Makes "mytext" appear italic
 +
 
 +
<nowiki>:mytext</nowiki>
 +
:Indents "mytext" one level
 +
 
 +
<nowiki>[[Image:myimage.jpg|thumbnail|none]]</nowiki>
 +
:Makes a thumbnail link to myimage.jpg
 +
 
 +
<nowiki>[[mypage]]</nowiki>
 +
:Makes a link to the page titled "mypage" on this site
 +
 
 +
<nowiki>[[mypage | mylinkname]]</nowiki>
 +
:Makes a link to the page titled "mypage" on this site using the text "mylinkname"
 +
 
 +
<nowiki>[[Media:myvideo.mov]]</nowiki>
 +
:Makes a link to myvideo.mov which has been or will be uploaded to this site
 +
 
 +
<nowiki>[http://www.silo3d.com mylinkname]</nowiki>
 +
:Makes a link to <nowiki>http://www.silo3d.com</nowiki> using the text "mylinkname"
 +
 
 +
<nowiki>http://www.silo3d.com</nowiki>
 +
:Makes a link to <nowiki>http://www.silo3d.com</nowiki>
  
Paragraph 2 text.
 
  
  
 
{{Common Page}}
 
{{Common Page}}

Latest revision as of 01:07, 6 August 2008

This site uses Mediawiki as its wiki software. Following are the main markup tags you'll need to create pages here. There are a lot of other tags which you can find in the online Mediawiki reference, but it's best to keep it simple and try to stay mostly with these tags.

==mytext==

Makes "mytext" a section header

====mytext====

Makes "mytext" a small header

'''mytext'''

Makes "mytext" appear bold

''mytext''

Makes "mytext" appear italic

:mytext

Indents "mytext" one level

[[Image:myimage.jpg|thumbnail|none]]

Makes a thumbnail link to myimage.jpg

[[mypage]]

Makes a link to the page titled "mypage" on this site

[[mypage | mylinkname]]

Makes a link to the page titled "mypage" on this site using the text "mylinkname"

[[Media:myvideo.mov]]

Makes a link to myvideo.mov which has been or will be uploaded to this site

[http://www.silo3d.com mylinkname]

Makes a link to http://www.silo3d.com using the text "mylinkname"

http://www.silo3d.com

Makes a link to http://www.silo3d.com