Модуль:Sources: различия между версиями

Материал из Буинский уезд (Буинск, Байбулатово, Кайрево, Бурундуки) - генеалогические исследовании
Перейти к навигации Перейти к поиску
м (1 версия импортирована)
 
м (1 версия импортирована)
 
(не показано 5 промежуточных версий 3 участников)
Строка 1: Строка 1:
 
local p = {};
 
local p = {};
 +
local u = require('Module:Sources-utils')
 +
 +
local i18nDefaultLanguage = 'ru';
 +
 +
local i18nEtAlDefault = ' et al.';
 +
local i18nEtAl = {
 +
ru = ' и др.',
 +
}
  
local i18nDefaultLanguage = 'Q7737';
 
 
local i18nEditors = {
 
local i18nEditors = {
Q150 = '', -- French
+
fr = '',
Q1321 = '', -- Spanish
+
de = 'Hrsg.: ',
Q1860 = '', -- English
+
es = '',
Q7737 = 'под ред. ', -- Russian
+
en = '',
Q188 = 'Hrsg.: ', -- German
+
it = '',
 +
ru = 'под ред. ',
 
}
 
}
 +
 
local i18nVolume = {
 
local i18nVolume = {
Q150 = 'Vol.', -- French
+
    de  = 'Vol.',
Q1321 = 'Vol.', -- Spanish
+
fr = 'Vol.',
Q1860 = 'Vol.', -- English
+
es = 'Vol.',
Q7737 = 'Т.', -- Russian
+
en = 'Vol.',
 +
it = 'Vol.',
 +
ru = 'Т.',
 +
}
 +
 
 +
local i18nIssue = {
 +
en = 'Iss.',
 +
ru = 'вып.',
 +
}
 +
 
 +
local i18nPages = {
 +
fr = 'P.',
 +
de = 'S.',
 +
es = 'P.',
 +
en = 'P.',
 +
it = 'P.',
 +
ru = 'С.',
 +
}
 +
 
 +
local i18nNumberOfPages = {
 +
en = 'p.',
 +
ru = 'с.',
 
}
 
}
local i18nPage = {
+
 
Q150 = 'P.', -- French
+
local i18nTirage = {
Q188 = 'S.', -- German
+
en = 'ed. size: %d',
Q1321 = 'P.', -- Spanish
+
ru = '%d экз.',
Q1860 = 'P.', -- English
 
Q7737 = 'С.', -- Russian
 
 
}
 
}
  
local monthg = {'января', 'февраля', 'марта', 'апреля', 'мая', 'июня',
+
 
    'июля', 'августа', "сентября", "октября", "ноября", "декабря"};
+
local monthg = {'января', 'февраля', 'марта', 'апреля', 'мая', 'июня', 'июля', 'августа', "сентября", "октября", "ноября", "декабря"};
  
 
local PREFIX_CITEREF = "CITEREF_";
 
local PREFIX_CITEREF = "CITEREF_";
 
function p.deepcopy(orig)
 
    local orig_type = type(orig)
 
    local copy
 
    if orig_type == 'table' then
 
        copy = {}
 
        for orig_key, orig_value in pairs(orig) do
 
            copy[orig_key] = p.deepcopy( orig_value );
 
        end
 
else -- number, string, boolean, etc
 
        copy = orig
 
    end
 
    return copy
 
end
 
  
 
local options_commas = { separator = ', ', conjunction = ', ', format = function( src ) return src end, nolinks = false, preferids = false };
 
local options_commas = { separator = ', ', conjunction = ', ', format = function( src ) return src end, nolinks = false, preferids = false };
 +
local options_commas_short = { separator = ', ', conjunction = ', ', format = function( src ) return src end, nolinks = false, preferids = false, short = true };
 
local options_commas_nolinks = { separator = ', ', conjunction = ', ', format = function( src ) return src end, nolinks = true, preferids = false };
 
local options_commas_nolinks = { separator = ', ', conjunction = ', ', format = function( src ) return src end, nolinks = true, preferids = false };
 
local options_commas_it = { separator = ', ', conjunction = ', ', format = function( src ) return "''" .. src .. "''" end, nolinks = false, preferids = false };
 
local options_commas_it = { separator = ', ', conjunction = ', ', format = function( src ) return "''" .. src .. "''" end, nolinks = false, preferids = false };
 +
local options_commas_it_short = { separator = ', ', conjunction = ', ', format = function( src ) return "''" .. src .. "''" end, nolinks = false, preferids = false, short = true };
 
local options_commas_it_nolinks = { separator = ', ', conjunction = ', ', format = function( src ) return "''" .. src .. "''" end, nolinks = true , preferids = false };
 
local options_commas_it_nolinks = { separator = ', ', conjunction = ', ', format = function( src ) return "''" .. src .. "''" end, nolinks = true , preferids = false };
 
local options_citetypes = { separator = ' ', conjunction = ' ', format = function( src ) return 'citetype_' .. src end, nolinks = true , preferids = true };
 
local options_citetypes = { separator = ' ', conjunction = ' ', format = function( src ) return 'citetype_' .. src end, nolinks = true , preferids = true };
  
function renderSource( src )
+
local options_commas_authors = { separator = ', ', conjunction = ', ', format = personNameToAuthorName, nolinks = false, preferids = false };
mw.logObject( src );
+
local options_commas_responsible = { separator = ', ', conjunction = ', ', format = personNameToResponsibleName, nolinks = false, preferids = false };
 +
 
 +
local options_arxiv = { separator = '; ', conjunction = '; ', format = function( id ) return '[http://arxiv.org/abs/' .. id .. ' arXiv:' .. id .. ']' end, nolinks = true, preferids = false };
 +
local options_doi = { separator = '; ', conjunction = '; ', format = function( doi ) return '[http://dx.doi.org/' .. doi .. ' doi:' .. doi .. ']' end, nolinks = true, preferids = false };
 +
local options_issn = { separator = '; ', conjunction = '; ', format = function( issn ) return '[https://www.worldcat.org/issn/' .. issn .. ' ' .. issn .. ']' end, nolinks = true, preferids = false };
 +
local options_pmid = { separator = '; ', conjunction = '; ', format = function( pmid ) return '[https://www.ncbi.nlm.nih.gov/pubmed/?term=' .. pmid .. ' PMID:' .. pmid .. ']' end, nolinks = true, preferids = false };
 +
 
 +
function renderSource( context, src )
 +
options_commas_authors.format = personNameToAuthorName;
 +
options_commas_responsible.format = personNameToResponsibleName;
 +
 
 +
context.lang = getLangCode( getSingle( src.lang ) ) or i18nDefaultLanguage;
 +
 
 +
preprocessPlaces( src, context.lang );
 +
 
 +
src.title = src.title or getSingle( src.url ) or '\'\'(unspecified title)\'\''
 +
 
 +
if ( src.sourceId and not src.url ) then
 +
local entity = getEntity( context, src.sourceId );
 +
if ( entity.sitelinks and entity.sitelinks[ context.lang .. 'wikisource'] ) then
 +
src.url = ':' .. context.lang .. ':s:' .. entity.sitelinks[ context.lang .. 'wikisource' ].title;
 +
end
 +
end
  
if ( src.code and not src.url ) then
+
if ( not src.year and src.dateOfPublication ) then
src.url = mw.wikibase.sitelink( src.code ) or ( 'd:' .. src.code )
+
local date = getSingle( src.dateOfPublication );
src.url = ':' .. src.url;
+
src.year = mw.ustring.sub( date, 2, 5 );
 
end
 
end
src.lang = getSingle( src.lang ) or i18nDefaultLanguage;
 
src.title = src.title or getSingle( src.url ) or '\'\'(unspecified title)\'\''
 
  
if ( not src.year and src.date ) then
+
if ( not src.year and src.dateOfCreation ) then
local date = getSingle( src.date );
+
local date = getSingle( src.dateOfCreation );
src.year = mw.ustring.sub( date, 9, 12 );
+
src.year = mw.ustring.sub( date, 2, 5 );
 
end
 
end
  
local result = '';
+
local result;
 
if ( src.author ) then
 
if ( src.author ) then
result = result .. toString( src.author, options_commas_it );
+
result = getPeopleAsWikitext( context, src.author, options_commas_authors );
 
end
 
end
if ( string.len( result ) ~= 0 ) then
+
if ( not isEmpty( result )) then
result = result .. ' ';
+
result = '<i class="wef_low_priority_links">' .. result .. '</i> ';
 +
else
 +
result = '';
 
end
 
end
 
   
 
   
 
  if ( src.part ) then
 
  if ( src.part ) then
 
  if ( src.url ) then
 
  if ( src.url ) then
local url = getSingle( src.url );
+
result = result .. wrapInUrl( src.url, toString( context, src.part, options_commas_nolinks ) );
if ( string.sub( url, 1, 1 ) == ':' ) then
+
else
result = result .. '[[' .. url .. '|' .. toString( src.part, options_commas_nolinks ) .. ']]';
+
result = result .. toString( context, src.part, options_commas );
else
 
result = result .. '[' .. url .. ' ' .. toString( src.part, options_commas_nolinks ) .. ']';
 
end
 
 
end
 
end
result = result .. ' // ' .. toString( src.title, options_commas );
+
result = result .. ' // ' .. toString( context, src.title, options_commas );
 
else
 
else
 
-- title only
 
-- title only
 
  if ( src.url ) then
 
  if ( src.url ) then
local url = getSingle( src.url );
+
result = result .. wrapInUrl( src.url, toString( context, src.title, options_commas_nolinks ) );
if ( string.sub( url, 1, 1 ) == ':' ) then
+
else
result = result .. '[[' .. url .. '|' .. toString( src.title, options_commas_nolinks ) .. ']]';
+
result = result .. toString( context, src.title, options_commas );
else
 
result = result .. '[' .. url .. ' ' .. toString( src.title, options_commas_nolinks ) .. ']';
 
end
 
 
end
 
end
 
  end
 
  end
 +
 +
if ( src.subtitle ) then
 +
result = result .. ": " .. toString( context, src.subtitle, options_commas );
 +
end
  
 
if ( src.originaltitle ) then
 
if ( src.originaltitle ) then
result = result .. ' = ' .. toString( src.originaltitle, options_commas );
+
result = result .. ' = ' .. toString( context, src.originaltitle, options_commas );
 
end
 
end
  
 
if ( src.publication ) then
 
if ( src.publication ) then
result = result .. ' // ' .. toString( src.publication, options_commas_it );
+
if ( type( src.publication.title or '') ~= 'string' ) then error('type of src.publication.title is not string but ' .. type( src.publication.title ) ) end;
 +
 
 +
result = result .. ' // ' .. toString( context, src.publication, options_commas_it_short );
 +
if ( src.publication.subtitle ) then
 +
result = result .. ': ' .. toString( context, src.publication.subtitle, options_commas_it_short );
 +
end
 
end
 
end
 +
 +
result = result .. '<span class="wef_low_priority_links">';
  
 
if ( src.editor ) then
 
if ( src.editor ) then
local prefix = i18nEditors[ src.lang ] or i18nEditors[ i18nDefaultLanguage ];
+
local prefix = i18nEditors[ context.lang ] or i18nEditors[ i18nDefaultLanguage ];
result = result .. ' / ' .. prefix .. toString( src.editor, options_commas );
+
result = result .. ' / ' .. prefix .. getPeopleAsWikitext( context, src.editor, options_commas_responsible );
 +
end
 +
 
 +
if ( src.edition ) then
 +
result = result .. ' — ' .. toString( context, src.edition, options_commas );
 
end
 
end
  
Строка 109: Строка 156:
 
result = result .. ' — ';
 
result = result .. ' — ';
 
if ( src.place ) then
 
if ( src.place ) then
result = result .. toString( src.place, options_commas );
+
result = result .. toString( context, src.place, options_commas_short );
 
if ( src.publisher or src.year ) then
 
if ( src.publisher or src.year ) then
 
result = result .. ': ';
 
result = result .. ': ';
Строка 115: Строка 162:
 
end
 
end
 
if ( src.publisher ) then
 
if ( src.publisher ) then
result = result .. toString( src.publisher, options_commas );
+
result = result .. toString( context, src.publisher, options_commas_short );
 
if ( src.year ) then
 
if ( src.year ) then
 
result = result .. ', ';
 
result = result .. ', ';
Строка 121: Строка 168:
 
end
 
end
 
if ( src.year ) then
 
if ( src.year ) then
result = result .. toString( src.year, options_commas );
+
result = result .. toString( context, src.year, options_commas );
 
end
 
end
 
result = result .. '.';
 
result = result .. '.';
 
end
 
end
 
   
 
   
if ( src.volume ) then
+
if ( src.volume or src.issue ) then
local letter = i18nVolume[ src.lang ] or i18nVolume[ i18nDefaultLanguage ];
+
result = result .. ' — ';
result = result .. ' — ' .. letter .. '&nbsp;' .. toString(src.volume, options_commas ) .. '.';
+
if ( src.volume ) then
 +
local letter = i18nVolume[ context.lang ] or i18nVolume[ i18nDefaultLanguage ];
 +
result = result .. letter .. '&nbsp;' .. toString( context, src.volume, options_commas );
 +
if ( src.issue ) then
 +
local letter = i18nIssue[ context.lang ] or i18nIssue[ i18nDefaultLanguage ];
 +
result = result .. ', ' .. letter .. '&nbsp;' .. toString( context, src.issue, options_commas ) .. '.';
 +
else
 +
result = result .. '.';
 +
end
 +
else
 +
local letter = i18nIssue[ context.lang ] or i18nIssue[ i18nDefaultLanguage ];
 +
result = result .. letter .. '&nbsp;' .. toString( context, src.issue, options_commas ) .. '.';
 +
end
 +
end
 +
 
 +
if ( src.pages ) then
 +
local letter = i18nPages[ context.lang ] or i18nPages[ i18nDefaultLanguage ];
 +
local strPages = toString( context, src.pages, options_commas );
 +
strPages = mw.ustring.gsub( strPages, '[-—]', '–' );
 +
result = result .. ' — ' .. letter .. '&nbsp;' .. strPages .. '.';
 +
end
 +
 
 +
if ( src.numberOfPages ) then
 +
local letter = i18nNumberOfPages[ context.lang ] or i18nNumberOfPages[ i18nDefaultLanguage ];
 +
result = result .. ' — ' .. toString( context, src.numberOfPages, options_commas ) .. '&nbsp;' .. letter;
 
end
 
end
+
 
if ( src.issue ) then
+
if ( src.bookSeries ) then
result = result .. ' — &nbsp;' .. toString(src.issue, options_commas ) .. '.';
+
result = result .. ' — (' .. toString( context, src.bookSeries, options_commas )
 +
 
 +
if ( src.bookSeriesVolume or src.bookSeriesIssue ) then
 +
result = result .. '; ';
 +
if ( src.bookSeriesVolume ) then
 +
local letter = i18nVolume[ context.lang ] or i18nVolume[ i18nDefaultLanguage ];
 +
result = result .. letter .. '&nbsp;' .. toString( context, src.bookSeriesVolume, options_commas );
 +
if ( src.bookSeriesIssue ) then
 +
local letter = i18nIssue[ context.lang ] or i18nIssue[ i18nDefaultLanguage ];
 +
result = result .. ', ' .. letter .. '&nbsp;' .. toString( context, src.bookSeriesIssue, options_commas );
 +
else
 +
result = result;
 +
end
 +
else
 +
local letter = i18nIssue[ context.lang ] or i18nIssue[ i18nDefaultLanguage ];
 +
result = result .. letter .. '&nbsp;' .. toString( context, src.bookSeriesIssue, options_commas );
 +
end
 +
end
 +
 
 +
result = result .. ')';
 
end
 
end
+
 
if ( src.page ) then
+
if ( src.tirage ) then
local letter = i18nPage[ src.lang ] or i18nPage[ i18nDefaultLanguage ];
+
local tirageTemplate = i18nTirage[ context.lang ] or i18nTirage[ i18nDefaultLanguage ];
result = result .. ' — ' .. letter .. '&nbsp;' .. toString(src.page, options_commas ) .. '.';
+
result = result .. ' — ' .. toString( context, src.tirage, { separator = '; ', conjunction = ';', format = function( data ) return mw.ustring.format(tirageTemplate, data) end } );
 
end
 
end
+
 
if ( src.isbn13 ) then
+
if ( src.isbn ) then
result = result .. ' — ISBN ' .. toString( src.isbn13, options_commas );
+
result = result .. ' — ISBN ' .. toString( context, src.isbn, options_commas );
elseif ( src.isbn10 ) then
 
result = result .. ' — ISBN ' .. toString( src.isbn10, options_commas );
 
 
end
 
end
  
 
if ( src.issn ) then
 
if ( src.issn ) then
result = result .. ' — ISSN ' .. toString( src.issn, options_commas );
+
result = result .. ' — ISSN ' .. toString( context, src.issn, options_issn );
 
end
 
end
 +
 
if ( src.doi ) then
 
if ( src.doi ) then
result = result .. ' — [http://dx.doi.org/' .. mw.uri.encode( src.doi ) .. ' DOI&nbsp;' .. src.doi .. ']';
+
result = result .. ' — ' .. toString( context, src.doi, options_doi );
 
end
 
end
  
if ( src.entityId ) then
+
if ( src.pmid ) then
if ( src.type and src.entityId ) then
+
result = result .. ' — ' .. toString( context, src.pmid, options_pmid );
 +
end
 +
 
 +
if ( src.arxiv ) then
 +
result = result .. ' — ' .. toString( context, src.arxiv, options_arxiv );
 +
end
 +
 
 +
if ( src.sourceId ) then
 +
if ( src.type and src.sourceId ) then
 
-- wrap into span to target from JS
 
-- wrap into span to target from JS
result = '<span class="' .. toString( src.type, options_citetypes ) .. '" data-entity-id="' .. getSingle( src.entityId ) .. '">' .. result .. '</span>'
+
result = '<span class="wikidata_cite ' .. toString( context, src.type, options_citetypes ) .. '" data-entity-id="' .. getSingle( src.sourceId ) .. '">' .. result .. '</span>'
 
else
 
else
result = '<span class="citetype_unknown" data-entity-id="' .. getSingle( src.entityId ) .. '">' .. result .. '</span>'
+
result = '<span class="wikidata_cite citetype_unknown" data-entity-id="' .. getSingle( src.sourceId ) .. '">' .. result .. '</span>'
 
end
 
end
 
end
 
end
Строка 169: Строка 266:
 
result = result .. " <small>Проверено " .. tostring(d) .. " " .. monthg[m]  .. " " .. tostring(y) .. ".</small>";
 
result = result .. " <small>Проверено " .. tostring(d) .. " " .. monthg[m]  .. " " .. tostring(y) .. ".</small>";
 
end
 
end
 +
 +
result = result .. '</span>';
 +
 +
    -- append invisible links to all elements used by source for tracking purposes
 +
    local result = result .. '<div style="display:none">';
 +
for key, entity in pairs( context.cache ) do
 +
result = result .. 'https://wikidata.org' .. mw.uri.localUrl('Track:' .. key).path;
 +
end
 +
    result = result ..'</div>'
  
 
return {text = result, code = src.code};
 
return {text = result, code = src.code};
Строка 174: Строка 280:
  
 
function renderShortReference( src )
 
function renderShortReference( src )
src.lang = getSingle( src.lang ) or i18nDefaultLanguage;
+
context = {
 +
cache = {},
 +
lang = getSingle( src.lang ) or i18nDefaultLanguage;
 +
};
 
