Module:TNT

From The Largs to Largs Grand Tour
Revision as of 22:05, 17 January 2026 by Peter (talk | contribs) (Replaced content with "-- Stub for Wikipedia Module:TNT (translation system) -- Requires JsonConfig on Wikipedia; not used on L2L. local p = {} function p.format() -- best-effort: return the first argument (usually the English string) local frame = mw.getCurrentFrame() local args = frame and frame.args or {} return args[1] or '' end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:TNT/doc

-- Stub for Wikipedia Module:TNT (translation system)
-- Requires JsonConfig on Wikipedia; not used on L2L.

local p = {}

function p.format()
	-- best-effort: return the first argument (usually the English string)
	local frame = mw.getCurrentFrame()
	local args = frame and frame.args or {}
	return args[1] or ''
end

return p