Metainformationen zur Seite
  •  

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
playground:playground [2009/06/30 20:50] Maikplayground:playground [2022/08/06 20:15] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
-====== Spielplatz ====== +====== PlayGround ======
- +
-== Color Test == +
----- +
-\\ +
- +
-<color blue/lightgrey>Text in blau auf hellgrauem Hintergrund</color> +
- +
-<code><color blue/lightgrey>Text in blau auf hellgrauem Hintergrund</color></code> +
- +
- +
-\\ +
-== Syntax Comment Test == +
----- +
-\\ +
- +
-Dieser Text hat einen nicht sichtbaren /* aber durchaus lesbaren */ Kommentar. Dies dient zum kommentieren bestimmter Textpassagen beim Ändern der Seite. +
- +
-<code>/* unsichtbarer Kommentar */</code> +
-<code> +
-/* +
-+
-* geht auch so +
-+
-*/ +
-</code> +
-<code>/**** oder so ****/</code> +
- +
-\\ +
-== Box Test == +
----- +
-\\ +
- +
-  <box> eine Standart Box </box> +
-ergibt +
-<box> eine Standart Box </box> +
-Die Standartbreite beträgt immer 50%. +
- +
-  <box 30%> kürzere Box </box> +
-ergibt +
-<box 30%> kürzere Box </box> +
- +
-  <box 80%> längere Box </box> +
-ergibt +
-<box 80%> längere Box </box> +
- +
-  <box 300px> feste Breite </box> +
-ergibt +
-<box 300px> feste Breite </box> +
- +
- +
-<box round orange 60% left|The full syntax:> +
- +
-''**%%<box%%** //width// //classes// **|** title text**>** contents text **%%</box|%%** caption text**%%>%%**'' +
- +
-  ; //classes// : any number of classes which use the styles in your template or the plugin's own stylesheet to determine the look of the box. The box plugins comes with the following classes already defined: +
-    * //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> +
-== +
-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 ''%%<box ... >%%'' including the title must all appear on one line.  The box contents can appear over as many lines as are needed. +
- +