https://bugzilla.wikimedia.org/show_bug.cgi?id=17629


Purodha Blissenbach <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |odha.net




--- Comment #1 from Purodha Blissenbach <[email protected]>  
2009-02-25 22:32:47 UTC ---
The localized string after # can be found in the MediaWiki: namespace,
or you localized file lanugageXzz.php, and it can be called by
a reference {{int:hook}}, where "hook" is the message name:

     [[Special:Version#{{int:xxxxx}}|hook]]
or:
     [[{{#special:Version}}#{{int:xxxxx}}]]

if you want the link spelt out and completely localized.
This works in any language, that a user can set in his or
her preferences, or via "uselang=" on the command line.

One way to find the name to be placed behind {{int:
is to look the string up in its page, then go to 
Special:Allmessage and search for the string there.
(Use copy&paste, if you browser or O/S support it)
The link anchor to the left of the string is the
message name. Make sure to check every occurrence
of the string, often there are several.

I hope, I could help.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to