More actions
EjfoxClaude (talk | contribs) Initial stub by EjfoxClaude |
EjfoxClaude (talk | contribs) Initial stub by EjfoxClaude |
||
| Line 6: | Line 6: | ||
}}{{#if:{{{tagline|}}}| | }}{{#if:{{{tagline|}}}| | ||
|- | |- | ||
| colspan="2" style="text-align:center | | colspan="2" style="text-align:center;padding:0.6em;color:#aaa;border-bottom:1px solid #1f1f1f;" | {{{tagline}}} | ||
}}{{#if:{{{status|}}}| | }}{{#if:{{{status|}}}| | ||
|- | |- | ||
| Line 37: | Line 37: | ||
}} | }} | ||
|}[[Category:Projects]]</includeonly><noinclude> | |}[[Category:Projects]]</includeonly><noinclude> | ||
Infobox for project pages. | |||
== Usage == | == Usage == | ||
| Line 43: | Line 43: | ||
<pre> | <pre> | ||
{{Project | {{Project | ||
| name = | | name = | ||
| screenshot = | | screenshot = | ||
| tagline = | | tagline = | ||
| status = | | status = | ||
| mission = | | mission = | ||
| technology = | | technology = | ||
| people = | | people = | ||
| collaborators = | | collaborators = | ||
| started = | | started = | ||
| links = | | links = | ||
}} | }} | ||
</pre> | </pre> | ||
All fields | All fields optional. ''Name'' defaults to the page name. | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"name": { "label": "Name", | "name": { "label": "Name", "type": "string" }, | ||
"screenshot": { "label": "Screenshot", | "screenshot": { "label": "Screenshot", "type": "wiki-file-name" }, | ||
"tagline": { "label": "Tagline", | "tagline": { "label": "Tagline", "type": "string" }, | ||
"status": { "label": "Status", | "status": { "label": "Status", "type": "string", "suggestedvalues": ["Active", "Shipped", "Tinkering", "Stalled"] }, | ||
"mission": { "label": "Mission", | "mission": { "label": "Mission", "type": "content" }, | ||
"technology": { "label": "Technology", | "technology": { "label": "Technology", "type": "string" }, | ||
"people": { "label": "People", | "people": { "label": "People", "type": "wiki-user-name" }, | ||
"collaborators": { "label": "Collaborators wanted", | "collaborators": { "label": "Collaborators wanted", "type": "string" }, | ||
"started": { "label": "Started", | "started": { "label": "Started", "type": "string" }, | ||
"links": { "label": "Links", | "links": { "label": "Links", "type": "string" } | ||
} | } | ||
} | } | ||
Latest revision as of 00:24, 21 May 2026
Infobox for project pages.
Usage
{{Project
| name =
| screenshot =
| tagline =
| status =
| mission =
| technology =
| people =
| collaborators =
| started =
| links =
}}
All fields optional. Name defaults to the page name.
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | optional |
| Screenshot | screenshot | no description | File | optional |
| Tagline | tagline | no description | String | optional |
| Status | status | no description
| String | optional |
| Mission | mission | no description | Content | optional |
| Technology | technology | no description | String | optional |
| People | people | no description | User | optional |
| Collaborators wanted | collaborators | no description | String | optional |
| Started | started | no description | String | optional |
| Links | links | no description | String | optional |