Module:Collapsible list का स्रोत देखें
नेविगेशन पर जाएँ
खोज पर जाएँ
आपको इस पृष्ठ को सम्पादित करने की अनुमति नहीं हैं, निम्नलिखित कारण की वजह से:
आप इस पृष्ठ का स्रोत देख सकते हैं और उसकी नकल उतार सकते हैं:
-- This module implements {{collapsible list}}.
local p = {}
local function gettitlestyletracking( ts )
if not ts then return '' end
ts = mw.ustring.gsub(mw.ustring.lower(ts), '%s', '')
local tsvals = mw.text.split(ts, ';')
table.sort(tsvals)
local skey = table.concat(tsvals,';')
skey = mw.ustring.gsub(skey, '^;', '')
skey = mw.text.encode(mw.text.encode(skey),'%c%[%]=')
if (mw.ustring.match(';' .. ts, ';background:') or mw.ustring.match(';' .. ts, ';background%-color:'))
and mw.ustring.match(';' .. ts, ';text%-align:') then
return '[[Category:Pages using collapsible list with both background and text-align in titlestyle|' .. skey .. ' ]]'
end
return '[[Category:Pages using collapsible list without both background and text-align in titlestyle|' .. skey .. ' ]]'
end
local function getListItem( data )
000
1:0
इस पृष्ठ पर प्रयुक्त साँचे:
- साँचा:High-use (स्रोत देखें)
- साँचा:module rating (स्रोत देखें)
- साँचा:tl (स्रोत देखें)
- Module:Collapsible list/doc (स्रोत देखें)
- Module:High-use (स्रोत देखें)
- Module:Message box (स्रोत देखें)
- Module:Message box/configuration (स्रोत देखें)
- Module:No globals (स्रोत देखें)
- Module:Transclusion count (स्रोत देखें)
- Module:Transclusion count/data/C (स्रोत देखें)
- Module:Yesno (स्रोत देखें)
Module:Collapsible list को लौटें।