Модуль:Error: различия между версиями
Pok (обсуждение | вклад) Новая страница: «-- source: https://ru.wikipedia.org/wiki/Модуль:Error -- license: CC BY-SA 4.0 -- 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') :...» |
(нет различий)
|