Module:Sandbox/Draco flavus/Raw

Documentation for this module may be created at Module:Sandbox/Draco flavus/Raw/doc

local p = {}
function p.GetRawCode(frame)
	-- Podaje czysty tekst strony wywoływanej
    return mw.title.new(frame.args[1]):getContent()
end
return p