16,952
edits
(Created page with "-------------------------------------------------------------------------------- -- UserLinks -- -- This modul...") |
CleanupBot (talk | contribs) m (→top: clean up, replaced: Bharatpedia → bharatpedia (2)) |
||
(One intermediate revision by the same user not shown) | |||
Line 566: | Line 566: | ||
function snippetFunctions.projectLong() | function snippetFunctions.projectLong() | ||
-- The long form of the project name, e.g. " | -- The long form of the project name, e.g. "bharatpedia" or "wikibooks". | ||
local key = getSnippet('interwikiTableKey') | local key = getSnippet('interwikiTableKey') | ||
if not key then | if not key then | ||
Line 631: | Line 631: | ||
end | end | ||
else | else | ||
fullDomain = lang .. '.wikipedia. | fullDomain = lang .. '.wikipedia.ind.in' | ||
end | end | ||
return fullDomain | return fullDomain |