Vai al contenuto

"Modulo:Error": Cronologia dles verjiuns

Confrunt danter verjiuns: chirí fora i chedri che corespogn ales verjiuns de chëres che an ó fá le confrunt y druché le botun enter o le botun dessot.

Legenda: (at) = desfarënzia respet ala verjiun atuala, (ultima) = desfarënzia respet ala verjiun da denant, p = mudaziun mëndra.

7 mer 2023

  • atultima 13:1313:13, 7 mer 2023 Asenoner descuscion contribuc 1 129 bytes +1 129 Creata pagina con "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end function..."