Form:Test: Difference between revisions
Test form for conditional output feature (via create-page on MediaWiki MCP Server) |
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}}} | ||
{ | == Shop == | ||
{| class="wikitable sortable shop-table" | |||
|- | |||
! class="unsortable" | | |||
! Item | |||
! Cost | |||
{{{end if}}} | {{{end if}}} | ||
| Line 30: | Line 35: | ||
{{{if exists|ShopTableRow}}} | {{{if exists|ShopTableRow}}} | ||
|} | |||
{{{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.