Contribuciones del usuario Forte

Un usuario con 8066 ediciones. Cuenta creada el 29 sep 2020.
Buscar contribucionesExpandirContraer
⧼contribs-top⧽
⧼contribs-date⧽

8 ene 2023

11 dic 2022

8 dic 2022

6 dic 2022

5 dic 2022

9 oct 2022

  • 21:1421:14 9 oct 2022 difs. hist. +3 m Módulo:Citación webFixed English fallback
  • 21:1321:13 9 oct 2022 difs. hist. +3131 N Módulo:Citación webPágina creada con «local p = {} local function is_set (var) return not (var == nil or var == ''); end local function italics (var) return "''" .. var .. "''" end function p.cite( frame ) local pframe = frame:getParent() local Author = pframe.args['autor'] or pframe.args.author local Date = pframe.args['data'] or pframe.args['date'] local Title = pframe.args['titulo'] or pframe.args.title local URL = pframe.args['url'] or pframe.args.url local Newspaper = pframe.args['pagina-…»
  • 18:2618:26 9 oct 2022 difs. hist. +99 N Plantilla:PAGENAMEBASEPágina creada con «{{{{{|safesubst:}}}#Invoke:String|replace|{{{1|{{{{{|safesubst:}}}PAGENAME}}}}}|%s+%b()$||1|false}}»
  • 18:2518:25 9 oct 2022 difs. hist. +1018 N Módulo:If emptyPágina creada con «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…»
  • 18:2518:25 9 oct 2022 difs. hist. +62 N Plantilla:If emptyPágina creada con «{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}»
  • 18:2418:24 9 oct 2022 difs. hist. +10 133 N Módulo:InfoboxImagePágina creada con «-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if…»
  • 18:2218:22 9 oct 2022 difs. hist. +1403 N Módulo:Separated entriesPágina creada con «-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local separator = args.separator -- Decode (convert to Unicode)…»