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
5 July 2026
| N 17:47 | Template:If empty/doc diffhist +4,805 Silverpg017 talk contribs (Created page with "{{Documentation subpage}} <!----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE----> {{Template redirect |Ifempty |First nonempty |Use first nonempty}} {{Lua|Module:If empty}} {{High-use|all-pages = yes}} This is the {{tl|If empty}} template. *''Update 2014 Dec 23'': This template used to only take 9 parameters. This limit has been removed. This template is used inside other templates. It takes any number of parameters and returns the first found to b...") | ||||
| N 17:47 | Module:If empty diffhist +1,018 Silverpg017 talk contribs (Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) -- For backwards compatibility reasons, the first 8 parameters can be unset instead of being blank, -- even though there's really no legitimate use case for this. At some point, this will be removed. local lowestNil = math.huge for i = 8,1,-1 do if args[i] == nil then args[i] = '' lowestNil = i end end for...") | ||||