All public logs

Jump to navigation Jump to search

Combined display of all available logs of CinderCivs Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:25, 29 May 2024 Nex23 talk contribs created page Module:BattleInfobox (Created page with "-- Module:BattleInfobox local p = {} function p.infobox(frame) local args = frame:getParent().args -- Function to create table rows local function makeRow(label, content) if content and content ~= "" then return string.format("|-\n! style=\"background: #eaecf0; text-align: left; padding: 2px 5px;\" | %s\n| style=\"text-align: left; padding: 2px 5px;\" | %s\n", label, content) else return "" end end l...")