soo_multidoc_page_number
Usage
Outputs current page number and total number of pages. Requires individual article context.
<txp:soo_multidoc_page_number />
Attributes
class="HTML class"
HTML class attribute value for the output taghtml_id="HTML ID"
HTML ID attribute value for the output tagwraptag="tag name"
Tag name (no brackets) for output tag. Default is “span”format="format string"
Default is “Page {page} of {total}”. The tag will output this string, after any occurences of “{page}” have been replaced with the current page number; likewise for “{total}” and the total number of pages.
Examples
Default
<txp:soo_multidoc_page_number />
Page 18 of 27
Custom format string
<txp:soo_multidoc_page_number format="pg {page} of {total} total pages" />
pg 18 of 27 total pages