[03:40:11] Can someone with +2 please tell Jenkins to merge https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/CodeReview/+/565390/ ? It already has C+2, not sure why it hasn't been merged [06:30:54] the reason ^ didn't merge is because the +2 was on PS3, but it was rebased after that [11:46:46] Hi [11:47:12] Anyone online that can help me to solve my Lua problem? [11:47:42] Melvintong1516: You can shoot your questions, Some one will try to help you :) [11:48:36] Ok [11:49:05] 7:37:54 PM - Melvintong1516: p.pginfo = function(frame) [11:49:05] 7:37:54 PM - Melvintong1516: local title = frame.args.title [11:49:05] 7:37:54 PM - Melvintong1516: local a = mw.title.new( title ) [11:49:05] 7:37:54 PM - Melvintong1516: local b = mw.title.new( title, name) [11:49:05] 7:37:54 PM - Melvintong1516: local txt = a.text [11:49:05] 7:37:54 PM - Melvintong1516: local exist = {" exists ", " does not exsit "} [11:49:06] 7:37:54 PM - Melvintong1516: local redirect = {" is a redirect ", " is not a redirect "} [11:49:06] 7:37:54 PM - Melvintong1516: local msg1 = "" [11:49:07] 7:37:54 PM - Melvintong1516: local msg2 = "" [11:49:07] 7:37:54 PM - Melvintong1516: if a == nil then msg1 = exist[2] else msg1 = exist[1] end [11:49:08] 7:37:54 PM - Melvintong1516: if b == nil then msg2 = redirect[2] else msg2 = redirect[1] end [11:49:09] 7:37:54 PM - Melvintong1516: local msg = txt .. msg1 .. "and" .. msg2 [11:49:33] that is the code for detecting the title with existing pages [11:49:33] It would return a message that tells you whether the title is valid and redirecting [11:49:50] 7:41:20 PM - Melvintong1516: so, for example, when I type {{#invoke: ... |title =colr}}, the msg returned is always "exist" and "redirect", which is apparently a bug [11:51:30] Melvintong1516: please use pastebin [11:51:37] I'm sorry [11:52:13] https://pastebin.com/RLCCXbDm [14:57:41] Hello [14:58:22] I am a trouble [14:59:01] Is about the Wikipedia Traductor Tool