Modulo:Progetti interessati: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
aggiornato stile documentazione a quello usato in Mediawiki per Lua |
-testo alternativo dalle icone, sono soltanto decorative |
||
(3 versioni intermedie di 3 utenti non mostrate) | |||
Riga 3:
]]--
require('
local getArgs = require('Modulo:Arguments').getArgs
Riga 58:
icon = icon == '' and 'Crystal Clear app ksirtet.png' or icon
return string.format('[[File:%s|20x20px|alt= ]]', icon)
end
Riga 169:
end
-- Restituisce true se
-- ha attivato il monitoraggio. --
-- @param {table} projects
Riga 314 ⟶ 315:
-- La classe ProjectsTable rappresenta la prima delle due tabelle HTML
-- prodotte dal modulo,
local ProjectsTable = {}
Riga 357 ⟶ 358:
:node(self:_getNodeProjects())
:done()
if titleExists(mw.getCurrentFrame():preprocess('WP:Bibliografia/{{SUBJECTPAGENAME}}')) then
tableNode
:tag('tr')
:tag('td')
:css('text-align', 'center')
:attr('colspan', '2') :wikitext(mw.getCurrentFrame():preprocess('[[WP:Bibliografia/{{SUBJECTPAGENAME}}|Bibliografia utilizzabile]]'))
:done()
end
return tostring(tableNode)
Riga 427 ⟶ 437:
-- La classe ProjectsTable rappresenta la seconda delle due tabelle HTML
-- prodotte dal modulo,
local MonitoraggioTable = {}
|