Anonymous user
Module:Message box: Difference between revisions
refer to discord server since nobody really uses talk pages here, i have no idea how modules work so hopefully this doesn't break everything
imported>YungCyraxxAlt No edit summary |
imported>Larsonologist (refer to discord server since nobody really uses talk pages here, i have no idea how modules work so hopefully this doesn't break everything) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 114: | Line 114: | ||
obj.categories = {} | obj.categories = {} | ||
obj.classes = {} | obj.classes = {} | ||
obj.hasCategories = false | obj.hasCategories = false | ||
| Line 275: | Line 274: | ||
else | else | ||
talkText = string.format( | talkText = string.format( | ||
'%s the [[%s#%s|talk page]].', | '%s the [[%s#%s|talk page]] or the Discord server.', | ||
talkText, | talkText, | ||
talkTitle.prefixedText, | talkTitle.prefixedText, | ||
| Line 454: | Line 453: | ||
end | end | ||
-- Convert category tables to strings and pass them through | -- Convert category tables to strings and pass them through | ||
end | end | ||