Template:NoResultsCustomMessage/doc

From Victory Belles Community Wiki
< Template:NoResultsCustomMessage
Revision as of 12:40, 2 May 2023 by WikiAdmin (talk | contribs) (Created page with "==Description== This template displays two different outcomes depending on whether a Cargo query returns data. ==Syntax== <pre> {{NoResultsCustomMessage|1|2|3}} </pre> Supplied items could be lengthy so anonymous/unnamed variables were used. # The Cargo query. It can be a template itself, or a raw query (template recommended!) # The content to display if the query has no results. # The content to display if the query returns something. <noinclude> Category:Temp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description[edit source]

This template displays two different outcomes depending on whether a Cargo query returns data.

Syntax[edit source]

{{NoResultsCustomMessage|1|2|3}}

Supplied items could be lengthy so anonymous/unnamed variables were used.

  1. The Cargo query. It can be a template itself, or a raw query (template recommended!)
  2. The content to display if the query has no results.
  3. The content to display if the query returns something.