Главная Облако тегов     Подписка на ленту обновлений (RSS) XMPP (Jabber) совместимые службы мгновенных сообщений. К примеру Google Talk, Gizmo, jabber.org Пишите письма О сайте
Вы находитесь здесь: Заметки экспериментатора » en » Projects » dokuwiki » Styler plugin
Translations of this page:
You were redirected here from projects:dokuwiki:styler.

Styler plugin

Description

This plugin provide additional formatting of your texts:

  • <quote> - the expanded quotations;
  • <epigraph> - epigraps;
  • <verse> - formatting of verses;
  • <style> - generic style blocks.

As you can specify attributes for each formatted block:

  • left - text align to left;
  • right - text align to right;
  • center - center text;
  • justify - justify text;
  • float-left - To create the floating block to the left of the text;
  • float-right - To create the floating block to the right of the text;
  • box - To draw a framework around of the block;
  • background - To fill in a background with solid color.

Examples

Insert epigraph

«Cannibals prefer those who have no spines.»

Stanislaw Lem

<epigraph>
"Cannibals prefer those who have no spines."

[[http://www.google.com/search?hl=en&q=Stanislaw+Lem|Stanislaw Lem]]
</epigraph>

You can see example here Шкатулка (in Russian).

Verse formatting

<verse box>
//Opening:// Dm - Am - Dm - C

Dm
A vacation in the foreign land

Uncle Sam does the best he can
              Gm
You're in the army now
                     Dm
Oh, oh you're in the army - now...

...

    //Status Quo - In The Army Now//
</verse>

//Opening:// Dm - Am - Dm - C

Dm
A vacation in the foreign land

Uncle Sam does the best he can
              Gm
You're in the army now
                     Dm
Oh, oh you're in the army - now...

...

    //Status Quo - In The Army Now//

Copying from http://home.online.no/~prannug/quo/itan.html

You can see example here Звездная тень (in Russian).

Additional quotation

<quote>
First line.

With additional quotation you can:
  * Use lists;
  * Use **formattings**;
  * Use pictures {{http://iar.spb.ru/lib/images/buttons/debian.png}};
  * And many other things.

Last line.
</quote>

First line.

With additional quotation you can:

  • Use lists;
  • Use formattings;
  • Use pictures ;
  • And many other things.

Last line.

Generic styles

To place on the right the floating block with a background and border.

<style float-right box background>
To place on the right the floating block with a background and border.
</style>

<style center>To place the text on the center</style>

To place the text on the center

DokuWiki is the best

<style float-left>{{wiki:dokuwiki-128.png}}

DokuWiki is the best</style>

Important: you can specify attributes for any block, but for the some blocks they will have not enough sense.

Download

You can download latest version of plugin:

Ivan A-R 01.12.2006 13:03

Дискуссия

LauraThebault, 2008/07/29 13:29

Bonjour,

Serait-il possible d'avoir le pluggin couleur ? Merci d'avance

Laura Thébault

Ivan A-R, 2008/07/29 19:52

English please

Randolf, 2008/08/27 13:37

Hello, it's possible to make the quotes a little bit nicer:

div.dokuwiki div.styler-quote { overflow: auto; }
div.dokuwiki div.styler-quote p { margin: 0; }

The first prevents the box to extend under right aligned images and such and the second removes the here unnecessary bottom margin present in some templates.

thanks for the nice plugin

Enter your comment (wiki syntax is allowed):
Краткая справка
  • **полужирный**
  • //курсив//
  • > цитата
  • [[http://link | Заголовок ссылки]]
Больше о синтаксисе...
За исключением случаев, когда указано иное, содержимое этой вики предоставляется на условиях следующей лицензии:CC Attribution-Noncommercial-Share Alike 3.0 Unported
en/projects/dokuwiki/styler/start.txt · Последние изменения: 2007/07/23 14:33 От plumbum