Difference between revisions of "Template:Infobox project sandbox"

From Archiveteam
Jump to navigation Jump to search
(Add irc_network parameter (cf. edit 41606) and irc_abandoned flag)
(archiving_type: s/warrior/dpos/, add archivebot type, comma separators)
Line 19: Line 19:
| width=125px | '''Archiving status''' || {{{archiving_status|<includeonly>{{Unknown}}</includeonly><noinclude>{{Grey|Unknown}}</noinclude>}}}
| width=125px | '''Archiving status''' || {{{archiving_status|<includeonly>{{Unknown}}</includeonly><noinclude>{{Grey|Unknown}}</noinclude>}}}
|-
|-
| width=125px | '''Archiving type''' || {{ #if: {{#pos:+{{{archiving_type|}}}+|+warrior+}} {{#pos:+{{{archiving_type|}}}+|+other+}} | {{ #if: {{#pos:+{{{archiving_type|}}}+|+warrior+}} | <includeonly>{{warrior project}}</includeonly><noinclude>TODO</noinclude>{{ #ifeq: {{{archiving_type|}}} | warrior+other | <br /> }} }}{{ #if: {{#pos:+{{{archiving_type|}}}+|+other+}} | <includeonly>{{other project}}</includeonly><noinclude>TODO</noinclude>}} | {{{archiving_type|{{Grey|Unknown}}}}} }}
| width=125px | '''Archiving type''' || {{ #if: {{#pos:,{{{archiving_type|}}},|,dpos,}} {{#pos:,{{{archiving_type|}}},|,archivebot,}} {{#pos:,{{{archiving_type|}}},|,other,}} | {{ #if: {{#pos:,{{{archiving_type|}}},|,dpos,}} | {{DPoS project}}{{ #if: {{#pos:,{{{archiving_type|}}},|,archivebot,}} {{#pos:,{{{archiving_type|}}},|,other,}} | <br /> }} }}{{ #if: {{#pos:,{{{archiving_type|}}},|,archivebot,}} | {{ArchiveBot project}}{{ #if: {{#pos:,{{{archiving_type|}}},|,other,}} | <br /> }} }}{{ #if: {{#pos:,{{{archiving_type|}}},|,other,}} | {{other project}}}} | {{{archiving_type|{{Grey|Unknown}}}}} }}
|-
|-
{{ #if: {{{source|}}} {{#pos:+{{{archiving_type|}}}+|+warrior+}}
{{ #if: {{{source|}}} {{#pos:,{{{archiving_type|}}},|,dpos,}}
   | {{!}} width=125px {{!}} '''Project source''' {{!}}{{!}} {{{source|{{Grey|Unknown}}}}}
   | {{!}} width=125px {{!}} '''Project source''' {{!}}{{!}} {{{source|{{Grey|Unknown}}}}}
     {{!}}-
     {{!}}-
}}
}}
{{ #if: {{{tracker|}}} {{#pos:+{{{archiving_type|}}}+|+warrior+}}
{{ #if: {{{tracker|}}} {{#pos:,{{{archiving_type|}}},|,dpos,}}
   | {{!}} width=125px {{!}} '''Project tracker''' {{!}}{{!}} {{{tracker|{{Grey|Unknown}}}}}
   | {{!}} width=125px {{!}} '''Project tracker''' {{!}}{{!}} {{{tracker|{{Grey|Unknown}}}}}
     {{!}}-
     {{!}}-
Line 71: Line 71:
* Project status: {{tl|online}}, {{tl|closing}}, {{tl|endangered}}, {{tl|specialcase}}, {{tl|offline}}
* Project status: {{tl|online}}, {{tl|closing}}, {{tl|endangered}}, {{tl|specialcase}}, {{tl|offline}}
* Archiving status: {{tl|upcoming}}, {{tl|inprogress}}, {{tl|saved}}, {{tl|partiallysaved}}, {{tl|selfsaved}}, {{tl|nosavedyet}}, {{tl|lost}}, {{tl|unknown}}
* Archiving status: {{tl|upcoming}}, {{tl|inprogress}}, {{tl|saved}}, {{tl|partiallysaved}}, {{tl|selfsaved}}, {{tl|nosavedyet}}, {{tl|lost}}, {{tl|unknown}}
* Archiving type: <code>warrior</code> for warrior projects, <code>other</code> for anything else (ArchiveBot, manual grabs, etc.), <code>warrior+other</code> in case of both
* Archiving type: <code>dpos</code> for [[DPoS]] projects, <code>archivebot</code> for things covered with [[ArchiveBot]], <code>other</code> for anything else (manual grabs, etc.); can be combined with commas, e.g. <code>dpos,archivebot</code>.
* Source: a link to the respository holding the source code for the projects archiving scripts, GitHub or otherwise; only displayed when specified or if the archiving type is warrior.
* Source: a link to the respository holding the source code for the projects archiving scripts, GitHub or otherwise; only displayed when specified or if the archiving type includes <code>dpos</code>.
* Project tracker: For projects that use a tracking server for coordination, the url of the tracker's status page; only displayed when specified or if the archiving type is warrior.
* Project tracker: For projects that use a tracking server for coordination, the url of the tracker's status page; only displayed when specified or if the archiving type includes <code>dpos</code>.
* IRC: IRC channel in EFnet for coordination, if any (no # needed, for example: archiveteam or urlteam)
* 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
* IRC network: IRC network, if not EFnet. See {{tl|IRC}} documentation for options

Revision as of 02:14, 24 October 2021

Infobox project sandbox
Status Unknown
Archiving status Unknown
Archiving type Unknown
IRC channel #archiveteam (on hackint)

This is a sandbox for playing around with the {{Infobox project}} template. It should never be used anywhere outside of tests.

Help

{{Infobox project
| title = 
| logo = 
| image = 
| description = 
| URL = 
| project_status = 
| archiving_status = 
| archiving_type = 
| source = 
| tracker = 
| irc = 
| irc_network = 
| irc_abandoned = 
| lead = 
| data = 
}}
  • Title: name of the website/service/company/... (defaults to the page title)
  • Logo: a logo of the entity, if relevant; if specified, it must be the name of a file uploaded to the wiki, e.g. Dummy.png to use File:Dummy.png.
  • Image: screenshot of website, real photo... If specified, must be the name of a file uploaded to the wiki, like the logo.
  • Description: image caption (only shown if an image is specified)
  • URL: Internet URL if available
  • Project status: {{online}}, {{closing}}, {{endangered}}, {{specialcase}}, {{offline}}
  • Archiving status: {{upcoming}}, {{inprogress}}, {{saved}}, {{partiallysaved}}, {{selfsaved}}, {{nosavedyet}}, {{lost}}, {{unknown}}
  • Archiving type: dpos for DPoS projects, archivebot for things covered with ArchiveBot, other for anything else (manual grabs, etc.); can be combined with commas, e.g. dpos,archivebot.
  • Source: a link to the respository holding the source code for the projects archiving scripts, GitHub or otherwise; only displayed when specified or if the archiving type includes dpos.
  • Project tracker: For projects that use a tracking server for coordination, the url of the tracker's status page; only displayed when specified or if the archiving type includes dpos.
  • 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
  • IRC channel abandoned: Set this to a non-empty value after decommissioning a project to direct people to the general discussion channel (#archiveteam-bs (on hackint)) instead.
  • Project lead: The person responsible for this project, to be contacted with, for instance, questions on dormant projects.
  • Data: link to the archived data, e.g. using {{IA id}}/{{IA item}} or {{Job}}