Template:5e Creature Adventure List/Format

From Rlyehwiki
Revision as of 06:20, 22 April 2024 by Rlyehable (talk | contribs) (Created page with "<includeonly>{{#if: {{{1}}}|{{#cargo_query: table=5e_Adventures <!--|join on= --> |where=5e_Adventures.Adventure HOLDS "{{Safeapos|{{{1}}}}}" |fields=CONCAT( "", "{{Safeapos|{{{1}}}}}", "" ) <!--|order by= --> |default={{{1}}} |format=ul |limit=1000 <!--|more results text=More creatures--> }}|}}<!--endif 1--></includeonly><noinclude> ==Use== Called by Template:5e Creature Adventure List to have link added. ==Syntax== <pre> {{5e Cre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Use

Called by Template:5e Creature Adventure List to have link added.

Syntax

{{5e Creature Adventure List/Format|adventure name}}

Example

{{5e Creature Adventure List/Format|Tammeraut's Fate}}

produces...

Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HOLDS "Tammeraut's Fate" ORDER BY `rly2_cargo__5e_Adventures`.`_pageID`,CONCAT(' at line 1

Function: CargoSQLQuery::run Query: SELECT `rly2_cargo__5e_Adventures`.`_pageID` AS `cargo_backlink_page_id_5e_Adventures`,CONCAT( "", "Tammeraut's Fate", "" ) AS `_pageName, "|", "Tammeraut's Fate", "]]" )` FROM `rly2_cargo__5e_Adventures` WHERE `rly2_cargo__5e_Adventures`.`Adventure` HOLDS "Tammeraut's Fate" ORDER BY `rly2_cargo__5e_Adventures`.`_pageID`,CONCAT( "", "Tammeraut's Fate", "" ) LIMIT 100