Help:Contents

From Flashlight Wiki
Jump to navigation Jump to search

Getting started is easy. Just create an account using the login/create account link at the upper right. Then send an e-mail to brted at yahoo period com to be confirmed. Once you are confirmed you will see an edit tab at the top of the page that will let you edit the page. If you see some kind of formatting you like on some page you can just edit that page and see how it was done. Here are a few of the basics, but you can see a lot more here.

Discussion Pages

Even if you don't want to edit a page, feel free to add comments, suggestions, or questions to the Discussion tab of a page (you have to register and confirm for this too, since discussion pages are frequent spam targets). Start a topic by typing in a heading (see below). Respond to a comment by typing below it, starting your comment with a colon (:). Sign your comment by adding 4 tilde's at the end like this ~~~~, which looks like this (and gets converted to markup when you save the page): Brted 17:37, 7 December 2010 (EST)

More discussion page tips here

When editing a page, even if it is something simple, always preview the changes before saving, but always remember to save after you preview.

Headings

You can make a heading like the one above by using == like this: ==Headings==. To get a sub-heading, use triple equals like this: ===Subheading===. Always start with a heading and subdivide to sub-headings as needed. An outline at the beginning of the page will be created automatically based on the heading structure. You don't need to start the page with the title, it will be added in automatically.

Links and New Pages

Internal links: For a link to another page on the wiki, put double brackets around the name of a page: [[Main Page]] and it will show up as a link, like this Main Page. If you want to have the link appear with different text, use a | like this [[Main Page|Flashlight Wiki]] and it will appear like this: Flashlight Wiki. You can also link to a subsection of a page by using # in the link like this: [[Main Page#Flashlights|Flashlight sub-section]], to get this link: Flashlight sub-section.

To create a new page, just edit an existing page, insert an internal link to the new page, save the page, then click on the red link that appears and it should open an editing screen for the new page.

Terminology links: If you are linking to items on the Terminology page, those items are not subsections. So first you have to go to the Terminology page and make sure the item has a SPAN tag identifying it (you will see others already done) like this (for the term "OP") <span id="OP">OP</span>. That sets up an anchor that you can then link to like it is a subsection. So on some page referring to that term you can make a link like this [[Terminology#OP|OP]] which will look like this OP.

External links: Use single brackets with the URL followed by a space and the text of the hyperlink: [http://www.google.com Google] to get a link that looks like Google

Images

The caption goes here
The caption goes here

Please restrict image size to no more than 800x600 with only rare exceptions. Before editing a page, upload the picture file first (and remember the name!) using the Upload file link on the left side of the page under toolbox. If you forget the file name, you can go to Special pages and then File List under Media Reports and Uploads (should also show up under Recent Changes).

The image on the page will probably be smaller than the original image. By default you can use a thumbnail which will be about 200 pixels max. Also you will want to add a caption to the tag as well. The resulting tag might look like this (with the result shown to the right):

[[File:Creexpgr5.jpg|thumb|The caption goes here]]

If you wanted a larger version of the image than the default thumbnail, you can specify the width of the image. The tag below will generate a 300 pixel image (you still want to use "thumb" so that it will be in a border with a link to the full-size image) and align it on the left instead of the default right side (image appears to the left):

[[File:Creexpgr5.jpg|thumb|300px|left|The caption goes here]]