Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
21 June 2026
- diffhist Trael 16:56 −1 Oros talk contribs
- diffhist Trael 16:55 +78 Oros talk contribs
- diffhist Trael 16:49 −30 Oros talk contribs
- diffhist Trael 16:49 +116 Oros talk contribs
- diffhist Template:List of cities and towns in the League of Payalwa Sections 16:35 +25 Oros talk contribs (Generated from a page schema)
- diffhist Aguerde 03:07 +93 Oros talk contribs
- diffhist Template:Table 02:52 +13 Oros talk contribs
- diffhist Template:Table 02:51 +7 Oros talk contribs
- diffhist Template:Table 02:48 +115 Oros talk contribs
- diffhist N Module:Buffer 02:44 +27,930 Oros talk contribs (Created page with "--[[============================= This Module was written by Alexander Zhikun He, also known as User:Codehydro on the English Wikipedia All methods were developed independently and any resemblance to other string buffer libraries would be coincidental. Furthermore, many methods will not work when compiled by standard Lua libraries as they depend on behaviors unique to the MediaWiki Scribunto mod, which, for example, has a getmetatable() method that always returns nil on...")
- diffhist Template:Table 02:44 −4 Oros talk contribs
- diffhist N Module:Table 02:43 +515 Oros talk contribs (Created page with "local p = {}; local getArgs = require('Module:Arguments').getArgs local buffer = require("Module:Buffer")('{|') function p.main(frame) local args = getArgs(frame, {removeBlanks=false, trim=false} ) for k, v in pairs(args) do if type(k) ~= 'number' then buffer:_(string.format(string.match(v, '^["\']') and ' %s=%s' or ' %s="%s"', k, v)) end end buffer:_'\n' for _, v in ipairs(args) do if not string.match(v, '^!') then buffer:_'|' end buffer:_(v) end return ta...")
- diffhist N Template:Table 02:43 +26 Oros talk contribs (Created page with "{{#invoke:wikitable|main}}")