ماڈیول:Sidebar کا مسودہ
درج ذیل وجہ کی بنا پر آپ کو اس صفحہ میں ترمیم کرنے کی اجازت نہیں ہے:
آپ اس صفحہ کے مندرجات دیکھ سکتے اور اس کو نقل کر سکتے ہیں۔
--
-- This module implements {{Sidebar}}
--
require('strict')
local cfg = mw.loadData('Module:Sidebar/configuration')
local p = {}
local getArgs = require('Module:Arguments').getArgs
--[[
Categorizes calling templates and modules with a 'style' parameter of any sort
for tracking to convert to TemplateStyles.
TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module.
TODO would probably want to remove /log and /archive as CS1 does
]]
local function categorizeTemplatesWithInlineStyles(args)
local title = mw.title.getCurrentTitle()
if title.namespace ~= 10 and title.namespace ~= 828 then return '' end
000
1:0
اِس صفحہ پر مستعمل سانچہ حسب ذیل ہے:
واپس ماڈیول:Sidebar پر جائیں