Template:Userbox comlang/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(23 intermediate revisions by 7 users not shown)
Line 20: Line 20:


== Available Types ==
== Available Types ==
{{CodeBlock|src=Markup Languages|<nowiki>{{Userbox lang|type=css}} {{Userbox lang|type=html}} {{Userbox lang|type=template}}</nowiki>}}
{{CodeBlock|src=Markup Languages|<nowiki>{{Userbox comlang|type=css}} {{Userbox comlang|type=html}} {{Userbox comlang|type=template}}</nowiki>}}
{{Capsule|{{Userbox comlang|type=css|nocat=1}} {{Userbox comlang|type=html|nocat=1}} {{Userbox comlang|type=template|nocat=1}}}}
{{Capsule|{{Userbox comlang|type=css|nocat=1}} {{Userbox comlang|type=html|nocat=1}} {{Userbox comlang|type=template|nocat=1}}}}




{{CodeBlock|src=Scripting Languages|<nowiki>{{Userbox lang|type=js}} {{Userbox lang|type=python}} {{Userbox lang|type=go}}</nowiki>}}
{{CodeBlock|src=Scripting Languages|<nowiki>{{Userbox comlang|type=js}} {{Userbox comlang|type=python}} {{Userbox comlang|type=pygame}} {{Userbox comlang|type=go}}</nowiki> <nowiki>{{Userbox comlang|type=php}}</nowiki>}}
{{Capsule|{{Userbox comlang|type=js|nocat=1}} {{Userbox comlang|type=python|nocat=1}} {{Userbox comlang|type=go|nocat=1}}}}
{{Capsule|{{Userbox comlang|type=js|nocat=1}} {{Userbox comlang|type=python|nocat=1}} {{Userbox comlang|type=pygame|nocat=1}} {{Userbox comlang|type=go|nocat=1}} {{Userbox comlang|type=lua|nocat=1}} {{Userbox comlang|type=php|nocat=1}}}}
 
 
{{CodeBlock|src= General-purpose languages|<nowiki>{{Userbox comlang|type=c}}</nowiki> <nowiki>{{Userbox comlang|type=c++}}</nowiki> <nowiki>{{Userbox comlang|type=csharp}} {{Userbox comlang|type=java}} {{Userbox comlang|type=ruby}}</nowiki>}}
{{Capsule|{{Userbox comlang|type=c|nocat=1}} {{Userbox comlang|type=c++|nocat=1}} {{Userbox comlang|type=csharp|nocat=1}} {{Userbox comlang|type=java|nocat=1}} {{Userbox comlang|type=ruby|nocat=1}}}}


== Used Categories ==
== Used Categories ==
[[:Category:CSS Editors|CSS Editors]] [[:Category:HTML Editors|HTML Editors]] [[:Category:JS Editors|JS Editors]]  
[[:Category:CSS Editors|CSS Editors]] [[:Category:HTML Editors|HTML Editors]]
 
[[:Category:Go Editors|Go Editors]] [[:Category:JS Editors|JS Editors]] [[:Category:Python Editors|Python Editors]]  [[:Category:Lua Editors|Lua Editors]]
 
[[:Category:C Editors|C Editors]]  [[:Category:Csharp Editors|Csharp Editors]]  [[:Category:Cplusplus Editors|C++ Editors]] [[:Category:Java Editors]]
 
 


<includeonly>[[Category:Templates]][[Category:Userbox Templates]]</includeonly>
<includeonly>[[Category:Templates]][[Category:Userbox Templates]]</includeonly>

Latest revision as of 03:16, 27 July 2025

Edit-copy.png
This is a documentation subpage for Template:Userbox comlang.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

Userbox used for signifying that you understand, write and/or read a particular programming, scripting, markup, or other computer language.

Copy and Paste

{{Userbox comlang | type = }}

Parameters and Examples

Parameter Description Example Preview
{{{type}}} String parameter for specifying the computer language of choice.
| type = html
Logo-html5.png

This user can read and write Wikipedia icon HTML.

Available Types

Markup Languages
{{Userbox comlang|type=css}} {{Userbox comlang|type=html}} {{Userbox comlang|type=template}}
Logo-css3.png

This user can read and write Wikipedia icon CSS.

Logo-html5.png

This user can read and write Wikipedia icon HTML.

Logo-template.png

This user can read and write templates.


Scripting Languages
{{Userbox comlang|type=js}} {{Userbox comlang|type=python}} {{Userbox comlang|type=pygame}} {{Userbox comlang|type=go}} {{Userbox comlang|type=php}}
Logo-js.png

This user can read and write Wikipedia icon JavaScript.

Logo-python.png

This user can read and write Wikipedia icon Python.

Logo-pygame.png

This user can read and write Pygame.

Logo-go.png

This user can read and write Go.

Lua-16px.png

This user can read and write Wikipedia icon Lua.

Logo-php.png

This user can read and write Wikipedia icon PHP.


General-purpose languages
{{Userbox comlang|type=c}} {{Userbox comlang|type=c++}} {{Userbox comlang|type=csharp}} {{Userbox comlang|type=java}} {{Userbox comlang|type=ruby}}
Logo-c.png

This user can read and write C.

Logo-c++.png

This user can read and write Wikipedia icon C++.

Logo-csharp.png

This user can read and write C#.

Icon java.png

This user can read and write Java.

Ruby-Logo.png

This user can read and write Ruby.

Used Categories

CSS Editors HTML Editors

Go Editors JS Editors Python Editors Lua Editors

C Editors Csharp Editors C++ Editors Category:Java Editors