Jump to content

Form:Test: Difference between revisions

From Apogea Wiki
Dane (talk | contribs)
Test form for conditional output feature (via create-page on MediaWiki MCP Server)
 
Dane (talk | contribs)
Use single-tag syntax for conditional output (via update-page on MediaWiki MCP Server)
 
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
|}
|}
{{{end template}}}
{{{end template}}}
 
{{{if exists|ShopTableRow|{{ShopTableHeader}}}}}
{{{if exists|ShopTableRow}}}
{{ShopTableHeader}}
{{{end if}}}
 
{{{for template|ShopTableRow|multiple|label=Shop Item}}}
{{{for template|ShopTableRow|multiple|label=Shop Item}}}
{| class="formtable"
{| class="formtable"
Line 28: Line 24:
|}
|}
{{{end template}}}
{{{end template}}}
 
{{{if exists|ShopTableRow|{{ShopTableFooter}}}}}
{{{if exists|ShopTableRow}}}
{{ShopTableFooter}}
{{{end if}}}


{{{standard input|save}}} {{{standard input|cancel}}}
{{{standard input|save}}} {{{standard input|cancel}}}
</includeonly>
</includeonly>

Latest revision as of 13:00, 1 February 2026

Test form to verify conditional output feature.