Template:Leveleditors: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Changed up the color)
mNo edit summary
Line 1: Line 1:
<noinclude>{{todo|Make documentation.<br> Refactor in this format:<br>'''Level Editors'''<br>GoldSrc: Gearcraft * Svencraft * ....<br>Source: Hammer++ * ...}}</noinclude>
<noinclude>{{todo|Make documentation.<br> Refactor in this format:<br>'''Level Editors'''<br>GoldSrc: Gearcraft * Svencraft * ....<br>Source: Hammer++ * ...}}</noinclude>
{{#switch:{{{1|}}}
 
<onlyinclude>{{#switch:{{{1|}}}
<!-- Official and third-party level editors -->
<!-- Official and third-party level editors -->
| #default = {{Navbox
| #default = {{Navbox
| name = Leveleditors
| name = Leveleditors
| title = {{hammer}} [[:Category: Source Tools|<span style="color:lightgrey">{{Leveleditors/strings|Header 1}}</span>]] {{Table tools|Leveleditors}}
| title = {{hammer}} [[:Category: Source Tools|<span style="color:lightgrey">{{Leveleditors/strings|Header 1}}</span>]] {{Table tools|Leveleditors}}
| navbar = off
| navbar = off
 
<!-- Title has border-radius of 8px on top-left and top-right -->
| titlestyle = border-radius: 8px 8px 0 0; white-space: nowrap; font-size: 100%; background-color: {{hammer|col}}3a; padding: 2px; color: #fff;


<!-- Body has a border radius of 12px overall. Every other radius uses 8px so that both radius' look smooth
<!-- Title has border-radius of 8px on top-left and top-right -->
Background color of #202020 is set as well. -->
| titlestyle = border-radius: 8px 8px 0 0; white-space: nowrap; font-size: 100%; background-color: {{hammer|col}}3a; padding: 2px; color: #fff;
| bodystyle  = background-color: #202020; clear: both; border: 2px solid #525252; border-radius: 12px; margin: 1em auto 0em;
<!-- Body has a border radius of 12px overall. Every other radius uses 8px so that both radius' look smooth Background color of #202020 is set as well. -->
| bodystyle  = background-color: #202020; clear: both; border: 2px solid #525252; border-radius: 12px; margin: 1em auto 0em;


<!-- Setting the general constant styling for every group/list -->
<!-- Setting the general constant styling for every group/list -->
| groupstyle = background-color: #3A3A3A; padding: 2px 10px; width: 1%; white-space: nowrap; font-weight: bold; text-align: right;
| groupstyle = background-color: #3A3A3A; padding: 2px 10px; width: 1%; white-space: nowrap; font-weight: bold; text-align: right;
| liststyle  = border-left: none;
| liststyle  = border-left: none;


| group1 = {{Leveleditors/strings|Map editors}}
| group1 = {{Leveleditors/strings|Map editors}}
| list1 = {{worldcraft|4}} → {{hammer3|4}} → {{hammer4|4}} → {{hammer5|4}}<br>{{hammerpp|4}} • {{slamminsrc|4|nt=4}}<br>{{jack|4}} • {{sledge|4}}<br>{{svencraft|4}} • {{gearcraft|4}}<br>{{quark|4}} • {{TrenchBroom|4}}<br>{{gtkr|4}} → {{netradiant|4}} → {{nrc|4}}<br>{{bguy|4.1}} → {{nbg|4.1}}
| list1 = {{worldcraft|4}} → {{hammer3|4}} → {{hammer4|4}} → {{hammer5|4}}<br>{{hammerpp|4}} • {{slamminsrc|4|nt=4}}<br>{{jack|4}} • {{sledge|4}}<br>{{svencraft|4}} • {{gearcraft|4}}<br>{{quark|4}} • {{TrenchBroom|4}}<br>{{gtkr|4}} → {{netradiant|4}} → {{nrc|4}}<br>{{bguy|4.1}} → {{nbg|4.1}}
| list1style = background-color: #252525;
| list1style = background-color: #252525;


}} {{#ifeq:{{{cat|}}}|0|| [[Category:Tools]] [[Category:Official Source Tools]] }}
}} <includeonly>{{#if:{{{nocat|}}}||[[Category:Tools]] [[Category:Official Source Tools]]}}</includeonly>


{{#ifeq:{{{cat|}}}|0|| [[Category:Tools]] [[Category:Third Party Tools]] }}
| unofficial | thirdparty | 1 = <includeonly>{{#if:{{{nocat|}}}||[[Category:Tools]] [[Category:Third Party Tools]]}}</includeonly>
}}
}}

Revision as of 12:22, 25 March 2024

Todo: Make documentation.
Refactor in this format:
Level Editors
GoldSrc: Gearcraft * Svencraft * ....
Source: Hammer++ * ...