{{!-- L5R5e entry partial — mirrors Foundry's index-partial.hbs structure and adds ring/rarity/rank badges from entryFilterData injected by _prepareDirectoryContext. NOTE: Foundry's index-partial.hbs renders a complete
  • element so it cannot be composed via {{> partial}} without nesting
  • inside
  • . We therefore duplicate its simple structure here and own it ourselves. If Foundry changes their index-partial.hbs, this file should be checked for parity. Foundry original: templates/sidebar/apps/compendium/index-partial.hbs --}}
  • {{#if thumb}} {{ name }} {{else if img}} {{ name }} {{else}} {{/if}} {{ name }} {{#with (lookup @root.entryFilterData _id)}} {{#if (or ring rarity rank)}}
    {{#if ring}} {{/if}} {{#if rarity}}{{localize "l5r5e.sheets.rarity"}} {{rarity}}{{/if}} {{#if rank}}{{localize "l5r5e.sheets.rank"}} {{rank}}{{/if}}
    {{/if}} {{/with}}