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

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

Версия 17:02, 27 июля 2010


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


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