page_url
The page_url tag is a single tag. It is used to return a particular component of the url from the current page being displayed.
attributes
type="request_uri"
Show the current article’s ID, HTTP status and section
<p>Article ID: <txp:page_url type="id" /><br />
From section: <txp:page_url type="s" />
(Result: <txp:page_url type="status" />)</p>