Content deleted Content added
test |
test |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2:
local function makeNRHPReferenceLink( number )
return '[http://focus.nps.gov/AssetDetail/NRIS/'
end
Line 13:
for idx in pairs(claims) do
local snak = claims[idx].mainsnak;
return
end
end
|