View source for Module:Broader
From LIMSWiki
Jump to navigationJump to searchYou 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 mHatnote = require('Module:Hatnote')
local mArguments -- lazily initialise
local p = {}
function p.broader(frame)
mArguments = require('Module:Arguments')
local args = mArguments.getArgs(frame, {parentOnly = true})
local page = args[1]
local topic = args[2]
if not page then
return mHatnote.makeWikitextError(
'no page name specified',
'Template:Broader#Errors',
args.category
000
1:0
Templates used on this page:
- Template:Broader (view source) (protected)
- Template:Code (view source) (protected)
- Template:Tl (view source) (protected)
- Module:Arguments (view source) (protected)
- Module:Broader (view source) (protected)
- Module:Broader/doc (view source)
- Module:Hatnote (view source) (protected)
Return to Module:Broader.