Module

WorldSwitch

From Dogcraft Wiki

Revision as of 22:42, 22 May 2022 by Domino (talk | contribs)

{{#invoke:WorldSwitch|subworld|Survial 4|Husky}} generates: Lua error at line 4: attempt to concatenate field '?' (a nil value).

{{#invoke:WorldSwitch|world|Survial 4|Husky}} generates: Script error: The function "world" does not exist.


local p = {} --p stands for package

function p.subworld(frame)
	input = mw.ustring.lower(frame[1] .. frame[2])
	subworlds = {"husky", "beagle", "akita", "corgi", "labrador", "shepherd"}
	for key,value in ipairs(subworlds) do 
		if (mw.ustring.find(input, value, 1, true) ~= nil) then
			return value
		end
	end
end

return p
This page was last modified on 22 May 2022, at 22:42. (3 months ago)
Background Valentine's Day Event 2024 by TheWhiteTigerNL