Help:Editing poetry
| ←Help pages | Editing poetry |
| This page provides help on editing poetry. |
Contents |
[edit] Line indentation and linebreaks
A software extension on Wikisource simplifies indentation and linebreaks. Wrap a poem inside <poem> tags; the linebreaks and indentation will be displayed as it is typed. For example, see this poem excerpt and background code:
And oft by yon blue gushing stream
Shall Sorrow lean her drooping head,
And feed deep thought with many a dream,
And lingering pause, and lightly tread,–
Fond wretch! as if her step disturb'd the dead!
<poem>
And oft by yon blue gushing stream
Shall Sorrow lean her drooping head,
And feed deep thought with many a dream,
And lingering pause, and lightly tread,–
Fond wretch! as if her step disturb'd the dead!
</poem>
Notes (caveat emptor!):
- If the coding of the poem tag changes, as it has, this may cause a previously satisfactory format to break.
- The indent is created by leading spaces, requiring the user to count those invisible characters, and the amount of space will depend on a number of factors. The fixed width font in edit mode will not be rendered when saved. Furthermore, if the format of the poem is more complex than the example above, the number of spaces will also require management throughout the volume.
The alternative is to use a recommended, stable and resilient coding, {{gap}} and <br />:
And oft by yon blue gushing stream <br />
{{gap}}Shall Sorrow lean her drooping head, <br />
And feed deep thought with many a dream, <br />
{{gap}}And lingering pause, and lightly tread,– <br />
{{gap}}{{gap}}Fond wretch! as if her step disturb'd the dead!
which will render as:
And oft by yon blue gushing stream
Shall Sorrow lean her drooping head,
And feed deep thought with many a dream,
And lingering pause, and lightly tread,–
Fond wretch! as if her step disturb'd the dead!
This style can use any other formatting template, for example
{{block center|{{smaller block|And oft by yon blue gushing stream <br />
{{gap}}Shall Sorrow lean her drooping head, <br />
And feed deep thought with many a dream, <br />
{{gap}}And lingering pause, and lightly tread,– <br />
{{gap}}{{gap}}Fond wretch! as if her step disturb'd the dead!}}}}
[edit] Centering of poems
Typeset poems are often centered on the page, but retain left alignment. This is hard to achieve with "normal" formatting ({{center}} will center each line separately). Use {{block center}} to align a poem to the centre as a block:
{{block center|And oft by yon blue gushing stream<br />
{{gap}}Shall Sorrow lean her drooping head,<br />
And feed deep thought with many a dream,<br />
{{gap}}And lingering pause, and lightly tread,–<br />
{{gap}}Fond wretch! as if her step disturb'd the dead!}}
|
And oft by yon blue gushing stream |
- Note that this style of formatting does not work well where the poem spans multiple pages as the centering does not always align. To achieve alignment across multiple pages, the start and end are controlled by {{Block center/s}} and {{Block center/e}} in main. The same templates apply the format to the Page namespace, but are not included (<noinclude></noinclude>). See documentation for instructions.
[edit] Formatting
Often very useful when the poem is among text within a book, or when there is a centred title. Note that in this situation it can be useful to add formatting to the poem tag, for example smaller text would be coded
- <poem style="font-size:smaller">text text text</poem>
|
And oft by yon blue gushing stream |
[edit] Line numbering
For long works without numbered stanzas, it may be useful to add line numbers to the text for the convenience of those readers who wish to cite particular lines or passages. No single standard for this kind of markup has emerged on Wikisource yet. One method (used in Hellas for example) is to mark each fifth line in a small green font, to the right of the end of the line (so as not to interfere with the indentation). Each line number also includes an HTML anchor to facilitate direct linking — e.g. [[Hellas#line300]]. For example:
<poem>
...
If night is mute, yet the returning sun {{pline|295}}
Kindles the voices of the morning birds;
Nor at thy bidding less exultingly
Than birds rejoicing in the golden day,
The Anarchies of Africa unleash
Their tempest-winged cities of the sea, {{pline|300}}
To speak in thunder to the rebel world.
...
</poem>
...
If night is mute, yet the returning sun 295
Kindles the voices of the morning birds;
Nor at thy bidding less exultingly
Than birds rejoicing in the golden day,
The Anarchies of Africa unleash
Their tempest-winged cities of the sea, 300
To speak in thunder to the rebel world.
...
[edit] Versions
Poems often have ambiguous titles, different versions also require disambiguation.
- Versions. If multiple editions of a text are hosted here, link those to and from the {{versions}} page.
- Disambiguation. The titles of poems are frequently ambiguous, different works with the same title should be linked from a {{disambiguation}} page. This is usually a poem by a different author.
- Titles. Poems can be created using the 'plain title' for the page's name, or distinguished from similar titles by year or author in parentheses. Adding a poem as a subpage of the work is preferable, the advantages of which increase with the degree of complexity and ambiguity.
- Redirects. Create redirects of title variations to the poems title or a versions page.
Any combination of these should assist a reader to find a page
- The Raven and Other Poems/The Raven (1845 ed.)
perhaps one of several versions
- The Raven (Poe) (versions page)
amongst the works with similar titles
- The Raven. (disambiguation page)
Use the header and its notes section to show the authority of a version, detailing the primary source, and the talk for expanded discussion of the text.
Creating a table of contents linking poems with plain titles should be avoided. The situation arises where the same poem is presented as appearing in two or more versions, perhaps a revised edition, and a misleading reference.
Poems often appear in a number of variations, perhaps significant, inclusion of these variants is left to the discretion of the contributor. Later contributions to poetry hosted by Wikisource may be derived from different sources, however, all documents at the site should identify their source precisely.
Text integrity is best maintained by using original scans, as described in help page, most poems are easily available in a number of variants. A complete book scan, even if only partly transcribed, is verifiable, easily corrected, and provides direct access to the source. The remaining contents of the scans can be easily finished by other contributors.
Assistance in uploading and preparing scan indexes, and with sub-paging, is available.
Summary:
- Find a scan or other authoritative source for the poem. Create a version of the work as a subpage of a volume. Link it to similar titles. Ask for help and examples.