Template:ProjectList: Difference between revisions

From SUWS-wiki
(Attempt to fix...)
(Update documentation)
 
(32 intermediate revisions by 3 users not shown)
Line 3: Line 3:
It should be called in the following format:
It should be called in the following format:
<pre>
<pre>
{{ProjectListIntro}}
{{ProjectList
{{ProjectList
|?Has title=Powerpole Distribution Box Project
|Page=Powerpole_Distribution
|?Has status=Completed
|Has title=Powerpole Distribution Box Project
|?Has user page=User:TylerWard
|Has status=Completed
|?Has image=PoweroleDistroPhoto.jpg
|Has user page=User:TylerWard
|?Has description=A DC power distribution unit using anderson powerpole connectors
|Has image=PoweroleDistroPhoto.jpg
}}}
|Has description=A DC power distribution unit using anderson powerpole connectors
}}
{{ProjectListOutro}}
</pre>
</pre>


Line 16: Line 19:
{{ProjectListIntro}}
{{ProjectListIntro}}
{{ProjectList
{{ProjectList
|?Has title=Powerpole Distribution Box Project
|Page=Powerpole_Distribution
|?Has status=Completed
|Has title=Powerpole Distribution Box Project
|?Has user page=User:TylerWard
|Has status=Completed
|?Has image=PoweroleDistroPhoto.jpg
|Has user page=User:TylerWard
|?Has description=A DC power distribution unit using anderson powerpole connectors
|Has image=PoweroleDistroPhoto.jpg
|Has description=A DC power distribution unit using anderson powerpole connectors
}}
}}
{{ProjectListOutro}}
{{ProjectListOutro}}
Line 26: Line 30:


Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>| [[File:{{{?image|missingimg.jpg}}}|300px|{{{?title}}}]]
</noinclude><includeonly>! {{#if: {{{Has image}}} | [[File:{{{Has image}}}|300px|{{{Has title}}}]] | [[File:missingimg.png|300px|No image available]]}}
| <h4>{{{?title}}}</h4>
| <h4>[[{{{Page}}}|{{{Has title}}}]]</h4>
'''Status: {{{?status}}}'''
'''Status: {{{Has status}}}'''


'''Project Lead: {{{?user page}}}'''
'''Project Lead: [[{{{Has user page}}}]]'''


{{{?description|}}}
{{{Has description}}}
|-
|-
</includeonly>
</includeonly>

Latest revision as of 16:35, 11 February 2023

This is the "ProjectList" template. It should be called in the following format:

{{ProjectListIntro}}
{{ProjectList
|Page=Powerpole_Distribution
|Has title=Powerpole Distribution Box Project
|Has status=Completed
|Has user page=User:TylerWard
|Has image=PoweroleDistroPhoto.jpg
|Has description=A DC power distribution unit using anderson powerpole connectors
}}
{{ProjectListOutro}}

Example:

Powerpole Distribution Box Project

Powerpole Distribution Box Project

Status: Completed

Project Lead: User:TylerWard

A DC power distribution unit using anderson powerpole connectors


Edit the page to see the template text.