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

Last change on this file was 170, checked in by maron, 16 years ago
File size: 403 bytes
Line 
1{strip}
2new Listview({ldelim}template: 'faction', id: 'factions', data: [
3{section name=i loop=$data}
4{ldelim}
5 id: {$data[i].entry},
6 name: '{$data[i].name|escape:"quotes"}'
7 {if isset($data[i].group)},group: '{$data[i].group|escape:"quotes"}'{/if}
8 {if isset($data[i].side)},side: '{$data[i].side|escape:"quotes"}'{/if}
9{rdelim}{if $smarty.section.i.last}{else},{/if}
10{/section}
11]{rdelim});
12{/strip}
13
Note: See TracBrowser for help on using the repository browser.