Module:Sandbox/User:Alsang: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
p = {}
p = {}


function p.main()
function p.main2()
local query = '[[Category:Cryoknight Equipment]] AND [[Variant type::~*]]|?#-=name|limit=500'
local query = '[[Category:Cryoknight Equipment]] AND [[Variant type::~*]]|?#-=name|limit=500'
Line 39: Line 39:
end
end


function p.img()
function p.main()
local query = '[[Category:Cryoknight Equipment]] AND [[Variant type::~*]]|?#-=name|limit=500'
local query = '[[Category:Cryoknight Equipment]] AND [[Variant type::~*]]|?#-=name|limit=500'
Line 51: Line 51:
:tag('th')
:tag('th')
:wikitext('[[' .. page.name .. ']]')
:wikitext('[[' .. page.name .. ']]')
:done()
:tag('td')
:wikitext('[[File:' .. page.name .. '.png]]')
:done()
:done()
:tag('td')
:tag('td')