local p = {}
local c = require( "Module:Common" )
function p.Semantify(frame)
pf = frame:getParent()
args = pf.args
title = mw.title.getCurrentTitle()
ij = c.istJahreszahl(title.text)
return '->' .. args[1] .. 'x' .. args[2] .. 't:' .. title.text .. tostring(ij) ..'<-'
end
return p