Module:Used in recommended equipment: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "local p = {} local contains = require('Module:Array').contains local pagesWithCats = require('Module:PageListTools').pageswithcats local paramTest = require('Module:Paramtest') local ask = mw.smw.ask local decode = mw.text.jsonDecode local html = mw.html local title = mw.title local trim = mw.text.trim function buildRow(positions, page, tableStyle) local row = html.create('tr') row:tag('td'):attr('data-sort-value', string.sub(positions, 1, 1)):wikitext(positions):do...")
 
No edit summary
Tag: Reverted
Line 72:
local newData = {}
-- Split mw.pages that have multiple recommended equipment templates into separate table entries
-- Rename the first parameter to name for clarity and ease of use
-- It will only return tables that contain links to the arg inputs

Navigation menu