Difference between revisions of "Wiki Markup Language Reference"

From Nevercenter 3D Modeling Wiki
Jump to: navigation, search
Line 16: Line 16:
 
<nowiki>[[Image:myimage.jpg|thumbnail|none]]</nowiki>
 
<nowiki>[[Image:myimage.jpg|thumbnail|none]]</nowiki>
 
:Makes a thumbnail link to myimage.jpg
 
: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>[http://www.mysite.com mylinkname]</nowiki>
 +
:Makes a link to http://www.mysite.com using the text "mylinkname"
  
 
{{Common Page}}
 
{{Common Page}}

Revision as of 21:26, 5 August 2008

==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"

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

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