Actions

Module

ResourceListCSVParser: 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.

12 February 2025

  • curprev 01:2001:20, 12 February 2025 Operator talk contribs 50,398 bytes +50,398 Created page with "-- Module:ResourceCSVParser -- A Lua module that parses a MediaWiki table rather than CSV/TSV. -- We assume each cell is on its own line, no nested tables, no multiline cells. -- The user-provided table's lines define header vs. row data. local p = {} ---------------------------------------------------------------------- -- 1) Helper function to load/parse the wiki table page and filter out magic-word lines -- Then parse table markup: headers come before the first "..."