Combined display of all available logs of atl.wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:14, 6 June 2024 Tess talk contribs protected Module:DistributionInfobox [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 14:49, 6 June 2024 Tess talk contribs removed protection from Module:DistributionInfobox (hist)
- 14:47, 6 June 2024 Tess talk contribs changed protection settings for Module:DistributionInfobox [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 14:46, 6 June 2024 Tess talk contribs protected Module:DistributionInfobox [Edit=Allow only administrators] (indefinite) (hist)
- 14:37, 6 June 2024 Tess talk contribs removed protection from Module:DistributionInfobox (temp) (hist)
- 12:20, 5 June 2024 Electron271 talk contribs protected Module:DistributionInfobox [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (edits can break other pages easily) (hist)
- 02:14, 4 June 2024 Electron271 talk contribs created page Module:DistributionInfobox (Created page with "local capiunto = require 'capiunto' local p = {} function p.main(frame) local args = frame:getParent().args local headerStyle if args.headerstyle and args.headerstyle ~= '' then headerStyle = string.format('background-color:%s;', args.headerstyle) else headerStyle = 'background-color:grey;' end local retval = capiunto.create( { title = args.title, headerStyle = headerStyle, } ) :addImage( args.image, args.caption ) :addRow( 'Release Status', args.rele...")