Add [epub] tocpage_entry example to INIs for base_xenforoforum.

This commit is contained in:
Jim Miller 2018-07-19 09:29:44 -05:00
parent 252b127c15
commit d3b9315e91
2 changed files with 10 additions and 2 deletions

View file

@ -684,9 +684,13 @@ use_threadmark_wordcounts:true
## "(12.1k)" These can be used with custom output (see
## https://github.com/JimmXinu/FanFicFare/wiki/CustomOutput ) or with
## chapter_title_*_pattern settings.
## Example:
## Examples for html & epub:
#[html]
#tocpage_entry:
# <a href="#section${index04}">${chapter}</a> ${date} ${kwords}<br />
#[epub]
#tocpage_entry:
# <a href="file${index04}.xhtml">${chapter}</a> ${date} ${kwords}<br /><br />
## The 'date' value for chapters mentioned above can be formated with
## datethreadmark_format. Otherwise it will default to

View file

@ -711,9 +711,13 @@ use_threadmark_wordcounts:true
## "(12.1k)" These can be used with custom output (see
## https://github.com/JimmXinu/FanFicFare/wiki/CustomOutput ) or with
## chapter_title_*_pattern settings.
## Example:
## Examples for html & epub:
#[html]
#tocpage_entry:
# <a href="#section${index04}">${chapter}</a> ${date} ${kwords}<br />
#[epub]
#tocpage_entry:
# <a href="file${index04}.xhtml">${chapter}</a> ${date} ${kwords}<br /><br />
## The 'date' value for chapters mentioned above can be formated with
## datethreadmark_format. Otherwise it will default to