User:Zozart/category test: Difference between revisions
mNo edit summary |
(Reset, because of wiki bug with h-tags) |
||
Line 21: | Line 21: | ||
|style="width:50%;vertical-align: top;"| | |style="width:50%;vertical-align: top;"| | ||
<div align='left' style='width: 97%'> | <div align='left' style='width: 97%'> | ||
== Tutorials == | |||
<div class='capsule'> | <div class='capsule'> | ||
<div class='captop'><div></div></div> | <div class='captop'><div></div></div> | ||
Line 27: | Line 27: | ||
=== Beginner === | === Beginner === | ||
<div class='categoryboxout' id='beginner' {{CategoryBox}}> | <div class='categoryboxout' id='beginner' {{CategoryBox}}> | ||
==== General ==== | |||
* [[Getting_Started|Building your first room in Hammer]] | * [[Getting_Started|Building your first room in Hammer]] | ||
* [[Introduction to Editing]] | * [[Introduction to Editing]] | ||
Line 35: | Line 35: | ||
* [[Optimization]] | * [[Optimization]] | ||
==== Game-specific ==== | |||
=====http://developer.valvesoftware.com/w/images/a/a5/Css.gif Counter-Strike: Source===== | |||
* [[Making levels for Counter-Strike: Source]] | * [[Making levels for Counter-Strike: Source]] | ||
* [[How To Develop A Map That Works]] | * [[How To Develop A Map That Works]] | ||
Line 43: | Line 43: | ||
=== Intermediate === | === Intermediate === | ||
<div class='categoryboxout' id='intermediate' {{CategoryBox}}> | <div class='categoryboxout' id='intermediate' {{CategoryBox}}> | ||
==== General ==== | |||
* [[Source Mapping for Half-Life 1 Mappers]] | * [[Source Mapping for Half-Life 1 Mappers]] | ||
* [[Grouping and VisGrouping]] | * [[Grouping and VisGrouping]] | ||
Line 54: | Line 54: | ||
* [[How to Release A Map]] | * [[How to Release A Map]] | ||
==== Game-specific ==== | |||
=====http://developer.valvesoftware.com/w/images/6/6d/Hl2px16.gif Half-Life 2===== | |||
* [[Single-Player Mapping Tips]] | * [[Single-Player Mapping Tips]] | ||
* [[:Category:Regions & Atmospheres|Regions & Atmospheres]] | * [[:Category:Regions & Atmospheres|Regions & Atmospheres]] | ||
Line 62: | Line 62: | ||
=== Advanced === | === Advanced === | ||
<div class='categoryboxout' id='advanced' {{CategoryBox}}> | <div class='categoryboxout' id='advanced' {{CategoryBox}}> | ||
==== General ==== | |||
* [[Advanced Lighting]] | * [[Advanced Lighting]] | ||
* [[Expert compile mode]] | * [[Expert compile mode]] | ||
Line 69: | Line 69: | ||
* [[Filter Applications]] | * [[Filter Applications]] | ||
* [[Mini-mod tutorial]] | * [[Mini-mod tutorial]] | ||
==== Game-specific ==== | |||
=====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]] | * [[Bot Navigation for Counter-Strike:Source|Bot Navigation for Counter-Strike: Source]] | ||
</div> | </div> | ||
Line 81: | Line 81: | ||
<div style='width: 97%'> | <div style='width: 97%'> | ||
== Reference == | |||
<div align='right'> | <div align='right'> | ||
<div class='capsule'> | <div class='capsule'> | ||
Line 130: | Line 130: | ||
</div> | </div> | ||
|} | |} | ||
= Wiki markup with simple tables = | = Wiki markup with simple tables = |
Revision as of 14:00, 26 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
- 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.