Template:AthenaeumInfobox: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{#cargo_query: tables=Athenaeum |fields=Athenaeum.idx, Athenaeum.name, CONCAT('https://www.forgottenrunes.com/api/art/treats/', Athenaeum.idx, '.png')=image |where=Athenaeum.idx='{{{1}}}' |limit=1 |format=template |template=AthenaeumInfoboxItem |named args=yes |more results text= }}<noinclude> Here's an example: <pre> {{AthenaeumInfobox|0}} </pre> Renders into: {{AthenaeumInfobox|0}} </noinclude>") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Athenaeum | tables=Athenaeum | ||
|fields=Athenaeum.idx, Athenaeum.name, CONCAT('https:// | |fields=Athenaeum.idx, Athenaeum.name, CONCAT('https://portal.forgottenrunes.com/api/treats/img/', Athenaeum.idx, '.png')=image | ||
|where=Athenaeum.idx='{{{1}}}' | |where=Athenaeum.idx='{{{1}}}' | ||
|limit=1 | |limit=1 |