Modulo:Citazione/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
correggo |
||
(15 versioni intermedie di uno stesso utente non sono mostrate) | |||
Riga 26:
--[[ ===============================================================================
===============================================================================]]
local cfg = mw.loadData('Module:Citazione/Configurazione/sandbox')
Riga 98:
--[[ ===============================================================================
Ritorna true/false a seconda che la stringa
===============================================================================]]
local function
return require('Modulo:
end
Riga 476:
if type(links) == 'table' then
for _, t in ipairs(links) do
t[2] =
value = value .. ' / ' .. external_link( t[1], t[2] )
end
Riga 799:
Estrae una lista di nomi (autori o editori) dalla lista argomenti
===============================================================================]]
local function extract_names(args, list_name, parent_name)
local names = {};
local i = 1;
local last;
local parameters = {
first = cfg.aliases[list_name .. '-First'],
last = cfg.aliases[list_name .. '-Last'],
link = cfg.aliases[list_name .. '-Link'],
}
if parent_name then
for k, t in pairs(parameters) do
local new_values = {}
for _, v in ipairs(t) do
table.insert( new_values, substitute(v, parent_name) )
parameters[k] = new_values
while true do
last = select_one( args,
if not is_set(last) then
local first = select_one( args,
if not is_set(first) then
break;
Riga 814 ⟶ 829:
last = first,
first = '',
link = select_one( args,
}
end
Riga 820 ⟶ 835:
names[i] = {
last = last,
first = select_one( args,
link = select_one( args,
};
end
Riga 939 ⟶ 954:
local Others = A['Others'];
local Editors = A['Editors'];
local e = extract_names( args, 'EditorList' );
Riga 1 078 ⟶ 1 092:
end
end
if is_set(Issue) and A:ORIGIN('Periodical') ~= "collana" then
if tonumber(Issue:gsub('[-/]', ''), 10) then
Issue = "n. " .. Issue
Riga 1 168 ⟶ 1 182:
------------------------------------------------------------------------------
local auto_Periodical = false
if in_array(config.CitationClass, {'web'}) and not is_set(Periodical
Periodical = mw.ustring.match(URL, "//([^/#%?]*)") or ''
-- tolgo anche eventuale www.
Riga 1 175 ⟶ 1 189:
end
-- evito ripetizione se il dominio è stato usato come titolo o editore
if is_set(Periodical)
if mw.ustring.lower(Title Periodical =
end
if mw.ustring.lower(PublisherName) == mw.ustring.lower(Periodical) then
PublisherName = ''
end
end
auto_Periodical = true
end
------------------------------------------------------------------------------
------------------------------------------------------------------------------
-- Periodical = '';▼
EditorialCollection = EditorialCollection .. ', ' .. Issue;
▲ -- end
Issue = '';
end
EditorialCollection = EditorialCollection .. ')';
end
------------------------------------------------------------------------------
Riga 1 205 ⟶ 1 228:
---------------------------------------------------------------
-- Compone la stringa
---------------------------------------------------------------
local Language_code = ""
Riga 1 223 ⟶ 1 246:
first_language = frame_lingue[1]:lower();
local lg_error;
Language_code, lg_error = require("Modulo:
if lg_error and #lg_error > 0 then
local error_string = mw.text.listToText(lg_error, ", ", " e " )
Riga 1 282 ⟶ 1 305:
-- Recupero e formatto lista curatori
------------------------------------------------------------------------------
local
local CuratoriEtal = A['Etalcuratori']
control.coauthors = false
control.etal = true▼
else▼
▲ end
if is_set(Editors) then
msg_editors = 'editors'
else
local EditorCount
Editors, EditorCount = list_people(control, e)
if is_set(Editors) then
end
end
------------------------------------------------------------------------------
--
------------------------------------------------------------------------------
local msg_chapter_editors
if not is_set(Authors) and is_set(Editors) then▼
local Contributors, ChapterEditors = "", ""
if is_set(Chapter) then
local ChapterEditorCount
Contributors = list_people(control,
extract_names( args, 'ContributorList', A:ORIGIN('Chapter') ))
ChapterEditors, ChapterEditorCount = list_people(control,
extract_names( args, 'ChapterEditorList', A:ORIGIN('Chapter') ))
if is_set(ChapterEditors) then
msg_chapter_editors = ChapterEditorCount <= 1 and 'editor' or 'editors'
end
end
Riga 1 427 ⟶ 1 457:
end
end
Chapter =
if is_set(TransChapter) then Chapter = Chapter .. " " .. TransChapter end
if is_set(Chapter) then
Riga 1 464 ⟶ 1 494:
end
end
Title =
if is_set(TransTitle) then Title = Title .. " " .. TransTitle end
if is_set(Title) then
Riga 1 576 ⟶ 1 606:
elseif is_set(PublisherName) then
PublisherName = PublisherName .. " " .. OrigDate
elseif is_set(
Place = Place .. " " .. OrigDate
else
Riga 1 620 ⟶ 1 650:
fragment_citation:append(fragment_Title)
else
if is_set(
fragment_citation = Fragment.new({
fragment_citation:appends({fragment_Title, Editors})▼
else
if is_set(
ChapterEditors = wrap(msg_chapter_editors, ChapterEditors)
▲ if is_set(Editors) then
Editors = wrap(msg_editors, Editors)▼
else▼
Authors = wrap(msg_editors, Authors)▼
▲ end
end
if is_set(Chapter) and not (is_set(Contributors) or is_set(ChapterEditors)) then
if
Contributors, Authors = Authors, ""
if A:ORIGIN('Periodical') == 'sito' or auto_Periodical then -- antepone "su" anzichè "in" per i siti web▼
elseif is_set(Editors) and args["anteposizione-curatore"] ~= "no" then
fragment_citation:last("su")▼
fragment_citation:last("in")▼
end
end
fragment_citation
end
if is_set(Chapter) then
-- antepone "su" anzichè "in" per i siti web
▲
end
end
if is_set(Editors) and (is_set(Authors) or args["anteposizione-curatore"] == "no" and not is_set(Chapter)) then
Editors = 'a cura di ' .. Editors
▲ fragment_citation:appends({Authors, fragment_Title, Editors})
end
fragment_citation:appends({is_set(Authors) and Authors or Editors, fragment_Title})
end
end
fragment_citation:appends( { Conference, Periodical, Translator, Illustrator, Others, Series,
local fragment_ID_list = Fragment.new(ID_list, sepc):append(ID):start(",")
local fragment_URL = Fragment.new(URL):start(",")
Riga 1 651 ⟶ 1 692:
local fragment_Via = Fragment.new(Via):start(".")
local fragment_Quote = Fragment.new({Quote}):start(".")
fragment_citation:appends({fragment_ID_list, EditorialCollection, fragment_URL, fragment_AccessDate, fragment_Archived, fragment_Via
if PostScript == 'nessuno' then
fragment_citation:last("nothing")
Riga 1 657 ⟶ 1 698:
fragment_citation:last("..")
end
fragment_citation:appends({fragment_Quote})
fragment_citation:start(" ")
local text = Language_code .. tostring(fragment_citation)
|