Template:Language: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Typo)
m (Maybe getting rid of these extra pipes will get rid of the extra newlines)
Line 7: Line 7:
See also: {{HOPL}}</div><div class="infobox" style="width: 2in"><big>'''Your Help Needed'''</big><br />If you know {{PAGENAME}}, please write code for some of the [[tasks not implemented in {{PAGENAME}}|unimplemented tasks]] or assist updating those [[:Category:{{PAGENAME}} examples needing attention|examples that need attention]].</div>
See also: {{HOPL}}</div><div class="infobox" style="width: 2in"><big>'''Your Help Needed'''</big><br />If you know {{PAGENAME}}, please write code for some of the [[tasks not implemented in {{PAGENAME}}|unimplemented tasks]] or assist updating those [[:Category:{{PAGENAME}} examples needing attention|examples that need attention]].</div>
<includeonly>[[Category:Programming Languages]][[Category:Solutions by Programming Language]]
<includeonly>[[Category:Programming Languages]][[Category:Solutions by Programming Language]]
{{#if: {{{gc|}}}|[[Category:Garbage collection/{{ucfirst:{{{gc}}}}}]]|}}
{{#if: {{{gc|}}}|[[Category:Garbage collection/{{ucfirst:{{{gc}}}}}]]}}
{{#if: {{{parampass|}}}|
{{#if: {{{parampass|}}}|
{{#ifeq: {{{parampass}}}|both|[[Category:Parameter passing/By reference]][[Category:Parameter passing/By value]]|
{{#ifeq: {{{parampass}}}|both|[[Category:Parameter passing/By reference]][[Category:Parameter passing/By value]]|
[[Category:Parameter passing/By {{lc:{{{parampass}}}}}]]}}|}}
[[Category:Parameter passing/By {{lc:{{{parampass}}}}}]]}}}}
{{#if: {{{safety|}}}|
{{#if: {{{safety|}}}|
{{#ifeq: {{{safety}}}|both|[[Category:Typing/Safe]][[Category:Typing/Unsafe]]|
{{#ifeq: {{{safety}}}|both|[[Category:Typing/Safe]][[Category:Typing/Unsafe]]|
[[Category:Typing/{{ucfirst:{{{safety}}}}}]]}}|}}
[[Category:Typing/{{ucfirst:{{{safety}}}}}]]}}}}
{{#if: {{{strength|}}}|[[Category:Typing/{{ucfirst:{{{strength}}}}}]]|}}
{{#if: {{{strength|}}}|[[Category:Typing/{{ucfirst:{{{strength}}}}}]]}}
{{#if: {{{compat|}}}|
{{#if: {{{compat|}}}|
{{#ifeq: {{{compat}}}|both|[[Category:Typing/Compatibility/Nominative]][[Category:Typing/Compatibility/Structural]]|
{{#ifeq: {{{compat}}}|both|[[Category:Typing/Compatibility/Nominative]][[Category:Typing/Compatibility/Structural]]|
[[Category:Typing/Compatibility/{{ucfirst:{{{compat}}}}}]]}}|}}
[[Category:Typing/Compatibility/{{ucfirst:{{{compat}}}}}]]}}}}
{{#if: {{{express|}}}|[[Category:Typing/Expression/{{ucfirst:{{{express}}}}}]]|}}
{{#if: {{{express|}}}|[[Category:Typing/Expression/{{ucfirst:{{{express}}}}}]]}}
{{#if: {{{checking|}}}|
{{#if: {{{checking|}}}|
{{#ifeq: {{{checking}}}|both|[[Category:Typing/Checking/Dynamic]][[Category:Typing/Checking/Static]]|
{{#ifeq: {{{checking}}}|both|[[Category:Typing/Checking/Dynamic]][[Category:Typing/Checking/Static]]|
[[Category:Typing/Checking/{{ucfirst:{{{checking}}}}}]]}}|}}</includeonly>
[[Category:Typing/Checking/{{ucfirst:{{{checking}}}}}]]}}}}</includeonly>
<noinclude>
<noinclude>
Don't put a great deal of information in this box. It's primarily used in category pages (click "What links here" in the navbar on the left), not all of which will have much information in them. If a language category page has too little content, but too many articles, the infobox will overlap the article list. And that looks ugly.
Don't put a great deal of information in this box. It's primarily used in category pages (click "What links here" in the navbar on the left), not all of which will have much information in them. If a language category page has too little content, but too many articles, the infobox will overlap the article list. And that looks ugly.

Revision as of 19:42, 3 June 2009

Programming Language
Language is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific. You may find a list of its implementations here.

Listed below are all of the tasks on Rosetta Code which have been solved using Language.

See also: Language on the HOPL
Your Help Needed
If you know Language, please write code for some of the unimplemented tasks or assist updating those examples that need attention.


Don't put a great deal of information in this box. It's primarily used in category pages (click "What links here" in the navbar on the left), not all of which will have much information in them. If a language category page has too little content, but too many articles, the infobox will overlap the article list. And that looks ugly.



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