Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Formatting: Difference between revisions

From The Petit Planet Wiki
Created Module:Formatting
 
No edit summary
Line 148: Line 148:
local pre = main[1]
local pre = main[1]
local t_prefix = lib.split(pre, ':')[1]
local t_prefix = lib.split(pre, ':')[1]
if not lib.inArray({'User', 'U', 'Project', 'Genshin Impact Wiki'}, t_prefix) then
if not lib.inArray({'User', 'U', 'Project', 'Petit Planet Wiki'}, t_prefix) then
pre = 'Template:' .. pre
pre = 'Template:' .. pre
end
end