Difference between revisions of "Mediawiki cheat sheet"

From Opentaps Wiki
Jump to navigationJump to search
m (Protected "Mediawiki cheat sheet": Sysop page [edit=sysop:move=sysop])
Line 30: Line 30:
 
}
 
}
 
</pre>
 
</pre>
 +
 +
A full sized image:
 +
 +
[[Image:COD statement.png]]
 +
 +
A thumbnail image:
 +
 +
[[Image:COD statement.png|thumb|]]
 +
 +
An image 100 pixels wide:
 +
 +
[[Image:COD statement.png|thumb|100px]]
 +
 +
An image 100 pixels wide with a caption:
 +
 +
[[Image:COD statement.png|100px|COD Payment Receipt Screen]]

Revision as of 20:42, 11 September 2007

Big Heading

Medium Heading

Small Heading

  • Bullet Point
    • Inner point
      • Fine print
  • Another Point

Tiny Heading

  1. Number 1
    1. 1 A
      1. 1 A (i)
  2. Number 2

Link to an Internal Page

Link to a special internal page

Link to a website

This is bolded text

This is italicized

// code sample
for (i = 0; i < 10; i++) {
   print("Hello this is " + i);
}

A full sized image:

COD statement.png

A thumbnail image:

COD statement.png

An image 100 pixels wide:

COD statement.png

An image 100 pixels wide with a caption:

COD Payment Receipt Screen