Guide:Game Making Tools Wiki: Difference between revisions
m (Rjt moved page Style Guide to Guide:Game Making Tools Wiki: Reconextualising it as not just a 'style guide') |
(WIP save) |
||
Line 1: | Line 1: | ||
Information about editing this wiki. | |||
If you have any more questions make a post on the [[Guide_talk:Game_Making_Tools_Wiki|Talk page]]. | |||
== | ==General Tips== | ||
* Editing a wiki can always seem a bit daunting at first, but don't worry, you can't break anything :) | |||
* Some good things to do to get used to things is to fix any errors like broken links or typos you see. It's also really helpful! | |||
* You can create pages under your username by added a forward slash '/' and whatever you want to call the page. For example [[User:Rjt/draft]]. This is useful for drafts and experiments or whatever; maybe you want to put an essay there or something! | |||
== | ==Basic Syntax== | ||
== | ===Headings=== | ||
===Links=== | |||
===Lists=== | |||
===Styling Text=== | |||
==Advanced Syntax== | |||
===Code=== | |||
For blocks of code you can use the <nowiki><pre></nowiki> tag. For inline code snippets, or keyboard/inputs you can use <nowiki><code></nowiki>. A bit wrong-sounding, I know! | |||
===Categories=== | |||
Categories should be on the bottom of a page. | |||
I tend to order them (Software kind, 2-D/3-D, genre, x, operating system. 'X' being space for whatever else), but it doesn't matter. And sometimes I use linebreaks after groupings of categories to make it a bit easier to read, this doesn't effect how it appears on the page. | |||
Example: | |||
<nowiki>[[Category:Game Builder]][[Category:2-D]] | |||
[[Category:Adventure]] | |||
[[Category:Browser]] | |||
[[Category:Browser_Export]]</nowiki> | |||
===Media=== | |||
====Embedding==== | |||
You can embed videos using the installed [https://www.mediawiki.org/wiki/Extension:EmbedVideo EmbedVideo extension]. | You can embed videos using the installed [https://www.mediawiki.org/wiki/Extension:EmbedVideo EmbedVideo extension]. | ||
The simplest way to use it is: <code><nowiki>{{#ev:youtube|videourl}}</nowiki></code>. You can also leave out most of the URL and just add the ID string fro mthe end. | The simplest way to use it is: <code><nowiki>{{#ev:youtube|videourl}}</nowiki></code>. You can also leave out most of the URL and just add the ID string fro mthe end. | ||
===Images=== | ====Images==== | ||
To keep things organised please start an image's filename with something like the name of the section it's used in, then an underscore, then a description of the file. | To keep things organised please start an image's filename with something like the name of the section it's used in, then an underscore, then a description of the file. | ||
Line 120: | Line 52: | ||
<nowiki>solarus_logo.png</nowiki> | <nowiki>solarus_logo.png</nowiki> | ||
====Galleries==== | =====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've just inserted my first gallery! I think they look a bit better without the lines, but otherwise use them as you see fit. | ||
Line 135: | Line 67: | ||
Captions can have links and w/e | Captions can have links and w/e | ||
== | ==Conventions== | ||
==Trivia== | |||
* The colours used in the logo are: <span style=background:#ed1c24;color:white;padding:2px;>#ed1c24</span>, <span style=background:#ffaec9;padding:2px;>#ffaec9</span> and <span style=background:#fff200;padding:2px;>#fff200</span> | |||
==See Also== | |||
* [https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting] on the MediaWiki wiki. | |||
* [[Wikipedia:Help:Wikitext|Help:Wikitext]] on Wikipedia. | |||
* [https://workingwithmediawiki.com/book/chapter4.html MediaWiki syntax] on the 'Working with MediaWiki' website. | |||
* [[Guide:Game_Making_Tools_Wiki/Templates]] | |||
* [[Guide:Game_Making_Tools_Wiki/Infoboxes]] |
Revision as of 00:38, 18 June 2021
Information about editing this wiki.
If you have any more questions make a post on the Talk page.
General Tips
- Editing a wiki can always seem a bit daunting at first, but don't worry, you can't break anything :)
- Some good things to do to get used to things is to fix any errors like broken links or typos you see. It's also really helpful!
- You can create pages under your username by added a forward slash '/' and whatever you want to call the page. For example User:Rjt/draft. This is useful for drafts and experiments or whatever; maybe you want to put an essay there or something!
Basic Syntax
Headings
Links
Lists
Styling Text
Advanced Syntax
Code
For blocks of code you can use the <pre> tag. For inline code snippets, or keyboard/inputs you can use <code>. A bit wrong-sounding, I know!
Categories
Categories should be on the bottom of a page.
I tend to order them (Software kind, 2-D/3-D, genre, x, operating system. 'X' being space for whatever else), but it doesn't matter. And sometimes I use linebreaks after groupings of categories to make it a bit easier to read, this doesn't effect how it appears on the page.
Example:
[[Category:Game Builder]][[Category:2-D]] [[Category:Adventure]] [[Category:Browser]] [[Category:Browser_Export]]
Media
Embedding
You can embed videos using the installed EmbedVideo extension.
The simplest way to use it is: {{#ev:youtube|videourl}}
. You can also leave out most of the URL and just add the ID string fro mthe end.
Images
To keep things organised please start an image's 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
solarus_logo.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
Conventions
Trivia
- The colours used in the logo are: #ed1c24, #ffaec9 and #fff200
See Also
- Help:Formatting on the MediaWiki wiki.
- Help:Wikitext on Wikipedia.
- MediaWiki syntax on the 'Working with MediaWiki' website.
- Guide:Game_Making_Tools_Wiki/Templates
- Guide:Game_Making_Tools_Wiki/Infoboxes