Combined display of all available logs of Femdom Community. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:58, 1 July 2024 Iscah talk contribs created page Module:References (Created page with "-- Module:References local p = {} function p.list(frame) local args = frame:getParent().args local items = {} -- Collect items from the arguments for k, v in pairs(args) do if k:match("^objectid") then local id = v local text_key = k:gsub("objectid", "text") local text = args[text_key] if text then table.insert(items, {id = id, text = text}) end end end...")