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

Module:S4TechniqueTable: 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.

10 December 2025

  • curprev 16:5416:54, 10 December 2025 Admin talk contribs m 1,367 bytes +85 No edit summary
  • curprev 15:3515:35, 10 December 2025 Admin talk contribs m 1,282 bytes +2 No edit summary
  • curprev 15:3115:31, 10 December 2025 Admin talk contribs 1,280 bytes +1,280 Created page with "local p = {} function p.render(frame) -- Create outer table local tbl = mw.html.create('table') :addClass('table') :css('border', '1px solid #0077c0') -- Header row local headerRow = tbl:tag('tr') local headers = { { text = 'Name', width = '30%', border = 'border-top-left-radius:0;' }, { text = 'Type', width = '15%' }, { text = 'Range', width = '15%' }, { text = 'Effect', width = '40%', border..."