Toggle menu
15
236
75
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 11:09, 17 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{Tsh|Utd|U2d|Udiff|Make diff|pre=subst:}} {{subst only|auto=yes}} {{lua|Module:URL to diff}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> This template converts a diff URL to use the {{tl|diff}} template. Diff URLs must be from the host "en.wikipedia.org", and they must contain one of the query strings {{para|title}}, {{para|diff}} or {{para|oldid}}. In othe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template converts a diff URL to use the {{diff}} template. Diff URLs must be from the host "en.wikipedia.org", and they must contain one of the query strings |title=, |diff= or |oldid=. In other words, they must be of the format en.wikipedia.org/w/index.php?query. URLs of the format en.wikipedia.org/wiki/Page name will not work.

Usage

{{subst:URL to diff|url=url|label=label}}

Parameters

  • url - the diff URL (required).
  • label - a label for the diff link (optional). If this is not specified, the {{diff}} template will produce a numbered link.

Examples

Code Result
{{subst:URL to diff|url=https://en.wikipedia.org/w/index.php?title=Main_Page&diff=472180272&oldid=471996095}} {{diff|Main Page|472180272|471996095}}
{{subst:URL to diff|url=https://en.wikipedia.org/w/index.php?title=Main_Page&diff=472180272&oldid=471996095|label=a diff with a label}} {{diff|Main Page|472180272|471996095|a diff with a label}}
{{subst:URL to diff|url=https://en.wikipedia.org/w/index.php?title=Main_Page&diff=472180272&oldid=471996095|label=a diff with a label containing an equals sign (=)}} {{diff|page=Main Page|diff=472180272|oldid=471996095|label=a diff with a label containing an equals sign (=)}}
{{subst:URL to diff|url=https://en.wikipedia.org/w/index.php?title=Main_Page&diff=prev&oldid=1225315602|label=a diff versus previous}} {{diff|Main Page|prev|1225315602|a diff versus previous}}

See also