Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21d58b90c67cf6e

Jump to content

Module:Jcttop/core/testcases

From Wikipedia, the free encyclopedia
-- Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test_indep_city_special()
    self:preprocess_equals('{{#invoke:Jcttop/core | jcttop | sub1name=County | unit=mi | unit2=km }}\n|}', '<table class="plainrowheaders wikitable">\n<tr><th scope="col">County</th><th scope="col">Location</th><th scope="col"><abbr title="Miles">mi</abbr></th><th scope="col"><abbr title="Kilometers">km</abbr></th><th scope="col">Destinations</th><th scope="col">Notes</th></tr></table>')
    self:preprocess_equals('{{#invoke:Jcttop/core/sandbox | jcttop | sub1name=County | unit=mi | unit2=km }}\n|}', '<table class="plainrowheaders wikitable">\n<tr><th scope="col">County</th><th scope="col">Location</th><th scope="col"><abbr title="Miles">mi</abbr></th><th scope="col"><abbr title="Kilometers">km</abbr></th><th scope="col">Destinations</th><th scope="col">Notes</th></tr></table>')
end

return p