Main public logs
More actions
Combined display of all available logs of Gensopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:46, 14 December 2025 TheirStar talk contribs created page Module:S5EnemyLocationTable (Created page with "local p = {} function p.render(frame) local args = frame.args -- if there’s no location_1, show the default single-line text if not args['location_1'] or args['location_1'] == '' then return args['location'] or 'Deep Twilight Forest Ruins (Chapter 5)' end -- build the table local tbl = mw.html.create('table') :css('width', '100%') :css('height', '100%') :css('border-collapse', 'collapse') :css('table-la...")