Template:Show

From Sagan 4 Hub Wiki
Revision as of 20:00, 26 February 2023 by miraheze:sagan4>Mnidjm (Created page with "<noinclude>Displays specific data from a specific page in a specific table. Format: <nowiki>{{Show|TableName|PageName|Dataname}}</nowiki> Example: <nowiki>{{Show|SpeciesInfo|Golden Sauceback|genus}}</nowiki> Above code displays the following: </noinclude>{{#cargo_query:tables={{{1|SpeciesInfo}}} |fields={{{3|genus}}} |where=_pageName="{{{2|Golden Sauceback}}}"|limit=1|more results text=|default=No resultsCategory:Pages containing cargo querys which returned no resu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Displays specific data from a specific page in a specific table.

Format: {{Show|TableName|PageName|Dataname}}

Example: {{Show|SpeciesInfo|Golden Sauceback|genus}}

Above code displays the following: {{#cargo_query:tables=SpeciesInfo |fields=genus |where=_pageName="Golden Sauceback"|limit=1|more results text=|default=No results|no html}}