Difference between revisions of "Instructions for Editors"

From TheMorganReport
Jump to navigation Jump to search
Line 12: Line 12:
  
 
=Procedural Notes=
 
=Procedural Notes=
 +
==Page headings & numbers==
 +
Remove any "HAWAIIAN ISLANDS." text and page number text when copy editing.  For page breaks, indicate them as designated below.
 +
 
==Centered or justified layout==
 
==Centered or justified layout==
 
Keep everything left justified - we will not attempt to match layout with the original, since we provide the original images to look at.
 
Keep everything left justified - we will not attempt to match layout with the original, since we provide the original images to look at.
 +
 
==Dialog==
 
==Dialog==
 
Treat each speaker's turn as a separate paragraph, and put one line feed in between:
 
Treat each speaker's turn as a separate paragraph, and put one line feed in between:
Line 19: Line 23:
  
 
Speaker 2: Says something else.</pre>
 
Speaker 2: Says something else.</pre>
 +
 
==Page breaks==
 
==Page breaks==
 
To indicate the beginning of a page, use the page template like so:
 
To indicate the beginning of a page, use the page template like so:
Line 36: Line 41:
 
To indicate italics, use two single quotes before and after the words to be italicized
 
To indicate italics, use two single quotes before and after the words to be italicized
 
<pre>''This is italics,'' this is not.</pre>
 
<pre>''This is italics,'' this is not.</pre>
 +
 
==Single line feeds==
 
==Single line feeds==
 
In the case where you need a manual line feed, put a break code in:
 
In the case where you need a manual line feed, put a break code in:
Line 44: Line 50:
 
To indicate text in a smaller font, use the following tags:
 
To indicate text in a smaller font, use the following tags:
 
<pre> <small>This is small.</small> This is not. </pre>
 
<pre> <small>This is small.</small> This is not. </pre>
 +
 
==Bold text==
 
==Bold text==
 
To indicate text in bold, use three single quotes:
 
To indicate text in bold, use three single quotes:
 
<pre> '''This is bold.''' This is not. </pre>
 
<pre> '''This is bold.''' This is not. </pre>

Revision as of 12:02, 11 December 2005

Common navigation

On any given page, there will be some common navigation provided by our Double Page template:

  • A "Previous Page" link
  • A "Next Page" link
  • A "Template:<xxx>-<xxx>" link
  • An image thumbnail

Copyediting

To help edit, follow the following procedure:

  1. click on the image thumbnail of the page. This will slightly enlarge the image. Click on the image again, and it should be large enough for you to read. Leave this open in a browser window.
  2. In another browser window, open up the same page, and click on the "Template:<xxx>-<xxx>" link. This will bring you to a page where you can edit the text. Click on the "edit" button at the top to begin editing. Compare the text in the editor with the image from the other window, and make corrections if necessary.

Procedural Notes

Page headings & numbers

Remove any "HAWAIIAN ISLANDS." text and page number text when copy editing. For page breaks, indicate them as designated below.

Centered or justified layout

Keep everything left justified - we will not attempt to match layout with the original, since we provide the original images to look at.

Dialog

Treat each speaker's turn as a separate paragraph, and put one line feed in between:

Speaker 1: Says something interesting.

Speaker 2: Says something else.

Page breaks

To indicate the beginning of a page, use the page template like so:

{{p|xxx}}

Hyphenations

Remove all hyphenated words. If a word is hyphenated across a page (inter-rupted, for example), indicate the page break AFTER the word:

interrupted {{p|xxx}}

Paragraphs

Put one line feed between paragraphs

This is the end of paragraph 1.

This is the start of paragraph 2.

Italics

To indicate italics, use two single quotes before and after the words to be italicized

''This is italics,'' this is not.

Single line feeds

In the case where you need a manual line feed, put a break code in:

This line is on top of<br/>
this one 

Small text

To indicate text in a smaller font, use the following tags:

 <small>This is small.</small> This is not. 

Bold text

To indicate text in bold, use three single quotes:

 '''This is bold.''' This is not.