Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:VivaRomania/Sandbox: Difference between revisions

From TF2 Classified Wiki
VivaRomania (talk | contribs)
m Making the translation link idea less stupid. I forgot that the 2nd param would be absolutely required to provide a translated string, and made the idiot choice to make it optional.
VivaRomania (talk | contribs)
m Translation link template: no wait I just had a moment of clarity and realized the entire idea was dumb
Line 1: Line 1:
Welcome to my Sandbox where I work on random stuff. If you think any of these are good enough to use, feel free to take the code and turn them into an actual templates and put them into use.
Welcome to my Sandbox where I work on random stuff. If you think any of these are good enough to use, feel free to take the code and turn them into an actual templates and put them into use.
== Translation link template ==
'''Translators get to deal with a slight pain in the ass when creating links to other articles, as they have to give every link a custom name and add in the language code to the link. As an example:'''
: <nowiki>[[Weapons/fr|Weapons]]</nowiki>
'''I imagine that can get tiring after a while. My proposal is as follows. This code has been tested and is perfectly functional:'''
:<nowiki>[[{{{1}}}/{{PAGELANGUAGE}}|{{{2}}}]]</nowiki>
'''To keep the template name short, [[Template:t]] could be used. I initially wanted to use [[Template:tl]] for this, but theres already a stock template under that name. Usage would be:'''
:<nowiki>{{t|Weapons|Оружие}}</nowiki>


== Possible [[Template:Nav classes]]? ==
== Possible [[Template:Nav classes]]? ==