Anonimo

Modulo:DTBase: differenze tra le versioni

Da Wikitrek.
Link format
Nessun oggetto della modifica
(Link format)
Riga 454: Riga 454:
                 myResult = myResult .. k .. " | no page title for result set available (you probably specified ''mainlabel=-')"
                 myResult = myResult .. k .. " | no page title for result set available (you probably specified ''mainlabel=-')"
             end]=]
             end]=]
             if string.sub(v.fulltext, 1, 7) == "[[File:" then
             if string.sub(v.fulltext, 1, 5) == "File:" then
Row = "[[:" .. string.sub(v.fulltext, 3)
Row = "[[:" .. v.fulltext .. "]]" --string.sub(v.fulltext, 3)
else
else
Row = v.fulltext
Row = "[[" .. v.fulltext "]]"
             end
             end
AllBackReferences[#AllBackReferences + 1] = "*" .. Row
AllBackReferences[#AllBackReferences + 1] = "*" .. Row