mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Add [epub] tocpage_entry example to INIs for base_xenforoforum.
This commit is contained in:
parent
252b127c15
commit
d3b9315e91
2 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue