Difference between revisions of "User:Megavolt/cheatsheet"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Added Translate Extension to cheatsheet) |
m (Replace < with < due the translate extension) |
||
Line 9: | Line 9: | ||
|- | |- | ||
| Initiate page for translation / Produces language selector | | Initiate page for translation / Produces language selector | ||
| <nowiki> | | <nowiki><languages /></nowiki> | ||
| <nowiki> | | <nowiki><languages /></nowiki><br />Some text | ||
|- | |- | ||
| Extract text for translation || <nowiki> | | Extract text for translation || <nowiki><translate>Some text</translate></nowiki><br />NOT WORKING:<br /><nowiki><translate>Some more text<translate>Some text</translate> Some more text<translate></nowiki> || <nowiki><translate>Some text</translate></nowiki><br /> <nowiki>[[internal link|<translate>text</translate>]]</nowiki><br /><nowiki>[external link <translate>text</translate>]</nowiki> | ||
|- | |- | ||
| Division of the translation sections. Written by the extension. Don't delete them, otherwise the translations have to be redone. || <nowiki><!--T:N--></nowiki> || <nowiki><!--T:323--></nowiki> | | Division of the translation sections. Written by the extension. Don't delete them, otherwise the translations have to be redone. || <nowiki><!--T:N--></nowiki> || <nowiki><!--T:323--></nowiki> | ||
|- | |- | ||
| Used to point tp language links. If the article is available at your language, then it will be displayed, if not, then it uses the original article. || <nowiki>[[Special:MyLanguage/internal_link_name]]</nowiki> || <nowiki>[[Special:MyLanguage/internal_link_name]]</nowiki><br /><nowiki>[[Special:MyLanguage/internal_link_name| | | Used to point tp language links. If the article is available at your language, then it will be displayed, if not, then it uses the original article. || <nowiki>[[Special:MyLanguage/internal_link_name]]</nowiki> || <nowiki>[[Special:MyLanguage/internal_link_name]]</nowiki><br /><nowiki>[[Special:MyLanguage/internal_link_name|<translate>text</translate>]]</nowiki> | ||
|- | |- | ||
| Add the language code which was taken by the Unversal Language Selector. Commenly used for Categories. | | Add the language code which was taken by the Unversal Language Selector. Commenly used for Categories. | ||
| <nowiki>[[Category:Text{{#translation:}}]]</nowiki> | | <nowiki>[[Category:Text{{#translation:}}]]</nowiki> | ||
| <nowiki>[[Category:Text{{#translation:}}]]</nowiki> | | <nowiki>[[Category:Text{{#translation:}}]]</nowiki> | ||
<nowiki>[[Category:Text{{#translation:}}| | <nowiki>[[Category:Text{{#translation:}}|<translate>Text</translate>]]</nowiki> | ||
|- | |- | ||
| Variables can be used to hide specific content from them translator, so he/she might not change it by accident. || <nowiki> | | Variables can be used to hide specific content from them translator, so he/she might not change it by accident. || <nowiki><translate>[[<tvar|myvar>hidden internal link</>| Some text]]</translate></nowiki> || And this will be visible for the translator:<br /><nowiki>[[$myvar|Some text]]</nowiki> | ||
|} | |} | ||
Further information: https://www.mediawiki.org/wiki/Help:Extension:Translate/Page_translation_administration | Further information: https://www.mediawiki.org/wiki/Help:Extension:Translate/Page_translation_administration |
Latest revision as of 04:27, 28 March 2021
Translate Extension | ||
---|---|---|
Purpose | Usage | Example |
Initiate page for translation / Produces language selector | <languages /> | <languages /> Some text |
Extract text for translation | <translate>Some text</translate> NOT WORKING: <translate>Some more text<translate>Some text</translate> Some more text<translate> |
<translate>Some text</translate> [[internal link|<translate>text</translate>]] [external link <translate>text</translate>] |
Division of the translation sections. Written by the extension. Don't delete them, otherwise the translations have to be redone. | <!--T:N--> | <!--T:323--> |
Used to point tp language links. If the article is available at your language, then it will be displayed, if not, then it uses the original article. | [[Special:MyLanguage/internal_link_name]] | [[Special:MyLanguage/internal_link_name]] [[Special:MyLanguage/internal_link_name|<translate>text</translate>]] |
Add the language code which was taken by the Unversal Language Selector. Commenly used for Categories. | [[Category:Text{{#translation:}}]] | [[Category:Text{{#translation:}}]]
[[Category:Text{{#translation:}}|<translate>Text</translate>]] |
Variables can be used to hide specific content from them translator, so he/she might not change it by accident. | <translate>[[<tvar|myvar>hidden internal link</>| Some text]]</translate> | And this will be visible for the translator: [[$myvar|Some text]] |
Further information: https://www.mediawiki.org/wiki/Help:Extension:Translate/Page_translation_administration