Personal Project: Difference between revisions
Ttenbergen (talk | contribs) Created page with "These are just some of my personal projects that don't really fit into any of the Project Types we specialize in. All items in this category: {{CategoryList|Personal Pro..." |
Ttenbergen (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
These are just some of my personal projects that don't really fit into any of the [[Project Type]]s we specialize in. | These are just some of my personal projects that don't really fit into any of the [[Project Type]]s we specialize in. | ||
{{#cargo_query: | |||
tables=_pageData, Project | |||
|join on=_pageData._pageName=Project._pageName | |||
|fields= CONCAT("[[File:",_pageData._pageName,".jpg\|100px]]")=picture, _pageData._pageName=Project | |||
|where=Project.projectType HOLDS 'Personal Project' and not _pageData._pageName Like "Category:%" and not _pageData._pageName Like "Internal:%" and Project._pageName = _pageData._pageName | |||
|limit=5000 | |||
|format=dynamic table | |||
|default=none found | |||
}} | |||
Old listing: | |||
{{CategoryList|Personal Project}} | {{CategoryList|Personal Project}} | ||
[[Category:Personal Project | *]] | [[Category:Personal Project | *]] | ||
[[Category:Project Type]] | [[Category:Project Type]] | ||
Revision as of 20:55, 2021 October 21
These are just some of my personal projects that don't really fit into any of the Project Types we specialize in.
{{#cargo_query: tables=_pageData, Project |join on=_pageData._pageName=Project._pageName |fields= CONCAT("File:", pageData. pageName,".jpg\")=picture, _pageData._pageName=Project |where=Project.projectType HOLDS 'Personal Project' and not _pageData._pageName Like "Category:%" and not _pageData._pageName Like "Internal:%" and Project._pageName = _pageData._pageName |limit=5000 |format=dynamic table |default=none found }}
Old listing:
{{#cargo_query:
tables=_pageData
|fields=_pageName
|where=_categories HOLDS 'Personal Project' and _pageName!="N/A" and not _pageName Like "Category:%"
|limit=5000
|format=ul
|default=none found
}}