User:Zozart/category test: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) No edit summary |
(added more Wiki markup versions) |
||
Line 1: | Line 1: | ||
Expanded [[User:TomEdwards/sandbox|TomEdwards' two-column layout]], integrating some of the features from the [[Main_Page]] in order to give it a similar style. | Expanded [[User:TomEdwards/sandbox|TomEdwards' two-column layout]], integrating some of the features from the [[Main_Page]] in order to give it a similar style. | ||
Problems: | Problems with HTML: | ||
*Mixed HTML and Wiki markup | *Mixed HTML and Wiki markup | ||
*Hard to track opening and closing of <code><nowiki><div></nowiki></code>s | *Hard to track opening and closing of <code><nowiki><div></nowiki></code>s | ||
**More difficult for users to edit | **More difficult for users to edit | ||
Versions: | |||
* [[#Mixed HTML and Wiki markup|Mixed HTML and Wiki markup]] | |||
* [[#Wiki markup with simple tables|Wiki-only markup with simple tables]] | |||
* [[#Wiki markup with complex tables|Wiki-only markup with more complex tables]] | |||
__NOTOC__ | __NOTOC__ | ||
= Mixed HTML and Wiki markup = | |||
Code using a combination of HTML <code><nowiki></div></nowiki></code> tags and Wiki markup. | |||
{| cellspacing="0" | {| cellspacing="0" | ||
|style="width:50%;vertical-align: top;"| | |style="width:50%;vertical-align: top;"| | ||
Line 117: | Line 128: | ||
</div> | </div> | ||
</div> | </div> | ||
|} | |||
= Wiki markup with simple tables = | |||
Only uses Wiki markup, with 2 simple columns. | |||
{| cellspacing="8px" style='background:#F5F5F5; border: lightgray 1px solid;' | |||
| width="50%" style='vertical-align: top; padding: 1em; border: lightgray 1px solid;'| | |||
== Getting Started == | |||
* [[Getting_Started|Building your first room in Hammer]] | |||
* [[Introduction to Editing]] | |||
* [[3D and 2D Views|Hammer 3D and 2D Views]] | |||
* [[Leaks Explained]] | |||
* [[Inputs_and_Outputs|Entity Inputs and Outputs]] | |||
* [[Optimization]] | |||
====http://developer.valvesoftware.com/w/images/a/a5/Css.gif Counter-Strike: Source==== | |||
* [[Making levels for Counter-Strike: Source]] | |||
* [[How To Develop A Map That Works]] | |||
== Intermediate Topics == | |||
* [[Source Mapping for Half-Life 1 Mappers]] | |||
* [[Grouping and VisGrouping]] | |||
* [[Cubemaps]] | |||
* [[Physics Entity Overview]] | |||
* [[Entity_Hierarchy_%28parenting%29|Entity Hierarchy (parenting)]] | |||
* [[Displacement|Displacement Surfaces (Terrain)]] | |||
* [[Making_3D_Skyboxes|3D Skyboxes]] | |||
* [[Creating_and_Using_Prefabs|Creating and Using Prefabs]] | |||
* [[How to Release A Map]] | |||
====http://developer.valvesoftware.com/w/images/6/6d/Hl2px16.gif Half-Life 2==== | |||
* [[Single-Player Mapping Tips]] | |||
* [[:Category:Regions & Atmospheres|Regions & Atmospheres]] | |||
== Advanced Techniques == | |||
* [[Advanced Lighting]] | |||
* [[Expert compile mode]] | |||
* [[Using Bspzip to Embed Custom Content]] | |||
* [[Creating Level Overviews]] | |||
* [[Filter Applications]] | |||
* [[Mini-mod tutorial]] | |||
====http://developer.valvesoftware.com/w/images/a/a5/Css.gif Counter-Strike: Source==== | |||
* [[Bot Navigation for Counter-Strike:Source|Bot Navigation for Counter-Strike: Source]] | |||
| width="50%" style='vertical-align: top; padding: 1em; border: lightgray 1px solid;'| | |||
== [[Abstract Mapping]] == | |||
{{abstract mapping ideas}} | |||
== Hammer Editor == | |||
* [[Hammer Editor Documentation]] | |||
* [[Hammer Feature Requests]] | |||
== Objects == | |||
* [[List of entities]] | |||
* [[:Category:World Models|Prop Gallery]] | |||
* [[:Category:Items|Items (weapons, pickups)]] | |||
* [[:Category:NPCs|NPCs (monsters, allies, characters)]] | |||
== Troubleshooting == | |||
* [[Troubleshooting Level Design]] | |||
* [[Showbudget|Using the Showbudget Panel]] | |||
* [[Compile Errors]] | |||
== Design Theory == | |||
* [[What makes a good level?]] | |||
* [[Single-Player Mapping Tips]] | |||
* [[Bounce (level design)]] | |||
* [[Loops (level design)]] | |||
* [[Push Gameplay]] | |||
* [[Map Compiling Theory]] | |||
* [[RAD (technical)]] | |||
|} | |||
= 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. | |||
{| cellspacing="8px" style='background:#F5F5F5; border: lightgray 1px solid;' | |||
| rowspan="6" width="50%" style='vertical-align: top; padding: 1em; border: lightgray 1px solid;' | | |||
== Getting Started == | |||
* [[Getting_Started|Building your first room in Hammer]] | |||
* [[Introduction to Editing]] | |||
* [[3D and 2D Views|Hammer 3D and 2D Views]] | |||
* [[Leaks Explained]] | |||
* [[Inputs_and_Outputs|Entity Inputs and Outputs]] | |||
* [[Optimization]] | |||
====http://developer.valvesoftware.com/w/images/a/a5/Css.gif '''Counter-Strike: Source==== | |||
* [[Making levels for Counter-Strike: Source]] | |||
* [[How To Develop A Map That Works]] | |||
== Intermediate Topics == | |||
* [[Source Mapping for Half-Life 1 Mappers]] | |||
* [[Grouping and VisGrouping]] | |||
* [[Cubemaps]] | |||
* [[Physics Entity Overview]] | |||
* [[Entity_Hierarchy_%28parenting%29|Entity Hierarchy (parenting)]] | |||
* [[Displacement|Displacement Surfaces (Terrain)]] | |||
* [[Making_3D_Skyboxes|3D Skyboxes]] | |||
* [[Creating_and_Using_Prefabs|Creating and Using Prefabs]] | |||
* [[How to Release A Map]] | |||
====http://developer.valvesoftware.com/w/images/6/6d/Hl2px16.gif Half-Life 2==== | |||
* [[Single-Player Mapping Tips]] | |||
* [[:Category:Regions & Atmospheres|Regions & Atmospheres]] | |||
== Advanced Techniques == | |||
* [[Advanced Lighting]] | |||
* [[Expert compile mode]] | |||
* [[Using Bspzip to Embed Custom Content]] | |||
* [[Creating Level Overviews]] | |||
* [[Filter Applications]] | |||
* [[Mini-mod tutorial]] | |||
====http://developer.valvesoftware.com/w/images/a/a5/Css.gif Counter-Strike: Source==== | |||
* [[Bot Navigation for Counter-Strike:Source|Bot Navigation for Counter-Strike: Source]] | |||
| width="50%" height="20%" style='background: #FBF7EA; vertical-align: top; padding: 1em; border: #E4DCCD 2px solid' | | |||
== Hammer Editor == | |||
* [[Hammer Editor Documentation]] | |||
* [[Hammer Feature Requests]] | |||
|- | |||
| height="20%" style='vertical-align: top; padding: 1em; border: lightgray 1px solid;' | | |||
== [[Abstract Mapping]] == | |||
{{abstract mapping ideas}} | |||
|- | |||
| height="20%" style='vertical-align: top; padding: 1em; border: lightgray 1px solid;' | | |||
== Objects == | |||
* [[List of entities]] | |||
* [[:Category:World Models|Prop Gallery]] | |||
* [[:Category:Items|Items (weapons, pickups)]] | |||
* [[:Category:NPCs|NPCs (monsters, allies, characters)]] | |||
|- | |||
| height="20%" style='vertical-align: top; padding: 1em; border: lightgray 1px solid;' | | |||
== Troubleshooting == | |||
* [[Troubleshooting Level Design]] | |||
* [[Showbudget|Using the Showbudget Panel]] | |||
* [[Compile Errors]] | |||
|- | |||
| height="20%" style='vertical-align: top; padding: 1em; border: lightgray 1px solid;' | | |||
== Design Theory == | |||
* [[What makes a good level?]] | |||
* [[Single-Player Mapping Tips]] | |||
* [[Bounce (level design)]] | |||
* [[Loops (level design)]] | |||
* [[Push Gameplay]] | |||
* [[Map Compiling Theory]] | |||
* [[RAD (technical)]] | |||
|} | |} |
Revision as of 20:54, 23 January 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
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.