Шаблон:Sidebar — различия между версиями
Материал из RPGround Wiki
EvilCat (обсуждение | вклад) (Created page with '{| style="border-left:solid 1px; float:right; clear:both; margin-left:2px" width=30% | {{{1}}} |}') |
EvilCat (обсуждение | вклад) |
||
(не показаны 3 промежуточные версии этого же участника) | |||
Строка 2: | Строка 2: | ||
| | | | ||
{{{1}}} | {{{1}}} | ||
− | |} | + | |}<noinclude> |
+ | == Usage == | ||
+ | |||
+ | <pre> {{Sidebar|some text | ||
+ | * one | ||
+ | * two | ||
+ | * three}}</pre> | ||
+ | |||
+ | Result(to the right): | ||
+ | |||
+ | {{Sidebar|some text | ||
+ | * one | ||
+ | * two | ||
+ | * three}} | ||
+ | {{-}} | ||
+ | |||
+ | '''Important'''! Replace all = (equals) symbols in text with <nowiki>{{=}}</nowiki>, for example: | ||
+ | <pre> {{Sidebar|20 - 5 - 1 {{=}} 14 coins left.}}</pre> | ||
+ | |||
+ | [[ru:Template:Сбоку]] | ||
+ | [[Category:Design wiki templates]] | ||
+ | </noinclude> |
Текущая версия на 15:59, 12 июня 2009
{{{1}}} |
Usage[править]
{{Sidebar|some text * one * two * three}}
Result(to the right):
some text
|
Important! Replace all = (equals) symbols in text with {{=}}, for example:
{{Sidebar|20 - 5 - 1 {{=}} 14 coins left.}}