Module:Monthly Birthdays: Revision history

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.

1 March 2026

25 February 2026

3 October 2024

  • curprev 16:3416:34, 3 October 2024 Kanade talk contribs m 992 bytes −12 No edit summary
  • curprev 16:3216:32, 3 October 2024 Kanade talk contribs 1,004 bytes +1,004 Created page with "local p = {} local cargo = mw.ext.cargo function p.birthdays(frame) local month = mw.text.decode(frame.args[1]) if not month then return end local escaped = string.gsub(month, "'", "\\'") local query = { where = "Characters.type = 'horsegirl' AND Characters.birthday IS NOT null AND SUBSTRING(Characters.birthday, 6, 2) = '" .. escaped .. "'", orderBy = "SUBSTRING(Characters.birthday, 6, 5) ASC" } local fields = { 'name_en', 'birthday', 'color_main', 'color_sub'..."