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

Материал из Энциклопедия EverQuest II
Перейти к: навигация, поиск
 
Строка 1: Строка 1:
 
<includeonly>
 
<includeonly>
{| class="toccolours" border="0" cellspacing="3" cellpadding="2" style="font-size:90%;"
+
{| class="toccolours"
|- bgcolor="#bad8ba"
+
|-
 
</includeonly><noinclude>
 
</includeonly><noinclude>
  

Текущая версия на 15:51, 17 июля 2015


A standard format for small tables, used on places such as zone pages. Use it as follows:

  {{SmallTable}}
   ! Col 1 Header
   ! Col 2 Header
   |-
   | Col 1 Row 1
   | Col 2 Row 1
   |} 
   

The above markup gives the following result:


Col 1 Header Col 2 Header
Col 1 Row 1 Col 2 Row 1