Difference between revisions of "Help:Chapter template"

From Les Misérables Annotation Project
Jump to: navigation, search
(Created page with " <nowiki>Les Mis&eacute;rables, Volume #: TITLE, Book #: TITLE, Chapter #: TITLE<br /> (Tome #: TITLE, Livre #&egrave;me: TITLE, Chapitre #: TITLE) ==General notes on...")
 
Line 1: Line 1:
  <nowiki>Les Mis&amp;eacute;rables, Volume #: TITLE, Book #: TITLE, Chapter #: TITLE<br />
+
  <nowiki>Les Mis&amp;eacute;rables, Volume #: TITLE, Book #th: TITLE, Chapter #: TITLE<br />
(Tome #: TITLE, Livre #&amp;egrave;me: TITLE, Chapitre #: TITLE)
+
(Tome #: TITLE, Livre #i&amp;egrave;me: TITLE, Chapitre #: TITLE)
  
 
==General notes on this chapter==
 
==General notes on this chapter==
Line 17: Line 17:
  
 
==Citations==
 
==Citations==
<references/>
+
<references />
 
</nowiki>
 
</nowiki>
 +
 +
French text: http://www.gutenberg.org/files/17489/17489-h/17489-h.htm
 +
 +
English text: http://www.gutenberg.org/files/135/135-h/135-h.htm
 +
 +
Formatting tips:
 +
* Use Ctrl+U (or whatever your browser's "view page source" option is) to get at the raw HTML.
 +
* Convert the HTML to wiki markup:
 +
** Option 1: Run it through an HTML-to-Mediawiki converter
 +
** Option 2: Use find/replace in a text editor to strip out all the &lt;p&gt; and &lt;/p&gt; tags, and to replace &lt;i&gt; and &lt;/i&gt; with double apostrophes. That should be about it, but run a search for &lt; and &gt; when you're done to make sure you haven't missed any HTML.
 +
* Remove any extra whitespace. There should be one blank line between paragraphs and no leading spaces at the beginning of a line. You can do this by hand, or use a text editor such as Notepad++ that can handle line breaks in its find/replace via the special characters \r\n.
 +
* All single line breaks will be ignored, which means weird line wrapping is perfectly okay, but also means there ''has'' to be a blank line between paragraphs or you'll get the dreaded Wall of Text. Well, more of one than Hugo already gave you.

Revision as of 05:34, 2 March 2014

Les Mis&eacute;rables, Volume #: TITLE, Book #th: TITLE, Chapter #: TITLE<br />
(Tome #: TITLE, Livre #i&egrave;me: TITLE, Chapitre #: TITLE)

==General notes on this chapter==

==French text==

PASTE FRENCH TEXT HERE. 

==English text==

PASTE ENGLISH TEXT HERE.

==Translation notes==

==Textual notes==

==Citations==
<references />

French text: http://www.gutenberg.org/files/17489/17489-h/17489-h.htm

English text: http://www.gutenberg.org/files/135/135-h/135-h.htm

Formatting tips:

  • Use Ctrl+U (or whatever your browser's "view page source" option is) to get at the raw HTML.
  • Convert the HTML to wiki markup:
    • Option 1: Run it through an HTML-to-Mediawiki converter
    • Option 2: Use find/replace in a text editor to strip out all the <p> and </p> tags, and to replace <i> and </i> with double apostrophes. That should be about it, but run a search for < and > when you're done to make sure you haven't missed any HTML.
  • Remove any extra whitespace. There should be one blank line between paragraphs and no leading spaces at the beginning of a line. You can do this by hand, or use a text editor such as Notepad++ that can handle line breaks in its find/replace via the special characters \r\n.
  • All single line breaks will be ignored, which means weird line wrapping is perfectly okay, but also means there has to be a blank line between paragraphs or you'll get the dreaded Wall of Text. Well, more of one than Hugo already gave you.