Modulo:Categoria per anno: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m ARGH!1!1!
m Lua rocks
Riga 8:
local s
 
local mWikidata, mString = require('Modulo:Wikidata'), require('Modulo:String')
local from, localValue, catPart = args.from, args.localValue, args.catPart
local mString = require('Modulo:String')
 
local from = args.from
local localValue = args.localValue
local wikidataProp = args.wikidataProp or 'P571'
local wikidataValue = mWikidata._getProperty( { wikidataProp, localValue, from = from } )
local catPart = args.catPart
 
if not catPart then