All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Foundation - Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:43, 18 April 2025 Olessan talk contribs created page Module:OInfobox-Building (Created page with "-- adapted from Levrin's iteration to Sakaratte's original -- local com = require('Module:Common') local a = require('Module:Arguments') local i = require('Module:Icon') local p = {} local function createInfobox(title) local box = mw.html.create('div') box:addClass('infobox') :tag('div') :addClass('infobox-title') :wikitext(com.modulePagename(title)) :done() return box end local function addImage(box, image, caption, defaultI...")