Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

require('strict')

local p = {}

--------------------------------------------------------------------------------

function p.getLinks(args)
	return {}
end

--------

-- Get an HTML list of all links to all sister projects.
function p._interprojectPart(args)
	return nil
end

function p.interprojectPart(frame)
	return nil
end

function p._plain_sister(args)
	return nil
end

function p.plain_sister(frame)
	return nil
end

return p

-- Debug console testing:
-- =p.interprojectPart(mw.getCurrentFrame():newChild{title='nop',args={wikidata='Q23308118'}})