Difference between revisions of "Template:Infobox project"

From Archiveteam
Jump to navigation Jump to search
(43 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{| width=250px style="border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; font-size: 90%;clear: right; float: right;"
{| width=350px style="border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; font-size: 90%;clear: right; float: right;"
|-
|-
| colspan=2 align=center | <big>'''{{{title|No title}}}'''</big>
| colspan=2 align=center | <big>'''{{#if:{{{title|}}}|{{{title}}}|No title}}'''</big>
|-
|-
| colspan=2 align=center | [[File:{{{image|Archiveteam.jpg}}}|240px|{{{description|No description}}}]]<br/>{{{description|No description}}}
| colspan=2 align=center | [[File:{{#if:{{{logo|}}}|{{{logo}}}|Dummy.png}}|100px|{{PAGENAME}} logo]]
|-
|-
| '''URL''' || {{{URL|{{{url|None}}}}}}
| colspan=2 align=center | [[File:{{#if:{{{image|}}}|{{{image}}}|Employee captured tearing page.png}}|{{#if:{{{image|}}}|280px|100px}}|{{#if:{{{description|}}}|{{{description}}}}}]]<br/>{{#if:{{{description|}}}|{{{description}}}}}
|-
|-
| '''Project status''' || {{{project_status|{{Unknown}}}}}
| width=125px | '''URL''' || {{#if:{{{URL|}}}|{{{URL}}}|{{#if:{{{url|}}}|{{{url}}}|None}}|None}}
|-
|-
| '''Archiving status''' || {{{archiving_status|{{Unknown}}}}}
| width=125px | '''Project status''' || {{#if:{{{project_status|}}}|{{{project_status}}}|{{Unknown}}}}
|-
| width=125px | '''Archiving status''' || {{#if:{{{archiving_status|}}}|{{{archiving_status}}}|{{Unknown}}}}
|-
| width=125px | '''Project source''' || {{#if:{{{source|}}}|{{{source}}}|{{Grey|Unknown}}}}
|-
| width=125px | '''Project tracker''' || {{#if:{{{tracker|}}}|{{{tracker}}}|{{Grey|Unknown}}}}
|-
| width=125px | '''IRC channel''' || {{#if:{{{irc|}}}|{{IRC|{{{irc|archiveteam}}}|{{{irc_network|}}}}}|{{IRC|archiveteam}}}}
|-
| width=125px | '''Project lead''' || {{#if:{{{lead|}}}|{{{lead}}}|{{Grey|Unknown}}}}
|}<noinclude>
|}<noinclude>


Line 16: Line 26:
{{Infobox project
{{Infobox project
| title =  
| title =  
| logo =
| image =  
| image =  
| description =  
| description =  
Line 21: Line 32:
| project_status =  
| project_status =  
| archiving_status =  
| archiving_status =  
| source =
| tracker =
| irc =
| irc_network =
| lead =
}}
}}
</pre>
</pre>
Line 28: Line 44:
* Description: image caption
* Description: image caption
* URL: Internet URL if available
* URL: Internet URL if available
* Project status: {{tl|online}} or {{tl|offline}}
* Project status: {{tl|online}}, {{tl|closing}}, {{tl|endangered}}, {{tl|specialcase}}, {{tl|offline}}
* Archiving status: {{tl|rescued}}, {{tl|lost}} or {{tl|inprogress}}
* Archiving status: {{tl|upcoming}}, {{tl|inprogress}}, {{tl|saved}}, {{tl|partiallysaved}}, {{tl|selfsaved}}, {{tl|nosavedyet}}, {{tl|lost}}, {{tl|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 {{tl|IRC}} documentation for options
* Project lead: The person responsible for this project, to be contacted with, for instance, questions on dormant projects.


[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 10:30, 22 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.