Custom /Page/2/ Template Only

PHP has the $_SERVER[] variable, you can use this to get just about anything contained in the URL, you’ll probably want to look at PATH_INFO as a launching point. You can use strpos() (or, if you want to have better results, preg_match()) to check whether or not the string you get from $_SERVER[] contains the desired string.