Main public logs
Appearance
Combined display of all available logs of Benvenuti Music Library. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:21, 23 July 2025 Craig.dabelstein talk contribs created page Module:ListPeople (Created page with "local p = {} local cargo = mw.ext.cargo function p.get() local peopleSet = {} -- Fetch Composer values local composerResults = cargo.query('Compositions', 'Composer', { groupBy = 'Composer', limit = 1000 }) -- Fetch Arranger values local arrangerResults = cargo.query('Compositions', 'Arranger', { groupBy = 'Arranger', limit = 1000 }) local function addNames(field) for _, row in ipairs(field) do...")