Module:Data/doc: Difference between revisions
Appearance
Content deleted Content added
→See also: Unrelated |
|||
Line 8: | Line 8: | ||
{{#invoke:Data|''Module:ModuleName''|''key1''|''key2''|''key3''|...}} |
{{#invoke:Data|''Module:ModuleName''|''key1''|''key2''|''key3''|...}} |
||
Read data value ''key1''.''key2''.''key3'' from ''Module:ModuleName''. |
Read data value ''key1''.''key2''.''key3'' from ''Module:ModuleName''. |
||
== See also == |
|||
*{{mlx|LuaCall}} |
|||
*{{mlx|Ustring}} |
|||
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox|| |
|||
<!-- Template categories go here. --> |
|||
}}</includeonly> |
Revision as of 16:23, 25 April 2020
![]() | This Lua module is used on approximately 154,000 pages. To avoid major disruption and server load, any changes should be tested in the module's /sandbox or /testcases subpages, or in your own module sandbox. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
This module allows wikitext to read values from data modules.
Usage
{{#invoke:Data|Module:ModuleName|key1|key2|key3|...}}
Read data value key1.key2.key3 from Module:ModuleName.