Difference between revisions of "Instructions for Editors"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | On any given page, there will be some common navigation: | + | =Common navigation= |
+ | On any given page, there will be some common navigation provided by our Double Page template: | ||
*A "Previous Page" link | *A "Previous Page" link | ||
*A "Next Page" link | *A "Next Page" link | ||
Line 5: | Line 6: | ||
*An image thumbnail | *An image thumbnail | ||
+ | =Copyediting= | ||
To help edit, follow the following procedure: | To help edit, follow the following procedure: | ||
#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. | #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. | ||
#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. | #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 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: | ||
<pre>{{p|xxx}}</pre> | <pre>{{p|xxx}}</pre> | ||
+ | ==Hyphenations== | ||
*If a word is hyphenated across a page (inter-rupted, for example), indicate the page break AFTER the word: | *If a word is hyphenated across a page (inter-rupted, for example), indicate the page break AFTER the word: | ||
<pre>interrupted {{p|xxx}}</pre> | <pre>interrupted {{p|xxx}}</pre> | ||
*Remove all hyphenated words | *Remove all hyphenated words | ||
+ | ==Paragraphs== | ||
*Put one line feed between paragraphs | *Put one line feed between paragraphs | ||
+ | ==Italics== | ||
*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== | ||
*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: | ||
<pre> This line is on top of<br/> this one </pre> | <pre> This line is on top of<br/> this one </pre> | ||
+ | ==Small text== | ||
+ | *To indicate text in a smaller font, use the following tags: | ||
+ | <pre> <small>This is small.</small> This is not. </pre> |
Revision as of 10:21, 10 December 2005
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:
- 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.
- 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 breaks
- To indicate the beginning of a page, use the page template like so:
{{p|xxx}}
Hyphenations
- If a word is hyphenated across a page (inter-rupted, for example), indicate the page break AFTER the word:
interrupted {{p|xxx}}
- Remove all hyphenated words
Paragraphs
- Put one line feed between paragraphs
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.