Related changes
Jump to navigation
Jump to search
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
14 September 2026
| 21:46 | Upload log Eli talk contribs uploaded File:Bh2 icon.png | ||||
| 21:45 | The Blockheads diffhist +233 Eli talk contribs | ||||
|
|
21:45 | Template:WpInfobox game 2 changes hist +36 [Eli (2×)] | |||
|
|
21:45 (cur | prev) +34 Eli talk contribs | ||||
|
|
21:32 (cur | prev) +2 Eli talk contribs | ||||
| 21:44 | Module:WpInfobox/styles.css diffhist +246 Eli talk contribs | ||||
| N 21:36 | Module:Navbar/styles.css diffhist +1,105 Eli talk contribs (Created page with "→{{pp|small=yes}}: .navbar { display: inline; font-size: 88%; font-weight: normal; } .navbar-collapse { float: left; text-align: left; } .navbar-boxtext { word-spacing: 0; } .navbar ul { display: inline-block; white-space: nowrap; line-height: inherit; } .navbar-brackets::before { margin-right: -0.125em; content: '[ '; } .navbar-brackets::after { margin-left: -0.125em; content: ' ]'; } .navbar li { word-spacing: -0.125em; } .navbar a > span, .nav...") | ||||
| N 21:34 | Template:Template other diffhist +435 Eli talk contribs (Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | template | other }} }} | template = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>") | ||||
| N 21:34 | Module:Navbar/configuration diffhist +915 Eli talk contribs (Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['hlist_templatestyles'] = 'Hlist/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal lis...") | ||||
| N 21:33 | Module:Navbar diffhist +5,296 Eli talk contribs (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false...") | ||||
|
|
N 21:32 | Module:WpInfobox 2 changes hist +21,305 [Eli (2×)] | |||
|
|
21:32 (cur | prev) +2 Eli talk contribs | ||||
| N |
|
21:29 (cur | prev) +21,303 Eli talk contribs (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local yesno = require("Module:Yesno") local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%s...") | |||
| N 21:30 | Module:Yesno diffhist +745 Eli talk contribs (Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =...") | ||||
| N 21:30 | Template:WpInfobox diffhist +346 Eli talk contribs (Created page with "{{#invoke:WpInfobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|WpInfobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|WpInfobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>") | ||||