মডিউল:List-এর উৎস দেখুন
আপনার এই পাতাটি সম্পাদনা করার অনুমতি নেই, যার কারণটি হল:
আপনি এই পাতাটি দেখতে এবং এর উৎসের অনুলিপি করতে পারেন।
local libUtil = require('libraryUtil')
local checkType = libUtil.checkType
local mTableTools = require('Module:TableTools')
local p = {}
local listTypes = {
['bulleted'] = true,
['unbulleted'] = true,
['horizontal'] = true,
['ordered'] = true,
['horizontal_ordered'] = true
}
function p.makeListData(listType, args)
-- Constructs a data table to be passed to p.renderList.
local data = {}
-- Classes and TemplateStyles
data.classes = {}
000
1:0
এই পাতায় ব্যবহৃত টেমপ্লেট:
মডিউল:List-এ ফেরত যান।