Editing Module:Bankable items
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 33: | Line 33: | ||
ret = mw.html.create('ul') |
ret = mw.html.create('ul') |
||
for _,value in ipairs(data) do |
for _,value in ipairs(data[1]) do |
||
ret:tag('li'):wikitext(value) |
ret:tag('li'):wikitext('[['..value..']]') |
||
mw.logObject(value) |
|||
end |
end |
||
if use_cols then |
if use_cols then |