All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Coral Island Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:54, 3 August 2023 Admin coral island talk contribs created page Module:Accordion (Created page with "local getArgs = require('Dev:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) local types = { text = 'text', links = 'links', } local hasTypeMismatch = false local accordionsType = types[args.type] or 'text' local wrapper = mw.html.create('div'):addClass('accordions__wrapper'):attr({ ['data-accordions-type'] = accordionsType, ['data-animation-duration'] = tonumber(args['animation-d...")