src.title = src.title or '\'\'(unspecified title)\'\''
 
src.title = src.title or '\'\'(unspecified title)\'\''
  
 
local result = '[[#' .. PREFIX_CITEREF .. src.code .. '|';
 
local result = '[[#' .. PREFIX_CITEREF .. src.code .. '|';
 
if ( src.author ) then
 
if ( src.author ) then
result = result .. toString( src.author, options_commas_it_nolinks );
+
result = result .. toString( context, src.author, options_authors_nolinks );
 
else
 
else
result = result .. toString( src.title, options_commas_it_nolinks );
+
result = result .. toString( context, src.title, options_commas_it_nolinks );
 
end
 
end
 
result = result .. ']]'
 
result = result .. ']]'
  
 
if ( src.year ) then
 
if ( src.year ) then
result = result .. ', ' .. toString( src.year, options_commas );
+
result = result .. ', ' .. toString( context, src.year, options_commas );
 
end
 
end
  
 
if ( src.volume ) then
 
if ( src.volume ) then
local letter = i18nVolume[ src.lang ] or i18nVolume[ i18nDefaultLanguage ];
+
local letter = i18nVolume[ context.lang ] or i18nVolume[ i18nDefaultLanguage ];
result = result .. ' — ' .. letter .. '&nbsp;' .. toString(src.volume, options_commas ) .. '.';
+
result = result .. ' — ' .. letter .. '&nbsp;' .. toString( context, src.volume, options_commas ) .. '.';
 
end
 
end
+
 
 
if ( src.issue ) then
 
if ( src.issue ) then
result = result .. ' — &nbsp;' .. toString(src.issue, options_commas ) .. '.';
+
local letter = i18nIssue[ context.lang ] or i18nIssue[ i18nDefaultLanguage ];
 +
result = result .. ' — ' .. letter .. '&nbsp;' .. toString( context, src.issue, options_commas ) .. '.';
 
end
 
end
 
   
 
   
if ( src.page ) then
+
if ( src.pages ) then
local letter = i18nPage[ src.lang ] or i18nPage[ i18nDefaultLanguage ];
+
local letter = i18nPages[ context.lang ] or i18nPages[ i18nDefaultLanguage ];
result = result .. ' — ' .. letter .. '&nbsp;' .. toString(src.page, options_commas )  .. '.';
+
result = result .. ' — ' .. letter .. '&nbsp;' .. toString( context, src.pages, options_commas )  .. '.';
 
end
 
end
 +
 
end
 
end
  
function getSingle( value )
+
function getPeopleAsWikitext( context, value, options )
if ( not value ) then
 
return;
 
end
 
if ( type( value ) == 'string' ) then
 
return value;
 
elseif ( type( value ) == 'table' ) then
 
if ( value.id ) then
 
return value.id;
 
end
 
 
 
for i, tableValue in pairs( value ) do
 
return getSingle( tableValue );
 
end
 
end
 
 
 
return '(unknown)';
 
end
 
 
 
function toString( value, options )
 
 
if ( type( value ) == 'string' ) then
 
if ( type( value ) == 'string' ) then
 
return options.format( value );
 
return options.format( value );
Строка 230: Строка 322:
 
-- this is link
 
-- this is link
 
if ( options.preferids ) then
 
if ( options.preferids ) then
return options.format( value.id );
+
return value.id;
 
else
 
else
 
if ( options.nolinks ) then
 
if ( options.nolinks ) then
return options.format( value.label or mw.wikibase.label( value.id ) or '\'\'(untranslated title)\'\'' );
+
return getPersonNameAsLabel( context, value.id, value.label, options );
 
else
 
else
return options.format( renderLink( value.id, value.label ) );
+
return getPersonNameAsWikitext( context, value.id, value.label, options );
 
end
 
end
 
end
 
end
Строка 242: Строка 334:
 
local resultList = {};
 
local resultList = {};
 
for i, tableValue in pairs( value ) do
 
for i, tableValue in pairs( value ) do
table.insert( resultList, toString( tableValue, options ) );
+
local nextWikitext = getPeopleAsWikitext( context, tableValue, options );
 +
if ( not isEmpty( nextWikitext ) ) then
 +
table.insert( resultList, nextWikitext );
 +
if ( #resultList == 4 ) then
 +
-- even 4 is too much, but we preserve 4th to mark that "it's more than 3"
 +
break;
 +
end
 +
end
 
end
 
end
  
return mw.text.listToText( resultList, options.separator, options.conjunction);
+
local resultWikitext = '';
else
+
for i, wikitext in pairs( resultList ) do
return options.format( '(unknown type)' );
+
if ( i == 4 ) then
 +
resultWikitext = resultWikitext .. ( i18nEtAl[ context.lang ] or i18nEtAlDefault );
 +
break;
 +
end
 +
if ( i ~= 1 ) then
 +
resultWikitext = resultWikitext .. ', ';
 +
end
 +
resultWikitext = resultWikitext .. wikitext;
 +
end
 +
 
 +
return resultWikitext;
 
end
 
end
  
return '';
+
return options.format( '(unknown type)' );
 
end
 
end
  
function renderLink( entityId, text )
+
function getPersonNameAsWikitext( context, entityId, customLabel, options )
if ( not entityId ) then
+
local personName = getPersonNameAsLabel( context, entityId, customLabel, options);
error("entityId is not specified");
+
if ( personName == nil ) then
 +
return nil;
 
end
 
end
local actualText = text or mw.wikibase.label( entityId ) or '\'\'(untranslated)\'\'';
+
 
local link = mw.wikibase.sitelink( entityId ) or ( ':d:' .. entityId )
+
local link = getElementLink( context, entityId, nil );
return '[[' .. link .. '|' .. actualText .. ']]';
+
return wrapInUrl( link, personName );
 
end
 
end
  
-- Expand special types of references when additional data could be found in OTHER entity properties
+
function getPersonNameAsLabel( context, entityId, providedLabel, options )
function expandSpecials( currentEntity, reference, data )
+
-- would custom label provided we don't need to check entity at all
if ( reference.snaks.P248
+
if ( not isEmpty( providedLabel ) ) then
and reference.snaks.P248[1]
+
mw.log( 'Custom label provided for ' .. entityId );
and reference.snaks.P248[1].datavalue
+
return options.format( providedLabel );
and reference.snaks.P248[1].datavalue.value["numeric-id"]) then
+
end
local sourceId = "Q" .. reference.snaks.P248[1].datavalue.value["numeric-id"];
+
 
 +
local entity = getEntity( context, entityId );
 +
if ( not entity ) then return '\'\'(entity ' .. entityId .. ' is missing)\'\'' end;
 +
 
 +
local personName = nil;
 +
-- support only labels so far
 +
if ( entity.labels[ context.lang ] ) then
 +
personName = entity.labels[ context.lang ].value;
 +
mw.log('Got person name of ' .. entityId .. ' from label: «' .. personName .. '»' )
 +
end
 +
 
 +
if ( not isInstanceOf( entity, 'Q5' ) ) then
 +
mw.log( 'Entity ' .. entityId .. ' is not a person' );
 +
return personName;
 +
end
 +
 
 +
if ( isEmpty( personName ) ) then
 +
return '\'\'(not translated to ' .. context.lang .. ')\'\'';
 +
else
 +
return options.format( personName );
 +
end
 +
end
  
-- Gemeinsame Normdatei -- specified by P227
+
function personNameToAuthorName( fullName )
if ( sourceId == 'Q36578' ) then
+
if ( not fullName ) then return fullName; end
appendMainSnaks( currentEntity, 'P227', data, 'title', { format = function( gnd ) return 'Record #' .. gnd; end } );
 
appendMainSnaks( currentEntity, 'P227', data, 'url', { format = function( gnd ) return 'http://d-nb.info/gnd/' .. gnd .. '/'; end } );
 
end
 
 
-- BNF -- specified by P268
 
if ( sourceId == 'Q15222191' ) then
 
appendMainSnaks( currentEntity, 'P268', data, 'title', { format = function( id ) return 'Record #' .. id; end } );
 
appendMainSnaks( currentEntity, 'P268', data, 'url', { format = function( id ) return 'http://catalogue.bnf.fr/ark:/12148/cb' .. id; end } );
 
expandSpecialsQualifiers( currentEntity, 'P268', data );
 
end
 
  
-- Find a Grave -- specified by P535
+
local f, i, o = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)\,%s(%a[%a\-]*)%s(%a[%a\-]*)%s*$' );
if ( sourceId == 'Q63056' ) then
+
if ( f ) then
appendMainSnaks( currentEntity, 'P535', data, 'url', { format = function( id ) return 'http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&GRid=' .. id; end } );
+
mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Fa, I. O.» match' );
expandSpecialsQualifiers( currentEntity, 'P535', data );
+
return f .. '&nbsp;'
end
+
.. mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;'
 +
.. mw.ustring.sub( o, 1, 1 ) .. '.';
 +
end
  
-- Gran Enciclopèdia Catalana -- specified by P1296
+
local f1, f2, i = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a[%a\-]*)\,%s(%a[%a\-]*)%s*$' );
if ( sourceId == 'Q2664168' ) then
+
if ( f1 ) then
appendMainSnaks( currentEntity, 'P1296', data, 'url', { format = function( id ) return 'http://www.enciclopedia.cat/enciclop%C3%A8dies/gran-enciclop%C3%A8dia-catalana/EC-GEC-' .. id .. '.xml'; end } );
+
mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Fa Fa, I» match' );
expandSpecialsQualifiers( currentEntity, 'P1296', data );
+
return f1 .. '&nbsp;' .. f2 .. '&nbsp;'
end
+
.. mw.ustring.sub( i, 1, 1 ) .. '.';
 +
end
  
-- Encyclopædia Britannica online -- specified by P1417
+
local i, o, f = mw.ustring.match( fullName, '^%s*(%a)\.%s(%a)\.%s(%a[%a\-]+)%s*$');
if ( sourceId == 'Q5375741' ) then
+
if ( f ) then
appendMainSnaks( currentEntity, 'P1417', data, 'url', { format = function( id ) return 'http://global.britannica.com/EBchecked/topic/' .. id .. '/'; end } );
+
mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «I. O. Fa» match' );
expandSpecialsQualifiers( currentEntity, 'P1417', data );
+
return f .. '&nbsp;' .. i .. '.&nbsp;' .. o .. '.';
end
+
end
  
-- Electronic Jewish Encyclopedia (Elektronnaja Evrejskaja Entsiklopedia) -- specified by P1438
+
local i1, i2, i3, f = mw.ustring.match( fullName, '^%s*(%a)\.%s(%a)\.%s(%a)\.%s(%a[%a\-]+)%s*$');
if ( sourceId == 'Q1967250' ) then
+
if ( f ) then
appendMainSnaks( currentEntity, 'P1438', data, 'url', { format = function( id ) return 'http://www.eleven.co.il/article/' .. id; end } );
+
mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «I. O. ?. Fa» match' );
expandSpecialsQualifiers( currentEntity, 'P1438', data );
+
return f .. '&nbsp;' .. i1 .. '.&nbsp;' .. i2 .. '.&nbsp;' .. i3 .. '.';
end
+
end
  
-- sports-reference.com -- specified by P1447
+
    -- Joel J. P. C. Rodrigues
if ( sourceId == 'Q18002875' ) then
+
local i1, i2, i3, i4, f = mw.ustring.match( fullName, '^%s*(%a)[%a\-]+%s(%a)\.%s(%a)\.%s(%a)\.%s(%a[%a\-]+)%s*$');
appendMainSnaks( currentEntity, 'P1447', data, 'url', { format = function( id ) return 'http://www.sports-reference.com/olympics/athletes/' .. id .. '.html'; end } );
+
if ( f ) then
expandSpecialsQualifiers( currentEntity, 'P1447', data );
+
mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «I. O. ?. Fa» match' );
end
+
return f .. '&nbsp;' .. i1 .. '.&nbsp;' .. i2 .. '.&nbsp;' .. i3 .. '.&nbsp;' .. i4 .. '.';
 +
end
  
-- do we have appropriate record in P1343 ?
+
local i, o, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a)\.%s(%a[%a\-]*)%s*$');
local claims = findClaimsByValue( currentEntity, 'P1343', sourceId );
+
if ( f ) then
if ( claims and #claims ~= 0 ) then
+
mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Im O. Fa» match' );
appendQualifiers( claims, 'P958', data, 'part', {} );
+
return f .. '&nbsp;' .. mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. o .. '.';
appendQualifiers( claims, 'P854', data, 'url', {} );
 
appendQualifiers( claims, 'P357', data, 'title', {} );
 
appendQualifiers( claims, 'P478', data, 'volume', {} );
 
end
 
 
end
 
end
end
 
  
function expandSpecialsQualifiers( entity, propertyId, result )
+
local i1, i2, i3, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a)\.%s(%a)\.%s(%a[%a\-]*)%s*$');
if ( entity.claims and entity.claims[propertyId] ) then
+
if ( f ) then
local claims = entity.claims[propertyId];
+
mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Im I. I. Fa» match' );
appendQualifiers( claims, 'P958', result, 'part', {} );
+
return f .. '&nbsp;' .. mw.ustring.sub( i1, 1, 1 ) .. '.&nbsp;' .. i2 .. '.&nbsp;' .. i3 .. '.';
appendQualifiers( claims, 'P854', result, 'url', {} );
 
appendQualifiers( claims, 'P357', result, 'title', {} );
 
appendQualifiers( claims, 'P478', result, 'volume', {} );
 
 
end
 
end
end
 
  
function findClaimsByValue( entity, propertyId, value )
+
local i, o, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a[%a\-]*)%s(%a[%a\-]*)%s*$');
local result = {};
+
if ( f ) then
if ( entity and entity.claims and entity.claims[propertyId] ) then
+
mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Im Ot Fa» match' );
for i, claim in pairs( entity.claims[propertyId] ) do
+
return f .. '&nbsp;' .. mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. mw.ustring.sub( o, 1, 1 ) .. '.';
if ( claim.mainsnak and claim.mainsnak.datavalue ) then
 
local datavalue = claim.mainsnak.datavalue;
 
if ( datavalue.type == "string" and datavalue.value == value
 
or datavalue.type == "wikibase-entityid" and datavalue.value["entity-type"] == "item" and tostring( datavalue.value["numeric-id"] ) == mw.ustring.sub( value, 2 ) ) then
 
table.insert( result, claim );
 
end
 
end
 
end
 
 
end
 
end
return result;
 
end
 
  
function appendMainSnaks( entity, propertyId, result, property, options )
+
local i, o, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]+)%s(%a[%a\-]+)%s+оглы%s+(%a[%a\-]+)%s*$');
if ( entity.claims and entity.claims[propertyId] ) then
+
if ( f ) then
for i, claim in pairs( entity.claims[propertyId] ) do
+
mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Im Ot оглы Fa» match' );
if ( claim.mainsnak and claim.mainsnak.datavalue ) then
+
return f .. '&nbsp;' .. mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. mw.ustring.sub( o, 1, 1 ) .. '.';
appendImpl( claim.mainsnak.datavalue, result, property, options );
 
end
 
end
 
 
end
 
end
end
 
  
function appendSnaks( allSnaks, snakPropertyId, result, property, options )
+
local i1, i2, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]+)%s(%a[%a\-]+)%s+de%s+(%a[%a\-]+)%s*$');
if ( allSnaks and allSnaks[ snakPropertyId ] ) then
+
if ( f ) then
for k, snak in pairs( allSnaks[ snakPropertyId ] ) do
+
mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «I1 I2 de Fa» match' );
if ( snak and snak.datavalue ) then
+
return f .. '&nbsp;' .. mw.ustring.sub( i1, 1, 1 ) .. '.&nbsp;' .. mw.ustring.sub( i2, 1, 1 ) .. '.';
appendImpl( snak.datavalue, result, property, options );
 
end
 
end
 
 
end
 
end
end
 
  
function appendQualifiers( claims, qualifierPropertyId, result, property, options )
+
local i, f = mw.ustring.match( fullName, '^%s*(%a[%a\-\']+)%s(%a[%a\-\']+)%s*$');
for i, claim in pairs( claims ) do
+
if ( f ) then
if ( claim.qualifiers and claim.qualifiers[ qualifierPropertyId ] ) then
+
mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Im Fa» match' );
for k, qualifier in pairs( claim.qualifiers[ qualifierPropertyId ] ) do
+
return f .. '&nbsp;' .. mw.ustring.sub( i, 1, 1 ) .. '.';
if ( qualifier and qualifier.datavalue ) then
 
appendImpl( qualifier.datavalue, result, property, options );
 
end
 
end
 
end
 
 
end
 
end
 +
 +
mw.log( 'Unmatched any pattern: «' .. fullName .. '»' );
 +
return fullName;
 
end
 
end
  
function appendImpl( datavalue, result, property, options )
+
function personNameToResponsibleName( fullName )
if ( datavalue.type == 'string' ) then
+
if ( not fullName ) then return fullName; end
local value = datavalue.value;
 
if ( options.format ) then
 
value = options.format( value );
 
end
 
if ( not result[property] ) then
 
result[property] = {};
 
elseif ( type( result[property] ) == 'string' or ( type( result[property] ) == 'table' and type( result[property].id ) == 'string' ) ) then
 
result[property] = { result[property] };
 
end
 
table.insert( result[property], value);
 
elseif ( datavalue.type == 'wikibase-entityid' ) then
 
local value = datavalue.value;
 
if ( not result[property] ) then
 
result[property] = {};
 
elseif ( type( result[property] ) == 'string' or ( type( result[property] ) == 'table' and type( result[property].id ) == 'string' ) ) then
 
result[property] = { result[property] };
 
end
 
table.insert( result[property], { id = 'Q' .. value["numeric-id"] });
 
elseif datavalue.type == 'time' then
 
local value = datavalue.value;
 
if ( options.format ) then
 
value = options.format( value );
 
end
 
if ( not result[property] ) then
 
result[property] = {};
 
elseif ( type( result[property] ) == 'string' or ( type( result[property] ) == 'table' and type( result[property].id ) == 'string' ) ) then
 
result[property] = { result[property] };
 
end
 
table.insert( result[property], tostring( value.time ));
 
    end
 
end
 
  
function expandPublication( data )
+
local f, i, o = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)\,%s(%a[%a\-]*)%s(%a[%a\-]*)%s*$' );
local publication = data.publication;
+
if ( f ) then
 +
mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «Fa, I. O.» match' );
 +
return mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. mw.ustring.sub( o, 1, 1 ) .. '.&nbsp;' .. f;
 +
end
  
-- use only first one
+
local f1, f2, i = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a[%a\-]*)\,%s(%a[%a\-]*)%s*$' );
if ( type( publication ) == 'table' and publication[1] and publication[1].id ) then
+
if ( f1 ) then
data.publication = publication[1];
+
mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «Fa Fa, I» match' );
publication = data.publication;
+
return  mw.ustring.sub( i, 1, 1 ) .. '&nbsp;' .. f1 .. '&nbsp;' .. f2;
 
end
 
end
  
if ( publication and publication.id ) then
+
local i, o, f = mw.ustring.match( fullName, '^%s*(%a)\.%s(%a)\.%s(%a[%a\-]+)%s*$');
populateSourceData( data, publication.id );
+
if ( f ) then
 +
