Difference between revisions of "Wiki editor help"

From Wayne County, Ohio Online Resource Center
Jump to navigation Jump to search
Line 12: Line 12:
 
* <nowiki>[[Internal Link|Internal Link, alternative text]]</nowiki>
 
* <nowiki>[[Internal Link|Internal Link, alternative text]]</nowiki>
 
* <nowiki>[http://sample.com text of external link]</nowiki>
 
* <nowiki>[http://sample.com text of external link]</nowiki>
* <nowiki>{{strike|Some text here.}}</span></nowiki>
+
* <nowiki>{{Strikethrough|Strikethrough text; beneficial for transcription of records.}}</nowiki>
 
* <nowiki>* Bulleted list item here</nowiki>
 
* <nowiki>* Bulleted list item here</nowiki>
 
* <nowiki># Numbered list item here</nowiki>
 
* <nowiki># Numbered list item here</nowiki>

Revision as of 13:38, 17 June 2016

Explanation of this Page

The items below may prove helpful for Wiki editors. Wiki editors must login and view the coding in edit mode to see the actual Wiki syntax.

  • ''italics''
  • '''bold'''
  • '''''bold and italics'''''
  • Line break: <br>
  • ==Standard Header==
  • ===Next Level Header===
  • [[Internal Link]]
  • [[Internal Link|Internal Link, alternative text]]
  • [http://sample.com text of external link]
  • {{Strikethrough|Strikethrough text; beneficial for transcription of records.}}
  • * Bulleted list item here
  • # Numbered list item here
  • : Indentation
  • :: Double indentation
  • Add page to category: [[CATEGORY:Sample]]
  • Link to category: [[:CATEGORY:Sample]]
  • Redirect the original page to a different page: #REDIRECT [[Different Page]]

Tabular Columns

Tabular columns may be used using this coding.

{|
|- Valign="top"
|
*
*
|
*
*
|}

Sorting Data

At times, page names need to be sorted in a different manner than they are typed.

{{DEFAULTSORT: Gerstenslager Company, The}}

Rather than Wiki sorting the name of the company under The Gerstenslager Company, this code will tell Wiki to sort the name under Gerstenslager

Tables

To create a sortable table:

{| class="wikitable sortable"
|-
! Heading 1||Heading 2||Heading 3||Heading 4
|-
||Data 1||Data 2||Data 3||Data 4
|-
||Data 5||Data 6||Data 7||Data 8
|-
||Data 9||Data 10||Data 11||Data 12
|-
|}

To create a nonsortable table:

{| class="wikitable"
|-
! Heading 1||Heading 2||Heading 3||Heading 4
|-
||Data 1||Data 2||Data 3||Data 4
|-
||Data 5||Data 6||Data 7||Data 8
|-
||Data 9||Data 10||Data 11||Data 12
|-
|}

To create a table with a color background that appears on the right margin, page text floats around table. NOTE: Table code must appear above text.

{| class="wikitable" style="color:white; background-color:#0000FF; float:right; margin-left: 10px;" 
! colspan="2" style="color:white; background-color:#0000FF;" | Current Contact Information
|-
|Address
|Data 1
|-
|Phone
|Data 2
|-
|Contact Person
|Data 3
|-
|Email
|Data 4
|}

Inserting Images

  1. Open the page that the images will go on in edit mode.
  2. Drag and drop the files into the "Drop files here" box.
  3. Upload the images.
  4. Insert images as file or in a gallery.

To insert images as thumbnails:

[[File:Image1.jpg|200px||thumbnail||right|This caption is for Image1]]
  • When inserting the image as a thumbnail the 200px can be changed. The larger the number, the larger the image.
  • Wiki editors can indicate whether the thumbnail should be place on the left, center or right.


To insert images in a row, or "gallery" format:

<gallery>
File:Image_name.jpg|This caption is for Image.
File:Image2_name.jpg|This caption is for Image2.
</gallery>

Portal Update

See: WCPL:Portal admin

How should Wiki editors format pages?

References

<ref> Source </ref>

This code should be placed in a section called references:

<references/>