Adam
Новая страница: «local p = {}; local flags = require( 'Module:Wikidata/Flags' ); function p.formatSisterCitiesProperty( context, options ) if not context then error( 'context not specified' ); end; if not options then error( 'options not specified' ); end; if not options.entity then error( 'options.entity missing' ); end; local claims = context.selectClaims( options, options.property ); if claims == nil then return ''; --TODO error? end local cityN...»