Modul:Wikidata utilities: Unterschied zwischen den Versionen

Funktion umbenannt
(Datum)
(Funktion umbenannt)
Zeile 262: Zeile 262:


-- get values array for monolingual text
-- get values array for monolingual text
function wu.getValuesByLang( entity, p )
function wu.getMonolingualValues( entity, p )
local result = {}
local result = {}
if entity and entity ~= '' and p and p ~= '' then
if entity and entity ~= '' and p and p ~= '' then
Anonymer Benutzer