Difference between revisions of "Mediawiki cheat sheet"
From Opentaps Wiki
Jump to navigationJump to searchm (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
- Inner point
- Another Point
Tiny Heading
- Number 1
- 1 A
- 1 A (i)
- 1 A
- Number 2
Link to a special internal page
This is bolded text
This is italicized
// code sample for (i = 0; i < 10; i++) { print("Hello this is " + i); }
A full sized image:
A thumbnail image:
An image 100 pixels wide:
An image 100 pixels wide with a caption: