Module:TNTTools/doc: Difference between revisions

From TestWiki
Content added Content deleted
No edit summary
m (15 revisions imported: Borrowing a module from Wikipedia.)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{module rating|release}}
Contains functions linked to [[Module:TNT]], which at the same time make calls to multilingual tables, located in Commons.
Contains functions linked to [[Module:TNT]], which at the same time make calls to multilingual tables, located in Commons, for the creation of [[mw:Multilingual_Templates_and_Modules|modules and multilingual templates]].


It has:
TNTTools has:
* Question functions: with boolean or numerical indexed return. To be called from other modules or from templates. With:
* '''Question functions''': with boolean or numerical indexed return. To be called from other modules or from templates. With:
** Case sensitive option.
** Case sensitive option.
** Possibility of more than one translated text value (where each value is separated by "|").
** Possibility of '''more than one translated text value''' (where each value is separated by "|").
* To put aside write, adding "I18n/" as a prefix and ".tab" extension as a suffix for the table names.
* To put aside write, adding "I18n/" as a prefix and ".tab" extension as a suffix for the table names.
* You can find examples of direct use from templates in:
**{{tl|TNTTools/Tests/GetStr}}
**{{tl|TNTTools/Tests/WordFound}}
**{{tl|TNTTools/Tests/WordIdx}}

<includeonly>
[[Category:Modules for general use]]
</includeonly>

Latest revision as of 14:22, 1 January 2022

Contains functions linked to Module:TNT, which at the same time make calls to multilingual tables, located in Commons, for the creation of modules and multilingual templates.

TNTTools has:

  • Question functions: with boolean or numerical indexed return. To be called from other modules or from templates. With:
    • Case sensitive option.
    • Possibility of more than one translated text value (where each value is separated by "|").
  • To put aside write, adding "I18n/" as a prefix and ".tab" extension as a suffix for the table names.