steed/doc/modules/para.txt
2011-02-28 09:04:59 +00:00

20 lines
744 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

====== Модуль Para ======
^ Подключение | require %%"%%para%%"%% |
^ Тип | игровой |
^ Зависимости | [[Format]] |
===== Описание =====
Ставит отступ в начале каждого параграфа в соответствии с русской типографской традицией. Дополнение отступом производится //только// при выводе содержимого сцены.
Вы можете менять количество пробелов в отступе с помощью задания format.para_space:
<code lua>
format.para_space = " ";
</code>