Modul:LinkISBN: Unterschied zwischen den Versionen
+span-tag
KKeine Bearbeitungszusammenfassung |
(+span-tag) |
||
Zeile 4: | Zeile 4: | ||
li.invalid = ' <span class="error">Ungültige ISBN</span>[[Kategorie:Seiten mit ISBN-Fehlern]]' | li.invalid = ' <span class="error">Ungültige ISBN</span>[[Kategorie:Seiten mit ISBN-Fehlern]]' | ||
li.special = 'Spezial:ISBN-Suche/' -- Special:BookSources | |||
-- patterns for delimiters except ',' | -- patterns for delimiters except ',' | ||
Zeile 20: | Zeile 21: | ||
mm = mw.ustring.gsub( mm, 'ISBN ', '' ) | mm = mw.ustring.gsub( mm, 'ISBN ', '' ) | ||
t = '[[ | t = '<span class="wv-booksources" title="' .. li.special .. mm .. '">[[' .. li.special .. mm .. '|' .. 'ISBN ' .. mm .. ']]</span>' | ||
if not noerror then t = t .. ci._check_isbn( mm, li.invalid ) end | if not noerror then t = t .. ci._check_isbn( mm, li.invalid ) end | ||
if comment ~= '' then t = t .. ' ' .. comment end | if comment ~= '' then t = t .. ' ' .. comment end |