Revision as of 17:00, 12 September 2022 by Couchor(talk | contribs)(Created page with "local cargo = mw.ext.cargo local Sponsored = {} function Sponsored.get(frame) local container = mw.html.create('div') :addClass('sponsored-tournaments') local currentTitle = mw.title.getCurrentTitle().text -- Look up Cargo table teams with current page as sponsor local tables = 'Teams' local fields = '_pageName' local cargoArgs = { where = 'sponsors HOLDS "' ..currentTitle .. '"' } local results = cargo.query(tables, fields, cargoArgs) local ul = mw.htm...")
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.