URL Templating: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (Fix missing quotes)
No edit summary
Line 2: Line 2:


== Example ==
== Example ==
Let's say we want to tell a custom client for this wiki where it can find a page with a given title. We can do this by sending the following [[link header]]:
Let's say we want to tell a custom client for this wiki where it can find a page with a given title. We can do this by sending the following [[Link Header | link header]]:


  Link: <https://docs.delftsolutions.nl/index.php?title={title}>; rel="search"; templated="true"
  Link: <https://docs.delftsolutions.nl/index.php?title={title}>; rel="search"; templated="true"

Navigation menu