Content deleted Content added
HouseBlaster (talk | contribs) known parameters |
HouseBlaster (talk | contribs) m HouseBlaster moved page Module:Contentious topics talk banner to Module:Contentious topics/talk notice: marry with TM:Contentious topics/talk notice |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 244:
addToMessage(' This ' .. articleOrPage .. ' relates to <b>'
.. getTopicBlurb(completeTopics[1])
.. '</b>, a contentious topic.
)
end
Line 268:
addToMessage('of this ' .. articleOrPage .. ' relate to ')
if numberOfPartialTopics > 1 then
addToMessage('the following contentious topics:</p>\n')
for topic, scope in pairs(partialTopics) do
if yesno(scope, false) then
Line 283:
if yesno(scope, nil) == nil then
-- the scope is not a boolean value, so we have a free-text explanation of the applicable parts
addToMessage(', in particular the parts about <b>' .. scope .. '</b>
addToMessage('.')▼
end
end
end
Line 327 ⟶ 326:
if not yesno(args.brief) then
addToMessage('
.. 'any expected [[WP:Etiquette|standards of behaviour]], '
.. 'or any [[WP:List of policies|normal editorial process]] may be blocked or restricted by an administrator.</p>')
end
Line 421 ⟶ 420:
-- set the tracking category
unknownParameterTable['unknown'] = '[[Category:' .. categoryDatabase['unknown'] .. '|_VALUE_' .. currentTitleObject.text .. ']]'
-- an finally, call the unknownParameterCheck
|