Template:Linked Contributors List: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{#cargo_query: | <includeonly> | ||
{| class="wikitable sortable wikitable--fluid" | |||
!Name | |||
!Role | |||
!Notes | |||
|- | |||
{{#cargo_query: | |||
tables=linked_contributors,contributors | tables=linked_contributors,contributors | ||
|fields=linked_contributors.contributor,linked_contributors.role,linked_contributors.notes | |fields=linked_contributors.contributor,linked_contributors.role,linked_contributors.notes | ||
|format= | |format=template | ||
|template=Linked Contributors List Table | |||
|join on=linked_contributors.contributor = contributors._pageName | |join on=linked_contributors.contributor = contributors._pageName | ||
|where= linked_contributors._pageName = '{{FULLPAGENAME}}' | |where= linked_contributors._pageName = '{{FULLPAGENAME}}'}} | ||
} | |} | ||
</includeonly> | |||