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

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

Версия 21:55, 7 сентября 2009


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