Template:Numlinks/doc: Difference between revisions

Ganaram inukshuk (talk | contribs)
mNo edit summary
Ganaram inukshuk (talk | contribs)
No edit summary
Line 6: Line 6:
== Parameters ==
== Parameters ==
; <code>Current Num</code> (required)
; <code>Current Num</code> (required)
: The current number of the page. May be obtained by using <code>#rmatch</code> or similar.
: The current number of the page. By default, this is the first occurrence of a number in the page's name; if this is the wrong number, it may be specified using <code>#rmatch</code> or entered manually.
 
; <code>Link Format</code> (required)
: The text used for page links, as a format string. By default, this is the page's name, where the number is replaced with <code>%s</code>. If there are multiple numbers, or the number is an ordinal (1st, 2nd, etc), it's necessary to enter the format string manually to avoid issues.


; <code>Link Count</code> (optional; default <code>1</code>)
; <code>Link Count</code> (optional; default <code>1</code>)
Line 13: Line 16:
; <code>Min</code> (optional; default <code>1</code>)
; <code>Min</code> (optional; default <code>1</code>)
: The minimum valid value for page numbers.
: The minimum valid value for page numbers.
; <code>Link Format</code> (optional; default <code>%s</code>)
: The text used for page links, where <code>%s</code> denotes the page number.


; <code>Display Format</code> (optional; default is to use <code>Link Format</code>)
; <code>Display Format</code> (optional; default is to use <code>Link Format</code>)