Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| playground:playground [2009/10/06 19:47] – Maik | playground:playground [2022/08/06 20:15] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== | + | ====== |
| - | + | ||
| - | <box round 400px|**die letzten 10 geänderten Beiträge**> | + | |
| - | + | ||
| - | + | ||
| - | === Spacer Test === | + | |
| - | ---- | + | |
| - | \\ | + | |
| - | + | ||
| - | <margin 100px> | + | |
| - | Dieser Satz beginnt normal mit der dazugehörigen Überschrift.\\ | + | |
| - | <spacer 50px> | + | |
| - | <spacer 20px> | + | |
| - | + | ||
| - | < | + | |
| - | Dieser Satz beginnt normal mit der dazugehörigen Überschrift.\\ | + | |
| - | <spacer 50px> | + | |
| - | <spacer 20px> | + | |
| - | </ | + | |
| - | </ | + | |
| - | + | ||
| - | == Color Test == | + | |
| - | ---- | + | |
| - | \\ | + | |
| - | + | ||
| - | <color blue/ | + | |
| - | + | ||
| - | < | + | |
| - | + | ||
| - | + | ||
| - | \\ | + | |
| - | == Syntax Comment Test == | + | |
| - | ---- | + | |
| - | \\ | + | |
| - | + | ||
| - | Dieser Text hat einen nicht sichtbaren /* aber durchaus lesbaren */ Kommentar. Dies dient zum kommentieren bestimmter Textpassagen beim Ändern der Seite. | + | |
| - | + | ||
| - | < | + | |
| - | < | + | |
| - | /* | + | |
| - | * | + | |
| - | * geht auch so | + | |
| - | * | + | |
| - | */ | + | |
| - | </ | + | |
| - | < | + | |
| - | + | ||
| - | \\ | + | |
| - | == Box Test == | + | |
| - | ---- | + | |
| - | \\ | + | |
| - | + | ||
| - | <box> eine Standart Box </ | + | |
| - | ergibt | + | |
| - | <box> eine Standart Box </ | + | |
| - | Die Standartbreite beträgt immer 50%. | + | |
| - | + | ||
| - | <box 30%> kürzere Box </ | + | |
| - | ergibt | + | |
| - | <box 30%> kürzere Box </ | + | |
| - | + | ||
| - | <box 80%> längere Box </ | + | |
| - | ergibt | + | |
| - | <box 80%> längere Box </ | + | |
| - | + | ||
| - | <box 300px> feste Breite </ | + | |
| - | ergibt | + | |
| - | <box 300px> feste Breite </ | + | |
| - | + | ||
| - | + | ||
| - | <box round orange 48% left|**The full syntax: | + | |
| - | + | ||
| - | '' | + | |
| - | + | ||
| - | ; //classes// : any number of classes which use the styles in your template or the plugin' | + | |
| - | * //round// --- box will have rounded corners | + | |
| - | * //blue// --- blue colour scheme | + | |
| - | * //red// --- red colour scheme | + | |
| - | * //green// --- green colour scheme | + | |
| - | * //orange// --- orange colour scheme | + | |
| - | * //left// --- box is floated left on the page | + | |
| - | * //right// --- box is floated right on the page | + | |
| - | + | ||
| - | ; //width// : any legal CSS length value. | + | |
| - | ; //title text// : text (including dokuwiki markup) displayed as a title above box contents. | + | |
| - | ; //caption text// : text (without dokuwiki markup) displayed as a caption below box contents. | + | |
| - | + | ||
| - | + | ||
| - | \\ | + | |
| - | //width// & //classes// can be specified in any order. | + | |
| - | </ | + | |
| - | <box round left 48%|'' | + | |
| - | ~~CL~~ | + | |
| - | + | ||
| - | if no classes are specified the default styles will be used, that is square corners in a colour scheme based on the default Dokuwiki colour scheme. | + | |
| - | + | ||
| - | The opening '' | + | |
| - | + | ||