mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-15 10:59:56 +00:00
ddda536792
Same as Icfa8215 where we removed the …_suffix messages. This patch is not blocked on anything according to CodeSearch: https://codesearch.wmcloud.org/search/?q=cite_references%3F_link_prefix According to GlobalSearch there are 2 usages we need to talk about: https://global-search.toolforge.org/?q=.®ex=1&namespaces=8&title=Cite.references%3F.link.prefix.* zh.wiktionary replaces "cite_ref-" with "_ref-", and "cite_note-" with "_note-", i.e. they did nothing but remove the word "cite". This happened in 2006, with no explanation. ka.wikibooks and ka.wikiquote replace "cite_note-" with "_შენიშვნა-", which translates back to "_note-". One user did this in 2007, 16 seconds apart. It appears like both are attempts to localize what can be localized, no matter if it's really necessary or not. https://zh.wiktionary.org/wiki/Special:Contributions/Shibo77?offset=20060510 https://ka.wikiquote.org/wiki/Special:Contributions/Trulala?offset=20070219 Note how one user experimented with an "a" in some of the edits to see what effect the change might have, to imediatelly revert it. The modifications don't really have an effect on anything, except on the anchors in the resulting <a href="#_ref-5"> and <sup id="_ref-5"> HTML. It might also be briefly visible in the browser's address bar when such a link is clicked. We can only assume the two users did this to make the URL appear shorter (?). A discussion apparently never happened. Bot users are inactive. Both pieces of HTML are generated in the Cite code. Removing the messages will change all places the same time. All links will continue to work. The only possible effect is that hard-coded weblinks to an individual reference will link to the top of the article instead. But: a) This is extremely unlikely to happen. There is no reason to link to a reference from outside of the article. b) Such links are not guaranteed to work anyway as they can break for a multitude of other reasons, e.g. the <ref> being renamed, removed, or replaced. c) Even if such a link breaks, it still links to the correct article. There is also no on-wiki code on zh.wiktionary that would do anything with the shortened prefix: https://zh.wiktionary.org/w/index.php?search=insource%3A%2F_%28ref%7Cnote%29-%2F&title=Special%3A%E6%90%9C%E7%B4%A2&profile=advanced&fulltext=1&ns2=1&ns4=1&ns8=1&ns10=1&ns12=1&ns828=1&ns2300=1 I argue this is safe to remove, even without contacting the mentioned communities first. Bug: T321217 Change-Id: I160a119710dc35679dbdc2f39ddf453dbd5a5dfa
73 lines
7.5 KiB
JSON
73 lines
7.5 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Siebrand Mazeland",
|
|
"Robert Rohde",
|
|
"Tim Starling",
|
|
"Raimond Spekking",
|
|
"Alex Zariv",
|
|
"Federico Leva",
|
|
"Rotem Liss",
|
|
"Steve Sanbeg",
|
|
"Marius Hoch",
|
|
"Brion Vibber",
|
|
"Amir E. Aharoni",
|
|
"Ævar Arnfjörð Bjarmason"
|
|
]
|
|
},
|
|
"cite-desc": "Adds <code><ref></code> and <code><references></code> tags for citations",
|
|
"cite_error": "Cite error: $1",
|
|
"cite_error_ref_invalid_dir": "Invalid <code>dir=\"$1\"</code>, must be <code>ltr</code> or <code>rtl</code>",
|
|
"cite_error_ref_conflicting_dir": "One of the <code><ref></code> tags with the name \"$1\" does have a conflicting dir attribute.",
|
|
"cite_error_ref_numeric_key": "Invalid <code><ref></code> tag; name cannot be a simple integer. Use a descriptive title",
|
|
"cite_error_ref_no_key": "The opening <code><ref></code> tag is malformed or has a bad name",
|
|
"cite_error_ref_too_many_keys": "Invalid parameter in <code><ref></code> tag",
|
|
"cite_error_ref_follow_conflicts": "A <code><ref follow=\"…\"></code> tag that is the continuation of a previous one can neither be named individually nor extended",
|
|
"cite_error_ref_nested_extends": "Extending <code><ref></code> tags more than one level deep is not allowed",
|
|
"cite_error_ref_no_input": "Invalid <code><ref></code> tag; refs with no name must have content",
|
|
"cite_error_references_duplicate_key": "Invalid <code><ref></code> tag; name \"$1\" defined multiple times with different content",
|
|
"cite_error_references_invalid_parameters": "Invalid parameter in <code><references></code> tag",
|
|
"cite_error_references_no_backlink_label": "Ran out of custom backlink labels. Define more in the [[MediaWiki:Cite references link many format backlink labels]] message.",
|
|
"cite_error_no_link_label_group": "Ran out of custom link labels for group \"$1\". Define more in the [[MediaWiki:$2]] message.",
|
|
"cite_error_references_no_text": "Invalid <code><ref></code> tag; no text was provided for refs named <code>$1</code>",
|
|
"cite_error_included_ref": "Closing <code></ref></code> missing for <code><ref></code> tag",
|
|
"cite_error_included_references": "Closing tag missing for <code><references></code>",
|
|
"cite_error_group_refs_without_references": "<code><ref></code> tags exist for a group named \"$1\", but no corresponding <code><references group=\"$1\"/></code> tag was found",
|
|
"cite_error_references_group_mismatch": "<code><ref></code> tag in <code><references></code> has conflicting group attribute \"$1\".",
|
|
"cite_error_references_missing_group": "<code><ref></code> tag with name \"$2\" defined in <code><references></code> has group attribute \"$1\" which does not appear in prior text.",
|
|
"cite_error_references_missing_key": "<code><ref></code> tag with name \"$1\" defined in <code><references></code> is not used in prior text.",
|
|
"cite_error_references_no_key": "<code><ref></code> tag defined in <code><references></code> has no name attribute.",
|
|
"cite_error_empty_references_define": "<code><ref></code> tag with name \"$1\" defined in <code><references></code> group \"$2\" has no content.",
|
|
"cite-tracking-category-cite-error": "Pages with reference errors",
|
|
"cite-tracking-category-cite-error-desc": "Pages in this category have errors in the usage of references tags.",
|
|
"cite_reference_backlink_symbol": "↑",
|
|
"cite_reference_link": "<sup id=\"$1\" class=\"reference\">[[#$2|[$3]]]</sup>",
|
|
"cite_references_link_one": "<li id=\"$1\"$4><span class=\"mw-cite-backlink\">[[#$2|↑]]</span> $3</li>",
|
|
"cite_references_link_many": "<li id=\"$1\"$4><span class=\"mw-cite-backlink\">↑ $2</span> $3</li>",
|
|
"cite_references_link_many_format": "<sup>[[#$1|$2]]</sup>",
|
|
"cite_references_link_many_format_backlink_labels": "a b c d e f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag ah ai aj ak al am an ao ap aq ar as at au av aw ax ay az ba bb bc bd be bf bg bh bi bj bk bl bm bn bo bp bq br bs bt bu bv bw bx by bz ca cb cc cd ce cf cg ch ci cj ck cl cm cn co cp cq cr cs ct cu cv cw cx cy cz da db dc dd de df dg dh di dj dk dl dm dn do dp dq dr ds dt du dv dw dx dy dz ea eb ec ed ee ef eg eh ei ej ek el em en eo ep eq er es et eu ev ew ex ey ez fa fb fc fd fe ff fg fh fi fj fk fl fm fn fo fp fq fr fs ft fu fv fw fx fy fz ga gb gc gd ge gf gg gh gi gj gk gl gm gn go gp gq gr gs gt gu gv gw gx gy gz ha hb hc hd he hf hg hh hi hj hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy hz ia ib ic id ie if ig ih ii ij ik il im in io ip iq ir is it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk jl jm jn jo jp jq jr js jt ju jv jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp kq kr ks kt ku kv kw kx ky kz la lb lc ld le lf lg lh li lj lk ll lm ln lo lp lq lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml mm mn mo mp mq mr ms mt mu mv mw mx my mz na nb nc nd ne nf ng nh ni nj nk nl nm nn no np nq nr ns nt nu nv nw nx ny nz oa ob oc od oe of og oh oi oj ok ol om on oo op oq or os ot ou ov ow ox oy oz pa pb pc pd pe pf pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa qb qc qd qe qf qg qh qi qj qk ql qm qn qo qp qq qr qs qt qu qv qw qx qy qz ra rb rc rd re rf rg rh ri rj rk rl rm rn ro rp rq rr rs rt ru rv rw rx ry rz sa sb sc sd se sf sg sh si sj sk sl sm sn so sp sq sr ss st su sv sw sx sy sz ta tb tc td te tf tg th ti tj tk tl tm tn to tp tq tr ts tt tu tv tw tx ty tz ua ub uc ud ue uf ug uh ui uj uk ul um un uo up uq ur us ut uu uv uw ux uy uz va vb vc vd ve vf vg vh vi vj vk vl vm vn vo vp vq vr vs vt vu vv vw vx vy vz wa wb wc wd we wf wg wh wi wj wk wl wm wn wo wp wq wr ws wt wu wv ww wx wy wz xa xb xc xd xe xf xg xh xi xj xk xl xm xn xo xp xq xr xs xt xu xv xw xx xy xz ya yb yc yd ye yf yg yh yi yj yk yl ym yn yo yp yq yr ys yt yu yv yw yx yy yz za zb zc zd ze zf zg zh zi zj zk zl zm zn zo zp zq zr zs zt zu zv zw zx zy zz",
|
|
"cite_references_link_many_sep": " ",
|
|
"cite_references_link_many_and": " ",
|
|
"cite_references_link_accessibility_label": "Jump up",
|
|
"cite_references_link_many_accessibility_label": "Jump up to:",
|
|
"cite_references_link_accessibility_back_label": "Jump back up",
|
|
"cite_section_preview_references": "Preview of references",
|
|
"cite_warning": "Cite warning: $1",
|
|
"cite_warning_sectionpreview_no_text": "<code><ref></code> tag with name <code>$1</code> cannot be previewed because it is defined outside the current section or not defined at all.",
|
|
"cite-wikieditor-tool-reference": "Reference",
|
|
"cite-wikieditor-help-page-references": "References",
|
|
"cite-wikieditor-help-content-reference-description": "Reference",
|
|
"cite-wikieditor-help-content-named-reference-description": "Named reference",
|
|
"cite-wikieditor-help-content-rereference-description": "Additional use of the same reference",
|
|
"cite-wikieditor-help-content-showreferences-description": "Display references",
|
|
"cite-wikieditor-help-content-reference-example-text1": "Page text.$1",
|
|
"cite-wikieditor-help-content-reference-example-text2": "[$1 Link text], additional text.",
|
|
"cite-wikieditor-help-content-reference-example-text3": "[$1 Link text]",
|
|
"cite-wikieditor-help-content-reference-example-ref-id": "test",
|
|
"cite-wikieditor-help-content-reference-example-ref-normal": "<ref>$1</ref>",
|
|
"cite-wikieditor-help-content-reference-example-ref-named": "<ref name=\"$1\">$2</ref>",
|
|
"cite-wikieditor-help-content-reference-example-ref-reuse": "<ref name=\"$1\" />",
|
|
"cite-wikieditor-help-content-reference-example-ref-result": "[$1]",
|
|
"cite-wikieditor-help-content-reference-example-reflist": "<references />"
|
|
}
|