Skip to content

2 — MediaWiki Syntax

narasi15 edited this page Feb 20, 2020 · 4 revisions

Objectives

The purpose of this page is to experiment with MediaWiki language and document any important syntax that may be useful for future journal entries. This page will constantly updated and used as a reference.
Date started: 2020-01-18;

Progress

italic
bold
bold & italic
Typewriter font

 Pre-formatted Text <br>

Underline
Strike-through
Invisible comment -->
Source code

public static void main(String[] args) {    
    System.out.println("Hello World");  
}  

Horizontal divider:

  • Bullet 1
    • Bullet 2
  1. Bullet 1
    1. Bullet 2

Single indent
Double indent
Multiple indent

Tables:
Name Major
Nick CS
Keith Math

Table of Contents:

Table of Contents

+ highlight in green
- highlight in red
Adding an image: First upload image in github, copy paste the URL of that image

External Resources

https://meta.wikimedia.org/wiki/Help:Editing
https://pygments.org/docs/lexers/