mw.log( 'v: «' .. fullName .. '»: have «I. O. Fa» match' );
 +
return i .. '.&nbsp;' .. o .. '.&nbsp;' .. f;
 
end
 
end
end
 
  
function loadSafe( entityId )
+
local i1, i2, i3, f = mw.ustring.match( fullName, '^%s*(%a)\.%s(%a)\.%s(%a)\.%s(%a[%a\-]+)%s*$');
if ( entityId == nil ) then
+
if ( f ) then
error('entityId to load is not specified');
+
mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «I. O. ?. Fa» match' );
 +
return  i1 .. '.&nbsp;' .. i2 .. '.&nbsp;' .. i3 .. '.&nbsp;' .. f;
 
end
 
end
local status, result = pcall( function() return mw.loadData( 'Module:Source/' .. entityId ) end );
+
 
if ( status == true ) then
+
    -- Joel J. P. C. Rodrigues
return true, result;
+
local i1, i2, i3, i4, f = mw.ustring.match( fullName, '^%s*(%a)[%a\-]+%s(%a)\.%s(%a)\.%s(%a)\.%s(%a[%a\-]+)%s*$');
 +
if ( f ) then
 +
mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «I. O. ?. Fa» match' );
 +
return i1 .. '.&nbsp;' .. i2 .. '.&nbsp;' .. i3 .. '.&nbsp;' .. i4 .. '.&nbsp;' .. f;
 
end
 
end
return false, nil;
 
end
 
  
function populateSourceData( data, sourceId )
+
local i, o, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a)\.%s(%a[%a\-]*)%s*$');
local loaded, sourceData = loadSafe( sourceId );
+
if ( f ) then
if ( loaded and sourceData ) then
+
mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «Im O. Fa» match' );
populateSourceDataImpl( data, sourceData );
+
return mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. o .. '.&nbsp;' .. f;
 
end
 
end
end
 
  
function populateSourceDataImpl( data, sourceData )
+
local i, o, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a[%a\-]*)%s(%a[%a\-]*)%s*$');
for key, value in pairs( sourceData ) do
+
if ( f ) then
if ( not data[key] and key ~= 'title' ) then
+
mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «Im Ot Fa» match' );
data[key] = value;
+
return mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. mw.ustring.sub( o, 1, 1 ) .. '.&nbsp;' .. f;
end
 
 
end
 
end
  
-- if we already have title, than it would be the current one, otherwise move it to publication
+
local i, o, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]+)%s(%a[%a\-]+)%s+оглы%s+(%a[%a\-]+)%s*$');
if ( sourceData.title ) then
+
if ( f ) then
if ( not data.title ) then
+
mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «Im Ot оглы Fa» match' );
data.title = sourceData.title;
+
return  mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. mw.ustring.sub( o, 1, 1 ) .. '.&nbsp;' .. f;
else
 
if ( not data.publication ) then
 
data.publication = sourceData.title;
 
end
 
end
 
 
end
 
end
end
 
  
function updateWithRef( reference, src )
+
local i, f = mw.ustring.match( fullName, '^%s*(%a[%a\-\']+)%s(%a[%a\-\']+)%s*$');
-- specified
+
if ( f ) then
if ( reference.snaks.O662 ) then
+
mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «Im Fa» match' );
local cid = reference.snaks.P662[1].datavalue.value;
+
return  mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. f;
src.code = src.code .. '-cid:' .. cid;
 
src.title = 'Compound Summary for: CID ' .. cid;
 
src.url = 'http://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=' .. cid;
 
src.publication = { id = 'Q278487', label = 'PubChem' };
 
 
end
 
end
  
appendSnaks( reference.snaks, 'P50', src, 'author', {} );
+
mw.log( 'Unmatched any pattern: «' .. fullName .. '»' );
appendSnaks( reference.snaks, 'P364', src, 'lang', {} );
+
return fullName;
appendSnaks( reference.snaks, 'P958', src, 'part', {} ); -- part
 
appendSnaks( reference.snaks, 'P357', src, 'title', {} ); -- title
 
appendSnaks( reference.snaks, 'P854', src, 'url', {} );
 
appendSnaks( reference.snaks, 'P1433', src, 'publication', {} );
 
appendSnaks( reference.snaks, 'P123', src, 'publisher', {} );
 
appendSnaks( reference.snaks, 'P304', src, 'page', {} );
 
appendSnaks( reference.snaks, 'P478', src, 'volume', {} );
 
appendSnaks( reference.snaks, 'P577', src, 'date', {} );
 
appendSnaks( reference.snaks, 'P813', src, 'accessdate', {} );
 
return src;
 
 
end
 
end
  
 
function p.renderSource( frame )
 
function p.renderSource( frame )
 +
p.currentFrame = frame;
 +
 
local arg = frame.args[1];
 
local arg = frame.args[1];
return p.renderSourceImpl( arg );
+
local refAnchor = frame.args['ref'];
 +
local refAnchorYear = frame.args['ref-year'];
 +
local args = {};
 +
args.part = frame.args['part'];
 +
args.parturl = frame.args['parturl'];
 +
args.pages = frame.args['pages'];
 +
args.refAnchor = frame.args['ref'];
 +
args.refAnchorYear = frame.args['ref-year'];
 +
args.url = frame.args['url'];
 +
 
 +
return p.renderSourceImpl( mw.text.trim( arg ), args );
 
end
 
end
  
function p.renderSourceImpl( entityId )
+
function p.renderSourceImpl( entityId, args )
local value = {};
+
args = args or {};
value["numeric-id"] = string.sub( entityId , 2);
+
 
local snak = { datavalue = { value =value } };
+
local snaks = {};
local properties = {};
+
snaks.P248 = { toWikibaseEntityIdSnak( 'P248', entityId ) };
properties[1] = snak;
+
snaks.P805 = { toWikibaseEntityIdSnak( 'P805', entityId ) };
return renderReferenceImpl( {}, { snaks = { P248 = properties } } ).text;
+
copyArgsToSnaks( args, snaks );
 +
 
 +
local rendered = renderReferenceImpl( mw.wikibase.getEntity(), { snaks = snaks }, args.refAnchor, args.refAnchorYear );
 +
if ( rendered ) then return rendered.text end;
 
end
 
end
  
 
function p.renderReference( frame, currentEntity, reference )
 
function p.renderReference( frame, currentEntity, reference )
+
p.currentFrame = frame;
 +
 
 
-- template call
 
-- template call
 
if ( frame and not currentEntity and not reference ) then
 
