Module:Sensitive IP addresses/API: Difference between revisions

Content deleted Content added
make the getSensitivityReasons function work with both wikitext and Lua
add example of JSON query
Line 153:
-- {
-- entities = {'all'}
-- }
--
-- Query all entities and format the result as a JSON string:
-- {
-- entities = {'all'},
-- format = 'json'
-- }
--