View source for Module:Broader
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
--[[
-- This module produces a "For a broader coverage related to this topic" link. It implements
-- the {{broader}} template.
--]]
local mHatlist = require('Module:Hatnote list')
local mHatnote = require('Module:Hatnote')
local mArguments -- lazily initialize
local mTableTools --lazily initialize
local p = {}
local s = { --localizable strings
broaderForm = 'For broader coverage of %s, see %s.',
defaultTopic = 'this topic'
}
function p.broader(frame)
mArguments = require('Module:Arguments')
mTableTools = require('Module:TableTools')
local originalArgs = mArguments.getArgs(frame, {parentOnly = true})
local args = mTableTools.compressSparseArray(originalArgs)
000
1:0
Template used on this page:
Return to Module:Broader.