User:Zozart/category test: Difference between revisions
TomEdwards (talk | contribs) (→Wiki markup with sub-tables: Fixed remaining problems) |
|||
Line 392: | Line 392: | ||
|} | |} | ||
= Wiki markup with sub-tables = | = Wiki markup with sub-tables (ALL NEW AND IMPROVED!)= | ||
Based on design #2, but uses a subtable to display the right-hand column instead of relying on <code>rowspan</code>ning. | Based on design #2, but uses a subtable to display the right-hand column instead of relying on <code>rowspan</code>ning. | ||
Problems: | Problems: | ||
* | *Slight mis-alignment of bottom edge of right-hand column | ||
*Needs conversion into a template system | |||
{| width="100%" cellspacing="8px" style="background:#E0E0E0; border:lightgray 1px solid;" | |||
|- width="50%" | |||
| style="background:#F5F5F5;padding:8px;border:#D3D3D3 1px solid;" | | |||
== Getting Started == | == Getting Started == | ||
* [[Getting_Started|Building your first room in Hammer]] | * [[Getting_Started|Building your first room in Hammer]] | ||
Line 439: | Line 439: | ||
* [[Navigation Meshes]]</td> | * [[Navigation Meshes]]</td> | ||
| style="background:#E0E0E0;width:50%;height:100%;" |<div style="background:#FBF7EA;padding:8px;border:#D3D3D3 1px solid;margin-bottom:6px;"> | |||
< | |||
== Hammer Editor == | == Hammer Editor == | ||
* [[Hammer Editor Documentation]] | * [[Hammer Editor Documentation]] | ||
* [[Hammer Feature Requests]]</ | * [[Hammer Feature Requests]]</div> | ||
< | <div style="background:#FFFFFF;padding:8px;border:#D3D3D3 1px solid;margin-bottom:6px;"> | ||
== [[Abstract Mapping]] == | == [[Abstract Mapping]] == | ||
{{abstract mapping ideas}}</ | {{abstract mapping ideas}}</div> | ||
< | <div style="background:#FBF7EA;padding:8px;border:#D3D3D3 1px solid;margin-bottom:6px;"> | ||
== Objects == | == Objects == | ||
* [[List of entities]] | * [[List of entities]] | ||
* [[:Category:World Models|Prop Gallery]] | * [[:Category:World Models|Prop Gallery]] | ||
* [[:Category:Items|Items (weapons, pickups)]] | * [[:Category:Items|Items (weapons, pickups)]] | ||
* [[:Category:NPCs|NPCs (monsters, allies, characters)]]</ | * [[:Category:NPCs|NPCs (monsters, allies, characters)]]</div> | ||
< | <div style="background:#FFFFFF;padding:8px;border:#D3D3D3 1px solid;margin-bottom:6px;"> | ||
== Troubleshooting == | == Troubleshooting == | ||
* [[Troubleshooting Level Design]] | * [[Troubleshooting Level Design]] | ||
* [[Showbudget|Using the Showbudget Panel]] | * [[Showbudget|Using the Showbudget Panel]] | ||
* [[Compile Errors]]</ | * [[Compile Errors]]</div> | ||
<div style="background:#FBF7EA;padding:8px;border:#D3D3D3 1px solid;margin-bottom:6px;"> | |||
== Design Theory == | == Design Theory == | ||
* [[What makes a good level?]] | * [[What makes a good level?]] | ||
Line 482: | Line 470: | ||
* [[Push Gameplay]] | * [[Push Gameplay]] | ||
* [[Map Compiling Theory]] | * [[Map Compiling Theory]] | ||
* [[RAD (technical)]]</ | * [[RAD (technical)]]</div> | ||
|- | |||
|} | |||
Revision as of 03:15, 14 February 2006
Expanded TomEdwards' two-column layout, integrating some of the features from the Main_Page in order to give it a similar style.
Problems with HTML:
- Mixed HTML and Wiki markup
- Hard to track opening and closing of
<div>
s- More difficult for users to edit
Versions:
- Mixed HTML and Wiki markup
- Wiki-only markup with simple tables
- Wiki-only markup with more complex tables
- Wiki-only markup with dual complex tables
Mixed HTML and Wiki markup
Code using a combination of HTML </div>
tags and Wiki markup.
Wiki markup with simple tables
Only uses Wiki markup, with 2 simple columns.
Wiki markup with complex tables
Uses only Wiki markup, but uses more complex table code to add sections and different color possibilties. Some of the markup could be templated fairly easily.
Wiki markup with dual complex tables, multiple sections and colours
Uses only Wiki markup, but uses more complex table code to add sections and different color possibilties. Some of the markup could be templated fairly easily. As above, uses only Wiki markup and table code. Utilises two nested tables in order to allow independant sections for each column. Each section can be coloured, e.g. the Hammer box (yellow) and the Troubleshooting box (red). Each section also alternates between white and light grey for the background (aside from those boxes with a different colour).
Issues:
- If more sections were added (especially if in the middle), can be confusing to swap around all the background colours.
- Two nested tables could be an issue in the name of simplicity.
Wiki markup with sub-tables (ALL NEW AND IMPROVED!)
Based on design #2, but uses a subtable to display the right-hand column instead of relying on rowspan
ning.
Problems:
- Slight mis-alignment of bottom edge of right-hand column
- Needs conversion into a template system
Getting Started
http://developer.valvesoftware.com/w/images/a/a5/Css.gif Counter-Strike: SourceIntermediate Topics
http://developer.valvesoftware.com/w/images/6/6d/Hl2px16.gif Half-Life 2Advanced Techniques |
Hammer EditorAbstract MappingAmmunition | List of HL2 Animals and Creatures | Mapping with Antlions | Beams and Lasers | Cables and Ropes | Moving Clouds | Color Theory in Level Design | Combat | Combine | Compression (Source 1) | Doors | Dust, Fog, & Smoke | Elevators | Level Transitions | Environmental Lighting, Sun, Weather, & Outdoors | Explosions | Fire | Half-Life 2 Foliage | Glass & Windows | Headcrab | Health | Ladders | Lighting | Optimization (level design) | Physics | Retinal scanners | Sound and Music | Special effects | Terrain | Trains | Turrets | Water | Weapons | ZombieTroubleshooting |