Module:Hatnote list: Difference between revisions

m
Actually applied andList's formatted option in forSeeTableToString
(Updated with "formatted" option for andList and orList from sandbox)
m (Actually applied andList's formatted option in forSeeTableToString)
Line 158:
for k, v in pairs(forSeeTable) do
local useStr = v.use or options.otherText
local pagesStr = p.andList(mHatnote.formatPages(unpack(v.pages)), true) or
mHatnote._formatLink(mHatnote.disambiguate(options.title))
local forSeeStr = string.format(options.forseeForm, useStr, pagesStr)
Anonymous user