Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

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).

Logs
  • 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...")