Wiki editor help

From Wayne County, Ohio Online Resource Center
Jump to navigation Jump to search

Explanation of this Page

The items below may prove helpful for Wiki editors.

  • ''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

Pages Should Use the Following Templates

Specific Templates

Address Example: {{Address | number=109 | street=W. Main St. | city=Smithville | state=Ohio | zip=44677 | categorize=true | primary=true | township=Green }}
Note 1: If there is a suite, apartment, or unit number, this should follow | street=W. Main St. | unit=No. 3 |
Note 2: If no address is known, use | number=0000 |
Note 3: | primary=true | indicates the last known address even if the business is defunct
Note 4: If no street address is given and only a description, the description should be given | street=N. W. Side Public Square |
Note 5: When adding the address in the Infobox, no punctuation should be used. See below.
Address Example in Business Infobox Location:
| locations = [[W Main St|109 W Main St]], [[Smithville, Ohio]]
Name Example: Firstname {{Surname|Enter Lastname here}}
Yearbooks
*  1901 - Wooster High School annual <ref>Wooster High School annual. 1901. Wooster, Ohio</ref> 
Category:1901. Wooster High School annual ads
Category:Wooster High School annual ads

References

<ref> Source </ref>

This code should be placed in a section called references:

<references/>

Verification

https://wiki.wcpl.info/w/Template:Verification
{{Verification|Additional verification text}}

Sample Source Citations

Internet, Digital Image

Include the subject of the record; type of record; name of the website; name of the database; URL; date accessed.

Akey, Loyd Lester, death record, Ohio Death Records, 1908-1951, no. 28641 (1916) FamilySearch. https://familysearch.org: accessed 25 October 2020.

Internet

Include the name of the website; name of the database; URL; date accessed; other information as needed.

Find A Grave. Database with images (http://www.findagrave.com): accessed 28 Nov 2020, memorial 11202977, John Louis Amiet (1869-1947), Apple Creek Cemetery, Apple Creek, Wayne County, Ohio; maintained by Names in Stone.  

For general websites, you may elect to use the cite web template.

{{cite web
| url        =
| title      =
| last       =
| first      =
| date       =
| website    =
| publisher  =
| accessdate =
}}

Book

Include the author; 'Title of Book; Place of publication; Publisher; year of publication.

Hawkins, Otis Earl. ''My Experiences in War and Business: One Man's Story of Success in America.'' Ashland, OH: Ashbrooks Press, 1999.   

You may elect to use the citation template.

{{Citation
| last       =
| first      =
| year       =
| title      =
| publisher  =
| publication-place =
| page       =
| url        =
| accessdate =
}}

Periodical

Include the author; name of the article; Title of the Periodical; volume and issue number (year); pages.

Sheppard, Laurel M. "They Bearing Torches Pass Them hand to Hand: Part II." ''Ohio Genealogical Society Quarterly,'' v. 60, no. 3 (2020): 288-307. 

Newspaper

Include the author; name of the article; Title of Newspaper; Date of newspaper (dd-mmm-yyyy); section and page number; column number if known.

Locher, Paul. "Massive Summer Project Should Make Wayne County Fairgrounds Accessible to All." ''Daily Record''. Wooster, Ohio. 31 Aug 2014.

In some cases, you may elect to use the newspaper template.

{{Daily Record article
| title = Article Title Here
| year = YYYY
| month = MM
| day = DD
| page = {{Cite page|123}}
| section = S
| author = Jane [[Doe (surname)|Doe]]