if (preg_match("@railpage\:livery\=([0-9]+)@", $tag, $matches)) {
                $tags[] = $matches[1];
            }