Difference between revisions of "Issue:%PAGES% and %TOTALPAGES% won't work together"

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Bug |Extension = DPL |Version = ? |Description = Can't use %PAGES% together with %TOTALPAGES% |Status = open }} == Problem == Why does it not work? ...)
 
(No difference)

Revision as of 19:52, 1 May 2009

Description: Can't use %PAGES% together with %TOTALPAGES%
Extension / Version: DPL   /   ?
Type / Status: Bug   /   open

Problem

Why does it not work? I need that for a navigation template reading: "%PAGES% displayed (out of %TOTALPAGES% results)"

{{#dpl:
|category=Category
|count=5
|resultsheader=pages: %PAGES% - totalpages: %TOTALPAGES%
}}
{{#dpl:
|category=Category
|count=5
|resultsheader=pages: %PAGES%
}}
{{#dpl:
|category=Category
|count=5
|resultsheader=totalpages: %TOTALPAGES%
}}
pages: 5 - totalpages: 9 pages: 5 totalpages: 9

--Subfader 17:52, 1 May 2009 (UTC)


Reply