Sha256: f4164d9166f875a4c02c6160fee938044cc3c4c4713bd944e3afa606f9985a41

Contents?: true

Size: 1.11 KB

Versions: 5

Compression:

Stored size: 1.11 KB

Contents

<%# -*- coding: utf-8 -*- -%>
<% Template.target_binary_version(1.0) -%>
<%= novel_info["title"] %>

(この差分データに含まれる話数一覧)
<% sections.each_with_index do |section, i| -%>
<% if section["chapter"] != "" -%>
<%= section["chapter"] %>
<% end -%>
・<%= section["subtitle"].rstrip %> <% if !section["subupdate"] || section["subupdate"] == "" -%>
<%= section["subdate"] %>
<% 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

5 entries across 5 versions & 1 rubygems

Version Path
narou-1.7.1 template/diff.txt.erb
narou-1.6.4 template/diff.txt.erb
narou-1.6.3 template/diff.txt.erb
narou-1.6.1 template/diff.txt.erb
narou-1.6.0 template/diff.txt.erb