「モジュール:List」の版間の差分

ナビゲーションに移動 検索に移動
Minerva skin needs whether an hlist is separated to be explicit (see https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Hlist_bullets_not_shown_in_mobile)
temp>K-iczn
(N-C16 (会話) による ID:62107785 の版を取り消し)
userbox>Jdlrobson
(Minerva skin needs whether an hlist is separated to be explicit (see https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Hlist_bullets_not_shown_in_mobile))
23行目: 23行目:
data.classes = {}
data.classes = {}
if listType == 'horizontal' or listType == 'horizontal_ordered' then
if listType == 'horizontal' or listType == 'horizontal_ordered' then
table.insert(data.classes, 'hlist')
table.insert(data.classes, 'hlist hlist-separated')
elseif listType == 'unbulleted' then
elseif listType == 'unbulleted' then
table.insert(data.classes, 'plainlist')
table.insert(data.classes, 'plainlist')
158行目: 158行目:
local ret = ''
local ret = ''
if isDeprecated then
if isDeprecated then
ret = ret .. ''
ret = ret .. '[[Category:List templates with deprecated parameters]]'
end
end
return ret
return ret
匿名利用者

案内メニュー