Modulo:Citazione/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
parametro anteposizione curatore |
m versione attuale |
||
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 1 453:
end
end
Chapter =
if is_set(TransChapter) then Chapter = Chapter .. " " .. TransChapter end
if is_set(Chapter) then
Riga 1 490:
end
end
Title =
if is_set(TransTitle) then Title = Title .. " " .. TransTitle end
if is_set(Title) then
Riga 1 646:
fragment_citation:append(fragment_Title)
else
if is_set(ChapterEditors) and (is_set(Contributors) or args["anteposizione
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
ChapterEditors, Editors = wrap(msg_editors, Editors), ""
end
Riga 1 670:
end
end
if is_set(Editors) and (is_set(Authors) or args["anteposizione
Editors = 'a cura di ' .. Editors
fragment_citation:appends({Authors, fragment_Title, Editors})
|