Modul:Common: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 17: Zeile 17:
     local tag, monat = title:match("^(%d%d?)%.%s*(%a+)$")
     local tag, monat = title:match("^(%d%d?)%.%s*(%a+)$")
     if tag and monat then
     if tag and monat then
         return frame[1]
         return frame.args[1]
     else
     else
         return frame[2]
         return frame.args[2]
     end
     end
end
end