Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of ServantPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:46, 8 April 2025 Nat talk contribs created page Module:Thread Table (Created page with "local p = {} function p.render(frame) local threads = frame.args local result = '{| class="wikitable" style="width: 100%; margin: auto;"\n' result = result .. '! style="background:#E6E6FA; width: 60%;" | Thread Title\n' result = result .. '! style="background:#E6E6FA; width: 30%; text-align: center;" | Characters\n' result = result .. '! style="background:#E6E6FA; width: 10%; text-align: center;" | Links\n' for i = 1, tonumber(threads.count or 0...")