Jump to content

Module:Error: Tarihin sauye-sauyen

Zaban bambanci: Yi makin na tarihan butira na rediyo dan kwatanta sannan a latsa maɓallin da ke ƙasa.
Fasali: (na yanzu) = bambanci da zubi na yanzu, (baya) = bambanci da zubi na baya, m = ƙaramin gyara.

26 ga Maris, 2023

  • na yanzubaya 21:2321:23, 26 ga Maris, 2023 2601:18e:c081:2ff0:c024:6ef1:ab3:9b43 hira bayit 1,129 +1,129 Sabon shafi: -- 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 p.error...