Template:Project: Difference between revisions
Appearance
Ttenbergen (talk | contribs) No edit summary Tag: Reverted |
Ttenbergen (talk | contribs) No edit summary Tag: Reverted |
||
| Line 23: | Line 23: | ||
|fields=CONCAT("[[File:",mainImage,"|280px]]") | |fields=CONCAT("[[File:",mainImage,"|280px]]") | ||
|where=_pageName="{{PAGENAME}}" | |where=_pageName="{{PAGENAME}}" | ||
|default= | |||
}} | }} | ||
|- | |- | ||
Revision as of 22:24, 2021 November 16
Uses Form:Project, use that to make new pages.
Cargo declaration
{{#cargo_declare: _table = Project | shortDescription = Wikitext String | longDescription = Wikitext | mainImage = String | skillSet = List (;) of Page | projectType = List (;) of Page | northForge = boolean }}
| Projects | |||||
| {{#cargo_query:
tables=Project |
fields=CONCAT("File:",mainImage,"") | where=_pageName="Project" | default=
}} | ||
| Project: | Project | ||||
| Description: | |||||
| Skillset(s) : |
{{#cargo_query: tables=Project |
fields=skillSet | where=_pageName = "Project" | format=list | default= No skillsets
}} |
| Project Type(s) : |
{{#cargo_query: tables=Project |
fields=projectType | where=_pageName = "Project" | format=list | default= No project type
}} |