מתוך ויקיפדיה, האנציקלופדיה החופשית
ניתן ליצור תיעוד על היחידה הזאת בדף יחידה:Strip url/תיעוד
return {
['strip'] = function( frame )
local raw = frame.args[1] or ''
local uri = mw.uri.new( raw )
return uri and uri.query and uri.query['url'] or ''
end,
}