Current mission: look through the wiki for articles that could fit in portals, then click the appropriate header, edit source, and add it to the list alphabetically. Example

Module:NiggaKuz

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search

Documentation for this module may be created at Module:NiggaKuz/doc

-- This is a test.
local jerdee = {
	"fuggen jerdee",
	"i need a spanking",
	"dats aryan shemmycuck",
    "cobblestone please show boobs",
    "ban giggers",
    "ban frogs",
    "if this thread gets 500 reppeys..."
}

local myfunctions = {}

function AddText(config)
	return function(frame)
		if config.color then
            local span = mw.html.create("span"):css("color",config.color):wikitext(frame.args[1])
            return tostring(span)
		else
			return text
		end
	end
end

-- mw.log(jerdee[math.random(1,#jerdee)])
function myfunctions.hunky_twink(frame)
   return frame:preprocess("[[File:Hunky_twink_sex_machine.png|24px]] {{Quote|>"..jerdee[math.random(1,#jerdee)].."}}")
end

function myfunctions.nigga_kuz(frame)
    return frame:preprocess("[[File:Nigga_kuz.jpeg]]<br/>Nigga kuz")
end

local hchoose = {
}
function myfunctions.hello(frame)
    local user_title = string.sub(frame:getParent():getTitle(),11):lower()
    return frame:preprocess(string.format("== hi ==\nhey %s, do you like this image\n[[File:Soy-Hitler.jpg|400px]]",user_title))
end

myfunctions.deadba = AddText({
	color = "#deadba"
})

return myfunctions