Module:Infobox ET: Difference between revisions

R-4981 (talk | contribs)
No edit summary
R-4981 (talk | contribs)
Undo revision 146914 by R-4981 (talk)
Tag: Undo
Line 184: Line 184:
if consistency ~= nil then
if consistency ~= nil then
table.insert(infobox_data, {
table.insert(infobox_data, {
"一貫限度",
"Consistency limit",
consistency,
consistency,
})
})
Line 197: Line 197:
if distinct_consistency ~= nil then
if distinct_consistency ~= nil then
table.insert(infobox_data, {
table.insert(infobox_data, {
"厳密限度",
"Distinct consistency limit",
distinct_consistency,
distinct_consistency,
})
})
Line 226: Line 226:
end
end
table.insert(infobox_data, {
table.insert(infobox_data, {
"特異性",
"Special properties",
'<div style="max-width: 300px;">' .. text .. "</div>",
'<div style="max-width: 300px;">' .. text .. "</div>",
})
})