Module:Blackface
Appearance
This module depends on the following other modules: |
Logic for {{blackface}}; also used in Module:Film
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