View source for Module:Other Pennsylvania townships
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local mOtheruses = require('Module:Other uses')
local mArguments = require('Module:Arguments')
local mHatnote = require('Module:Hatnote')
local mTableTools = require('Module:TableTools')
local p = {}
function p.otherPennsylvaniaTownships (frame)
local title = mw.title.getCurrentTitle().text
local options = {
otherText = 'Pennsylvania townships with similar names',
title = title
}
local pages = mArguments.getArgs(frame)
if not pages[1] then
local splits = {
--paren wrappers force single values from string.gsub
(string.gsub(title, ',.-,', ',', 1)),
(string.gsub(title, ',.*', ''))
}
for k, v in pairs(splits) do
000
1:0
Templates used on this page:
Return to Module:Other Pennsylvania townships.