{% macro raw(s) %}{{s|raw}}{% endmacro %} {% macro val(s) %}{{s == '' ? '???' : s}}{% endmacro %} {% macro val_raw(s) %}{{s == '' ? '???' : s|raw}}{% endmacro %}
{% set count = 0 %} {% for x in xs %} {% set count = count + 1 %} {% endfor %} 検索結果:{{count}}件
| スキル種類 | 能力説明文 | 備考 |
|---|
{% for x in xs %}
| BG{{_self.val(x['スキル種類呼称'])}} | {{_self.val(x['スキル能力説明文'])}} | {{_self.val(x['備考'])}} | 【編集】 |
{% endfor %}