Content deleted Content added
HouseBlaster (talk | contribs) /sandbox |
HouseBlaster (talk | contribs) fix |
||
Line 265:
if section then
for topic, part in pairs(partialTopics) do
-- there's only one item, so this loop one runs once
addToMessage( ' Parts of this ' .. articleOrPage
.. (yesno(part, false) and '' or (' about <b>' .. part .. '</b>'))
Line 273:
else
addToMessage(' This ' .. articleOrPage .. ' relates')
theCTOP =
end
local suptopicBlurb = getSuptopicBlurb(theCTOP)
Line 279:
addToMessage(' to <b>' .. suptopicBlurb .. '</b>, part of the contentious topic designation for <b>' .. getTopicBlurb(subtopics[theCTOP]) .. '</b>.')
else
addToMessage(' to <b>' .. getTopicBlurb(theCTOP) .. '</b>, a contentious topic.')
end
else
|