User contributions for TylerSmith
Jump to navigation
Jump to search
21 February 2023
- 22:2422:24, 21 February 2023 diff hist +2,467 N Module:Check for unknown parameters Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and trim(s) ~= '' end function p.check (frame) local args = frame.args local pargs = frame:getParent().args local ignoreblank = isnotempty(frame.args['ignoreblank']) local checkpos = isnote..."
- 22:2222:22, 21 February 2023 diff hist +316 Template:Div col No edit summary
- 22:2022:20, 21 February 2023 diff hist −315 Template:Div col No edit summary
- 22:1922:19, 21 February 2023 diff hist +451 N Template:Div col/styles.css Created page with "→{{pp|small=yes}}: .div-col { margin-top: 0.3em; column-width: 30em; } .div-col-rules { column-rule: 1px solid #aaa; } →Reset top margin for lists in div col: .div-col dl, .div-col ol, .div-col ul { margin-top: 0; } →Avoid elements breaking between columns See also Template:No col break: .div-col li, .div-col dd { page-break-inside: avoid; →Removed from CSS in favor of break-inside c. 2020: break-inside: avoid-column; }"
- 22:1822:18, 21 February 2023 diff hist +730 N Template:Div col Created page with "<includeonly><templatestyles src="Div col/styles.css"/><!-- --><div class="div-col {{#ifeq:{{{rules|}}}|yes|div-col-rules}} {{{class|}}}" <!-- -->{{#if:{{{colwidth|}}}{{{gap|}}}{{{style|}}}|<!-- -->style="{{#if:{{{colwidth|}}}|column-width: {{{colwidth}}};}}{{#if:{{{gap|}}}|column-gap: {{{gap}}};}}{{#if:{{{style|}}}|{{{style}}}}}"<!-- -->}}><!-- -->{{#if:{{{content|}}}|{{{content}}}</div>}}<!-- --></includeonly>{{#invoke:Check for unknown parameters|check|unknown={{main..."