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

Module:S5EnemyLocationTable: Revision history

From Gensopedia

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 December 2025

  • curprev 18:4618:46, 14 December 2025 TheirStar talk contribs 1,000 bytes +1,000 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..."