Sha256: da4f9b32931222bfe7f8d7feb529cb2930c98983d865dbb084ef2b5135cc4ddb

Contents?: true

Size: 1.2 KB

Versions: 6

Compression:

Stored size: 1.2 KB

Contents

<%# -*- coding: utf-8 -*- -%>
<% Template.target_binary_version(1.0) -%>
<%= toc["title"] %>
<%= toc["author"] %>
<%= cover_chuki %>
[#区切り線]
<% if toc["story"] != "" -%>
<%= toc["story"] %>

<% end -%>
掲載ページ: <a href="<%= toc["toc_url"] %>"><%= toc["toc_url"] %></a>
[#区切り線]

<% sections.each_with_index do |section, i| -%>
[#改ページ]
<% if section["chapter"] != "" -%>
[#ページの左右中央]
[#ここから柱]<%= toc["title"] %>[#ここで柱終わり]
[#3字下げ][#ここから大見出し]<%= section["chapter"] %>[#ここで大見出し終わり]
[#改ページ]
<% end -%>

[#3字下げ][#ここから中見出し]<%= 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

6 entries across 6 versions & 1 rubygems

Version Path
narou-1.5.2.1 template/novel.txt.erb
narou-1.5.2 template/novel.txt.erb
narou-1.5.1 template/novel.txt.erb
narou-1.5.0.2 template/novel.txt.erb
narou-1.5.0.1 template/novel.txt.erb
narou-1.5.0 template/novel.txt.erb