Module:Top icons: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
scape_>Gaz Lloyd No edit summary |
scape_>IN008 mNo edit summary |
||
Line 3: | Line 3: | ||
local sites = { | local sites = { | ||
rsc = { | rsc = { | ||
format = '[[classicrsw:%s]]', | |||
format = '[[ | |||
params = { 'rsc', 'classic', 'c' }, | params = { 'rsc', 'classic', 'c' }, | ||
abbr = 'CS', | abbr = 'CS', | ||
Line 20: | Line 19: | ||
abbr = 'Wikipedia', | abbr = 'Wikipedia', | ||
title = 'Wikipedia also has an article on %s.', | title = 'Wikipedia also has an article on %s.', | ||
}, | |||
wg = { | |||
format = '[[meta:%s]]', | |||
params = { 'meta', 'wg' }, | |||
abbr = 'Weird Gloop', | |||
title = 'The Weird Gloop meta wiki also has an article on %s.', | |||
}, | }, | ||
} | } | ||
local order = { 'rs' } | local order = { 'rs', 'rsc' } | ||
local allparams = {} | local allparams = {} |