Difference between revisions of "Talk:Guidelines"
(→Script Examples) |
(→Typo: new section) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 37: | Line 37: | ||
* Preferably use four spaces instead of one tabulator. | * Preferably use four spaces instead of one tabulator. | ||
− | * Use the | + | * Use the codebox provided on this wiki. (<nowiki><source lang="lua"> |
shape = love.physics.newCircleShape( radius ) | shape = love.physics.newCircleShape( radius ) | ||
</source> | </source> | ||
</nowiki>) | </nowiki>) | ||
If there are enough scripting examples, remove the template <nowiki>{{Needs Example}}</nowiki> or the <nowiki>[[Category:Needs Example]]</nowiki> when necessary. | If there are enough scripting examples, remove the template <nowiki>{{Needs Example}}</nowiki> or the <nowiki>[[Category:Needs Example]]</nowiki> when necessary. | ||
+ | |||
+ | == Upload .love files problem == | ||
+ | |||
+ | When i upload .love file, wiki give this: | ||
+ | |||
+ | File extension ".love" does not match the detected MIME type of the file (application/zip). | ||
+ | |||
+ | It is possible to upload .love file? | ||
+ | |||
+ | == Typo == | ||
+ | |||
+ | <pre>== Name Conflics ==</pre> | ||
+ | |||
+ | Conflicts? [[User:User670|User670]] ([[User talk:User670|talk]]) 07:06, 28 July 2021 (UTC) |
Latest revision as of 07:06, 28 July 2021
Contents
Useful Editing Resources
Category Discussion
This manual doesn't state clearly how the categories are set.
Instead of "Put your library in Category:Libraries to make it appear automatically in on the Libraries page"
It should say:
Include this:
[[Category:Libraries]]
And your page will appear on the Libraries section automatically.
I think we should put in the other guides a link or something to Help:i18n because it can be a very useful section for translators. --Ridal 11:02, 16 August 2011 (BST)
Grammatical Errors
Conflic? I know Rude is not from an English speaking country, but someone must change that to Conflict. Oh and, there are grammatical errors too.
Subheader for "Documentation"
Proposed content:
Script Examples
When writing a script example always test and verify that your example is working, submitting not working examples is a waste of time for everyone. |
- Preferably use four spaces instead of one tabulator.
- Use the codebox provided on this wiki. (<source lang="lua"> shape = love.physics.newCircleShape( radius ) </source> )
If there are enough scripting examples, remove the template {{Needs Example}} or the [[Category:Needs Example]] when necessary.
Upload .love files problem
When i upload .love file, wiki give this:
File extension ".love" does not match the detected MIME type of the file (application/zip).
It is possible to upload .love file?
Typo
== Name Conflics ==