if ( frame and not currentEntity and not reference ) then
local value = {};
+
local args = frame.args;
value["numeric-id"] = string.sub( frame.args[1] , 2);
+
if ( #frame.args == 0 ) then
local snak = { datavalue = { value =value } };
+
args = frame:getParent().args;
local properties = {};
+
end
properties[1] = snak;
+
 
+
local snaks = {};
currentEntity = mw.wikibase.getEntityObject();
+
 
reference = { snaks = { P248 = properties } };
+
if ( args[1] ) then
 +
snaks.P248 = { toWikibaseEntityIdSnak( "P248", args[1] ) };
 +
snaks.P805 = { toWikibaseEntityIdSnak( "P805", args[1] ) };
 +
end
 +
copyArgsToSnaks( args, snaks );
 +
 
 +
currentEntity = mw.wikibase.getEntity();
 +
reference = { snaks = snaks };
 
end
 
end
  
Строка 526: Строка 598:
  
 
local result;
 
local result;
local code = rendered.code or mw.text.encode( rendered.text );
+
local code = rendered.code or rendered.text;
result = frame:extensionTag( 'ref', rendered.text, {name = code} ) .. '[[К:Википедия:Статьи с источниками из Викиданных]]';
+
-- Про выбор алгоритма хеширования см. [[Модуль:Hash]]. Знак подчёркивания в начале позволяет
 
+
-- исключить ошибку, когда имя сноски — чисто числовое значение, каковыми иногда бывают хеши.
if ( not rendered.found ) then
+
result = frame:extensionTag( 'ref', rendered.text, { name = '_' .. mw.hash.hashValue('fnv164', code) } ) .. '[[Category:Википедия:Статьи с источниками из Викиданных]]';
result = result .. '[[К:Википедия:Статьи с неоформленными источниками из Викиданных]]';
 
end
 
  
 
return result;
 
return result;
 
end
 
end
  
function renderReferenceImpl( currentEntity, reference )
+
function renderReferenceImpl( currentEntity, reference, refAnchor, refAnchorYear )
 
if ( not reference.snaks ) then
 
if ( not reference.snaks ) then
 
return nil;
 
return nil;
 
end
 
end
  
 +
-- контекст, содержит также кеш элементов
 +
local context = {
 +
cache = {},
 +
}
 +
 +
-- данные в простом формате, согласованном с модулями формирования библиографического описания
 
local data = {};
 
local data = {};
local entityId, found, sourceData;
+
 
if ( reference.snaks.P248 ) then
+
    -- забрать данные из reference
entityId = "Q" .. reference.snaks.P248[1].datavalue.value["numeric-id"];
+
    populateDataFromClaims( context, nil, reference.snaks, data )
found, sourceData = loadSafe( entityId );
+
 
data.code = entityId;
+
-- update ref name with ref-specific properties
data.entityId = entityId;
+
if ( data.code ) then
else
+
if ( data.part ) then data.code = data.code .. '-' .. getSingle( data.part ) end
found = true;
+
if ( data.pages ) then data.code = data.code .. '-' .. getSingle( data.pages ) end
 +
if ( data.volume ) then data.code = data.code .. '-' .. getSingle( data.volume ) end
 +
if ( data.issue ) then data.code = data.code .. '-' .. getSingle( data.issue ) end
 +
if ( data.url ) then data.code = data.code .. '-' .. getSingle( data.url ) end
 
end
 
end
  
updateWithRef( reference, data );
+
expandSpecials( context, currentEntity, reference, data );
expandSpecials( currentEntity, reference, data );
+
 
if ( entityId ) then
+
local sourceEntity = nil;
if ( found and sourceData ) then
+
if ( data.sourceId ) then
populateSourceDataImpl( data, sourceData );
+
sourceEntity = getEntity( context, data.sourceId );
else
+
if ( sourceEntity ) then
if ( data.title ) then
+
populateSourceDataImpl( context, sourceEntity, data );
data.publication = data.publication or { id = entityId, label = mw.wikibase.label( entityId ) };
 
else
 
data.title = { id = entityId, label = mw.wikibase.label( entityId ) };
 
end
 
 
end
 
end
 
end
 
end
expandPublication( data );
+
 
 +
if ( data.publication ) then
 +
expandPublication( context, sourceEntity, data );
 +
end
 +
 
 +
expandBookSeries( context, data );
 +
 
 +
if ( next( data ) == nil ) then
 +
return nil;
 +
end
  
 
local rendered;
 
local rendered;
 
if ( p.short ) then
 
if ( p.short ) then
local toStore = p.deepcopy( data );
+
rendered = renderShortReference( data );
if (not p.list ) then
+
if ( mw.ustring.len( rendered.text ) == 0 ) then
p.list = {};
+
return nil;
 
end
 
end
p.list[toStore.code] = toStore;
+
 
rendered = renderShortReference( data );
 
 
else
 
else
rendered = renderSource( data );
+
rendered = renderSource( context, data );
end
+
if ( mw.ustring.len( rendered.text ) == 0 ) then
 +
return nil;
 +
end
  
if ( mw.ustring.len( rendered.text ) == 0 ) then
+
if ( refAnchor ) then
return nil;
+
local anchorValue = 'CITEREF' .. refAnchor .. ( coalesce( refAnchorYear, data.year ) or '' );
 +
rendered.text = '<span class="citation" id="' .. mw.uri.anchorEncode( anchorValue ) .. '">' .. rendered.text .. '</span>';
 +
end
 
end
 
end
  
rendered.found = found;
 
 
return rendered;
 
return rendered;
 
end
 
end
  
 
return p;
 
return p;

Текущая версия на 00:25, 18 марта 2020

Для документации этого модуля может быть создана страница Модуль:Sources/doc

local p = {};
local u = require('Module:Sources-utils')

local i18nDefaultLanguage = 'ru';

local i18nEtAlDefault = ' et al.';
local i18nEtAl = {
	ru	= ' и др.',
}

local i18nEditors = {
	fr	= '',
	de	= 'Hrsg.: ',
	es	= '',
	en	= '',
	it	= '',
	ru	= 'под ред. ',
}

local i18nVolume = {
    de  = 'Vol.',
	fr	= 'Vol.',
	es	= 'Vol.',
	en	= 'Vol.',
	it	= 'Vol.',
	ru	= 'Т.',
}

local i18nIssue = {
	en	= 'Iss.',
	ru	= 'вып.',
}

local i18nPages = {
	fr = 'P.',
	de = 'S.',
	es = 'P.',
	en = 'P.',
	it = 'P.',
	ru = 'С.',
}

local i18nNumberOfPages = {
	en = 'p.',
	ru = 'с.',
}

local i18nTirage = {
	en	= 'ed. size: %d',
	ru	= '%d экз.',
}


local monthg = {'января', 'февраля', 'марта', 'апреля', 'мая', 'июня', 'июля', 'августа', "сентября", "октября", "ноября", "декабря"};

local PREFIX_CITEREF = "CITEREF_";

local options_commas = { separator = ', ', conjunction = ', ', format = function( src ) return src end, nolinks = false, preferids = false };
local options_commas_short = { separator = ', ', conjunction = ', ', format = function( src ) return src end, nolinks = false, preferids = false, short = true };
local options_commas_nolinks = { separator = ', ', conjunction = ', ', format = function( src ) return src end, nolinks = true, preferids = false };
local options_commas_it = { separator = ', ', conjunction = ', ', format = function( src ) return "''" .. src .. "''" end, nolinks = false, preferids = false };
local options_commas_it_short = { separator = ', ', conjunction = ', ', format = function( src ) return "''" .. src .. "''" end, nolinks = false, preferids = false, short = true };
local options_commas_it_nolinks = { separator = ', ', conjunction = ', ', format = function( src ) return "''" .. src .. "''" end, nolinks = true , preferids = false };
local options_citetypes = { separator = ' ', conjunction = ' ', format = function( src ) return 'citetype_' .. src end, nolinks = true , preferids = true };

local options_commas_authors = { separator = ', ', conjunction = ', ', format = personNameToAuthorName, nolinks = false, preferids = false };
local options_commas_responsible = { separator = ', ', conjunction = ', ', format = personNameToResponsibleName, nolinks = false, preferids = false };

local options_arxiv = { separator = '; ', conjunction = '; ', format = function( id ) return '[http://arxiv.org/abs/' .. id .. ' arXiv:' .. id .. ']' end, nolinks = true, preferids = false };
local options_doi = { separator = '; ', conjunction = '; ', format = function( doi ) return '[http://dx.doi.org/' .. doi .. ' doi:' .. doi .. ']' end, nolinks = true, preferids = false };
local options_issn = { separator = '; ', conjunction = '; ', format = function( issn ) return '[https://www.worldcat.org/issn/' .. issn .. ' ' .. issn .. ']' end, nolinks = true, preferids = false };
local options_pmid = { separator = '; ', conjunction = '; ', format = function( pmid ) return '[https://www.ncbi.nlm.nih.gov/pubmed/?term=' .. pmid .. ' PMID:' .. pmid .. ']' end, nolinks = true, preferids = false };

function renderSource( context, src )
	options_commas_authors.format = personNameToAuthorName;
	options_commas_responsible.format = personNameToResponsibleName;

	context.lang = getLangCode( getSingle( src.lang ) ) or i18nDefaultLanguage;

	preprocessPlaces( src, context.lang );

	src.title = src.title or getSingle( src.url ) or '\'\'(unspecified title)\'\''

	if ( src.sourceId and not src.url ) then
		local entity = getEntity( context, src.sourceId );
		if ( entity.sitelinks and entity.sitelinks[ context.lang .. 'wikisource'] ) then
			src.url = ':' .. context.lang .. ':s:' .. entity.sitelinks[ context.lang .. 'wikisource' ].title;
		end
	end

	if ( not src.year and src.dateOfPublication ) then
		local date = getSingle( src.dateOfPublication );
		src.year = mw.ustring.sub( date, 2, 5 );
	end

	if ( not src.year and src.dateOfCreation ) then
		local date = getSingle( src.dateOfCreation );
		src.year = mw.ustring.sub( date, 2, 5 );
	end

	local result;
	if ( src.author ) then
		result = getPeopleAsWikitext( context, src.author, options_commas_authors );
	end
	if ( not isEmpty( result )) then
		result = '<i class="wef_low_priority_links">' .. result .. '</i> ';
	else
		result = '';
	end
 
 	if ( src.part ) then
 		if ( src.url ) then
			result = result .. wrapInUrl( src.url, toString( context, src.part, options_commas_nolinks ) );
		else
			result = result .. toString( context, src.part, options_commas );
		end
		result = result .. ' // ' .. toString( context, src.title, options_commas );
	else
		-- title only
 		if ( src.url ) then
			result = result .. wrapInUrl( src.url, toString( context, src.title, options_commas_nolinks ) );
		else
			result = result .. toString( context, src.title, options_commas );
		end
 	end

	if ( src.subtitle ) then
		result = result .. ": " .. toString( context, src.subtitle, options_commas );
	end

	if ( src.originaltitle ) then
		result = result .. ' = ' .. toString( context, src.originaltitle, options_commas );
	end

	if ( src.publication ) then
		if ( type( src.publication.title or '') ~= 'string' ) then error('type of src.publication.title is not string but ' .. type( src.publication.title ) ) end;

		result = result .. ' // ' .. toString( context, src.publication, options_commas_it_short );
		if ( src.publication.subtitle ) then
			result = result .. ': ' .. toString( context, src.publication.subtitle, options_commas_it_short );
		end
	end

	result = result .. '<span class="wef_low_priority_links">';

	if ( src.editor ) then
		local prefix = i18nEditors[ context.lang ] or i18nEditors[ i18nDefaultLanguage ];
		result = result .. ' / ' .. prefix .. getPeopleAsWikitext( context, src.editor, options_commas_responsible );
	end

	if ( src.edition ) then
		result = result .. ' — ' .. toString( context, src.edition, options_commas );
	end

	if ( src.place or src.publisher or src.year ) then
		result = result .. ' — ';
		if ( src.place ) then
			result = result .. toString( context, src.place, options_commas_short );
			if ( src.publisher or src.year ) then
				result = result .. ': ';
			end
		end
		if ( src.publisher ) then
			result = result .. toString( context, src.publisher, options_commas_short );
			if ( src.year ) then
				result = result .. ', ';
			end
		end
		if ( src.year ) then
			result = result .. toString( context, src.year, options_commas );
		end
		result = result .. '.';
	end
 
 	if ( src.volume or src.issue ) then
 		result = result .. ' — ';
		if ( src.volume ) then
			local letter = i18nVolume[ context.lang ] or i18nVolume[ i18nDefaultLanguage ];
			result = result .. letter .. '&nbsp;' .. toString( context, src.volume, options_commas );
			if ( src.issue ) then
				local letter = i18nIssue[ context.lang ] or i18nIssue[ i18nDefaultLanguage ];
				result = result .. ', ' .. letter .. '&nbsp;' .. toString( context, src.issue, options_commas ) .. '.';
			else
				result = result .. '.';
			end
		else
			local letter = i18nIssue[ context.lang ] or i18nIssue[ i18nDefaultLanguage ];
			result = result .. letter .. '&nbsp;' .. toString( context, src.issue, options_commas ) .. '.';
		end
 	end

	if ( src.pages ) then
		local letter = i18nPages[ context.lang ] or i18nPages[ i18nDefaultLanguage ];
		local strPages = toString( context, src.pages, options_commas );
		strPages = mw.ustring.gsub( strPages, '[-—]', '–' );
		result = result .. ' — ' .. letter .. '&nbsp;' .. strPages .. '.';
	end

	if ( src.numberOfPages ) then
		local letter = i18nNumberOfPages[ context.lang ] or i18nNumberOfPages[ i18nDefaultLanguage ];
		result = result .. ' — ' .. toString( context, src.numberOfPages, options_commas ) .. '&nbsp;' .. letter;
	end

	if ( src.bookSeries ) then
		result = result .. ' — (' .. toString( context, src.bookSeries, options_commas )

	 	if ( src.bookSeriesVolume or src.bookSeriesIssue ) then
	 		result = result .. '; ';
			if ( src.bookSeriesVolume ) then
				local letter = i18nVolume[ context.lang ] or i18nVolume[ i18nDefaultLanguage ];
				result = result .. letter .. '&nbsp;' .. toString( context, src.bookSeriesVolume, options_commas );
				if ( src.bookSeriesIssue ) then
					local letter = i18nIssue[ context.lang ] or i18nIssue[ i18nDefaultLanguage ];
					result = result .. ', ' .. letter .. '&nbsp;' .. toString( context, src.bookSeriesIssue, options_commas );
				else
					result = result;
				end
			else
				local letter = i18nIssue[ context.lang ] or i18nIssue[ i18nDefaultLanguage ];
				result = result .. letter .. '&nbsp;' .. toString( context, src.bookSeriesIssue, options_commas );
			end
	 	end

		result = result .. ')';
	end

	if ( src.tirage ) then
		local tirageTemplate = i18nTirage[ context.lang ] or i18nTirage[ i18nDefaultLanguage ];
		result = result .. ' — ' .. toString( context, src.tirage, { separator = '; ', conjunction = ';', format = function( data ) return mw.ustring.format(tirageTemplate, data) end } );
	end

	if ( src.isbn ) then
		result = result .. ' — ISBN ' .. toString( context, src.isbn, options_commas );
	end

	if ( src.issn ) then
		result = result .. ' — ISSN ' .. toString( context, src.issn, options_issn );
	end

	if ( src.doi ) then
		result = result .. ' — ' .. toString( context, src.doi, options_doi );
	end

	if ( src.pmid ) then
		result = result .. ' — ' .. toString( context, src.pmid, options_pmid );
	end

	if ( src.arxiv ) then
		result = result .. ' — ' .. toString( context, src.arxiv, options_arxiv );
	end

	if ( src.sourceId ) then
		if ( src.type and src.sourceId ) then
			-- wrap into span to target from JS
			result = '<span class="wikidata_cite ' .. toString( context, src.type, options_citetypes ) .. '" data-entity-id="' .. getSingle( src.sourceId ) .. '">' .. result .. '</span>'
		else
			result = '<span class="wikidata_cite citetype_unknown" data-entity-id="' .. getSingle( src.sourceId ) .. '">' .. result .. '</span>'
		end
	end

	if ( src.accessdate ) then
			local date = getSingle( src.accessdate );
			local pattern = "(%-?%d+)%-(%d+)%-(%d+)T";
			local y, m, d = mw.ustring.match( date , pattern );
			y,m,d = tonumber(y),tonumber(m),tonumber(d);
			result = result .. " <small>Проверено " .. tostring(d) .. " " .. monthg[m]  .. " " .. tostring(y) .. ".</small>";
	end

	result = result .. '</span>';

    -- append invisible links to all elements used by source for tracking purposes
    local result = result .. '<div style="display:none">';
	for key, entity in pairs( context.cache ) do
		result = result .. 'https://wikidata.org' .. mw.uri.localUrl('Track:' .. key).path;
	end
    result = result ..'</div>'

	return {text = result, code = src.code};
end

function renderShortReference( src )
	context = {
		cache = {},
		lang = getSingle( src.lang ) or i18nDefaultLanguage;
	};
	src.title = src.title or '\'\'(unspecified title)\'\''

	local result = '[[#' .. PREFIX_CITEREF .. src.code .. '|';
	if ( src.author ) then
		result = result .. toString( context, src.author, options_authors_nolinks );
	else
		result = result .. toString( context, src.title, options_commas_it_nolinks );
	end
	result = result .. ']]'

	if ( src.year ) then
		result = result .. ', ' .. toString( context, src.year, options_commas );
	end

	if ( src.volume ) then
		local letter = i18nVolume[ context.lang ] or i18nVolume[ i18nDefaultLanguage ];
		result = result .. ' — ' .. letter .. '&nbsp;' .. toString( context, src.volume, options_commas ) .. '.';
	end

	if ( src.issue ) then
		local letter = i18nIssue[ context.lang ] or i18nIssue[ i18nDefaultLanguage ];
		result = result .. ' — ' .. letter .. '&nbsp;' .. toString( context, src.issue, options_commas ) .. '.';
	end
 
	if ( src.pages ) then
		local letter = i18nPages[ context.lang ] or i18nPages[ i18nDefaultLanguage ];
		result = result .. ' — ' .. letter .. '&nbsp;' .. toString( context, src.pages, options_commas )  .. '.';
	end
 
end

function getPeopleAsWikitext( context, value, options )
	if ( type( value ) == 'string' ) then
		return options.format( value );
	elseif ( type( value ) == 'table' ) then
		if ( value.id ) then
			-- this is link
			if ( options.preferids ) then
				return value.id;
			else
				if ( options.nolinks ) then
					return getPersonNameAsLabel( context, value.id, value.label, options );
				else
					return getPersonNameAsWikitext( context, value.id, value.label, options );
				end
			end
		end

		local resultList = {};
		for i, tableValue in pairs( value ) do
			local nextWikitext = getPeopleAsWikitext( context, tableValue, options );
			if ( not isEmpty( nextWikitext ) ) then
				table.insert( resultList, nextWikitext );
				if ( #resultList == 4 ) then
					-- even 4 is too much, but we preserve 4th to mark that "it's more than 3"
					break;
				end
			end
		end

		local resultWikitext = '';
		for i, wikitext in pairs( resultList ) do
			if ( i == 4 ) then
				resultWikitext = resultWikitext .. ( i18nEtAl[ context.lang ] or i18nEtAlDefault );
				break;
			end
			if ( i ~= 1 ) then
				resultWikitext = resultWikitext .. ', ';
			end
			resultWikitext = resultWikitext .. wikitext;
		end

		return resultWikitext;
	end

	return options.format( '(unknown type)' );
end

function getPersonNameAsWikitext( context, entityId, customLabel, options )
	local personName = getPersonNameAsLabel( context, entityId, customLabel, options);
	if ( personName == nil ) then
		return nil;
	end

	local link = getElementLink( context, entityId, nil );
	return wrapInUrl( link, personName );
end

function getPersonNameAsLabel( context, entityId, providedLabel, options )
	-- would custom label provided we don't need to check entity at all
	if ( not isEmpty( providedLabel ) ) then
		mw.log( 'Custom label provided for ' .. entityId );
		return options.format( providedLabel );
	end

	local entity = getEntity( context, entityId );
	if ( not entity ) then return '\'\'(entity ' .. entityId .. ' is missing)\'\'' end;

	local personName = nil;
	-- support only labels so far
	if ( entity.labels[ context.lang ] ) then
		personName = entity.labels[ context.lang ].value;
		mw.log('Got person name of ' .. entityId .. ' from label: «' .. personName .. '»' )
	end

	if ( not isInstanceOf( entity, 'Q5' ) ) then
		mw.log( 'Entity ' .. entityId .. ' is not a person' );
		return personName;
	end

	if ( isEmpty( personName ) ) then
		return '\'\'(not translated to ' .. context.lang .. ')\'\'';
	else
		return options.format( personName );
	end
end

function personNameToAuthorName( fullName )
	if ( not fullName ) then return fullName; end

	local f, i, o = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)\,%s(%a[%a\-]*)%s(%a[%a\-]*)%s*$' );
	if ( f ) then
		mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Fa, I. O.» match' );
		return f .. '&nbsp;'
			.. mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;'
			.. mw.ustring.sub( o, 1, 1 ) .. '.';
	end

	local f1, f2, i = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a[%a\-]*)\,%s(%a[%a\-]*)%s*$' );
	if ( f1 ) then
		mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Fa Fa, I» match' );
		return f1 .. '&nbsp;' .. f2 .. '&nbsp;'
			.. mw.ustring.sub( i, 1, 1 ) .. '.';
	end

	local i, o, f = mw.ustring.match( fullName, '^%s*(%a)\.%s(%a)\.%s(%a[%a\-]+)%s*$');
	if ( f ) then
		mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «I. O. Fa» match' );
		return f .. '&nbsp;' .. i .. '.&nbsp;' .. o .. '.';
	end

	local i1, i2, i3, f = mw.ustring.match( fullName, '^%s*(%a)\.%s(%a)\.%s(%a)\.%s(%a[%a\-]+)%s*$');
	if ( f ) then
		mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «I. O. ?. Fa» match' );
		return f .. '&nbsp;' .. i1 .. '.&nbsp;' .. i2 .. '.&nbsp;' .. i3 .. '.';
	end

    -- Joel J. P. C. Rodrigues
	local i1, i2, i3, i4, f = mw.ustring.match( fullName, '^%s*(%a)[%a\-]+%s(%a)\.%s(%a)\.%s(%a)\.%s(%a[%a\-]+)%s*$');
	if ( f ) then
		mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «I. O. ?. Fa» match' );
		return f .. '&nbsp;' .. i1 .. '.&nbsp;' .. i2 .. '.&nbsp;' .. i3 .. '.&nbsp;' .. i4 .. '.';
	end

	local i, o, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a)\.%s(%a[%a\-]*)%s*$');
	if ( f ) then
		mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Im O. Fa» match' );
		return f .. '&nbsp;' .. mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. o .. '.';
	end

	local i1, i2, i3, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a)\.%s(%a)\.%s(%a[%a\-]*)%s*$');
	if ( f ) then
		mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Im I. I. Fa» match' );
		return f .. '&nbsp;' .. mw.ustring.sub( i1, 1, 1 ) .. '.&nbsp;' .. i2 .. '.&nbsp;' .. i3 .. '.';
	end

	local i, o, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a[%a\-]*)%s(%a[%a\-]*)%s*$');
	if ( f ) then
		mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Im Ot Fa» match' );
		return f .. '&nbsp;' .. mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. mw.ustring.sub( o, 1, 1 ) .. '.';
	end

	local i, o, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]+)%s(%a[%a\-]+)%s+оглы%s+(%a[%a\-]+)%s*$');
	if ( f ) then
		mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Im Ot оглы Fa» match' );
		return f .. '&nbsp;' .. mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. mw.ustring.sub( o, 1, 1 ) .. '.';
	end

	local i1, i2, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]+)%s(%a[%a\-]+)%s+de%s+(%a[%a\-]+)%s*$');
	if ( f ) then
		mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «I1 I2 de Fa» match' );
		return f .. '&nbsp;' .. mw.ustring.sub( i1, 1, 1 ) .. '.&nbsp;' .. mw.ustring.sub( i2, 1, 1 ) .. '.';
	end

	local i, f = mw.ustring.match( fullName, '^%s*(%a[%a\-\']+)%s(%a[%a\-\']+)%s*$');
	if ( f ) then
		mw.log( 'personNameToAuthorName: «' .. fullName .. '»: have «Im Fa» match' );
		return f .. '&nbsp;' .. mw.ustring.sub( i, 1, 1 ) .. '.';
	end

	mw.log( 'Unmatched any pattern: «' .. fullName .. '»' );
	return fullName;
