మాడ్యూల్:Further: కూర్పుల మధ్య తేడాలు

Content deleted Content added
చి en:Module:Further నుండి 8 కూర్పులు
rm .
పంక్తి 1:
--[[
-- This module produces a "Further information: a, b and c" link. It implements
-- the {{further}} template.
--]]
పంక్తి 6:
local mHatnote = require('Module:Hatnote')
local mHatlist = require('Module:Hatnote list')
local mTableTools -- lazily initialise
local mArguments -- lazily initialise
local mTableTools -- lazily initialise
local p = {}
 
function p.further (frame)
mTableTools = require('Module:TableTools')
mArguments = require('Module:Arguments')
mTableToolsmLabels = require('Module:TableToolsLabelled list hatnote')
local args = mArguments.getArgs(frame, {parentOnly = true})
local pagestopic, category = mTableToolsargs.compressSparseArray(topic, args).category
local options = {selfref = args.selfref}
if #pages < 1 then
pages = mLabels.preprocessDisplays(args)
if #pages <== 10 then
return mHatnote.makeWikitextError(
'no page names specified',
'Template:Further#Errors',
args.category
)
end
return p._further(pages, topic, options)
local options = {
selfref = args.selfref
}
return p._further(pages, options)
end
 
function p._further (pages, topic, options)
topic = topic and (' on '..topic) or ''
local text = string.format('Further information%s: %s', ..topic, mHatlist.andList(pages, true))
return mHatnote._hatnote(text, options)
end
"https://te.wikipedia.org/wiki/మాడ్యూల్:Further" నుండి వెలికితీశారు