Fire Emblem Heroes Wiki
Advertisement
Documentation for this module may be created at Module:Unstrip/doc
return {
	unstrip = function (frame)
		return mw.text.unstrip(frame.args[1] or '')
	end,
}
Advertisement