Template:Track Derivative List: Difference between revisions
Template page
More actions
Created page with "<includeonly> {| class="wikitable sortable wikitable--fluid" !Track !Derivation types !Notes |- {{#cargo_query: tables=track_underlying_works,tracks |format=template |template=Track Derivative List/row |fields= track_underlying_works.track, derivation_type, notes |join on=track_underlying_works.track = tracks._pageName |where= track_underlying_works._pageName = '{{FULLPAGENAME}}' and tracks._pageNamespace = 3004 }} |} </includeonly>" |
No edit summary |
||
| Line 13: | Line 13: | ||
|fields= track_underlying_works.track, derivation_type, notes | |fields= track_underlying_works.track, derivation_type, notes | ||
|join on=track_underlying_works.track = tracks._pageName | |join on=track_underlying_works.track = tracks._pageName | ||
|where= track_underlying_works. | |where= track_underlying_works.track = '{{FULLPAGENAME}}' and tracks._pageNamespace = 3004 | ||
}} | }} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||