Difference between revisions of "Template:Infobox project"

From Archiveteam
Jump to navigation Jump to search
m (add irc_network parameter)
Line 7: Line 7:
| colspan=2 align=center | [[File:{{{image|Employee captured tearing page.png}}}|280px|{{{description|}}}]]<br/>{{{description|}}}
| colspan=2 align=center | [[File:{{{image|Employee captured tearing page.png}}}|280px|{{{description|}}}]]<br/>{{{description|}}}
|-
|-
| width=125px | '''URL''' || {{{URL|{{{url|None}}}}}}
| width=125px | '''URL''' || {{#if:{{{URL|}}}|{{{URL}}}|{{#if:{{{url|}}}|{{{url}}}|None}}|None}}
|-
|-
| width=125px | '''Project status''' || {{{project_status|{{Grey|Unknown}}}}}
| width=125px | '''Project status''' || {{#if:{{{project_status|}}}|{{{project_status}}}|{{Unknown}}}}
|-
|-
| width=125px | '''Archiving status''' || {{{archiving_status|<includeonly>{{Unknown}}</includeonly><noinclude>{{Grey|Unknown}}</noinclude>}}}
| width=125px | '''Archiving status''' || {{#if:{{{archiving_status|}}}|{{{archiving_status}}}|{{Unknown}}}}
|-
|-
| width=125px | '''Project source''' || {{{source|{{Grey|Unknown}}}}}
| width=125px | '''Project source''' || {{#if:{{{source|}}}|{{{source}}}|{{Grey|Unknown}}}}
|-
|-
| width=125px | '''Project tracker''' || {{{tracker|{{Grey|Unknown}}}}}
| width=125px | '''Project tracker''' || {{#if:{{{tracker|}}}|{{{tracker}}}|{{Grey|Unknown}}}}
|-
|-
| width=125px | '''IRC channel''' || {{IRC|{{{irc|archiveteam}}}|{{{irc_network|}}}}}
| width=125px | '''IRC channel''' || {{#if:{{{irc|}}}|{{IRC|{{{irc|archiveteam}}}|{{{irc_network|}}}}}|{{IRC|archiveteam}}}}
|-
|-
| width=125px | '''Project lead''' || {{{lead|{{Grey|Unknown}}}}}
| width=125px | '''Project lead''' || {{#if:{{{lead|}}}|{{{lead}}}|{{Grey|Unknown}}}}
|}<noinclude>
|}<noinclude>



Revision as of 08:23, 11 June 2020

No title
Infobox project logo
Employee captured tearing page.png
URL None
Project status Unknown
Archiving status Unknown
Project source Unknown
Project tracker Unknown
IRC channel #archiveteam (on hackint)
Project lead Unknown

Help

{{Infobox project
| title = 
| logo = 
| image = 
| description = 
| URL = 
| project_status = 
| archiving_status = 
| source =
| tracker = 
| irc = 
| irc_network = 
| lead =
}}
  • Title: name of the project
  • Image: screenshot of website, real photo...
  • Description: image caption
  • URL: Internet URL if available
  • Project status: {{online}}, {{closing}}, {{endangered}}, {{specialcase}}, {{offline}}
  • Archiving status: {{upcoming}}, {{inprogress}}, {{saved}}, {{partiallysaved}}, {{selfsaved}}, {{nosavedyet}}, {{lost}}, {{unknown}}
  • Source: a link to the respository holding the source code for the projects archiving scripts, GitHub or otherwise
  • Project tracker: For projects that use a tracking server for coordination, the url of the tracker's status page
  • IRC: IRC channel in EFnet for coordination, if any (no # needed, for example: archiveteam or urlteam)
  • IRC network: IRC network, if not EFnet. See {{IRC}} documentation for options
  • Project lead: The person responsible for this project, to be contacted with, for instance, questions on dormant projects.