Jump to content

Module:Fallback: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 32:
-- Get the list of acceptable language (lang + those in lang's fallback chain) and check their content.
for _, code in ipairs(p.fblist(lang)) do
local msg = tostring(args[code])
if msg then
-- Trim the assigned message value before testing it.
msg = mw.ustring:.gsub(msg, '^%s*(.-)%s*$')
if msg ~= '' then
if code == 'message' then
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.