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).
- 15:19, 10 December 2025 Admin talk contribs created page Module:S2TechniqueTable (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 = '25%', border = 'border-top-left-radius:0;' }, { text = 'Type', width = '10%' }, { text = 'Element', width = '10%' }, { text = 'Range', width = '10%' },...")