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 raw wikitext instead of templates in conditionals (via update-page on MediaWiki MCP Server)
Line 16: Line 16:


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


Line 30: Line 35:


{{{if exists|ShopTableRow}}}
{{{if exists|ShopTableRow}}}
{{ShopTableFooter}}
|}
{{{end if}}}
{{{end if}}}


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

Revision as of 12:51, 1 February 2026

Test form to verify conditional output feature.