Template:For Each Record statement syntax: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "<!-- See SOUL.DME.268.QA for tests of some of these syntax options --> <p class="syntax">For <span class="squareb">{</span>Each <span class="squareb">|</span> <span class="te...")
(No difference)

Revision as of 19:58, 3 May 2018

For {Each | n} {Record | Records} [In label | On [List] listname] [In [Ascending | Descending] [Sortkey] Order [By [Each] fieldname]] [From {value1 | (expression1)}] [To {value2 | (expression2)}] [By {%variable | literal}] [Optimizing FNV] [{Where | With} retrieval-conditions]