end

function personNameToResponsibleName( fullName )
	if ( not fullName ) then return fullName; end

	local f, i, o = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)\,%s(%a[%a\-]*)%s(%a[%a\-]*)%s*$' );
	if ( f ) then
		mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «Fa, I. O.» match' );
		return mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. mw.ustring.sub( o, 1, 1 ) .. '.&nbsp;' .. f;
	end

	local f1, f2, i = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a[%a\-]*)\,%s(%a[%a\-]*)%s*$' );
	if ( f1 ) then
		mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «Fa Fa, I» match' );
		return  mw.ustring.sub( i, 1, 1 ) .. '&nbsp;' .. f1 .. '&nbsp;' .. f2;
	end

	local i, o, f = mw.ustring.match( fullName, '^%s*(%a)\.%s(%a)\.%s(%a[%a\-]+)%s*$');
	if ( f ) then
		mw.log( 'v: «' .. fullName .. '»: have «I. O. Fa» match' );
		return i .. '.&nbsp;' .. o .. '.&nbsp;' .. f;
	end

	local i1, i2, i3, f = mw.ustring.match( fullName, '^%s*(%a)\.%s(%a)\.%s(%a)\.%s(%a[%a\-]+)%s*$');
	if ( f ) then
		mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «I. O. ?. Fa» match' );
		return  i1 .. '.&nbsp;' .. i2 .. '.&nbsp;' .. i3 .. '.&nbsp;' .. f;
	end

    -- Joel J. P. C. Rodrigues
	local i1, i2, i3, i4, f = mw.ustring.match( fullName, '^%s*(%a)[%a\-]+%s(%a)\.%s(%a)\.%s(%a)\.%s(%a[%a\-]+)%s*$');
	if ( f ) then
		mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «I. O. ?. Fa» match' );
		return  i1 .. '.&nbsp;' .. i2 .. '.&nbsp;' .. i3 .. '.&nbsp;' .. i4 .. '.&nbsp;' .. f;
	end

	local i, o, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a)\.%s(%a[%a\-]*)%s*$');
	if ( f ) then
		mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «Im O. Fa» match' );
		return mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. o .. '.&nbsp;' .. f;
	end

	local i, o, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]*)%s(%a[%a\-]*)%s(%a[%a\-]*)%s*$');
	if ( f ) then
		mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «Im Ot Fa» match' );
		return mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. mw.ustring.sub( o, 1, 1 ) .. '.&nbsp;' .. f;
	end

	local i, o, f = mw.ustring.match( fullName, '^%s*(%a[%a\-]+)%s(%a[%a\-]+)%s+оглы%s+(%a[%a\-]+)%s*$');
	if ( f ) then
		mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «Im Ot оглы Fa» match' );
		return  mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. mw.ustring.sub( o, 1, 1 ) .. '.&nbsp;' .. f;
	end

	local i, f = mw.ustring.match( fullName, '^%s*(%a[%a\-\']+)%s(%a[%a\-\']+)%s*$');
	if ( f ) then
		mw.log( 'personNameToResponsibleName: «' .. fullName .. '»: have «Im Fa» match' );
		return  mw.ustring.sub( i, 1, 1 ) .. '.&nbsp;' .. f;
	end

	mw.log( 'Unmatched any pattern: «' .. fullName .. '»' );
	return fullName;
