Jump to content

Form:Test: Difference between revisions

From Apogea Wiki
Dane (talk | contribs)
Wrap conditional content in nowiki tags (via update-page on MediaWiki MCP Server)
Dane (talk | contribs)
Use template calls instead of raw wikitext in conditionals (via update-page on MediaWiki MCP Server)
Line 15: Line 15:
{{{end template}}}
{{{end template}}}


{{{if exists|ShopTableRow}}}<nowiki>
{{{if exists|ShopTableRow}}}<nowiki>{{ShopTableHeader}}</nowiki>{{{end if}}}
== Shop ==
{| class="wikitable sortable shop-table"
|-
! class="unsortable" |
! Item
! Cost</nowiki>{{{end if}}}


{{{for template|ShopTableRow|multiple|label=Shop Item}}}
{{{for template|ShopTableRow|multiple|label=Shop Item}}}
Line 33: Line 27:
{{{end template}}}
{{{end template}}}


{{{if exists|ShopTableRow}}}<nowiki>
{{{if exists|ShopTableRow}}}<nowiki>{{ShopTableFooter}}</nowiki>{{{end if}}}
|}</nowiki>{{{end if}}}


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

Revision as of 12:55, 1 February 2026

Test form to verify conditional output feature.