Module:Numlinks: Difference between revisions

Ganaram inukshuk (talk | contribs)
mNo edit summary
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 37: Line 37:
--  to displaying only the number.
--  to displaying only the number.
local link_fmt    = args["Link Format"        ] or "%s"
local link_fmt    = args["Link Format"        ] or "%s"
local display_fmt = args["Displayed Format"   ] or link_fmt
local display_fmt = args["Display Format"     ] or link_fmt
local current_fmt = args["Current Page Format"] or display_fmt
local current_fmt = args["Current Page Format"] or display_fmt