Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
wiki:playground [17.01.2006 14:00] – 192.168.0.165 | wiki:playground [30.06.2010 15:04] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | ====== Boxes ====== | ||
+ | |||
+ | <box 80%|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// : a percentage value from 1-100%. | ||
+ | ; //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 plugin test page ====== | ||
+ | |||
+ | < | ||
+ | |||
+ | |||
+ | <box 95% red|boxed & titled> this is | ||
+ | also | ||
+ | boxed | ||
+ | </ | ||
+ | |||
+ | <box green> this is | ||
+ | also | ||
+ | boxed | ||
+ | </ | ||
+ | |||
+ | <box round orange> | ||
+ | |||
+ | <box round 75% |title **with // | ||
+ | * a list | ||
+ | * of several | ||
+ | * items | ||
+ | |||
+ | <code html> | ||
+ | <div class=' | ||
+ | <b class=' | ||
+ | <div class=' | ||
+ | <p class=' | ||
+ | <div class=' | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | <b class=' | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | === headings aren't allowed in boxes === | ||
+ | |||
+ | | but | tables | are | | ||
+ | |||
+ | and plugins ... | ||
+ | ; definition : list : list : list | ||
+ | |||
+ | and a [[link]] </ | ||
+ | |||
+ | |||
+ | <box |title>a box to match | ||
+ | the default dokuwiki colour scheme</ | ||
+ | |||
+ | <box |Example box> | ||
+ | to test what is possible: | ||
+ | **NICE PLUGIN:** | ||
+ | You can | ||
+ | * make Lists | ||
+ | * other markup | ||
+ | * set the color of the box | ||
+ | * ... | ||
+ | |||
+ | looks good? | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | <box 80% red round| title> | ||
+ | |||
+ | <box blue left> this is | ||
+ | a blue box | ||
+ | </ | ||
+ | |||
+ | <box 80% blue round| title> | ||
+ | |||
+ | <box green right> this is | ||
+ | a green box | ||
+ | </ | ||
+ | |||
+ | <box 80% green round| title>a wide green box</ | ||
+ | |||
+ | <box orange> | ||
+ | </ | ||
+ | |||
+ | <box 30% orange round> | ||
+ | . | ||
+ | |||
+ | |||
+ | <- | ||
+ | |||
+ | |||
+ | [[http:// | ||
+ | |||
+ | |||
+ | ====== Playground ====== | ||
+ | |||
+ | moinmoin ! | ||
+ | |||
+ | |||
+ | test | ||
+ | ---- | ||
+ | test | ||
+ | |||
+ | |||
+ | * test | ||
+ | ---- | ||
+ | * test | ||
+ | |||
+ | == test == | ||
+ | ---- | ||
+ | == test == | ||
+ | |||
+ | |||
+ | | d || e | | ||
+ | | f ^ ^| | ||
+ | |||| | ||
+ | |||
+ | ==== Level 3 Überschrift ==== | ||
+ | |||
+ | ==== Level 3 Überschrift ==== | ||
+ | |||
+ | Dieser Text ist < | ||
+ | |||
+ | * < | ||
+ | * < | ||
+ | |||
+ | some wiki code: | ||
+ | * Test | ||
+ | * Test ... | ||
+ | :-) | ||
+ | |||
+ | 1. bla | ||
+ | 2. blub | ||
+ | 3. foo | ||
+ | 4. bar | ||
+ | |||
+ | |||
+ | ====== Level 1 Überschrift ====== | ||
+ | ===== Level 2 Überschrift ===== | ||
+ | ==== Level 3 Überschrift ==== | ||
+ | |||
+ | Laläläöüöääüß!" | ||
+ | |||
+ | {{wiki: | ||
+ | |||
+ | |||
+ | * Unordered | ||
+ | - Ohne | ||
+ | - Theo | ||
+ | |||
+ | |||
+ | Hallo | ||
+ | |||
+ | |||
+ | ===== FS#367 — html code within table ===== | ||
+ | |||
+ | Bug: | ||
+ | < | ||
+ | < | ||
+ | However, the same line within a table cell will be displayed as is (not as a green ok, but as html code) | ||
+ | |||
+ | ^symbol^number^ | ||
+ | |1|one| | ||
+ | |2|< | ||
+ | |3|three| | ||
+ | |||
+ | Possible Fix: | ||
+ | If one add the line | ||
+ | $this-> | ||
+ | in the function Doku_Parser_Mode_Table() or parser.php, then this html code is correctly rendered within a cell table | ||
+ | |||
+ | |||
+ | ===== FS#287 — < | ||
+ | |||
+ | Example: | ||
+ | |||
+ | Hello < | ||
+ | |||
+ | Is rendered as: | ||
+ | |||
+ | Hello < | ||
+ | |||
+ | < | ||
+ | Hello | ||
+ | world | ||
+ | ! | ||
+ | </ | ||
+ | |||
+ | It should be on the same line! | ||
+ | |||
+ | While: | ||
+ | |||
+ | < | ||
+ | * Hello < | ||
+ | </ | ||
+ | |||
+ | Is rendered as: | ||
+ | |||
+ | * Hello < | ||
+ | |||
+ | < | ||
+ | - Hello < | ||
+ | </ | ||
+ | |||
+ | It should be rendered as html I think... | ||
+ | |||
+ | It wasn't so with the previous parser. It worked well. | ||
+ | |||
+ | |||
+ | |||
+ | testing < | ||
+ | |||
+ | |||
+ | <box gray|hello> | ||
+ | foo bar | ||
+ | </ |