end

function p.renderSource( frame )
	p.currentFrame = frame;

	local arg = frame.args[1];
	local refAnchor = frame.args['ref'];
	local refAnchorYear = frame.args['ref-year'];
	local args = {};
	args.part = frame.args['part'];
	args.parturl = frame.args['parturl'];
	args.pages = frame.args['pages'];
	args.refAnchor = frame.args['ref'];
	args.refAnchorYear = frame.args['ref-year'];
	args.url = frame.args['url'];

	return p.renderSourceImpl( mw.text.trim( arg ), args );
end

function p.renderSourceImpl( entityId, args )
	args = args or {};

	local snaks = {};
	snaks.P248 = { toWikibaseEntityIdSnak( 'P248', entityId ) };
	snaks.P805 = { toWikibaseEntityIdSnak( 'P805', entityId ) };
	copyArgsToSnaks( args, snaks );

	local rendered = renderReferenceImpl( mw.wikibase.getEntity(), { snaks = snaks }, args.refAnchor, args.refAnchorYear );
	if ( rendered ) then return rendered.text end;
end

function p.renderReference( frame, currentEntity, reference )
	p.currentFrame = frame;

	-- template call
	if ( frame and not currentEntity and not reference ) then
		local args = frame.args;
		if ( #frame.args == 0 ) then
			args = frame:getParent().args;
		end

		local snaks = {};

		if ( args[1] ) then
			snaks.P248 = { toWikibaseEntityIdSnak( "P248", args[1] ) };
			snaks.P805 = { toWikibaseEntityIdSnak( "P805", args[1] ) };
		end
		copyArgsToSnaks( args, snaks );

		currentEntity = mw.wikibase.getEntity();
		reference = { snaks = snaks };
	end

	local rendered = renderReferenceImpl( currentEntity, reference );

	if ( not rendered ) then
		return '';
	end

	local result;
	local code = rendered.code or rendered.text;
	-- Про выбор алгоритма хеширования см. [[Модуль:Hash]]. Знак подчёркивания в начале позволяет
	-- исключить ошибку, когда имя сноски — чисто числовое значение, каковыми иногда бывают хеши.
	result = frame:extensionTag( 'ref', rendered.text, { name = '_' .. mw.hash.hashValue('fnv164', code) } ) .. '[[Category:Википедия:Статьи с источниками из Викиданных]]';

	return result;
end

function renderReferenceImpl( currentEntity, reference, refAnchor, refAnchorYear )
	if ( not reference.snaks ) then
		return nil;
	end

	-- контекст, содержит также кеш элементов
	local context = {
		cache = {},
	}

	-- данные в простом формате, согласованном с модулями формирования библиографического описания
	local data = {};

    -- забрать данные из reference
    populateDataFromClaims( context, nil, reference.snaks, data )

	-- update ref name with ref-specific properties
	if ( data.code ) then
		if ( data.part ) then data.code = data.code .. '-' .. getSingle( data.part ) end
		if ( data.pages ) then data.code = data.code .. '-' .. getSingle( data.pages ) end
		if ( data.volume ) then data.code = data.code .. '-' .. getSingle( data.volume ) end
		if ( data.issue ) then data.code = data.code .. '-' .. getSingle( data.issue ) end
		if ( data.url ) then data.code = data.code .. '-' .. getSingle( data.url ) end
	end

	expandSpecials( context, currentEntity, reference, data );

	local sourceEntity = nil;
	if ( data.sourceId ) then
		sourceEntity = getEntity( context, data.sourceId );
		if ( sourceEntity ) then
			populateSourceDataImpl( context, sourceEntity, data );
		end
	end

	if ( data.publication ) then
		expandPublication( context, sourceEntity, data );
	end

	expandBookSeries( context, data );

	if ( next( data ) == nil ) then
		return nil;
	end

	local rendered;
	if ( p.short ) then
		rendered = renderShortReference( data );
		if ( mw.ustring.len( rendered.text ) == 0 ) then
			return nil;
		end

	else
		rendered = renderSource( context, data );
		if ( mw.ustring.len( rendered.text ) == 0 ) then
			return nil;
		end

		if ( refAnchor ) then
			local anchorValue = 'CITEREF' .. refAnchor .. ( coalesce( refAnchorYear, data.year ) or '' );
			rendered.text = '<span class="citation" id="' .. mw.uri.anchorEncode( anchorValue ) .. '">' .. rendered.text .. '</span>';
		end
	end

	return rendered;
end

return p;