source: aowow/templates/wowhead/bricks/allitems_table.tpl

Last change on this file was 170, checked in by maron, 16 years ago
  • Property svn:executable set to *
File size: 412 bytes
Line 
1{*
2 ШАБЛОН ИНФОРМАЦИИ О ВЕЩЯХ
3 Переменные, передаваемые шаблону:
4 data - данные для табл
5
6 Пример вставки модуля в текст:
7 {include file='bricks/allitems_table.tpl' data=$allitems}
8*}
9var _ = g_items;
10{strip}
11 {foreach from=$data key=id item=item}
12 _[{$id}]={ldelim}icon: '{$item.icon}'{rdelim};
13 {/foreach}
14{/strip}
15
Note: See TracBrowser for help on using the repository browser.