Modul:Side box: Perbedaan revisi
Loncat ke navigasi
Loncat ke pencarian
+textclass parameter
Mediawiki>Hidayatsrf k (Melindungi "Modul:Side box": 6. Templat berisiko tinggi ([Sunting=Hanya untuk pengurus] (selamanya) [Pindahkan=Hanya untuk pengurus] (selamanya))) |
Mediawiki>Uzume (+textclass parameter) |
||
Baris 42: | Baris 42: | ||
end | end | ||
-- Copy over data that | -- Copy over data that does not need adjusting | ||
local argsToCopy = { | local argsToCopy = { | ||
-- Classes | |||
'textclass', | |||
-- Styles | -- Styles | ||
'style', | 'style', | ||
Baris 107: | Baris 110: | ||
end | end | ||
local textCell = bodyRow:newline():tag('td') | local textCell = bodyRow:newline():tag('td') | ||
textCell:addClass('mbox-text plainlist') | textCell:addClass('mbox-text') | ||
textCell:addClass(data.textclass or 'plainlist') | |||
if data.textstyle then | if data.textstyle then | ||
textCell:cssText(data.textstyle) | textCell:cssText(data.textstyle) | ||
Baris 130: | Baris 134: | ||
end | end | ||
root:newline() | |||
return tostring(root) | return tostring(root) | ||
end | end | ||
return p | return p |