Module:RubricContainer: Revision history

From CLOCKUP WIKI

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 August 2022

  • curprev 15:1015:10, 4 August 2022G Utopia talk contribsm 2,000 bytes 0 Protected "Module:RubricContainer" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 15:1015:10, 4 August 2022G Utopia talk contribs 2,000 bytes +2,000 Created page with "local p = {} local arguments = require( 'Module:Arguments' ) local args = {} -- Container Output function p.output( frame ) args = arguments.getArgs( frame ) local section = mw.html.create( 'div' ) section :addClass( 'category-container' ) if args[ 'content' ] == nil or string.len( args[ 'content' ] ) == 0 then section :addClass( 'no-content' ) else section :addClass( 'content' ) end if args[ 'class' ] ~= nil..."
Cookies help us deliver our services. By using our services, you agree to our use of cookies.