Difference between revisions of "Reference:Poem"
m (1 revision: Migration) |
m |
Poem is a MediaWiki extension to create paragraphs and line breaks automatically.
Technical background[edit | edit source]
Poem is a tag that enforces line breaks.
Functionality of Poem[edit | edit source]
- Newlines will include and shown as line breaks </br>
- The block of text is enclosed in <p> </<span class='single_linebreak' style='background-color:lightgray'>¶</span> <p> </p>
- Colons at the beginning of a line are converted into a indentation
- Spaces at the beginning of a line are preserved and no longer invoke the <pre>-Tag <span class='single_linebreak' style='background-color:lightgray'>¶</span> @@@PRE0@@@ * If you want to you can style the poem for example:
<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;">
The extension Poem is very useful for poems but also for text that includes a lot of line breaks and paragraphs.
Example[edit | edit source]
Input | Output |
---|---|
<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> '''Gesetz der Trübe.''' Freunde, flieht die dunkle Kammer, Wo man euch das Licht verzwickt, Und mit kümmerlichstem Jammer Sich verschrobnen Bildern bückt. Abergläubische Verehrer Gab's die Jahre her genug; In den Köpfen eurer Leerer Laßt Gespenst und Wahn und Trug. Wenn der Blick an heitern Tagen Sich zur Himmelsbläue lenkt, Beim Siroc der Sonnenwagen Purpurroth sich niedersenkt, Da gebt der Natur die Ehre, Froh, an Aug' und Herz gesund, Und erkennt der Farbenlehre Allgemeinen ewigen Grund. </poem> <poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> Gesetz der Trübe. Freunde, flieht die dunkle Kammer, Wo man euch das Licht verzwickt, Und mit kümmerlichstem Jammer Sich verschrobnen Bildern bückt. Abergläubische Verehrer Gab's die Jahre her genug; In den Köpfen eurer Leerer Laßt Gespenst und Wahn und Trug. Wenn der Blick an heitern Tagen Sich zur Himmelsbläue lenkt, Beim Siroc der Sonnenwagen Purpurroth sich niedersenkt, Da gebt der Natur die Ehre, Froh, an Aug' und Herz gesund, Und erkennt der Farbenlehre Allgemeinen ewigen Grund. </poem> (J.W.von Goethe)
Classical with mit MediaWiki[edit | edit source]You will find a documentation of this MediaWiki extension at mediawiki.org |
__NOTOC__ Poem is a MediaWiki extension to create paragraphs and line breaks automatically. ==Technical background== Poem is a [[Tags|tag]] that enforces line breaks. ==Functionality of Poem== * Newlines will include and shown as line breaks <nowiki> </br></nowiki> * The block of text is enclosed in <nowiki><span class='single_linebreak' style='background-color:lightgray'>¶</span> <p> </p> </nowiki> * Colons at the beginning of a line are converted into a indentation * Spaces at the beginning of a line are preserved and no longer invoke the <nowiki><pre>-Tag <span class='single_linebreak' style='background-color:lightgray'>¶</span> @@@PRE0@@@ </nowiki> * If you want to you can style the poem for example: <pre><poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"></pre> The extension Poem is very useful for poems but also for text that includes a lot of line breaks and paragraphs. ==Example== {| class="contenttable" style="width: 700px;" |- !|'''Input''' !|'''Output''' |- || <pre><poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> '''Gesetz der Trübe.''' Freunde, flieht die dunkle Kammer, Wo man euch das Licht verzwickt, Und mit kümmerlichstem Jammer Sich verschrobnen Bildern bückt. Abergläubische Verehrer Gab's die Jahre her genug; In den Köpfen eurer Leerer Laßt Gespenst und Wahn und Trug. Wenn der Blick an heitern Tagen Sich zur Himmelsbläue lenkt, Beim Siroc der Sonnenwagen Purpurroth sich niedersenkt, Da gebt der Natur die Ehre, Froh, an Aug' und Herz gesund, Und erkennt der Farbenlehre Allgemeinen ewigen Grund. </poem></pre> || <poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> '''Gesetz der Trübe.''' Freunde, flieht die dunkle Kammer, Wo man euch das Licht verzwickt, Und mit kümmerlichstem Jammer Sich verschrobnen Bildern bückt. Abergläubische Verehrer Gab's die Jahre her genug; In den Köpfen eurer Leerer Laßt Gespenst und Wahn und Trug. Wenn der Blick an heitern Tagen Sich zur Himmelsbläue lenkt, Beim Siroc der Sonnenwagen Purpurroth sich niedersenkt, Da gebt der Natur die Ehre, Froh, an Aug' und Herz gesund, Und erkennt der Farbenlehre Allgemeinen ewigen Grund. </poem> (J.W.von Goethe) |- || || |} <br /><br /> ==Classical with mit MediaWiki== You will find a documentation of this MediaWiki extension at [http://www.mediawiki.org/wiki/Extension:Poem mediawiki.org] {{Box_Links-en | Thema1 =[[Create_and_configure_articles|Create and configure articles]] | Thema2 =[[Formatting|Overview of Formatting in MediaWiki]] | Thema3 =[[Tags|List of tags]] | Thema4 = }} [[Category:BlueSpice_free]] [[Category:Extension]] [[Category:BlueSpice_public]] [[Category:BlueSpice_docu]]
Line 1: | Line 1: | ||
− | |||
__NOTOC__ | __NOTOC__ | ||
− | Poem is a MediaWiki extension to create paragraphs and line breaks automatically. | + | Poem is a MediaWiki extension to create paragraphs and line breaks automatically. |
==Technical background== | ==Technical background== | ||
Line 7: | Line 6: | ||
==Functionality of Poem== | ==Functionality of Poem== | ||
− | * Newlines will include and shown as line breaks <nowiki | + | * Newlines will include and shown as line breaks <nowiki> </nowiki> |
− | * The block of text is enclosed in <nowiki><p> </p> </nowiki> | + | * The block of text is enclosed in <nowiki><span class='single_linebreak' style='background-color:lightgray'>¶</span> <p> </p> |
+ | </nowiki> | ||
* Colons at the beginning of a line are converted into a indentation | * Colons at the beginning of a line are converted into a indentation | ||
− | * Spaces at the beginning of a line are preserved and no longer invoke the <nowiki>< | + | * Spaces at the beginning of a line are preserved and no longer invoke the <nowiki><span class='single_linebreak' style='background-color:lightgray'>¶</span> @@@PRE0@@@ |
− | * If you want to you can style the poem for example: | + | </nowiki> * If you want to you can style the poem for example: |
<pre><poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"></pre> | <pre><poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"></pre> | ||
Line 44: | Line 44: | ||
Allgemeinen ewigen Grund. | Allgemeinen ewigen Grund. | ||
</poem></pre> | </poem></pre> | ||
− | + | ||
<poem style="border: 2px solid #d6d2c5; | <poem style="border: 2px solid #d6d2c5; | ||
background-color: #f9f4e6; padding: 1em;"> | background-color: #f9f4e6; padding: 1em;"> | ||
Line 67: | Line 67: | ||
</poem> | </poem> | ||
(J.W.von Goethe) | (J.W.von Goethe) | ||
− | + | ||
− | + | <br /><br /> | |
− | + | ||
− | |||
==Classical with mit MediaWiki== | ==Classical with mit MediaWiki== | ||
You will find a documentation of this MediaWiki extension at [http://www.mediawiki.org/wiki/Extension:Poem mediawiki.org] | You will find a documentation of this MediaWiki extension at [http://www.mediawiki.org/wiki/Extension:Poem mediawiki.org] | ||
− | {{Box_Links | Thema1 =[[Create_and_configure_articles|Create and configure articles]] | Thema2 =[[Formatting|Overview of Formatting in MediaWiki]] | Thema3 =[[Tags|List of tags]] | Thema4 = }} | + | {{Box_Links-en | Thema1 =[[Create_and_configure_articles|Create and configure articles]] | Thema2 =[[Formatting|Overview of Formatting in MediaWiki]] | Thema3 =[[Tags|List of tags]] | Thema4 = }} |