Revision 55522 of "Modulo:GetIndex" on vecwikisourcelocal p={}
-- logica:
-- leggere il testo della pagina e ripescare il valore index="...." di pages
function p.indice(frame)
local result="prova"
local title=mw.title.getCurrentTitle()
local text=title:getContent()
local indexName=""
indexName=string.match(text,'index="(.-)"')
return "Indice:"..indexName
end
return p
This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|