Module:Infobox: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 13: Line 13:
     end
     end
     local result = {}
     local result = {}
     table.insert(result, ' <div class="infobox" style="border-color: '.. c1 ..'"><div style="background:'.. c1 ..'; color: '.. c2 ..'; grid-column: span 4; font-family: "Kurokane","Arial"; font-weight: normal; font-size: 1.5em; text-align:center; padding: .25rem; border-radius: .25rem;">'.. title ..'</div> ')
     table.insert(result, ' <div class="infobox" style="border-color: '.. c1 ..'"><div style="background:'.. c1 ..'; color: '.. c2 ..'; grid-column: span 4; font-family: Kurokane,Arial; font-weight: normal; font-size: 1.5em; text-align:center; padding: .25rem; border-radius: .25rem;">'.. title ..'</div> ')
     local i = 1
     local i = 1
     local x = 1
     local x = 1

Navigation menu