Adam
Новая страница: «local p = {}; function p.getFlag( parseTimeFromSnak, countryEntityOrId, actualDate ) local flagClaims; if type( countryEntityOrId ) == "string" then flagClaims = mw.wikibase.getAllStatements( countryEntityOrId, 'P41' ) elseif countryEntityOrId and countryEntityOrId.claims and countryEntityOrId.claims.P41 then flagClaims = countryEntityOrId.claims.P41 end if not flagClaims or #flagClaims == 0 then return nil; end local countryFlags = {}; for...»