Help:FAQ

From Camera-wiki.org
Revision as of 17:52, 4 March 2011 by Voxphoto (talk | contribs) (interim save; starting to look okay)
Jump to: navigation, search
This is a work in progress.

Hello! This page tries to answer a few common questions about what Camera-wiki.org is, and how it works. Click on any question to expand it and show the answer.

If there's anything else about the wiki you think is unclear, feel free to click the "discussion" tab above this page and request an explanation there.




  • Your wiki has no/incomplete/wrong information about Camera X! Will you fix that?

Camera-wiki is a bunch of separate pages written by dozens of volunteers in their spare time. There are many cameras, and even some entire brands, for which no one has had time to write a careful article. If you know something we don't, why don't you create a login and help us by adding the information? (And if you have clear photos of the item, please submit them to our photo pool on Flickr.)

  • How are wiki pages constructed?

While displaying as a normal webpage to most visitors, behind the scenes a wiki page is constructed with a special code language, called wiki markup. This vaguely resembles HTML but uses punctuation marks in a different way.

You can get a look at wiki markup by viewing the source behind our Sandbox page, where you are welcome to start typing some markup yourself to see how it works (though you'll need a login first).

  • How do wiki pages link to another?

A particularly important bit of wiki markup syntax is the internal link from one wiki page to another. This is done by typing the [[Target Page Title]] in double brackets. (You don't need to memorize that: above every edit window there is a button with a blue Ab icon; clicking that will type it for you.)

The phrase between the double brackets must match the page title exactly (including capitalization, spaces, punctuation marks, etc.) or you'll get a dead link (which appears in red).

But a nice trick of the wiki markup syntax is that you can make the hyperlinked word or phrase be something other than the exact page title: Insert a "pipe" character (the vertical line at the far right on your keyboard) after the page title, and add the text as you'd like it to appear. It looks like this:

[[Exact Page Title | this text will appear in blue;link to the named page]]


  • How do I start a new Camera-wiki page?

Camera-wiki is very likely to have a page for the manufacturer of any camera. Check this company list and search the wiki for all the possible name variations.

Frequently a wiki-page for a camera maker will include lists of camera models. Links in blue are to pages that already exist (sometimes several model names link to one page that discusses them all together). A link in red indicates page titles that someone thought "ought" to exist, but doen't yet. If you click those links, an edit window opens saying "You have followed a link to a page that does not exist yet. To create the page, start typing in the box below." Go for it!

If a camera in the list appears in black, or doesn't appear at all, there's one more step. On the right side of the page, aligned with the relevant subheading, there is a link [edit]. click this and you can add changes to the camera list. Type the exact camera name if needed, and enclose it in double square brackets: [[Manufacturer CameraName]]. Click the Save page button, and when the page refreshes you'll see the phrase has become a red link. Now you can proceed to click that and start typing the new page.


  • How should wiki pages be titled?

Many camera models are designated with an obscure string of numbers and letters: MSX 1000 or QL17 GIII. Others go for the more minimalist A or II. Visitors searching for particular cameras might never find them if the pages were titled that way.

For clarity, page titles should be the long version of the camera name (including the name of the manufacturer), as it appears on the camera or as it is most widely known: For example Canon Canonet QL 17 GIII and Leica II.

For consistency,


  • How are photos included in Camera-wiki pages?

Photographs illustrating articles are extremely useful to Camera-wiki.org, and our Flickr photo pool was created as our central repository for wiki images. Any photographs of cameras or useful illustrations are welcomed here.

The wiki has a page on how to add photos to wiki articles.

While the wiki text itself is licensed under "copyleft" (GFDL 1.3), we wish to respect photo copyrights and give credit to everyone who was nice enough to contribute images. Wherever possible we encourage using the wiki Flickr image template, filling in all its fields correctly.

The template asks for two URLs for each photo. The first is the link to a Flickr user's own photo page, including its membership in our photo pool:

5473629531_49faa4c24d.jpg

This URL should be in the form http://www.flickr.com/photos/UserID/123456789012/in/pool-camerawiki


...while the second is the "deep link" to the actual .jpg file hosted on Flickr's servers.

5473629527_eaed06d5ec.jpg

(Clicking on the images above will take you to pages explaining more about how to copy & paste these URLs.)

Because we rely on Flickr's bandwidth for hosting all our images, we must respect their terms of service, which require a click-through link back to the Flickr page where the image appears.

  • What is a redirect? How do you make one?

A redirect is a special type of wiki page. It intercepts a search or a link to a particular page title, and re-directs it to another one.

Why would you do this? Well a visitor might search for "Yashicamat," or "Yashica-mat" or "Yashica Mat" (the odd 3rd version is actually the correct one). Wiki page editors might inadvertently create links with the same variations. Redirects can send all of these to the correct page.

Likewise, shorter and longer versions of a camera name like "Spotmatic" or "Asahi Pentax Spotmatic" can redirect to Pentax Spotmatic.

Redirects also help with wiki organization. As it happens, the Yashica Mat is part of a series of related cameras, and it makes sense to treat them all in a single article, Yashica 6×6 TLR (crank advance). The names of each individual model in the series can be redirected to this one master page.

The markup syntax is very simple. On a page whose title is the wrong term, there is a single line,

#REDIRECT [[Target page name]]

The button #R at the top of the editing window inserts this markup automatically; then you just type the desired page name, and save.