More actions
Combined display of all available logs of MassiveCraft Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:29, 17 September 2024 OkaDoka talk contribs created page Module:ImageGrid (Created page with "local p = {} function p.renderImageGrid(frame) local args = frame:getParent().args local images = mw.text.split(args['images'], ',') local texts = mw.text.split(args['texts'], ',') local imageCount = #images local html = mw.html.create('div'):addClass('image-grid-container') for i = 1, imageCount do local imageWrapper = html:tag('div'):addClass('image-wrapper') local imageTag = imageWrapper:tag('img') :attr('src', ima...")