Revision as of 14:36, 12 February 2024 by Couchor(talk | contribs)(Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local p = {} function p.main(frame) local tables = 'News' local fields = '_pageName, date, image' local cargoArgs = { orderBy = 'date DESC', limit = 5, } local results = cargo.query(tables, fields, cargoArgs) local container = mw.html.create('div'):attr('id', 'news-slider-container') if #results > 0 then for i = 1, #results do local result = results[i] local title...")
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.