All public logs
Combined display of all available logs of Osolia Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:16, 18 June 2024 Hydrogen talk contribs created page Module:Parliament diagram (Created page with "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local errorCategory = 'Category:Compilation error of the Parliamentary diagram template' local dimx = 175 local dimr = 50 local dimc = 40 local limite = 2000 local bgcolor = "#fff" -- Error handler using xpcall, format the error local function errhandler(msg) local cat = mw.title.getCurrentTitle().namespace == 0 and errorCategory or '' return string.format('<span class="error">%s</s...")