Module:LoadData/doc: Difference between revisions

Content deleted Content added
Create docs.
 
mNo edit summary
 
(7 intermediate revisions by 5 users not shown)
Line 1:
{{Module rating|alphaprotected}}
<!-- Please, place this module categories and this documentation interwikis where indicated at the bottom of this page. andThis module interwikis go at Wikidata (see [[Wikipedia:Wikidata]]). Thanks! -->
 
A more complex version of [[Module:Data]] with more options and the ability to select indexes with an inequality operator.
 
== Usage ==
<code><nowiki>{ &#123;{</nowiki>#invoke:{{BASEPAGENAME}}|''Module name''|index1|2 lteq=index2 limit|...|}}</code>
 
* Zeroth parameter is the name of the data module to read, without ''Module:'', e.g. <code>Example/data</code>
<code><nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|''Module name''|index1|2 lteq=index2 limit|...|}}</code>
* Next parameters, for an index {{Var|N}} starting at one, are called {{Para|{{Var|N}}}} for the exact index you need, coerced to number if possible, {{Para|{{Var|N}} lteq}} to select the highest numerical index less than or equal to the argument, or {{Para|{{Var|N}} gteq}} for the opposite.
* {{Para|template}} is a ''printf''-style string to interpolate the resulting value(s) into, e.g. <code><nowiki><b>%s</b></nowiki></code>.
* {{Para|preprocess}} is like {{Para|template}} except that <code>frame:preprocess</code> is run on it; this makes e.g. template transclusions work.
* {{Para|if nil}} is the string to return if the result is nil. Default is nil, which comes out as the empty string.
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandboxSandbox other| |
<!-- CategoriesPlease, belowadd this line,module please;categories interwikisbelow atthis line. WikidataThanks! -->
 
}}</includeonly><noinclude>
[[Category:Module documentation pages]]
<!-- Please, add this documentation interwikis below this line. Thanks! -->
[[pt:Módulo:LoadData/doc]]
</noinclude>