User contributions for 65.93.215.16
Jump to navigation
Jump to search
29 January 2024
- 19:1919:19, 29 January 2024 diff hist +4,536 N Module:Collapsible list Created page with "local p = {} local function getListItem( data ) if not type( data ) == 'string' then return '' end return mw.ustring.format( '<li style="line-height: inherit; margin: 0">%s</li>', data ) end -- Returns an array containing the keys of all positional arguments -- that contain data (i.e. non-whitespace values). local function getArgNums( args ) local nums = {} for k, v in pairs( args ) do if type( k ) == 'number' and k >= 1..."
- 19:1919:19, 29 January 2024 diff hist +8,224 N Template:Collapsible list/doc Created page with "{{Documentation subpage}} {{High-use}} {{Template shortcuts|clist}} {{lua|Module:Collapsible list}} This template produces a collapsible list. It is possible to set CSS styles for the "frame" (the {{tag|div}} tags surrounding the list), for the list title, and for the list items. The template supports an unlimited number of list items. This template is typically used in infoboxes and navboxes; it should not normally be used in regular a..."
- 19:1819:18, 29 January 2024 diff hist +187 N Template:Collapsible list Created page with "{{<includeonly>safesubst:</includeonly>#invoke:collapsible list|main}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>"