This module implements and . Please see the template page for documentation.
The p._url(url, text, msg)
function may be used by other Lua modules. It returns a formatted Wikitext for the given URL, made suitable for line wrapping using . It takes the following parameters:
The following module emits a prettified link to log the user out. It will wrap correctly to most widths.
p.main = function(frame) return url("https://en.wikipedia.org/wiki/Special:UserLogout")end
return p