Module:wikipedia: Difference between revisions
Created page with "local export = {} local function process_links(linkdata, prefix, name, wmlang, sc) prefix = prefix .. ":" .. (wmlang:getCode() == "en" and "" or wmlang:getCode() .. ":")..." |
No edit summary |
||
| Line 27: | Line 27: | ||
function export.wikipedia_box(frame) | function export.wikipedia_box(frame) | ||
local params = { | local params = { | ||
[1] = {}, | [1] = {default = "wikipedia"}, | ||
[2] = {}, | [2] = {}, | ||