Editing Module:Variants

Jump to navigation Jump to search
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.

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 20: Line 20:
'?Profession Level B High',
'?Profession Level B High',
'?Variant name',
'?Variant name',
'?Version anchor',
'?-Has subobject #',
'?#-',
get_images and '?Image#64px;x64px = Image' or nil,
get_images and '?Image#64px;x64px = Image' or nil,
limit = args.limit or 500,
limit = args.limit or 500,
Line 38: Line 35:
local contents
local contents
if smw_data then
if smw_data then
local formatted, pageList = {}, {}
local formatted = {}
for _, entry in ipairs(smw_data) do
for _, entry in ipairs(smw_data) do
local variant_name = entry['Variant name']
local variant_name = entry['Variant name']
if variant_name then
if variant_name then
local page = entry['-Has subobject'] or entry[1]
local page = entry[1]
local pipe = page:find('|')
if pipe then
page = page:sub(3, pipe-1)
else
page = page:sub(3, -3)
end

if page:sub(1, 1 + #variant_name + #' (grade ') == ':' .. variant_name .. ' (grade ' and page:sub(-1) == ')' then
if page:sub(1, 1 + #variant_name + #' (grade ') == ':' .. variant_name .. ' (grade ' and page:sub(-1) == ')' then
local grade_number = page:sub(2 + #variant_name + #' (grade ', -2)
local grade_number = page:sub(2 + #variant_name + #' (grade ', -2)
Line 49: Line 53:
end
end


table.insert(formatted, ('[[%s|%s]]'):format(page, variant_name))
if not pageList[page] then
table.insert(formatted, ('[[%s|%s]]'):format(page, variant_name))
pageList[page] = true
end
else
else
table.insert(formatted, ('[[%s]]'):format(entry[1]))
table.insert(formatted, entry[1])
end
end
end
end
contents = table.concat(formatted, ' • ')
contents = table.concat(formatted, ' • ')
else
else
contents = '[[Category:Empty variant list]]'
contents = '[[Category:Empty variant list]]'
Line 125: Line 126:
:tag('td')
:tag('td')
:css{ ['border-left'] = 'none' }
:css{ ['border-left'] = 'none' }
:wikitext(('[[%s]]'):format(entry[1]))
:wikitext(entry[1])
:done()
:done()
:tag('td')
:tag('td')
Please note that all contributions to Brighter Shores Wiki are considered to be released under the CC BY-NC-SA 3.0 (see Brighter Shores:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)
Preview page with this template