Module talk:Current events calendar

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

I assume this is called without parameters as:

May 2024
SMTWTFS
1234
567891011
12131415161718
19202122232425
262728293031

Nowiki[edit]

Might as well have a simple nowiki option for debugging:

May 2024
SMTWTFS
1234
567891011
12131415161718
19202122232425
262728293031

Wnt (talk) 15:44, 3 February 2014 (UTC)[reply]

Cells completed at end of the last week[edit]

@Mr. Stradivarius: I replaced the break command in the script with a value assignment in order to have the cells completed for the final row of the calendar. The lack of such a complete set of cells becomes an issue when there is CSS that overrides the display=table with display=block. This is a step towards resolving the over-wide column on mobile. Please review at your convenience. — RossO (talk) 17:30, 28 August 2017 (UTC)[reply]

Looks good to me. Nice work. :) — Mr. Stradivarius ♪ talk ♪ 13:06, 29 August 2017 (UTC)[reply]

Cells completed at start of first week, loops combined[edit]

@Mr. Stradivarius: I used the same technique as above to replace the colspan logic on the first week with real cells. The trick was to use a less-than-zero value for the cell counts. Once that was in place, I was able to create identical logic for the first week row as the remaining week rows. I then combined that logic into a single while loop, and removed ~20 lines of code, and eliminated a few local variables. Finally I used a ternary assignment to reduce some more overhead.

Diff: [1]

Would you mind reviewing the sandbox and perhaps testing it against some problem months or scenarios? I don't think this applies any new logic but I don't have any test cases to proof against. Thank you (as always) for your time. Once I get your review, I will push it onto the live version. — RossO (talk) 19:55, 29 August 2017 (UTC)[reply]

@Mr. Stradivarius: My spot testing shows that the calendar operates correctly for the current use on Portal:Current events. I have moved the Sandbox version to the production page. — RossO (talk) 18:44, 1 September 2017 (UTC)[reply]