--
local p =
p.italics =
p.quotes =
p.size = 0p.formats =
for i, v in ipairs(p.italics) do p.formats[v] = "" p.size = p.size + 1end
for i, v in ipairs(p.quotes) do p.formats[v] = '"' p.size = p.size + 1end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:WikidataIB/titleformats".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.