Help:Contents

From CruisersWiki

(Difference between revisions)
Jump to: navigation, search
Line 45: Line 45:
* Others - | | -  
* Others - | | -  
*  
*  
 +
 +
===Text Formatting===
 +
{| align="center" {{Prettytable}}
 +
|-
 +
| |'''Description'''
 +
| |'''You type'''
 +
| |'''You get'''
 +
|-
 +
| colspan="3" align="center" | ''applies anywhere''
 +
|-
 +
|Italic text
 +
|<tt><nowiki>''italic''</nowiki></tt>
 +
|''italic''
 +
|-
 +
| Bold text
 +
|<tt><nowiki>'''bold'''</nowiki></tt>
 +
|'''bold'''
 +
|-
 +
| Bold and italic
 +
|<tt><nowiki>'''''bold & italic'''''</nowiki></tt>
 +
|'''''bold & italic'''''
 +
|-
 +
|Escape wiki markup
 +
|<tt><nowiki><nowiki>no "markup"</nowiki></nowiki></tt>
 +
|<nowiki>no ''markup''</nowiki>
 +
|-
 +
|Fixed width text
 +
|
 +
<nowiki><tt>Fixed width text</tt></nowiki>
 +
|
 +
<tt>Fixed width text</tt>
 +
|-
 +
| colspan="3" align="center" | ''only at the beginning of the line''
 +
|-
 +
| Indent text
 +
|
 +
<tt><nowiki>:Single indent</nowiki></tt><br />
 +
<tt><nowiki>::Double indent</nowiki></tt><br />
 +
<tt><nowiki>:::::Multiple indent</nowiki></tt>
 +
|
 +
:Single indent
 +
::Double indent
 +
:::::Multiple indent
 +
|-
 +
|Headings of<br />
 +
different levels <ref>An article with four or more headings will automatically create a [http://en.wikipedia.org/wiki/Wikipedia:Section#Table_of_contents_.28TOC.29 table of contents].</ref>
 +
|
 +
<tt><nowiki>=level 1=</nowiki></tt><ref>Use of a level 1 heading is '''''highly discouraged''''' as it appears with the same formatting and size as the page title, which can be confusing.</ref><br />
 +
<tt><nowiki>==level 2==</nowiki></tt><br />
 +
<tt><nowiki>===level 3===</nowiki></tt><br />
 +
<tt><nowiki>====level 4====</nowiki></tt><br />
 +
<tt><nowiki>=====level 5=====</nowiki></tt><br />
 +
<tt><nowiki>======level 6======</nowiki></tt>
 +
|
 +
<!-- little hack to prevent TOC viewing -->
 +
<span style="font-size: 188%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;">Level 1</span><br/><br/>
 +
<span style="font-size: 150%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;">Level 2</span><br/><br/>
 +
<span style="font-size: 132%; border-bottom: none; font-weight: bold;">Level 3</span><br/>
 +
<span style="font-size: 100%; border-bottom: none; font-weight: bold;">Level 4</span><br/>
 +
{{DEFAULTSORT:[[[http://www.example.com link title]]#Redirect [[—[[Category:]]]]]}}<span style="font-size: 86%; border-bottom: none; font-weight: bold;">Level 5</span><br/>
 +
<span style="font-size: 80%; border-bottom: none; font-weight: bold;">Level 6</span><br/>
 +
|-
 +
|Horizontal rule
 +
|
 +
<tt><nowiki>----</nowiki></tt>
 +
|
 +
----
 +
|-
 +
|Bullet list
 +
|
 +
&#42; one<br />
 +
&#42; two<br />
 +
&#42; three<br />
 +
&#42;&#42; three and one-third<br />
 +
&#42;&#42; three and two-thirds<br />
 +
|
 +
* one
 +
* two
 +
* three
 +
** three and one-third
 +
** three and two-thirds
 +
|-
 +
|Numbered list
 +
|
 +
&#35; one<br />
 +
&#35; two<nowiki><br /></nowiki>spanning several lines<nowiki><br /></nowiki>without breaking the numbering<br />
 +
&#35; three<br />
 +
&#35;&#35; three point one<br />
 +
&#35;&#35; three point two<br />
 +
|
 +
# one
 +
# two<br>spanning several lines<br>without breaking the numbering
 +
# three
 +
## three point one
 +
## three point two
 +
|-
 +
| Mixture of bulleted<br /> and numbered lists
 +
|
 +
&#35; one<br />
 +
&#35; two<br />
 +
&#35;&#42; two point one<br />
 +
&#35;&#42; two point two<br />
 +
|
 +
# one
 +
# two
 +
#* two point one
 +
#* two point two
 +
|-
 +
|Definition list
 +
|
 +
&#59;Definition<br />
 +
&#58;item 1<br />
 +
&#58;item 2<br />
 +
|
 +
;Definition
 +
:item 1
 +
:item 2
 +
|-
 +
|Preformatted text
 +
|
 +
&nbsp;&nbsp;preformatted text is done with<br />
 +
&nbsp;&nbsp;a space at the<br />
 +
&nbsp;&nbsp;beginning of the line<br />
 +
|
 +
preformatted text is done with
 +
a space at the
 +
beginning of the line
 +
|-
 +
|Preformatted text with no indentation
 +
|
 +
&nbsp;<nowiki><pre> some preformatted text with no indentation </pre></nowiki>
 +
|
 +
<pre>
 +
some preformatted
 +
text with no indentation
 +
</pre>
 +
|-
 +
|Blockquotes
 +
|
 +
Body<br>
 +
text text text text text text text text text text text text
 +
text text text text text text text text text text text text
 +
 +
<nowiki><blockquote>  quote quote quote quote quote quote </blockquote></nowiki>
 +
 +
text text text text text text text text text text text text
 +
|
 +
Body<br>
 +
text text text text text text text text text text text text
 +
text text text text text text text text text text text text
 +
 +
<blockquote>  quote quote quote quote quote quote </blockquote>
 +
 +
text text text text text text text text text text text text
 +
 +
|-
 +
|Comment
 +
|
 +
<tt><nowiki><!--This is comment--></nowiki></tt>
 +
|
 +
<!--This is comment-->|}
===How to link in Wiki format===
===How to link in Wiki format===

Revision as of 19:56, 1 December 2008

Contents

General Help

In order to contibute to this World Cruising Wiki please REGISTER (it's free, quick and easy) or LOGIN (top R/H corner of this page). This is essential in an attempt to reduce spam.

When editing, ALWAYS click on "Show Preview" BEFORE saving the page. This allows you to re-edit/add without unnecessary page-loading. Save the page when finished.

To Edit:

  • Click the "EDIT" tab at the top of the page to be able to edit the whole page
  • Click the "EDIT" link (R/H, top) of each section to edit only that section.

The "rich-text" Editor opens to allow you to edit/add, etc. After editing, click the "Preview" link to preview your edits - this step affords you the opportunity to do any corrections before finally saving your edit. N.B. Do not forget to "SAVE" your edit.

Note: Do not leave a SPACE at the beginning of paragraphs or lines as this will cancel the Wiki text formatting - it will change the text font and make the lines/paragraphs run off the page width.

Practice your editing skills in the SANDBOX

Personal Signature to Contributions

To add your signature to your contributions simply type 4 tildes (~~~~)
This will automatically convert to your username and date, e.g. (Lighthouse 02:31, 3 November 2007 (MDT))

Don't forget to set "My Preferences" - link at top R/H side of page.

Posting Images

To post images:

  • [color=red]Resize the image FIRST - resize to maximum 600px.[/color]
  • Try to keep the "Destination filename" short & descriptive, i.e. "Caribbean12.jpg".
  • Then, upload the file to the CruiserLog WIKI (Upload File link under "Toolbox" in L/H menu).

Once uploaded, post images to the Wiki in the following format:
[[Image:filenameofyourimage.jpg]]
(See the link below for more format options re image caption, size, etc.).

A common example will be:
[[Image:filenameofyourimage.jpg|right|thumb|250px|Caption]]
This will insert the image to the RIGHT of the page as a THUMBNAIL 250 pixels wide with your CAPTION underneath.

The link to the UPLOAD FILE is also available in the L/H menu under "Toolbox".

GoogleMaps

GOOGLE MAPS - You can generate Google Maps from within the editor (link at left in the menu on top of the editor). See INSERTING MAPS for more help in using this feature.

Symbols

Easy access to common symbols - copy/paste from here:

  • Co-ordinate "Degree" symbol - º º
  • Copyright symbol - © ©
  • Others - | | -

Text Formatting

Description You type You get
applies anywhere
Italic text ''italic'' italic
Bold text '''bold''' bold
Bold and italic '''''bold & italic''''' bold & italic
Escape wiki markup <nowiki>no "markup"</nowiki> no ''markup''
Fixed width text

<tt>Fixed width text</tt>

Fixed width text

only at the beginning of the line
Indent text

:Single indent
::Double indent
:::::Multiple indent

Single indent
Double indent
Multiple indent
Headings of

different levels <ref>An article with four or more headings will automatically create a table of contents.</ref>

=level 1=<ref>Use of a level 1 heading is highly discouraged as it appears with the same formatting and size as the page title, which can be confusing.</ref>
==level 2==
===level 3===
====level 4====
=====level 5=====
======level 6======

Level 1

Level 2

Level 3
Level 4
Level 5
Level 6

Horizontal rule

----


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
Mixture of bulleted
and numbered lists

# one
# two
#* two point one
#* two point two

  1. one
  2. two
    • two point one
    • two point two
Definition list

;Definition
:item 1
:item 2

Definition
item 1
item 2
Preformatted text

  preformatted text is done with
  a space at the
  beginning of the line

preformatted text is done with
a space at the 
beginning of the line
Preformatted text with no indentation

 <pre> some preformatted text with no indentation </pre>

some preformatted
text with no indentation
Blockquotes

Body
text text text text text text text text text text text text text text text text text text text text text text text text

<blockquote> quote quote quote quote quote quote </blockquote>

text text text text text text text text text text text text

Body
text text text text text text text text text text text text text text text text text text text text text text text text

quote quote quote quote quote quote

text text text text text text text text text text text text

Comment

<!--This is comment-->

How to link in Wiki format

Description You Type You Get
Internal link [[Main Page]] Main Page
Internal link stored on intranet server [file:///\\server_name123\pubshare_name\internal_webpage.htm internal_webpage.htm] internal_webpage.htm
Category link [[:Category:Help]] Category:Help
Piped link [[Main Page|different text]] different text
Anchor link [[#External links|Anchor link]] Anchor link
External link http://mediawiki.org http://mediawiki.org
External link from internal image [http://targetURL {{Server}}/wiki/images/imagelocation] Internal image
External link,

different title

[http://mediawiki.org MediaWiki] (note "space" between URL and description) MediaWiki
External link,

unnamed

[http://mediawiki.org] [1]
External link,

same host unnamed

[http://{{SERVERNAME}}/pagename] [2]
mailto mailto:[email protected] mailto:[email protected]
mailto unnamed [mailto:[email protected]] [3]
mailto named [mailto:[email protected] Email] Email
redirect #REDIRECT [[Main Page]] Main Page

More Help

.


BACK TO CONTENTS

.

Personal tools
advertisement
Friends of Cruisers Wiki