Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 08:10, 3 February 2025 by 1F616EMO (talk | contribs) (Replaced content with "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.inter...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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'}})