Module:Top icons: Difference between revisions
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.', | ||
| 		}, | 		}, | ||
| 	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', ' | local order = { 'wp', 'rsc', 'rs' } | ||
| local allparams = {} | local allparams = {} | ||