Guide:Game Making Tools Wiki: Difference between revisions
(→Infoboxes: Added infobox code for infobox_assetsoftware) |
(→Infoboxes: Added infobox_leveleditor) |
||
Line 38: | Line 38: | ||
Current infoboxes are (dunno it's worth creating a bunch of different ones at this point): | Current infoboxes are (dunno it's worth creating a bunch of different ones at this point): | ||
* [[Template:infobox_software|infobox_software]] - For the game builder software. | * [[Template:infobox_software|infobox_software]] - For the [[:Category:Game Builder|game builder]] software. | ||
<nowiki>{{ infobox_software | <nowiki>{{ infobox_software | ||
| title = | | title = | ||
Line 57: | Line 57: | ||
| imports = | | imports = | ||
| exports = | | exports = | ||
}}</nowiki> | |||
* [[Template:infobox_leveleditor|infobox_leveleditor]] - For [[:Category:Level_Editor|level editors]]. | |||
<nowiki>{{ infobox_leveleditor | |||
| title = | |||
| image = | |||
| release_date = | |||
| made_by = | |||
| availability = | |||
}}</nowiki> | }}</nowiki> |
Revision as of 12:53, 24 June 2016
Rough guide to keeping things looking uniform.
Feel free to discuss anything on this page, and make suggestions if you think there are better ways of doing things.
Colours
The colours used in the logo are: #ed1c24, #ffaec9 and #fff200
Categories
Categories should be on the bottom of a page.
The order is: Software kind, 2-D/3-D, genre, x, operating system. 'X' being space for whatever else.
[[Category:Game Builder]][[Category:2-D]][[Category:Adventure]][[Category:Browser]]
Images
To keep things organised please start an images filename with something like the name of the section it's used in, then an underscore, then a description of the file.
EG:
blender_decimate.png
Galleries
I've just inserted my first gallery! I think they look a bit better without the lines, but otherwise use them as you see fit.
I used this simple code:
<gallery mode="packed"> File:filename.png|caption File:filename.png|caption File:filename.png|caption </gallery>
Does seem to centre it though. Would look nicer left-aligned.
Captions can have links and w/e
Infoboxes
Current infoboxes are (dunno it's worth creating a bunch of different ones at this point):
- infobox_software - For the game builder software.
{{ infobox_software | title = | image = | release_date = | made_by = | runs_on = | exports_to = }}
- infobox_assetsoftware - For asset creation software.
{{ infobox_assetsoftware | title = | image = | release_date = | made_by = | runs_on = | imports = | exports = }}
- infobox_leveleditor - For level editors.
{{ infobox_leveleditor | title = | image = | release_date = | made_by = | availability = }}