Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Template talk:UE

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 3 years ago by Redrose64 in topic Link to foreign language Wikipedia page

Untitled

[edit]

Why does "Original" link to "copyright violations" ? 68.39.174.238 00:13, 20 September 2006 (UTC)Reply

So a reader can realize that if it isn't original, it's a copyright violation (most probably).--Esprit15d 12:44, 20 September 2006 (UTC)Reply
[edit]

Regarding the code

your contributions are more than welcome at {{SAFESUBST:<noinclude />#if:{{{2|}}}|the [[:{{{2}}}:{{SAFESUBST:<noinclude />ISO 639 name|{{{2}}}}} Wikipedia]]|a Wikipedia in that language (find it in the [[:meta:List of Wikipedias|list of Wikipedias]])}}

or more specifically the portion

the [[:{{{2}}}:{{SAFESUBST:<noinclude />ISO 639 name|{{{2}}}}} Wikipedia]]

If fed the value |2=de this emits "your contributions are more than welcome at the de:German Wikipedia". However, if you follow that link, the page doesn't exist. Similar things happen with other language codes, but there are some that do work - for example, with |2=fr we get "your contributions are more than welcome at the fr:French Wikipedia", and this works because the page does exist - it's a redirect to fr:Wikipédia en français. We can't rely on these pages existing, or even on there being suitable redirs, so I believe that the code is flawed. But with the simple addition of a pipe character,

the [[:{{{2}}}:|{{SAFESUBST:<noinclude />ISO 639 name|{{{2}}}}} Wikipedia]]

we can get this: "your contributions are more than welcome at the German Wikipedia".

Comments? --Redrose64 🌹 (talk) 22:19, 14 April 2023 (UTC)Reply