Difference between revisions of "Talk:Guidelines"

(spelling: new section)
(Typo: new section)
 
(10 intermediate revisions by 5 users not shown)
Line 22: Line 22:
 
And your page will appear on the [[Libraries]] section automatically.
 
And your page will appear on the [[Libraries]] section automatically.
  
== spelling ==
+
----
  
Documentation > Modules
+
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. --[[User:Ridal|Ridal]] 11:02, 16 August 2011 (BST)
  
All types must be assiciated with Category:Types.
+
== Grammatical Errors ==
  
don't you mean associated?
+
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 ===
 +
{{notice|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. (<nowiki><source lang="lua">
 +
shape = love.physics.newCircleShape( radius )
 +
</source>
 +
</nowiki>)
 +
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

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

O.png 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 ==

Conflicts? User670 (talk) 07:06, 28 July 2021 (UTC)