Page history
26 November 2024
23 November 2024
22 November 2024
Artoire
Undo revision 38272 by Artoire (talk)
−197
Artoire
Temporarily categorise bad examine parameters
+197
19 November 2024
Artoire
Fix strict mode errors
m+12
Artoire
Fix strict mode errors
+42
Artoire
Fix strict mode errors
m+18
15 November 2024
Thingummywut
Undo revision 24025 by Thingummywut (talk) Didn't work...
+2
Thingummywut
Avoiding nil versions.
−2
24 April 2024
Gau Cho
no edit summary
+72
Gau Cho
no edit summary
−350
Gau Cho
Errant bracket
mGau Cho
Add classes to config
+367
InvalidCards
let's see how this goes
+350
21 April 2024
10 April 2024
Gau Cho
__dump
+25
Gau Cho
no edit summary
+1
Gau Cho
no edit summary
+97
Gau Cho
no edit summary
+4
Gau Cho
Add a __dump param for debugging
+43
9 April 2024
8 April 2024
6 April 2024
2 April 2024
29 March 2024
28 March 2024
Gau Cho
Fix hidden bug
m+14
Gau Cho
Hide dropdown buttons
+289
Gau Cho
Removing unnecessary data in switch_datatable
−162
Gau Cho
Renaming attribute 'data-default-version' to 'data-default-index' for consistency
−2
27 March 2024
Gau Cho
Undo last 2 edits, mw.html doesn't seem to support select tags
−428
Gau Cho
no edit summary
+110
Gau Cho
Dropdown list support
+318
26 March 2024
Gau Cho
switch_datatable defaults to '' instead of nil
−1
Gau Cho
Infobox:pad bugfix
+7
Gau Cho
Clean up, annotated. Finalized, hopefully not many bugs
+3,276
Gau Cho
Fix tabs
−889
25 March 2024
Gau Cho
WIP - everything except categories is done, but module is untested
+3,788
Gau Cho
Barebones functional infobox module, WIP
−386
24 March 2024
Gau Cho
WIP
+9,040
Gau Cho
no edit summary
+1,069
Gau Cho
Replaced content with "--[=[ -- For documentation, see Module:Infobox/doc --]=] -- <nowiki> local Infobox = {} --[[ Infobox class -- args : parameters from frame to pass through -- Sets a meta table and creates a <div> tag wrapper -- other fields are initialized in other functions --]] function Infobox.new(args) local obj = setmetatable({ args = args, -- parameters (uncleaned) params = {}, -- param definition infobox_name = nil, -- template name }, Infobox) r..."
−45,100
23 March 2024
Gau Cho
Remove the bottomlinks feature - disabled in 100% of RSC/OSRS Templates and 75% of RS3 templates
−1,579
Gau Cho
Simplify the table_class param
−27
Gau Cho
Slowly starting a bit of cleanup
−21
22 March 2024
Gau Cho
Copying RSC version for now
+48,173
Gau Cho
Created page with "--[=[ -- For documentation, see Module:Infobox/doc --]=] -- <nowiki> local Infobox = {} Infobox.__index = Infobox -- Infobox.__tostring = Infobox.tostring -- Edit button for unknown params local editbutton = require('Module:Edit button') local edit = editbutton("'''?''' (edit)") function Infobox.helloworld() mw.log('Hello world') return 'Hello world' end return Infobox -- </nowiki>"
+395