User:TomEdwards/sandbox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Added level design category intro proposal)
 
No edit summary
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
''Here's an idea for improving the Src docs' category pages. I've made two columns (as best I can) and cut down on the number of entries, though there is still plenty of room down the right side. Problems: lots of HTML to handle what the wiki can't, can't have editable sections, can't seem to get cell padding to work, and there's a phantom code box in Abstract Mapping.''
''Here's an idea for improving the Src docs' [[:Category:Level Design|category pages]]. I've made two columns (as best I can) and cut down on the number of entries, though there is still plenty of room down the right side. Problems: lots of HTML to handle what the wiki can't, can't have editable sections, can't seem to get cell padding to work, and there's a phantom code box in Abstract Mapping.''


''If this design doesn't prove too unpopular, I'll add colours to each section too, perhaps even some snazzy 'watermark' backgrounds.''
<s>''If this design doesn't prove too unpopular, I'll add colours to each section too, perhaps even some snazzy 'watermark' backgrounds.''</s> '''See [[User:Zozart/category_test]]!'''


{|
{|
|<div class="categoryboxout" id="beginner">
|<h1>Tutorials</h1>
<div class="categoryboxout" id="beginner">
     <h2>Beginner</h2>
     <h2>Beginner</h2>
     <h3>First steps</h3>
     <h3>First steps</h3>
Line 13: Line 14:
         <li>[[Grouping and VisGrouping]]</li>
         <li>[[Grouping and VisGrouping]]</li>
         <li>[[Entity_Hierarchy_%28parenting%29|Entity Hierarchy (parenting)]]</li>
         <li>[[Entity_Hierarchy_%28parenting%29|Entity Hierarchy (parenting)]]</li>
         <li>[[How To Develop A Map That Works]]</li>
         <li>[[How to Develop a Map That Works]]</li>
         <li>[[How to Release A Map]]</li>
         <li>[[How to Release a Map]]</li>
     </ul>
     </ul>
     <h3>Game-specific</h3>
     <h3>Game-specific</h3>
Line 37: Line 38:
         <li>[[Inputs_and_Outputs|Entity Inputs and Outputs]]</li>
         <li>[[Inputs_and_Outputs|Entity Inputs and Outputs]]</li>
         <li>[[Cubemaps]]</li>
         <li>[[Cubemaps]]</li>
         <li>[[Displacement|isplacement Surfaces (Terrain)]]
         <li>[[Displacement|Displacement Surfaces (Terrain)]]
         <li>[[Making_3D_Skyboxes|3D Skyboxes]]</li>
         <li>[[Making_3D_Skyboxes|3D Skyboxes]]</li>
         <li>[[Optimization]]</li>
         <li>[[Optimization (level design)|Optimization]]</li>
         <li>[[Creating_and_Using_Prefabs|Creating and Using Prefabs]]</li>
         <li>[[Prefab|Creating and Using Prefabs]]</li>
     </ul>
     </ul>
</div>
</div>
Line 55: Line 56:
         <li>[[Filter Applications]]</li>
         <li>[[Filter Applications]]</li>
         <li>[[Mini-mod tutorial]]</li>
         <li>[[Mini-mod tutorial]]</li>
    </ul>
         <li>[[Navigation Meshes]]</li>
    <h3>Game-specific</h3>
    <ul>
         <li>http://developer.valvesoftware.com/w/images/a/a5/Css.gif Counter-Strike: Source
            <ul>
                <li>[[Bot Navigation for Counter-Strike:Source|Bot Navigation for Counter-Strike: Source]]</li>
            </ul>
     </ul>
     </ul>
</div>
</div>


|style="width: 50%;" valign="top" |<div class="categoryboxout" id="abstractmapping">
|style="width: 50%;" valign="top" |<h1>Reference</h1>
<div class="categoryboxout" id="abstractmapping">
     <h2>Abstract Mapping</h2>
     <h2>Abstract Mapping</h2>
     {{abstract mapping ideas}}
     {{abstract mapping ideas}}
Line 73: Line 69:
     <h2>Hammer</h2>
     <h2>Hammer</h2>
     <ul>
     <ul>
         <li>[[Hammer Editor Documentation]]</li>
         <li>[[:Category:Hammer|Hammer Editor Documentation]]</li>
         <li>[[Hammer Feature Requests]]</li>
         <li>[[Hammer Feature Requests]]</li>
     </ul>
     </ul>

Latest revision as of 10:29, 13 August 2023

Here's an idea for improving the Src docs' category pages. I've made two columns (as best I can) and cut down on the number of entries, though there is still plenty of room down the right side. Problems: lots of HTML to handle what the wiki can't, can't have editable sections, can't seem to get cell padding to work, and there's a phantom code box in Abstract Mapping.

If this design doesn't prove too unpopular, I'll add colours to each section too, perhaps even some snazzy 'watermark' backgrounds. See User:Zozart/category_test!

Tutorials

Reference