Difference between revisions of "Help:Contents"

From Learning Languages Through Video Games
Jump to navigationJump to search
(rm obsolete rule)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
For help with the MediaWiki software, such as how to format text, see [http://www.mediawiki.org mediawiki.org].
 
For help with the MediaWiki software, such as how to format text, see [http://www.mediawiki.org mediawiki.org].
 +
 +
* [[Project:FAQ|FAQ]] — questions that may not necessarily be asked frequently, but the info may nonetheless be useful
 +
* [[Project:Rules|Rules]] — rules for using the site. Don't worry, there aren't many.
 +
* [[Project:Manual of Style|Manual of Style]] — general guidelines for editing.
 +
* [[Help:Abbreviations|Abbreviations]] often used in annotations
 +
* [[Project:Assumed knowledge of Japanese|Assumed knowledge of Japanese]] — a rough guide of what you're expected to know for Japanese games.
 +
* [[Project:To-do list|To-do list]] — bugs, proposed features...
 +
* [[Project:TBL files|TBL files]] — what they are, how to make them, how to use 'em.
  
 
Since we're still in the early stages, there isn't much else here, but we can offer this advice:
 
Since we're still in the early stages, there isn't much else here, but we can offer this advice:
* If you're here to study Japanese, or to contribute to translations of Japanese games, try [http://www.polarcloud.com/rikaichan/ Rikaichan], [http://perapera.wordpress.com/ Perapera-kun], or a similar plugin for your web browser. It will help immensely: you can just mouseover the Japanese text and it will look up words for you. Of course, do be aware that the dictionary isn't infallible and can't take the context into consideration, but it still helps ''a lot'', especially if you're a beginner.
+
* If you're here to study Japanese, or to contribute to translations of Japanese games, try [http://www.polarcloud.com/rikaichan/ Rikaichan], [http://perapera.wordpress.com/ Perapera-kun], or a similar plugin for your web browser. It will help immensely: you can just mouseover the Japanese text and it will look up words for you. Of course, do be aware that the dictionary isn't infallible and can't take the context into consideration, but it still helps ''a lot'', especially if you're a beginner. (Note: we're transitioning to including glosses in our translations so that Rikaichan will usually not be necessary to browse. People working on translations of their own will still find it helpful.)
* Use the translate2 and translate3 templates to add translation text. Translate2 gives you two translation fields, and translate3 gives three fields.
+
* Use the <tt>translate2</tt> template to add translation text.
** When translating a Japanese game to English, you may want to use the jp-en (Japanese, English) and jp-k-en (Japanese, Kanji, English) templates, which are more convenient. See a translation such as [[Tiny Toon Adventures/jp-en|Tiny Toon Adventures]] for examples of both.
+
** When translating a Japanese game to English, use the <tt>ja-en</tt> template in place of <tt>template2</tt>. Use the <tt>gloss</tt> template within the Japanese field to provide readings, kanji, and meaning for phrases. We used to use a system that had three-field templates called ja-r-en and ja-k-en, but they should not be used anymore. The new system is more elegant (though it does make the Japanese hard to read in the source code).
 +
*** We seem to be going back to using ja-k-en for text that consists of kana and should be kanjified. Look at games that use it for examples; we have many.
 +
** The <tt>gloss</tt> template can be used for languages other than Japanese, too, but when two languages use similar sentence structure, it will rarely be necessary.
 +
** Due to the way templates work, you can't normally use equals signs in template parameters (i.e., within <tt>ja-en</tt>, <tt>gloss</tt>, etc.). The special template <tt><nowiki>{{=}}</nowiki></tt> will print an equals sign for you.
 +
** Double quotes in <tt>gloss</tt> templates (but not most other templates) have a similar problem. Use single quotes instead, or use <tt><nowiki>{{"}}</nowiki></tt>.
  
 
Use the [[Project:Sandbox|sandbox]] for test edits.
 
Use the [[Project:Sandbox|sandbox]] for test edits.
 +
 +
Scripts used to extract game data can be found at the [http://code.google.com/p/lltvg/ LLTVG code repository]. If you make any, propose it as an addition!

Latest revision as of 00:54, 25 February 2014

For help with the MediaWiki software, such as how to format text, see mediawiki.org.

  • FAQ — questions that may not necessarily be asked frequently, but the info may nonetheless be useful
  • Rules — rules for using the site. Don't worry, there aren't many.
  • Manual of Style — general guidelines for editing.
  • Abbreviations often used in annotations
  • Assumed knowledge of Japanese — a rough guide of what you're expected to know for Japanese games.
  • To-do list — bugs, proposed features...
  • TBL files — what they are, how to make them, how to use 'em.

Since we're still in the early stages, there isn't much else here, but we can offer this advice:

  • If you're here to study Japanese, or to contribute to translations of Japanese games, try Rikaichan, Perapera-kun, or a similar plugin for your web browser. It will help immensely: you can just mouseover the Japanese text and it will look up words for you. Of course, do be aware that the dictionary isn't infallible and can't take the context into consideration, but it still helps a lot, especially if you're a beginner. (Note: we're transitioning to including glosses in our translations so that Rikaichan will usually not be necessary to browse. People working on translations of their own will still find it helpful.)
  • Use the translate2 template to add translation text.
    • When translating a Japanese game to English, use the ja-en template in place of template2. Use the gloss template within the Japanese field to provide readings, kanji, and meaning for phrases. We used to use a system that had three-field templates called ja-r-en and ja-k-en, but they should not be used anymore. The new system is more elegant (though it does make the Japanese hard to read in the source code).
      • We seem to be going back to using ja-k-en for text that consists of kana and should be kanjified. Look at games that use it for examples; we have many.
    • The gloss template can be used for languages other than Japanese, too, but when two languages use similar sentence structure, it will rarely be necessary.
    • Due to the way templates work, you can't normally use equals signs in template parameters (i.e., within ja-en, gloss, etc.). The special template {{=}} will print an equals sign for you.
    • Double quotes in gloss templates (but not most other templates) have a similar problem. Use single quotes instead, or use {{"}}.

Use the sandbox for test edits.

Scripts used to extract game data can be found at the LLTVG code repository. If you make any, propose it as an addition!