Modulo:Citazione/sandbox: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
+
parametro anteposizione curatore
Riga 1 646:
fragment_citation:append(fragment_Title)
else
if is_set(ContributorsChapterEditors) and (is_set(ChapterEditorsContributors) or args["anteposizione curatore"] == "no") then
ChapterEditors = 'a cura di ' .. ChapterEditors
fragment_citation = Fragment.new({Contributors, Chapter, ChapterEditors}, sepc)
Riga 1 656:
if is_set(Authors) then
Contributors, Authors = Authors, ""
elseif is_set(Editors) and args["anteposizione curatore"] ~= "no" then
ChapterEditors, Editors = wrap(msg_editors, Editors), ""
end
Riga 1 670:
end
end
if is_set(Editors) and (is_set(Authors) or args["anteposizione curatore"] == "no" and not is_set(EditorsChapter)) then
Editors = 'a cura di ' .. Editors
fragment_citation:appends({Authors, fragment_Title, Editors})