Module:Test: Difference between revisions

Jump to navigation Jump to search
m (Reverted edits by Q8j (talk) to last revision by Q8j-2)
Tag: Rollback
No edit summary
Line 5: Line 5:
]]
]]


local _module = {}
local p = {}
function p.Main(frame)
if mw.isSubsting() then
return 'サブスト'
else
return 'そのまま'
end
end
return p