Module:Blackface

From Wikisource
Jump to navigation Jump to search

require('strict')

local p = {}

function p.blackface()
	return require('Module:Message box').main('ambox', {
	    ['type'] = 'content',
	    ['image'] = '[[File:Ambox important.svg|40px]]',
	    ['text'] = '<strong>Warning: This film features characters or actors in [[w:blackface|blackface]]</strong>, a practice that is now frowned upon due to its racist implications. There may be other offensive elements present in the film. Wikisource and its community do not condone racism or any other form of bigotry, and viewer discretion is advised.'
	}) .. '[[Category:' .. 'Category:Films featuring blackface' .. ']]'
end

return p