Editing Cheatsheet

From Govit

Jump to: navigation, search

GovITwiki offers two ways to edit our pages.

Contents

Option 1: WYSIWYG Editor

When you choose to edit a page, the editing section loads automatically with a basic "what you see is what you get" (WYSIWYG) editor. GovITwikiare one of the few wikis to offer this simplified editor. It allows you to enter or edit text or links and to provide low-level page formating such as section headings, tables, text formating and more.

Many contributorss, as they learn how to edit pages, find that they prefer to use the traditional Wikitext editor instead of the WYSIWYG editor. See below for instructions on how to switch to the standard Wikitext editor. To toggle over to the standard Wikitext editor, click on the toolbar button (circled in the illustration below).

This is the toolboar that loads over the text to be edited for a page.


Option 2: Wikitext Editor

Just click on the Wikitext button to toggle over to the standard Wiki editor. The other buttons on the toolbar will turn gray. If you've ever contributed to Wikipedia or other wiki sites, you probably used a standard Wiki editor. Some of the most common shortcuts are shown below.


Template:Shortcut

Description You type You get
Applies anywhere
Italicise text

''italic''

italic


Bold text

'''bold'''

bold


Bold and italic

'''''bold & italic'''''

bold & italic


Internal link

(within GovITwiki)

[[name of page]]
[[name of page|display text]]

name of page
display text


Redirect to another page

#REDIRECT [[Target page]]

Target page


External link

(to other websites)

[http://www.example.org]
[http://www.example.org display text]
http://www.example.org

[1]
display text
http://www.example.org


Sign your posts
on talk pages

~~~~

Your username 07:21,
7 October 2008 (UTC)

Applies only at the beginning of the line
Headings

A Table of Contents will automatically be generated when four headings are added to an article.

== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
====== Level 5 ======

Level 1

Level 2

Level 3

Level 4
Level 5

|- | colspan="3" style="border-top: 1px solid rgb(206, 224, 242);" |
|- | Bullet list | * one
* two
** two point one
* three

|

  • one
  • two
    • two point one
  • three

|- | colspan="3" style="border-top: 1px solid rgb(206, 224, 242);" |
|- | Numbered list | # one
# two
## two point one
# three

|

  1. one
  2. two
    1. two point one
  3. three

|- | colspan="3" style="border-top: 1px solid rgb(206, 224, 242);" |   |- | Thumbnail image | [[Image:Wiki.png|thumb|Caption text]]

|

Caption text
Caption text

|} </div>

Personal tools