Difference between revisions of "Help:Editing"

From Camera-wiki.org
Jump to: navigation, search
m (Target of link was moved, & link didn't work. Looks ok now.)
(Added more on lists, and code for a non-breaking space.)
Line 3: Line 3:
 
* '''<nowiki>'''</nowiki>'''fat'''<nowiki>'''</nowiki>''' lets appear the word fat like this: '''fat'''
 
* '''<nowiki>'''</nowiki>'''fat'''<nowiki>'''</nowiki>''' lets appear the word fat like this: '''fat'''
 
* '''<nowiki>''</nowiki>'''italic'''<nowiki>''</nowiki>''' lets appear the word italic like this: ''italic''
 
* '''<nowiki>''</nowiki>'''italic'''<nowiki>''</nowiki>''' lets appear the word italic like this: ''italic''
 +
 +
* &amp;#160; (include the semicolon) represents a space that will not break over two lines; useful if you type ''Ikonta A'' to stop the ''A'' appearing on a new line of its own.
 +
  
 
== Lists ==
 
== Lists ==
* simple list: A simple list is a text block with several lines. Each line begins with an asterisk symbol ('''<nowiki>*</nowiki>''') followed by a blank
+
* simple list: A simple list is a text block with several lines, each with an emphatic marker at the start; what Word calls a 'bullet list'. simply type each line beginning with an asterisk symbol ('''<nowiki>*</nowiki>''') followed by a space before the text:
 +
 
 +
 
 +
<nowiki>*</nowiki> Cameras
 +
<nowiki>*</nowiki> Lenses
 +
<nowiki>*</nowiki> Tripods
 +
 
 +
gives this:
 +
 
 +
 
 +
* Cameras
 +
* Lenses
 +
* Tripods
 +
 
 +
 
 +
You can use multi-level lists. The second level entries just have two asterisks:
 +
 
 +
 
 +
<nowiki>*</nowiki> Cameras
 +
<nowiki>**</nowiki> Viewfinder cameras
 +
<nowiki>**</nowiki> Rangefinder cameras
 +
<nowiki>**</nowiki> TLR cameras
 +
<nowiki>**</nowiki> SLR cameras
 +
<nowiki>*</nowiki> Lenses
 +
<nowiki>**</nowiki> Standard lenses
 +
<nowiki>**</nowiki> Wide-angle lenses
 +
<nowiki>**</nowiki> Telephoto lenses
 +
 
 +
gives this:
 +
 
 +
 
 +
* Cameras
 +
** Viewfinder cameras
 +
** Rangefinder cameras
 +
** TLR cameras
 +
** SLR cameras
 +
* Lenses
 +
** Standard lenses
 +
** Wide-angle lenses
 +
** Telephoto lenses
 +
 
 +
 
 +
If you use hash characters (#) instead of asterisks, you get a '''numbered''' list instead.
 +
 
  
 
== Linking ==
 
== Linking ==
Line 29: Line 75:
  
 
[[Camera_wiki:_Adding_images]] gives more advice on formatting pictures.
 
[[Camera_wiki:_Adding_images]] gives more advice on formatting pictures.
 +
  
  
Line 35: Line 82:
 
* A chapter begins with a headline enclosed in two double equal signs ('''==''')
 
* A chapter begins with a headline enclosed in two double equal signs ('''==''')
 
* Further structuring of a camera-wiki article is possible by sub-headlines enclosed in two triple or quadruple equal signs ('''===''', '''====''')
 
* Further structuring of a camera-wiki article is possible by sub-headlines enclosed in two triple or quadruple equal signs ('''===''', '''====''')
 +
  
 
==Contents==
 
==Contents==

Revision as of 21:30, 19 March 2011

Helpful Wiki Syntax

  • '''fat''' lets appear the word fat like this: fat
  • ''italic'' lets appear the word italic like this: italic
  • &#160; (include the semicolon) represents a space that will not break over two lines; useful if you type Ikonta A to stop the A appearing on a new line of its own.


Lists

  • simple list: A simple list is a text block with several lines, each with an emphatic marker at the start; what Word calls a 'bullet list'. simply type each line beginning with an asterisk symbol (*) followed by a space before the text:


* Cameras
* Lenses
* Tripods

gives this:


  • Cameras
  • Lenses
  • Tripods


You can use multi-level lists. The second level entries just have two asterisks:


* Cameras
** Viewfinder cameras
** Rangefinder cameras
** TLR cameras
** SLR cameras
* Lenses
** Standard lenses
** Wide-angle lenses
** Telephoto lenses

gives this:


  • Cameras
    • Viewfinder cameras
    • Rangefinder cameras
    • TLR cameras
    • SLR cameras
  • Lenses
    • Standard lenses
    • Wide-angle lenses
    • Telephoto lenses


If you use hash characters (#) instead of asterisks, you get a numbered list instead.


Linking

  • LINK: A simple link looks like [http://www.address-so-and-so.com so and so] and appears as so and so

Better link to contents of camera-wiki first. External links are usually put at the end of a camera-wiki article.

  • LINK inside camera-wiki: [[so and so]]
  • LINK inside camera-wiki with synonym: [[so and so|soso]]
  • You can link to a singular version of a page with a plural word by doing this [[lens]]es which renders like this lenses.
  • If you'd like to link to a category, you can do something like this [[:Category:lens makers|lens makers]] which renders like this lens makers.

Pictures

The most important feature in a photographic wiki is the placement of pictures. This wiki has no special tags for images. Use

<div class="floatright"> image-address </div> for images on the right side of the browserwindow,

and

<div class="floatleft"> image-address </div> for images on the left side of the browserwindow

Camera_wiki:_Adding_images gives more advice on formatting pictures.


Chapters and text structure

  • A chapter begins with a headline enclosed in two double equal signs (==)
  • Further structuring of a camera-wiki article is possible by sub-headlines enclosed in two triple or quadruple equal signs (===, ====)


Contents

  • it's always good to know the Camera-wiki quality standards
  • If you want to stop the wiki from turning certain text into "wiki text", you can use the <nowiki></nowiki> tags. Anything between these tags shouldn't be altered by the wiki software.
  • If you know that the topic of your article needs much more information than you actually are able to write into it, then give it the special categorization {{stub}}