Adam
Новая страница: «local p = {} function p.formatPositionClaim( context, options, statement ) if (not context) then error('context is not specified') end; if (not options) then error('options is not specified') end; if (not statement) then error('statement is not specified') end; local args = {} if not statement.qualifiers or not statement.qualifiers['P580'] or not statement.qualifiers['P580'][1] then return '' -- нет даты начала end args['долж...»