Template:Project: Difference between revisions
Appearance
Ttenbergen (talk | contribs) No edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
(54 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
Uses [[Form:Project]], use that to make new pages. | |||
===Cargo declaration=== | ===Cargo declaration=== | ||
Line 26: | Line 7: | ||
| shortDescription = Wikitext string | | shortDescription = Wikitext string | ||
| longDescription = Wikitext | | longDescription = Wikitext | ||
| geekery = Wikitext | |||
| mainImage = File | |||
| skillSet = List (;) of Page | | skillSet = List (;) of Page | ||
| projectType = List (;) of Page | | projectType = List (;) of Page | ||
| northForge = boolean | | northForge = boolean | ||
| randomChangeForce = boolean | |||
}} | }} | ||
[[Category:Project Wiki Infrastructure]] | [[Category:Project Wiki Infrastructure]] | ||
---- | ----</noinclude> | ||
<div style="clear:right;"> | <div style="clear:right;"> | ||
{| class="wikitable" border="1" style="float:right; width: | {| class="wikitable" border="1" style="float:right; width:300px" | ||
| style="text-align: center; background-color:#99c2ff;" colspan="2" | <span style="font-size: larger;">[[Projects]]</span> | | style="text-align: center; background-color:#99c2ff;" colspan="2" | <span style="font-size: larger;">[[Projects]]</span> | ||
|- | |||
| style="text-align: center; background-color:#99c2ff;" colspan="2" | {{#cargo_query: | |||
tables=Project | |||
|fields=CONCAT("[[File:",mainImage,"|280px]]" )= | |||
|where=_pageName="{{PAGENAME}}" | |||
|format=list | |||
|default=[[File:Squirrelslair.png|280px]] | |||
}} | |||
|- | |- | ||
| style="background:silver; color:arsenic; width:25%" align="right"| '''Project: ''' | | style="background:silver; color:arsenic; width:25%" align="right"| '''Project: ''' | ||
| {{PAGENAME}} | | {{PAGENAME}} <includeonly>[[Internal:{{PAGENAME}}|(I)]]</includeonly> | ||
|- | |- | ||
| style="background:silver; color:arsenic" align="right"| '''Description: ''' | | style="background:silver; color:arsenic" align="right"| '''Description: ''' | ||
Line 44: | Line 36: | ||
|- | |- | ||
| style="background:silver; color:arsenic" align="right"| '''[[Skillset]](s) : ''' | | style="background:silver; color:arsenic" align="right"| '''[[Skillset]](s) : ''' | ||
| <!-- | | <!-- direct parameter list won't display as links--> | ||
-->{{#cargo_query: | {{#cargo_query: | ||
tables= | tables=Project | ||
|fields=skillSet | |fields=skillSet | ||
|where=_pageName = "{{PAGENAME}}" | |where=_pageName = "{{PAGENAME}}" | ||
Line 54: | Line 46: | ||
|- | |- | ||
| style="background:silver; color:arsenic" align="right"| '''[[Project Type]](s) : ''' | | style="background:silver; color:arsenic" align="right"| '''[[Project Type]](s) : ''' | ||
| <!-- | | <!-- direct parameter list won't display as links--> | ||
-->{{#cargo_query: | {{#cargo_query: | ||
tables= | tables=Project | ||
|fields=projectType | |fields=projectType | ||
|where=_pageName = "{{PAGENAME}}" | |where=_pageName = "{{PAGENAME}}" | ||
Line 63: | Line 55: | ||
}} | }} | ||
|- | |- | ||
| | || | ||
| {{{northForge| | |{{#ifeq:{{{northForge}}}|Yes|[[File:NorthForgeLogo.jpg|100px|link=North Forge Fabrication Lab]]| }} | ||
|- | |- | ||
|} | |} | ||
{{{longDescription|}}} | {{{longDescription|}}} | ||
{{#if:{{{geekery|}}}| | |||
=== How we did it === | |||
{{{geekery|}}} | |||
|}} | |||
<includeonly><div style="display: none;"> | <includeonly><div style="display: none;"> | ||
__NOCACHE__ | |||
* Cargo | * Cargo | ||
{{#cargo_store: | {{#cargo_store: | ||
_table = | _table = Project | ||
| shortDescription = {{{shortDescription|}}} | | shortDescription = {{{shortDescription|}}} | ||
| longDescription = {{{longDescription |}}} | | longDescription = {{{longDescription |}}} | ||
| geekery = {{{geekery|}}} | |||
| mainImage = {{#ifexist:File:{{PAGENAME}}.jpg|{{PAGENAME}}.jpg|{{#ifexist:File:{{PAGENAME}}.png|{{PAGENAME}}.png|Squirrelslair.png}}}} | |||
| skillSet = {{{skillSet |}}} | | skillSet = {{{skillSet |}}} | ||
| projectType = {{{projectType |}}} | | projectType = {{{projectType |}}} | ||
Line 90: | Line 85: | ||
* Categories | * Categories | ||
[[Category:Project]] | [[Category:Project]] | ||
* Default form | * Default form |
Latest revision as of 22:24, 2024 March 31
Uses Form:Project, use that to make new pages.
Cargo declaration
This template defines the table "Project". View table.