Importer, Bürokraten, Moderatoren (CommentStreams), Strukturierte-Diskussionen-Bots, Oberflächenadministratoren, Push-Abonnementverwalter, Oversighter, Administratoren, Kampagnenbearbeiter (Hochladeassistent)
855
Bearbeitungen
(use require('strict') instead of require('Module:No globals')) |
K (3 Versionen von skanwiki:Modul:Catalog_lookup_link importiert) |
||
| Zeile 26: | Zeile 26: | ||
]] | ]] | ||
require(' | require('Module:No globals'); | ||
local getArgs = require ('Module:Arguments').getArgs; | local getArgs = require ('Module:Arguments').getArgs; | ||
local lock_icons = { --icon classes are defined in Module:Citation/CS1/styles.css | local lock_icons = { --icon classes are defined in Module:Citation/CS1/styles.css | ||
['free'] = {' | ['free'] = {'cs1-lock-free', 'Freely accessible'}, | ||
['registration'] = {' | ['registration'] = {'cs1-lock-registration', 'Free registration required'}, | ||
['limited'] = {' | ['limited'] = {'cs1-lock-limited', 'Free access subject to limited trial, subscription normally required'}, | ||
['subscription'] = {' | ['subscription'] = {'cs1-lock-subscription', 'Paid subscription required'}, | ||
} | } | ||
| Zeile 202: | Zeile 202: | ||
end --is_set (args[1]) | end --is_set (args[1]) | ||
return out_text | return out_text | ||
end | end | ||
return {main = main}; | return {main = main}; | ||