Шаблон:Sidebar — различия между версиями

Материал из RPGround Wiki
Перейти к: навигация, поиск
м (didn't work.)
(+usage)
Строка 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>
 +
</noinclude>

Версия 23:46, 19 апреля 2009

{{{1}}}

Usage

 {{Sidebar|some text
 * one
 * two
 * three}}

Result(to the right):

some text

  • one
  • two
  • three

Important! Replace all = (equals) symbols in text with {{=}}, for example:

 {{Sidebar|20 - 5 - 1 {{=}} 14 coins left.}}