Module:Top icons: Difference between revisions

Jump to navigation Jump to search
no edit summary
scape_>Iiii I I I
(Created page with "local p = {} local sites = { wp = { format = '%s', params = { 'wikipedia', 'wp', 'w' }, abbr = 'W', title = 'Wikipedia also has an article on %s.',...")
 
scape_>Iiii I I I
No edit summary
Line 7: Line 7:
abbr = 'W',
abbr = 'W',
title = 'Wikipedia also has an article on %s.',
title = 'Wikipedia also has an article on %s.',
},
os = {
format = '[[2007:%s|%s]]',
params = { 'oldschool', 'osrs', 'os', '2007', '07' },
abbr = 'OS',
title = 'The Old School RuneScape Wiki also has an article on %s.',
},
},
rsc = {
rsc = {
Line 19: Line 13:
abbr = 'C',
abbr = 'C',
title = 'The RuneScape Classic Wiki also has an article on %s.',
title = 'The RuneScape Classic Wiki also has an article on %s.',
},
rs = {
format = '[[runescape:%s|%s]]',
params = { 'runescape', 'rs', 'rs3' },
abbr = 'RS',
title = 'The RuneScape Wiki also has an article on %s.',
},
},
}
}


local order = { 'wp', 'rsc', 'os' }
local order = { 'wp', 'rsc', 'rs' }


local allparams = {}
local allparams = {}
Anonymous user

Navigation menu