Template:Oldid/de
Vorlagendokumentation
This template is intended to be useful for creating links to "oldids"; that is, links to old versions of a wiki page.
Every historical version of a page has a revision ID, which you can find from the history of the page, or from the URL of the old revision. Given a page name and a revision IDs of it, you can construct a link to that particular version.
Usage
- Current default
- Aktuelle Version von 'Main Page' → Aktuelle Version von Main Page
- You can also use the named variables "page", "oldid", and "label".
- {{#parsoid\0fragment:0}} → Last revision of Main Page
- As long as the values do not contain equals signs, you can skip the variable names/numbers.
- {{#parsoid\0fragment:1}} → Old version of Main Page
code | result |
---|---|
{{oldid|Main Page|589841|Link to a 2003 version of a the Main Page}} |
Link to a 2003 version of a the Main Page
|
{{oldid|Main Page|589841}} |
Alte Version von Main Page
|
{{oldid|Main Page}} |
Aktuelle Version von Main Page(pretty useless)
|
See also
- {{Diff }} uses a similar approach to create links to differences between versions.