Revision as of 23:23, 9 May 2023 by Couchor(talk | contribs)(Created page with "local getArgs = require('Module:Arguments').getArgs local cargo = mw.ext.cargo local NewsLanding = {} function NewsLanding.main(frame) local args = getArgs(frame) local tableContainer = mw.html.create('div'):node(mw.html.create('h2'):wikitext('Latest news')) local tables = 'News' local fields = '_pageName, date' local cargoArgs = { orderBy = 'date DESC', limit = 10 } local results = cargo.query(tables, fields, cargoArgs) if #results > 0 then for i =...")
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.