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

Module:Message box: Difference between revisions

Content added Content deleted
(try testing for demospace and page params or category handler against the current title object)
m (fix brackets)
Line 384: Line 384:
-- Convert category tables to strings and pass them through [[Module:Category handler]].
-- Convert category tables to strings and pass them through [[Module:Category handler]].
local chpage, chdemospace
local chpage, chdemospace
local currentTitle = mw.title.getCurrentTitle
local currentTitle = mw.title.getCurrentTitle()
if self.title ~= currentTitle then
if self.title ~= currentTitle then
chpage = self.title.prefixedText
chpage = self.title.prefixedText
Cookies help us deliver our services. By using our services, you agree to our use of cookies.