Help:Edit

From ChibaWiki

Jump to: navigation, search

Contents

How to edit a page

  1. Click on the edit page tab at the top of the page.
  2. Make changes to the content.
  3. Click on the save page button.

Formatting

Bold and Italics

Description You type: You get:
Italics ''italic'' italic
Bold '''bold''' bold
Bold Italics '''''bold italics''''' bold italics


Paragraphs

MediaWiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can also start a new line with the HTML tags <br> or <br/>.

Headings

You type You get

== Heading ==

Level 1

=== Subheading ===

Level 2


Indents and Lists

Description You type: You get:
Indent text :Single indent
::Double indent
:::::Multiple indent
:Single indent
Double indent
Multiple indent
Bullet List * one
* two
* three
** three and one-third
** three and two-thirds
  • one
  • two
  • three
    • three and one-third
    • three and two-thirds
Numbered List # one
# two<br />spanning several lines<br />without breaking the numbering
# three
## three point one
## three point two
  1. one
  2. two
    spanning several lines
    without breaking the numbering
  3. three
    1. three point one
    2. three point two

Add a Link

Description You type: You get:
Internal link [[Main Page]] Main Page
Internal Link
different title
[[Main Page|different title]] different title
External Link http://www.chibajets.com http://www.chibajets.com
External Link
different title
[http://www.chibajets.com ChibaJets] ChibaJets

Add an Image

Getting Started

First, you need to upload a file.

Then, you can add an image by typing the following: [[Image:{name}|{options}]]

Options can be any of the following, separated by | .

  • thumb, thumbnail, frame, or frameless: Controls how the image is formatted
  • left, right, center, none: Controls the alignment of the image on the page
  • baseline, sub, super, top, text-top, middle, bottom, text-bottom: Controls the vertical alignment of the image on the page.
  • {width}px</nowki>: Resizes the image to the given width in pixels * <nowiki>link={destination}: Links to a title or URL
  • alt={alternative text}: For changing the alternative text of an image

Examples of Image Formatting

Description You type: You get:
Image with alt text [[Image:1000logo.gif|Logo]] Logo
Link to description [[:Image:1000logo.gif|Logo]] Logo
Link to file [[Media:1000logo.gif|Logo]] Logo
Thumbnail
(centered w/caption)
[[Image:1000logo.gif|center|thumb|Logo]]
Logo
Logo
Border [[Image:1000logo.gif|border]]
Frameless
[[Image:1000logo.gif|frameless]]
Resize
(50px)
[[Image:1000logo.gif|50px]]

Gallery of Images

You can make a gallery of thumbnails with the <gallery> tag.

Type:


<gallery>
Image:{filename}|caption}
Image:{filename}|caption} {...} </gallery>

Preview a page

You can preview your page before saving it by clicking on the Show preview button at the bottom of your edit window.

This page was last modified on 11 December 2008, at 04:04. This page has been accessed 668 times.