wiki/_includes/details.md

906 B

{% comment %} 引数: screenshot: スクリーンショット画像名 details: 情報のリスト キー:

に表示される見出し 値:
に表示される説明 {% endcomment %}

{% comment %} スクリーンショット {% endcomment %} {% if include.screenshot %} {% comment %} スクリーンショット画像のパス {% endcomment %} {% assign screenshot = (site.github.url | append: "/images" | append: include.screenshot) %} {% endif %}

{% comment %} 詳細情報 {% endcomment %}

{% for detail in include.details %}
{{ detail[0] }}
{{ detail[1] }}
{% endfor %}