বিষয়বস্তুতে চলুন

মডিউল:Format TemplateData/config: সংশোধিত সংস্করণের মধ্যে পার্থক্য

From ওয়ার্ল্ডপিডিয়া, the free encyclopedia
Restored revision 1240310877 by Izno (talk): Well, whatever is going wrong on Template:Format TemplateData is not my fault
 
1 revision imported from enwiki:Module:Format_TemplateData/config
ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
 
(কোনও পার্থক্য নেই)

২৩:০৮, ২ মার্চ ২০২৫ তারিখে সম্পাদিত সর্বশেষ সংস্করণ

এই মডিউলের জন্য মডিউল:Format TemplateData/config/নথি-এ নথিপত্র তৈরি করা হয়ে থাকতে পারে

local Serial = "2022-03-20"
--[=[
enwiki configuration {{TemplateData}}
mw.loadData()
]=]
return {
	catProblem = false,
	classMultiColumns = "column-multiple",
	classNoNumTOC = "nonumtoc",
	classTable = { "wikitable", "templatedata-params" },
	cssParams = { ["border"]	   = "#B3B7FF 1px solid" },
	docpageCreate = "%s/doc",
	docpageDetect = "/doc",
	helpBoolean = false,
	helpContent = false,
	helpDate = false,
	helpFile = false,
	helpFormat = false,
	helpLine = false,
	helpNumber = false,
	helpPage = false,
	helpString = false,
	helpTemplate = false,
	helpURL = false,
	helpUser = false,
	msgDescMiss = "missing <code>description</code>",
	permit = {
		boole = {
			[true]  = {
				css  = {
					["color"] = "#050",
					["font-weight"] = "bold"
				},
				lead = false,
				show = "True"
			},
			[false] = {
				css  = {
					["color"] = "#610",
					["font-weight"] = "bold"
				},
		 		lead = false,
		 		show = "False"
			}
		},
		css	= {
			tableheadbg = { ["background-color"] = "#B3B7FF" },
			required = { ["border-left"] = "3px solid black" },
			suggested = { ["border-left"] = "3px solid #888" },
			optional = { ["border-left"] = "3px solid #CCC" },
			deprecated  = {
				["background-color"] = "#FDD",
				["border-left"] = "3px dotted red"
			}
		}
	},
	tStylesTOCnum = "TOC nonum", 
	tStylesMultiColumns = "column-multiple", 
	serial = Serial
}