Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
Nächste Überarbeitung | Vorherige Überarbeitung | ||
playground:playground [2016/07/03 18:11] – Externe Bearbeitung 127.0.0.1 | playground:playground [2024/07/25 05:29] (aktuell) – [Steuerzeichen-Escpe] uli | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== PlayGround ====== | ====== PlayGround ====== | ||
+ | ===== RSS & Co. ===== | ||
+ | /* Test mit '' | ||
+ | {{rss> | ||
+ | |||
+ | <WRAP left round box 90%> | ||
+ | {{rss> | ||
+ | |||
+ | ===== Fold Plugin ===== | ||
+ | Test im Fließtext ++hier| ist der aufgeklappte Text++ENDE | ||
+ | |||
+ | Test im Block | ||
+ | ++++hier| steht der aufgeklappte Text\\ zweite Zeile++++ | ||
+ | ENDE | ||
+ | ===== IFRAME ===== | ||
+ | ++++IFRAME Plugin| | ||
+ | {{url> | ||
+ | ++++ | ||
+ | ===== WRAP Plugin ===== | ||
+ | ++++WRAP-Tests| | ||
+ | <WRAP center round box 60%> | ||
+ | einfache zentrierte Box | ||
+ | </ | ||
+ | <WRAP center round info 60%> | ||
+ | Info-Box | ||
+ | </ | ||
+ | <WRAP center round tip 60%> | ||
+ | Tip-Box | ||
+ | </ | ||
+ | <WRAP center round important 60%> | ||
+ | Wichtig-Box | ||
+ | </ | ||
+ | <WRAP center round alert 60%> | ||
+ | Warn-Box | ||
+ | </ | ||
+ | <WRAP center round download 60%> | ||
+ | Download-Box | ||
+ | </ | ||
+ | <WRAP center round todo 60%> | ||
+ | Zu-Erledigen-Box | ||
+ | </ | ||
+ | |||
+ | <wrap em> | ||
+ | <wrap hi> | ||
+ | <wrap lo> | ||
+ | ++++ | ||
+ | ===== Video ===== | ||
+ | ++++YouTube-Test| | ||
+ | {{youtube> | ||
+ | ++++ | ||
+ | ===== Tabellen ===== | ||
+ | ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | ||
+ | | Row 1 Col 1 | this cell\\ spans\\ vertically | Row 1 Col 3 | | ||
+ | | Row 2 Col 1 | ::: | Row 2 Col 3 | | ||
+ | | Row 3 Col 1 | ::: | Row 2 Col 3 | | ||
+ | |||
+ | ===== Color ===== | ||
+ | < | ||
+ | <color green> | ||
+ | <color blue/ | ||
+ | <color # | ||
+ | <color /# | ||
+ | <color rgb(80%, | ||
+ | <color hsl(120, | ||
+ | </ | ||
+ | |||
+ | ... ergibt... | ||
+ | |||
+ | <color green> | ||
+ | <color blue/ | ||
+ | <color # | ||
+ | <color /# | ||
+ | <color rgb(80%, | ||
+ | <color hsl(120, | ||
+ | |||
+ | |||
+ | ===== Kommentare in der Seiten-Source ===== | ||
+ | Syntax: < | ||
+ | Sieht so aus: /* Kommentar */ | ||
+ | |||
+ | ===== Steuerzeichen-Escpe ===== | ||
+ | Doppelter Stern etc.: < | ||
+ | ...ergibt: | ||
+ | %%**%% %%//%% %%\\%% | ||
+ | |||