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 |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
!Track | !Track | ||
!Derivation | !Derivation type | ||
!Notes | !Notes | ||
| Line 11: | Line 11: | ||
|format=template | |format=template | ||
|template=Track Derivative List/row | |template=Track Derivative List/row | ||
|fields= track_underlying_works. | |fields= track_underlying_works._pageName, 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> | ||