122
edits
PanchamBro (talk | contribs) (Creating infobox module, original from Fanon Wiki with modifications done on FamiWiki; see page for list of authors: https://famiwiki.net/w/index.php?title=Module:Infobox&action=history) |
PanchamBro (talk | contribs) 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-weight: | 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 |