This website uses own and third-party cookies to improve media features and optimize navigation. If you continue navigating, we consider you accept its use. More information

Changes

Jump to: navigation, search

Module:Unstrip

272 bytes added, 08:59, 16 November 2018
m
1 revisión importada
-- This module provides a frontend to the mw.text.unstrip and unstripNoWiki functions
local p = {}

function p.unstrip(frame)
return mw.text.unstrip(frame.args[1] or '')
end

function p.unstripNoWiki(frame)
return mw.text.unstripNoWiki(frame.args[1] or '')
end

return p

Navigation menu