Revision as of 12:06, 27 September 2022 by Couchor(talk | contribs)(Created page with "local getArgs = require('Module:Arguments').getArgs local Images = {} function Images.main(frame) local args = getArgs(frame) local logos = {} mw.log('args') mw.logObject(args) local currentDate = os.date('%Y-%m-%d') for key, value in ipairs (args) do local values = mw.text.jsonDecode(value) mw.log('VALUES') mw.logObject(values) if (values.start == nil or values.start < currentDate) and (values['end'] == nil or values['end'] > currentDate) then logos.l...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.