Sha256: cc98b9488dab3634bcaaf4e5a7c05dd3f5d601b1585d9dc8cc25f06c5f0a10fc
Contents?: true
Size: 1.01 KB
Versions: 7
Compression:
Stored size: 1.01 KB
Contents
<%# -*- coding: UTF-8 -*- -%> <% Template.target_binary_version(1.0) -%> <%= novel_info["title"] %> (この差分データに含まれる話数一覧) <% sections.each_with_index do |section, i| -%> ・<%= section["subtitle"].rstrip %> <% if section["subupdate"] == "" %> <%= section["update"] -%> <% else -%> <%= section["subupdate"] %> <% end -%> <% end -%> ――――――――――――――――――――――――――――― <% sections.each do |section| -%> <%= section["subtitle"].rstrip %> <% if section["element"]["introduction"] != "" -%> (前書き) <%= section["element"]["introduction"] %> ********************************************************** <% end -%> <%= section["element"]["body"] %> <% if section["element"]["postscript"] != "" -%> ********************************************************** (後書き) <%= section["element"]["postscript"] %> <% end -%> ――――――――――――――――――――――――――――― <% end -%>
Version data entries
7 entries across 7 versions & 1 rubygems