Skip to content

Editing wiki mediawiki

walkerhound edited this page Oct 16, 2012 · 34 revisions

Go back to Wiki

General Information: github wiki information

Table of Contents

Links about editing using MediaWiki

  1. Link to MediaWiki website
  2. How to edit Wikipedia
  3. Help on editing wikimedia
  4. Editing pages for wikimedia
  5. Reference Card for wikimedia

Headings

Section

SubSection

Indenting

Use : to indent:

Stuff
More Stuff
Even More Stuff

Lists

Numbered

  1. First
  2. Second
    1. subSecond
      1. subsubSecond
      2. subsubSecond
      3. subsubSecond
    2. subSecond
  3. Third
Here is a numbered list using indentation to add lines under a number:
  1. blah1
  2. blah2
blah3
  1. blah4

Bulleted

  • First
  • Second
    • subSecond
      • subsubSecond
      • subsubSecond
      • subsubSecond
    • subSecond
  • Third

Different kinds of text using MediaWiki

Italics

Bold

Horizontal Line


How to place images using MediaWiki

Accessing a pdf file using MediaWiki

PDF of MediaWiki Reference Card

Another pdf

PDF wikipedia cheatsheet

Do not reformat text

https://github.com/walkerhound/Projects/blob/master/images/MediaWikiRefCard.png
https://raw.github.com/walkerhound/Projects/master/images/MediaWikiRefCard.png
 https://github.com/walkerhound/Projects/blob/master/images/MediaWikiRefCard.png
 https://raw.github.com/walkerhound/Projects/master/images/MediaWikiRefCard.png

Colorizing Code

def foo
  puts 'bar'
end
 #!/usr/bin/perl
 use strict;
 use warnings;
 use List::Util 'shuffle';
 my @correlationArray;
 my $countLines=0;
 my @lineArray;
 my $len;
More information: http://pygments.org/docs/lexers/

Creating tables

Here is a nice link that will create the syntax for a MediaWiki table by cutting and pasting from excel:

Copy & Paste Excel-to-Wiki Converter

Date Count of IDENTIFIERS Count of IDENTIFIER_LINKS
4/08/09 2,732,872 5,378,805
12/07/09 2,930,543 5,501,504
08/13/10 4,466,570 7,729,776
01/15/11 5,569,750 9,255,549
11/30/11 5,421,171 9,127,605

Sequence Diagrams

Sequence Diagrams

Supposedly you can use any of these styles:

  • default
  • earth
  • modern-blue
  • mscgen
  • omegapple
  • qsd
  • rose
  • roundgreen
  • napkin

Math

<math>stuff</math>

|- |\dot{a}, \ddot{a}, \acute{a}, \grave{a} |<math>\dot{a}, \ddot{a}, \acute{a}, \grave{a} \!</math> |- |\check{a}, \breve{a}, \tilde{a}, \bar{a} |<math>\check{a}, \breve{a}, \tilde{a}, \bar{a} \!</math> |- |\hat{a}, \widehat{a}, \vec{a} |<math>\hat{a}, \widehat{a}, \vec{a} \!</math> |- !colspan="2"|

Clone this wiki locally