# coding: utf-8 require_relative 'fig/module_fig_base' require_relative 'fig/module_fig_plus' class Fig_H < Mustache include Fig_00, Fig_01 # <> # src: 画像ファイル名 # href: 画像クリックで遷移するURL # width: 画像幅 # height: 画像高さ # cap: キャプション @template = < {{#imgs_list}} {{#href}}{{/href}}{{alt}}{{#href}}{{/href}} {{/imgs_list}} {{#figcaption_sw}}
{{& caption}}
{{/figcaption_sw}} EOT end