Template:Notmylang: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(patch up my last edit)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
|-
|-
| style="clear:both;background: #D8C090;padding:0 4px 0 4px;" | '''[[{{{1}}}]]'''
| style="clear:both;background: #D8C090;padding:0 4px 0 4px;color:black;" | '''[[:Category:{{{1}}}|{{{3|{{{1}}}}}}]]'''
| style="clear:both;background: #F0D8A8;padding:0 4px 0 4px;" |'''{{#if: {{{2|}}}|{{{2}}}|---}}'''
| style="clear:both;background: #F0D8A8;padding:0 4px 0 4px;color:black;" |'''{{#if: {{{2|}}}|{{{2}}}|---}}'''
<noinclude><br clear="all">
<noinclude><br clear="all">
'''Usage''':
'''Usage''':
<nowiki>{{mylang|language|level}}</nowiki>
<nowiki>{{notmylang|language|reason|altname}}</nowiki>


Where "language" is the name of the programming language you use, and "level" (optional) is something like "beginner", "novice", "advanced", etc. Try to use the correct spelling and case (spelling and case everyone else uses) for the language. If you are the first person to declare that you can program in a particular language, please create the user group page (link at the bottom of your user page) with <nowiki>{{langgroup|language}}</nowiki>.
Where "language" is the name of the programming language you use, and "reason" (optional) is something short. "altname", if present, is a display name for the language (for C#, F#, and other similar languages that cannot have their proper name as a link). Try to use the correct spelling and case (spelling and case everyone else uses) for the language. If you are the first person to declare that you can program in a particular language, please create the user group page (link at the bottom of your user page) with <nowiki>{{langgroup|language}}</nowiki>.


Be sure to put this between <nowiki>{{notmylangbegin}} and {{notmylangend}}</nowiki> templates or things will just look weird.
Be sure to put this between <nowiki>{{notmylangbegin}} and {{notmylangend}}</nowiki> templates or things will just look weird.

Latest revision as of 18:20, 3 April 2024

|- | style="clear:both;background: #D8C090;padding:0 4px 0 4px;color:black;" | [[:Category:{{{1}}}|{{{1}}}]] | style="clear:both;background: #F0D8A8;padding:0 4px 0 4px;color:black;" |---
Usage: {{notmylang|language|reason|altname}}

Where "language" is the name of the programming language you use, and "reason" (optional) is something short. "altname", if present, is a display name for the language (for C#, F#, and other similar languages that cannot have their proper name as a link). Try to use the correct spelling and case (spelling and case everyone else uses) for the language. If you are the first person to declare that you can program in a particular language, please create the user group page (link at the bottom of your user page) with {{langgroup|language}}.

Be sure to put this between {{notmylangbegin}} and {{notmylangend}} templates or things will just look weird.



This is a template. There are many others. See Category:RCTemplates for a complete list of templates.