Sha256: beb687e5324b6dc48fdb9586a8acdd74d1056341d838ea6f7057bae99744a00f

Contents?: true

Size: 1.08 KB

Versions: 87

Compression:

Stored size: 1.08 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

87 entries across 87 versions & 1 rubygems

Version Path
narou-2.8.2 template/diff.txt.erb
narou-2.8.1 template/diff.txt.erb
narou-2.8.0 template/diff.txt.erb
narou-2.7.2 template/diff.txt.erb
narou-2.7.1 template/diff.txt.erb
narou-2.7.0 template/diff.txt.erb
narou-2.6.1 template/diff.txt.erb
narou-2.6.0 template/diff.txt.erb
narou-2.5.2 template/diff.txt.erb
narou-2.5.1 template/diff.txt.erb
narou-2.4.2 template/diff.txt.erb
narou-2.4.1 template/diff.txt.erb
narou-2.4.0 template/diff.txt.erb
narou-2.3.3 template/diff.txt.erb
narou-2.3.2 template/diff.txt.erb
narou-2.3.1 template/diff.txt.erb
narou-2.3.0 template/diff.txt.erb
narou-2.3.0.pre.test1 template/diff.txt.erb
narou-2.2.0 template/diff.txt.erb
narou-2.1.1.pre.test1 template/diff.txt.erb