Page MenuHomePhabricator

Create a function to make the handling of the reading interface simplest
Closed, ResolvedPublic

Description

The reading interface has four basic parts which vary with the page.
They are:
*Metadata
*List of Chapters
*Link to the previous chapter in a list (relative to current)
*Link to the next chapter in a list (relative to current)

The proposal transforms parts in variables like this:

readingInterfaceUX($prev, $next, $chapterList, $metadata);


Version: master
Severity: enhancement

Details

Reference
bz50388