Difference between revisions of "CG Album"
From A3! Wiki
(Created page with "The CG album is where you can view CGs from stories. =Main Story= ==Part 1== {{#cargo_query: tables=CG |fields=file,story,CONCAT('',story,'') = link |where=num...") |
m (→Part 3: included Acts 11 & 12) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
==Part 1== | ==Part 1== | ||
{{#cargo_query: tables=CG | {{#cargo_query: tables=CG | ||
− | |fields=file | + | |fields=file,CONCAT('[[',story,'/',episode,'|',story,' ',episode,']]') = caption, CONCAT(story,'/',episode) = link |
|where=number < 18 | |where=number < 18 | ||
|format=gallery | |format=gallery | ||
Line 11: | Line 11: | ||
|show bytes=0 | |show bytes=0 | ||
|show filename=0 | |show filename=0 | ||
− | |caption field= | + | |caption field=caption |
− | |link field= | + | |link field=link |
+ | |show dimensions=0 | ||
}} | }} | ||
==Part 2== | ==Part 2== | ||
+ | {{#cargo_query: tables=CG | ||
+ | |fields=file,CONCAT('[[',story,'/',episode,'|',story,' ',episode,']]') = caption, CONCAT(story,'/',episode) = link | ||
+ | |where=story = "Act 5" OR story = "Act 6" OR story = "Act 7" OR story = "Act 8" | ||
+ | |format=gallery | ||
+ | |order by=number ASC | ||
+ | |mode=nolines | ||
+ | |show bytes=0 | ||
+ | |show filename=0 | ||
+ | |caption field=caption | ||
+ | |link field=link | ||
+ | |show dimensions=0 | ||
+ | }} | ||
+ | |||
+ | ==Part 3== | ||
+ | {{#cargo_query: tables=CG | ||
+ | |fields=file,CONCAT('[[',story,'/',episode,'|',story,' ',episode,']]') = caption, CONCAT(story,'/',episode) = link | ||
+ | |where=story = "Act 9" OR story = "Act 10" OR story = "Act 11" OR story = "Act 12" | ||
+ | |format=gallery | ||
+ | |order by=number ASC | ||
+ | |mode=nolines | ||
+ | |show bytes=0 | ||
+ | |show filename=0 | ||
+ | |caption field=caption | ||
+ | |link field=link | ||
+ | |show dimensions=0 | ||
+ | }} | ||
=Events= | =Events= | ||
{{#cargo_query: tables=CG | {{#cargo_query: tables=CG | ||
− | |fields=file | + | |fields=file,CONCAT('[[',story,'/',episode,'|',story,']]') = caption, CONCAT(story,'/',episode) = link |
− | |where= | + | |where=file LIKE "%Event CG%" |
|order by=number ASC | |order by=number ASC | ||
|format=gallery | |format=gallery | ||
Line 26: | Line 53: | ||
|show bytes=0 | |show bytes=0 | ||
|show filename=0 | |show filename=0 | ||
− | |caption field= | + | |caption field=caption |
− | |link field= | + | |link field=link |
+ | |show dimensions=0 | ||
}} | }} |