No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Orientation ==
==== Templates in diesem Wiki ====
Übersicht zu allen Templates: [[AllTemplates]]
Übersicht zu allen Templates: [[AllTemplates]]
und allen Seiten
und allen Seiten


====Testpage: Early German Translations====


[[Early German Translations of Mark Twain's Work|Early German translations of Mark Twain's works]] (in progress)
[[Early German Translations of Mark Twain's Work|Early German translations of Mark Twain's works]] (in progress)
----
----
====Text Orientation====
=====1) Left-Aligned Text (Default)=====
<div style="text-align: left;">
This text is left-aligned. This is the default alignment for most wiki content unless otherwise specified.
</div>
=====2) Right-Aligned Text=====
<div style="text-align: right;width: 90%">
This text is right-aligned. It appears flush with the right margin of the page or content block.
</div>
=====3) Centered Text=====
<div style="text-align: center;>
This text is centered. It appears in the middle of the page or block horizontally.
</div>
=====4) Justified (Block) Text=====
<div style="text-align: justify; width: 50%;">
This text is justified, meaning it aligns evenly along both the left and right margins. This style is commonly used in books and newspapers to create a clean, formal look. To make justification look better, a narrower width is often used so that the line spacing and word spacing are more visually balanced.
</div>