Difference between revisions of "Mediawiki Cheatsheet"

From LSS Mocks
Jump to navigation Jump to search
(Created page with "===Links=== * For portability of this wiki, please format pages and uploaded files as <span style="color:#ff0000">internal links</span> like this: {|class="wikitable" !wikit...")
 
Line 71: Line 71:
  
 
[https://www.mediawiki.org/wiki/Help:Lists More on list format]
 
[https://www.mediawiki.org/wiki/Help:Lists More on list format]
 +
 +
===Type Math Formula===
 +
 +
* This wiki supports Latex math formula rendering.
 +
 +
{|class="wikitable"
 +
!wikitext!!rendering
 +
|-
 +
|
 +
<nowiki><math>E=m_0c^2\sqrt{1+(\frac{p}{m_0c})^2}</math></nowiki>
 +
||
 +
<math>E=m_0c^2\sqrt{1+(\frac{p}{m_0c})^2}</math>
 +
|}

Revision as of 16:05, 13 December 2016

Links

  • For portability of this wiki, please format pages and uploaded files as internal links like this:
wikitext rendering

Internal page: [[Main Page]]

Internal page: Main Page

Uploaded file: [[File:Ionization.jpg | 150px]]

Uploaded file: Ionization.jpg

  • External link
wikitext rendering

External link: [https://cita.utoronto.ca CITA]

External link: CITA

More on link format

Make lists

wikitext rendering
* Lists are easy to do:
** start every line
* with a star
** more stars mean
*** deeper levels
  • Lists are easy to do:
    • start every line
  • with a star
    • more stars mean
      • deeper levels
# Numbered lists are good
## very organized
## easy to follow
  1. Numbered lists are good
    1. very organized
    2. easy to follow
; Definition lists
; item : definition
; semicolon plus term
: colon plus definition
Definition lists
item
definition
semicolon plus term
colon plus definition

More on list format

Type Math Formula

  • This wiki supports Latex math formula rendering.
wikitext rendering

<math>E=m_0c^2\sqrt{1+(\frac{p}{m_0c})^2}</math>

[math]\displaystyle{ E=m_0c^2\sqrt{1+(\frac{p}{m_0c})^2} }[/math]