<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://coptr.digipres.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrew+N.+Jackson</id>
	<title>COPTR - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://coptr.digipres.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrew+N.+Jackson"/>
	<link rel="alternate" type="text/html" href="https://coptr.digipres.org/Special:Contributions/Andrew_N._Jackson"/>
	<updated>2026-04-19T00:20:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=DROID_(Digital_Record_Object_Identification)&amp;diff=6606</id>
		<title>DROID (Digital Record Object Identification)</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=DROID_(Digital_Record_Object_Identification)&amp;diff=6606"/>
		<updated>2026-04-18T14:24:01Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Update status&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=DROID (Digital Record Object Identification) is a software tool developed to perform automated batch identification of file formats.&lt;br /&gt;
|homepage=http://digital-preservation.github.io/droid/&lt;br /&gt;
|tool_status=Maintained&lt;br /&gt;
|sourcecode=https://github.com/digital-preservation/droid&lt;br /&gt;
|license=BSD License&lt;br /&gt;
|platforms=Java 6 Standard Edition&lt;br /&gt;
|formats_in=PREMIS (Preservation Metadata Implementation Strategies)&lt;br /&gt;
|formats_out=CSV (Comma Separated Values)&lt;br /&gt;
|function=File Format Identification, Metadata Extraction&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
DROID (Digital Record Object Identification) is a software tool developed to perform automated batch identification of file formats. DROID is designed to meet the fundamental requirement of any digital repository to be able to identify the precise format of all stored digital objects, and to link that identification to a central registry of technical information about that format and its dependencies. &lt;br /&gt;
&lt;br /&gt;
DROID uses the PRONOM [http://www.nationalarchives.gov.uk/aboutapps/pronom/droid-signature-files.htm signature files] to perform format identification. Like PRONOM, it was [http://www.nationalarchives.gov.uk/information-management/manage-information/policy-process/digital-continuity/file-profiling-tool-droid/ developed by the National Archives of the UK]. Written in Java, XML.&lt;br /&gt;
  &lt;br /&gt;
  &lt;br /&gt;
=== PRONOM ===&lt;br /&gt;
The format information held in PRONOM is what powers [[DROID (Digital Record Object Identification)]]. Both are maintained by the [http://www.nationalarchives.gov.uk/ UK's National Archives].&lt;br /&gt;
&lt;br /&gt;
DROID downloads the latest [http://www.nationalarchives.gov.uk/aboutapps/pronom/droid-signature-files.htm signature files] from PRONOM, and those are used to drive the identification process. See the [http://www.nationalarchives.gov.uk/aboutapps/pronom/release-notes.xml PRONOM release notes].&lt;br /&gt;
&lt;br /&gt;
A number of other tools and registries have been based around the PRONOM data. These include:&lt;br /&gt;
&lt;br /&gt;
* [[Nanite]] and [[Fido]] identification tools&lt;br /&gt;
* [[Siegfried]] identification tool&lt;br /&gt;
&lt;br /&gt;
Although the information and website are made freely available under the Open Government License, the underlying software engine that powers PRONOM is proprietary.&lt;br /&gt;
  &lt;br /&gt;
  &lt;br /&gt;
===== The PRONOM Web API =====&lt;br /&gt;
The website is oriented towards manual browsing, but note that each PRONOM registry entry as a permalink, like this: &lt;br /&gt;
&lt;br /&gt;
    https://www.nationalarchives.gov.uk/PRONOM/fmt/579&lt;br /&gt;
&lt;br /&gt;
and furthermore, by appending '.xml' to the URL for any entry, the data can be recovered as XML:&lt;br /&gt;
&lt;br /&gt;
    https://www.nationalarchives.gov.uk/PRONOM/fmt/579.xml&lt;br /&gt;
&lt;br /&gt;
= User Experiences =&lt;br /&gt;
* [https://www.dpconline.org/handbook/tool-demos/droid-demo Tool demo with videos] in the [https://www.dpconline.org/handbook DPC Handbook]&lt;br /&gt;
* [http://www.jisc.ac.uk/media/documents/programmes/preservation/daat_file_format_tools_report.pdf Digital Asset Assessment Tool - Assessment of file format testing tools].&lt;br /&gt;
* Comparing how [[Apache Tika]] and DROID perform HTML identification: [http://britishlibrary.typepad.co.uk/webarchive/2014/07/how-much-of-the-uk-html-is-valid.html How much of the UK's HTML is valid?]&lt;br /&gt;
* [http://openplanetsfoundation.org/blogs/2014-06-03-analysis-engine-droid-csv-export An Analysis Engine for the DROID CSV Export]&lt;br /&gt;
* '''KOST-CECO:''' Used in [[KOST-Val]] for the file format identification. For performance and granularity reasons an own SignatureFile is used instead of the official PRONOM registry.&lt;br /&gt;
* '''FITS (File Information Tool Set):''' Used in [[FITS (File Information Tool Set)|FITS]]&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
All development activity is visible on GitHub: http://github.com/digital-preservation/droid/commits&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
=== Release Feed ===&lt;br /&gt;
Below the last 3 release feeds:&lt;br /&gt;
&amp;lt;rss max=3&amp;gt;https://github.com/digital-preservation/droid/releases.atom&amp;lt;/rss&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
 &lt;br /&gt;
=== Activity Feed ===&lt;br /&gt;
Below the last 5 commits:&lt;br /&gt;
&amp;lt;rss max=5&amp;gt;https://github.com/digital-preservation/droid/commits/master.atom&amp;lt;/rss&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== About Formats ===&lt;br /&gt;
DROID do only read the format itself, not the spesification as such&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=droid&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=DROID_(Digital_Record_Object_Identification)&amp;diff=6605</id>
		<title>DROID (Digital Record Object Identification)</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=DROID_(Digital_Record_Object_Identification)&amp;diff=6605"/>
		<updated>2026-04-18T14:22:28Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Fix up broken PRONOM URLs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=DROID (Digital Record Object Identification) is a software tool developed to perform automated batch identification of file formats.&lt;br /&gt;
|homepage=http://digital-preservation.github.io/droid/&lt;br /&gt;
|license=BSD License&lt;br /&gt;
|platforms=Java 6 Standard Edition&lt;br /&gt;
|formats_in=PREMIS (Preservation Metadata Implementation Strategies)&lt;br /&gt;
|function=File Format Identification, Metadata Extraction&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
DROID (Digital Record Object Identification) is a software tool developed to perform automated batch identification of file formats. DROID is designed to meet the fundamental requirement of any digital repository to be able to identify the precise format of all stored digital objects, and to link that identification to a central registry of technical information about that format and its dependencies. &lt;br /&gt;
&lt;br /&gt;
DROID uses the PRONOM [http://www.nationalarchives.gov.uk/aboutapps/pronom/droid-signature-files.htm signature files] to perform format identification. Like PRONOM, it was [http://www.nationalarchives.gov.uk/information-management/manage-information/policy-process/digital-continuity/file-profiling-tool-droid/ developed by the National Archives of the UK]. Written in Java, XML.&lt;br /&gt;
  &lt;br /&gt;
  &lt;br /&gt;
=== PRONOM ===&lt;br /&gt;
The format information held in PRONOM is what powers [[DROID (Digital Record Object Identification)]]. Both are maintained by the [http://www.nationalarchives.gov.uk/ UK's National Archives].&lt;br /&gt;
&lt;br /&gt;
DROID downloads the latest [http://www.nationalarchives.gov.uk/aboutapps/pronom/droid-signature-files.htm signature files] from PRONOM, and those are used to drive the identification process. See the [http://www.nationalarchives.gov.uk/aboutapps/pronom/release-notes.xml PRONOM release notes].&lt;br /&gt;
&lt;br /&gt;
A number of other tools and registries have been based around the PRONOM data. These include:&lt;br /&gt;
&lt;br /&gt;
* [[Nanite]] and [[Fido]] identification tools&lt;br /&gt;
* [[Siegfried]] identification tool&lt;br /&gt;
&lt;br /&gt;
Although the information and website are made freely available under the Open Government License, the underlying software engine that powers PRONOM is proprietary.&lt;br /&gt;
  &lt;br /&gt;
  &lt;br /&gt;
===== The PRONOM Web API =====&lt;br /&gt;
The website is oriented towards manual browsing, but note that each PRONOM registry entry as a permalink, like this: &lt;br /&gt;
&lt;br /&gt;
    https://www.nationalarchives.gov.uk/PRONOM/fmt/579&lt;br /&gt;
&lt;br /&gt;
and furthermore, by appending '.xml' to the URL for any entry, the data can be recovered as XML:&lt;br /&gt;
&lt;br /&gt;
    https://www.nationalarchives.gov.uk/PRONOM/fmt/579.xml&lt;br /&gt;
&lt;br /&gt;
= User Experiences =&lt;br /&gt;
* [https://www.dpconline.org/handbook/tool-demos/droid-demo Tool demo with videos] in the [https://www.dpconline.org/handbook DPC Handbook]&lt;br /&gt;
* [http://www.jisc.ac.uk/media/documents/programmes/preservation/daat_file_format_tools_report.pdf Digital Asset Assessment Tool - Assessment of file format testing tools].&lt;br /&gt;
* Comparing how [[Apache Tika]] and DROID perform HTML identification: [http://britishlibrary.typepad.co.uk/webarchive/2014/07/how-much-of-the-uk-html-is-valid.html How much of the UK's HTML is valid?]&lt;br /&gt;
* [http://openplanetsfoundation.org/blogs/2014-06-03-analysis-engine-droid-csv-export An Analysis Engine for the DROID CSV Export]&lt;br /&gt;
* '''KOST-CECO:''' Used in [[KOST-Val]] for the file format identification. For performance and granularity reasons an own SignatureFile is used instead of the official PRONOM registry.&lt;br /&gt;
* '''FITS (File Information Tool Set):''' Used in [[FITS (File Information Tool Set)|FITS]]&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
All development activity is visible on GitHub: http://github.com/digital-preservation/droid/commits&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
=== Release Feed ===&lt;br /&gt;
Below the last 3 release feeds:&lt;br /&gt;
&amp;lt;rss max=3&amp;gt;https://github.com/digital-preservation/droid/releases.atom&amp;lt;/rss&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
 &lt;br /&gt;
=== Activity Feed ===&lt;br /&gt;
Below the last 5 commits:&lt;br /&gt;
&amp;lt;rss max=5&amp;gt;https://github.com/digital-preservation/droid/commits/master.atom&amp;lt;/rss&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== About Formats ===&lt;br /&gt;
DROID do only read the format itself, not the spesification as such&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|ohloh_id=droid&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Pandoc&amp;diff=6591</id>
		<title>Pandoc</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Pandoc&amp;diff=6591"/>
		<updated>2026-03-20T09:03:38Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Some updated info and an example of use&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=If you need to convert files from one markup format into another, pandoc is your swiss-army knife.&lt;br /&gt;
|homepage=https://pandoc.org/&lt;br /&gt;
|tool_status=Maintained&lt;br /&gt;
|sourcecode=https://github.com/jgm/pandoc&lt;br /&gt;
|license=Free under the GPL&lt;br /&gt;
|platforms=Windows, MacOS, Linux, BSD&lt;br /&gt;
|language=Haskell&lt;br /&gt;
|function=File Format Migration&lt;br /&gt;
|content=Document&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add one or more categories to describe the function of the tool, such as:&lt;br /&gt;
[[Category:Metadata Extraction]] or [[Category:Preservation System]] or [[Category:Backup]]&lt;br /&gt;
Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Add relevant categories to describe the content type that the tool addresses, such as:&lt;br /&gt;
[[Category:Audio]] or [[Category:Document]] or [[Category:Research Data]]&lt;br /&gt;
Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left). If the tool works on any content type, do not add a category. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
* [https://anjackson.net/2026/01/26/coptr-dpclinic/ Example of PPTX converted to Markdown to make a web version of a presentation]&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
Releases are documented through the [http://pandoc.org/releases.html Pandoc release page]. Pandoc 2.3 was released in September 2018.&lt;br /&gt;
&amp;lt;!-- Add the OpenHub.com ID for the tool, if known. --&amp;gt;&lt;br /&gt;
{{Infobox tool details}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=About_COPTR&amp;diff=6586</id>
		<title>About COPTR</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=About_COPTR&amp;diff=6586"/>
		<updated>2026-03-19T19:17:32Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: /* How can I get involved? */ Suggested prioritisation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
COPTR is a wiki based registry of digital preservation tools and workflows. It's main aim is to help practitioners discover preservation tools that might help them tackle particular preservation challenges. It can be browsed and searched directly by practitioners, or queried by other systems via an API.&lt;br /&gt;
&lt;br /&gt;
Each tool in COPTR is categorised by the [[Lifecycle Stages|Lifecycle Stage]] it falls within, the (sub) [[Tool Functions|Function]] it performs and by the [[Content Types|Content Type]] that it operates on. It may also input and/or output specific [[File_Formats|file formats]]. For example, [[EpubCheck]] performs the Function [[Validation]], it operates on [[EBook]] Content and has [[EPUB]] as an input format. COPTR can help by enabling you to browse to tools that meet a particular need - perhaps relating to a specific [[Content Types|Content Type]] or [[Tool Functions|Function]].&lt;br /&gt;
&lt;br /&gt;
COPTR also holds [[Workflow:Community_Owned_Workflows|digital preservation workflows]]. Sharing a workflow is a great way to exchange digital preservation practice and enable conversations around tools and how they are used.&lt;br /&gt;
&lt;br /&gt;
[[Video guides to using COPTR|Watch these videos to find out more about how to use, and how to contribute to, COPTR]].&lt;br /&gt;
&lt;br /&gt;
==How can I get involved?==&lt;br /&gt;
COPTR is a wiki, which means anyone can edit it and your contributions are very welcome. All changes are tracked, so if a mistake is made, it can easily be undone. So don't hold back - please dive in a help make the information in COPTR better. &lt;br /&gt;
Editing this wiki requires a user account, but due to problems with spam, you have to get in touch with us to request an account. Just email [mailto:coptr@openpreservation.org coptr@openpreservation.org] with your preferred username and we'll get you sorted. If you have any problems accessing your account, or want to report any spam, you can use the same contact email to request help.&lt;br /&gt;
Here are some suggestions:&lt;br /&gt;
*[[Add a tool to COPTR|Add a new tool to COPTR]]. Add a tool you're familiar with or check out this [[Wish list of tools to add to COPTR|wish list of tools to add to COPTR]].&lt;br /&gt;
** We know there are always more tools to find. If you can see lots of gaps, but are unsure of where to start, feel free to prioritise the tools that you know best, or the tools you think will be the most use to the most people.&lt;br /&gt;
*[[Contribute your workflow to COW|Add a new workflow to COW]]. It doesn't have to be a finished workflow - a draft or proposal is still useful!&lt;br /&gt;
*Correct or add more detail to existing entries - use the &amp;quot;Edit with form&amp;quot; option to do this. For example, you could:&lt;br /&gt;
** Check the [[:Category:Tool Status|Tool Status]], especially [[:Category:Unknown_Tool_Status|where the status is not known]].&lt;br /&gt;
** Flag&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; or fix up outdated details, like broken URLs.&lt;br /&gt;
** Flag&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt; or remove text that does not meet the editorial guidelines (see ''Scope'' below).&lt;br /&gt;
** Add input or output formats. Ask for help (see below) if you need to create new [[File_Formats|File format]] entries.&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Beyond using, adding and updating the contents, you can also get involved by helping sustain and grow COPTR itself. Please take a look at the sustainability and governance sections below!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;Need to add some guidance on how to flag these cases.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;Can this be made easier?&lt;br /&gt;
&lt;br /&gt;
==What is the scope of COPTR?==&lt;br /&gt;
COPTR captures basic, factual details about a tool, what it does, how to find more information (relevant URLs) and references to user experiences with the tool. The scope is a broad interpretation of the term &amp;quot;digital preservation&amp;quot;. In other words, if a tool is useful in performing a digital preservation function such as those described in the OAIS model or the DCC lifecycle model, then it's within scope of this registry.&lt;br /&gt;
&lt;br /&gt;
*In scope: Characterisation, visualisation, rendering, migration, storage, fixity, access, delivery, search, web archiving, open source software -&amp;gt;everything inbetween&amp;lt;- commercial software.&lt;br /&gt;
*Out of scope: Digitisation, file creation&lt;br /&gt;
&lt;br /&gt;
Crucially, the goal of COPTR is to help you find tools to try out, not tell you what tools to use. The right tool often depends on your specific context and goals. By linking tools to user experiences, workflows, and other records of practice, we hope it will be easier to find out what others are doing, and that this will help you evaluate what you need.&lt;br /&gt;
&lt;br /&gt;
Beyond tools, there are a number of other 'registries' that are related to COPTR and interlinked with it such as the [http://fileformats.archiveteam.org/ Just Solve The Problem File Formats Wiki] for detailed file format information, and the [https://www.nationalarchives.gov.uk/pronom/ PRONOM] format identification registry. You can find more resources and registries on the [https://github.com/digipres/awesome-digital-preservation?tab=readme-ov-file#readme Digital Preservation Awesome List].&lt;br /&gt;
&lt;br /&gt;
==Why does COPTR exist?==&lt;br /&gt;
The digital preservation community had created a whole host of different tool registries that described preservation tools. Many people had also written blog posts about tools or organisations hosted web pages with lists of tools that tackled particular areas. There was lots of duplication between these lists and registries, but at the same time, each one often held tools that weren't described elsewhere. COPTR was built by bringing together and rationalising these other registries and lists. It was originally created in 2012 as a small activity within the Jisc funded [http://wiki.opf-labs.org/display/SPR SPRUCE Project] ([https://www.dpconline.org/digipres/collaborative-projects/completed-projects/spruce more info]), and has been significantly developed since - most notably with an upgrade to Semantic Mediawiki in 2021.&lt;br /&gt;
&lt;br /&gt;
It was inspired by the original [http://digitalpowrr.niu.edu/ Preserving digital Objects With Restricted Resources project (POWRR)] Tools Grid and developed in partnership with the POWRR Project.&lt;br /&gt;
&lt;br /&gt;
==Governance==&lt;br /&gt;
Currently COPTR does not have a community governance process in place. &lt;br /&gt;
&lt;br /&gt;
It is supported by the Open Preservation Foundation (OPF) and the Digital Preservation Coalition (DPC), who cover the basic aspect of hosting the service, taking backups, removing entries that are clearly off-topic spam or abusive. Other issues, such as guidelines or processes around content quality, scope, review (see e.g. responding to [[Talk:Main_Page| Main page/discussion]]) or major service changes (e.g. shifting to other platforms,  or dealing with the sustainability issues outlined below) are not covered. &lt;br /&gt;
&lt;br /&gt;
The staff of the OPF and DPC are not the target users for COPTR, so we would like to encourage community members who care about COPTR to help us find a way to improve this situation. Please join us or get in touch via [[#Contact.2C_feedback_and_questions|the contact details below]]!&lt;br /&gt;
&lt;br /&gt;
==Sustainability==&lt;br /&gt;
&lt;br /&gt;
COPTR is stable, but has some sustainability issues. [https://github.com/orgs/digipres/discussions/66 Please see the full details in this statement on the service status and sustainability.]&lt;br /&gt;
&lt;br /&gt;
==Technical stuff==&lt;br /&gt;
*[[Data structures in COPTR]] - information on the COPTR data model and its maintenance&lt;br /&gt;
*[[How COPTR Works]] - information on the technical setup of COPTR&lt;br /&gt;
*How to use the [[Using the COPTR data feed|COPTR data feed and API]]&lt;br /&gt;
*[[Development plans]]&lt;br /&gt;
&lt;br /&gt;
==Organizational Contributions==&lt;br /&gt;
&lt;br /&gt;
Organisations who would like to contribute the contents of their tool registry to COPTR should:&lt;br /&gt;
&lt;br /&gt;
*Merge your own tool registry data with the new community registry (COPTR can help with this)&lt;br /&gt;
*Remove your own registry and agree not to set up any new project owned registries/lists&lt;br /&gt;
*Link to COPTR or expose the COPTR data by utilising the COPTR data feed&lt;br /&gt;
*Contribute any effort you have in adding new tools over time, to the community registry&lt;br /&gt;
&lt;br /&gt;
COPTR is aiming to concentrate information about digital preservation tools in one place, keep the information in the registry maintainable and current by pooling the community's effort in one place, and avoid the emergence of new registries.&lt;br /&gt;
&lt;br /&gt;
==Contact, feedback and questions==&lt;br /&gt;
Email [mailto:coptr@openpreservation.org coptr@openpreservation.org] if you have problems using the service, e.g. making sure you have a user account that works. &lt;br /&gt;
&lt;br /&gt;
You can use [[Talk:Main_Page| Main page/discussion]] or [https://github.com/orgs/digipres/discussions the DigiPres.org GitHub discussion forums] to provide open feedback or raise questions or issues with the service.&lt;br /&gt;
&lt;br /&gt;
If you'd like some support, or you're just curious about COPTR, please consider joining the [https://dpconline.org/digipres/pr-sig Preservation Registries Special Interest Group (PR-SIG)] and coming along to one our online ''Collaboration Café'' calls.&lt;br /&gt;
&lt;br /&gt;
==COPTR Partners==&lt;br /&gt;
COPTR was created and launched with the support of the [http://www.educopia.org/events/ANADPII Aligning National Approaches to Digital Preservation] initiative and has been populated and maintained by members of the COPTR partner organisations:&lt;br /&gt;
&amp;lt;gallery heights=90&amp;gt;&lt;br /&gt;
File:DCClogo.png|[http://www.dcc.ac.uk The Digital Curation Centre (DCC)]&lt;br /&gt;
File:DCElogo.gif|[http://digitalcurationexchange.org/ The Digital Curation Exchange (DCE)]&lt;br /&gt;
File:DPCLogoSquare.png|[http://dpconline.org/ The Digital Preservation Coalition (DPC)]&lt;br /&gt;
File:nde-logo.png|[http://www.netwerkdigitaalerfgoed.nl Dutch Digital Heritage Network (DDHN)]&lt;br /&gt;
File:NDSAlogo.jpg|[https://ndsa.org National Digital Stewardship Alliance (NDSA)]&lt;br /&gt;
File:nestor-logo.jpg|[https://www.langzeitarchivierung.de/Webs/nestor/EN/nestor/nestor_node.html Network of expertise in long-term storage of digital resources in Germany (NESTOR)]&lt;br /&gt;
File:Opf-logo.png|[http://openpreservation.org// The Open Preservation Foundation (OPF)]&lt;br /&gt;
File:POWRRlogo.jpg|[http://digitalpowrr.niu.edu/ Preserving digital Objects With Restricted Resources project (POWRR)]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Funding and development==&lt;br /&gt;
COPTR was made possible by support from the Jisc funded SPRUCE Project and the Institute of Museum and Library Services funded Digital POWRR Project.&lt;br /&gt;
&amp;lt;gallery heights=90&amp;gt;&lt;br /&gt;
File:2013 Jisc Logo RGB72.png|[http://www.jisc.ac.uk/ Jisc]&lt;br /&gt;
File:SPRUCElogo.png|[http://wiki.opf-labs.org/display/SPR SPRUCE Project]&lt;br /&gt;
File:POWRRlogo.jpg|[http://digitalpowrr.niu.edu/ Preserving digital Objects With Restricted Resources project (POWRR)]&lt;br /&gt;
File:DPCLogoSquare.png|[https://dpconline.org/ Digital Preservation Coalition (DPC)]&lt;br /&gt;
File:nde-logo.png|[http://www.netwerkdigitaalerfgoed.nl Dutch Digital Heritage Network (DDHN)]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Squad-convert&amp;diff=6584</id>
		<title>Squad-convert</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Squad-convert&amp;diff=6584"/>
		<updated>2026-03-19T16:38:52Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Initial entry for a new SIARD tool&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=Application to convert SIARD files to the (experimental) squad format&lt;br /&gt;
|homepage=https://github.com/sqdp-specs/squad-convert&lt;br /&gt;
|tool_status=Maintained&lt;br /&gt;
|sourcecode=https://github.com/sqdp-specs/squad-convert&lt;br /&gt;
|license=Apache 2.0&lt;br /&gt;
|language=Zig&lt;br /&gt;
|formats_in=SIARD&lt;br /&gt;
|formats_out=SQUAD&lt;br /&gt;
|function=File Format Migration&lt;br /&gt;
|content=Database&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
Early stages, demo application to convert siard files to the (experimental) squad format&lt;br /&gt;
&lt;br /&gt;
As seen at iPRES 2025&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- The form fields below can be used to provide this information --&amp;gt;&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|releases_rss=https://github.com/sqdp-specs/squad-convert/releases.atom&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=User:Andrew_N._Jackson/Test_Tool_Page&amp;diff=6583</id>
		<title>User:Andrew N. Jackson/Test Tool Page</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=User:Andrew_N._Jackson/Test_Tool_Page&amp;diff=6583"/>
		<updated>2026-03-19T16:31:12Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Deliberately breaking this page so it does not show up as a tool!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Inf &lt;br /&gt;
&lt;br /&gt;
obox tool test&lt;br /&gt;
|purpose=This is the home page for the open source implementation of the file(1) command that ships with every free operating system (OpenBSD,  Linux,  NetBSD,  FreeBSD,  etc.&lt;br /&gt;
|homepage=http://www.darwinsys.com/file/&lt;br /&gt;
|function=File Format Identification&lt;br /&gt;
|content=Binary Data&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
This is the home page for the open source implementation of the file(1) command that ships with every free operating system (OpenBSD,  Linux,  NetBSD,  FreeBSD,  etc.) and has been ported to most systems where people use free software (including OS/2,  DOS,  MS Windows,  etc.). &lt;br /&gt;
&lt;br /&gt;
= User Experiences =&lt;br /&gt;
&lt;br /&gt;
*'''[2019-11-16]''' [https://shapeshed.com/unix-file/ Linux and Unix file command tutorial with examples]&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
All development activity is visible on GitHub: https://github.com/file/file/commits&lt;br /&gt;
 &lt;br /&gt;
=== Release Feed ===&lt;br /&gt;
Below the last 3 release feeds:&lt;br /&gt;
&amp;lt;rss max=3&amp;gt;https://github.com/file/file/releases.atom&amp;lt;/rss&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
=== Activity Feed ===&lt;br /&gt;
Below the last 5 commits:&lt;br /&gt;
&amp;lt;rss max=5&amp;gt;https://github.com/file/file/commits/master.atom&amp;lt;/rss&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Contribute_your_workflow_to_COW&amp;diff=6576</id>
		<title>Contribute your workflow to COW</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Contribute_your_workflow_to_COW&amp;diff=6576"/>
		<updated>2026-02-24T10:36:42Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Updating OSSArcFlow links.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributing to COW is easy, but if you'd like to [https://youtu.be/PQ4-Pb73VUY follow an example watch this video]. When you're ready to start, follow these tips:&lt;br /&gt;
&lt;br /&gt;
# Check out one or two [[Browse COW workflows|existing workflows]] first&lt;br /&gt;
# Keep your workflow descriptions clean and concise. Text only is fine, but you are welcome to add a diagram. We recommend [https://www.yworks.com/products/yed Yed] as used by [https://bitcuratorconsortium.org/workflows Bitcurator], or [https://www.lucidchart.com/ Lucid Chart] as used by [https://educopia.org/research/ossarcflow OSSArcFlow] (also see the OOSArcFlow [https://app.lucidchart.com/invitations/accept/c1a9814d-ae2d-444a-8673-811bd68b0278 workflow template] which is pre-populated with useful workflow symbols. Also see this blog post from Bill LeFurgy on &amp;quot;[https://blogs.loc.gov/thesignal/2012/03/visualizing-digital-preservation-workflows/ Visualizing Digital Preservation Workflows]&amp;quot;. And check out examples as part of the complimentary [https://educopia.org/research-project/ossarcflow/ OSSArcFlow Project] and their [https://educopia.org/wp-content/uploads/2024/09/OSSArcFlow_Guide_FINAL-1.pdf Guide to Documenting Born-Digital Archival Workflows].&lt;br /&gt;
# Save an early draft then do a longer edit to avoid loss of your workflow due to login timeouts&lt;br /&gt;
# Discuss or ask questions about the workflows of others using the respective &amp;quot;Discussion&amp;quot; pages&lt;br /&gt;
# Be friendly - please treat others with respect&lt;br /&gt;
# Give us your feedback - let us know how you got on - email andrew.jackson (at) dpconline (dot) org.&lt;br /&gt;
&lt;br /&gt;
===Create a new workflow in COW===&lt;br /&gt;
*Create a new workflow by entering a title below and clicking the button.&lt;br /&gt;
*Keep your title short and meaningful. Include the general purpose of the workflow and the type of digital content it addresses. Eg. &amp;quot;Workflow for ingesting email&amp;quot;&lt;br /&gt;
*Save frequently! Don't worry, once you've saved it you can go back and edit it further.&lt;br /&gt;
{{#forminput:form=COW|query string=namespace=Workflow&amp;amp;={{PAGENAME}}|placeholder=Enter the title of your workflow here|button text=Create Workflow}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Contribute_your_workflow_to_COW&amp;diff=6575</id>
		<title>Contribute your workflow to COW</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Contribute_your_workflow_to_COW&amp;diff=6575"/>
		<updated>2026-02-24T10:34:37Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Update link to yED and contact&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Contributing to COW is easy, but if you'd like to [https://youtu.be/PQ4-Pb73VUY follow an example watch this video]. When you're ready to start, follow these tips:&lt;br /&gt;
&lt;br /&gt;
# Check out one or two [[Browse COW workflows|existing workflows]] first&lt;br /&gt;
# Keep your workflow descriptions clean and concise. Text only is fine, but you are welcome to add a diagram. We recommend [https://www.yworks.com/products/yed Yed] as used by [https://bitcuratorconsortium.org/workflows Bitcurator], or [https://www.lucidchart.com/ Lucid Chart] as used by [https://educopia.org/research/ossarcflow OSSArcFlow] (also see the OOSArcFlow [https://app.lucidchart.com/invitations/accept/c1a9814d-ae2d-444a-8673-811bd68b0278 workflow template] which is pre-populated with useful workflow symbols. Also see this blog post from Bill LeFurgy on &amp;quot;[https://blogs.loc.gov/thesignal/2012/03/visualizing-digital-preservation-workflows/ Visualizing Digital Preservation Workflows]&amp;quot;. And check out examples as part of the complimentary [https://educopia.org/research/ossarcflow OSSArcFlow Project] and their [https://educopia.org/ossarcflow-guide/ Guide to Documenting Born-Digital Archival Workflows].&lt;br /&gt;
# Save an early draft then do a longer edit to avoid loss of your workflow due to login timeouts&lt;br /&gt;
# Discuss or ask questions about the workflows of others using the respective &amp;quot;Discussion&amp;quot; pages&lt;br /&gt;
# Be friendly - please treat others with respect&lt;br /&gt;
# Give us your feedback - let us know how you got on - email andrew.jackson (at) dpconline (dot) org.&lt;br /&gt;
&lt;br /&gt;
===Create a new workflow in COW===&lt;br /&gt;
*Create a new workflow by entering a title below and clicking the button.&lt;br /&gt;
*Keep your title short and meaningful. Include the general purpose of the workflow and the type of digital content it addresses. Eg. &amp;quot;Workflow for ingesting email&amp;quot;&lt;br /&gt;
*Save frequently! Don't worry, once you've saved it you can go back and edit it further.&lt;br /&gt;
{{#forminput:form=COW|query string=namespace=Workflow&amp;amp;={{PAGENAME}}|placeholder=Enter the title of your workflow here|button text=Create Workflow}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:FormToolPreload&amp;diff=6572</id>
		<title>Template:FormToolPreload</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:FormToolPreload&amp;diff=6572"/>
		<updated>2026-02-13T14:59:20Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Clarifying the form fields below.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
&amp;lt;!-- The form fields below can be used to provide this information --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Fixity_Pro&amp;diff=6571</id>
		<title>Fixity Pro</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Fixity_Pro&amp;diff=6571"/>
		<updated>2026-02-13T14:55:56Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Cross-referencing to AVP Fixity&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=Fixity-Pro-Logo.png&lt;br /&gt;
|purpose=Fixity Pro is a desktop application for Windows and Mac that provides simple automated monitoring and reporting on the data integrity of your files that are stored on your computer, removable storage devices, and mounted network storage locations. Use Fixity Pro to schedule routine scans that will tell you if your files have been changed and if any files have been added, removed, or moved/renamed since the last scan that was performed.&lt;br /&gt;
|homepage=https://fixitypro.com/&lt;br /&gt;
|tool_status=Maintained&lt;br /&gt;
|platforms=Windows, Mac&lt;br /&gt;
|function=Fixity&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
Fixity Pro is a desktop application for Windows and Mac that provides simple automated monitoring and reporting on the data integrity of your files that are stored on your computer, removable storage devices, and mounted network storage locations. Use Fixity Pro to schedule routine scans that will tell you if your files have been changed and if any files have been added, removed, or moved/renamed since the last scan that was performed.&lt;br /&gt;
&lt;br /&gt;
Fixity Pro was the paid version of [[AVP Fixity|AVP's original Fixity program]], which was released in 2020, but [https://openpreservation.org/news/a-new-home-for-fixity-pro-the-opf-to-maintain-the-file-integrity-tool/ as of 2025 Fixity Pro has been transferred to the Open Preservation Foundation] and is now open source and free to use.&lt;br /&gt;
&lt;br /&gt;
Fixity Pro offers a number of improvements and new features in addition to addressing bugs. These include: significantly faster processing times, a progress bar with reporting on time and files remaining, better support for managing external and network storage locations, support for managing partial and incomplete scans, and an improved user interface design.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|mailing_lists=https://lists.openpreservation.org/postorius/lists/fixitypro.lists.openpreservation.org/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Form:Tool&amp;diff=6570</id>
		<title>Form:Tool</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Form:Tool&amp;diff=6570"/>
		<updated>2026-02-13T14:53:16Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Add editing help&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This is the &amp;quot;Tool&amp;quot; form.&lt;br /&gt;
To create a page with this form, enter the page name below;&lt;br /&gt;
if a page with that name already exists, you will be sent to a form to edit that page.&lt;br /&gt;
&lt;br /&gt;
{{#forminput:form=Tool}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;wikiPreview&amp;quot; style=&amp;quot;display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{{for template|Infobox tool}}}&lt;br /&gt;
{| class=&amp;quot;formtable&amp;quot;&lt;br /&gt;
! Image:  {{#info:In another tab, use the &amp;quot;Upload file&amp;quot; link to upload a logo image. Paste the name of the image here}}:&lt;br /&gt;
| {{{field|image}}}&lt;br /&gt;
|-&lt;br /&gt;
! Purpose* {{#info:A single sentence describing the function of the tool. Keep it factual and concise}}: &lt;br /&gt;
| {{{field|purpose|mandatory|input type=textarea}}}&lt;br /&gt;
|-&lt;br /&gt;
! Homepage {{#info:The URL of the homepage}}: &lt;br /&gt;
| {{{field|homepage}}}&lt;br /&gt;
|-&lt;br /&gt;
! Status {{#info:The current status of this tool}}: &lt;br /&gt;
| {{{field|tool_status}}}&lt;br /&gt;
|-&lt;br /&gt;
! Sourcecode {{#info:The URL for the source code}}: &lt;br /&gt;
| {{{field|sourcecode}}}&lt;br /&gt;
|-&lt;br /&gt;
! License: &lt;br /&gt;
| {{{field|license}}}&lt;br /&gt;
|-&lt;br /&gt;
! Cost: &lt;br /&gt;
| {{{field|cost}}}&lt;br /&gt;
|-&lt;br /&gt;
! Platforms: &lt;br /&gt;
| {{{field|platforms}}}&lt;br /&gt;
|-&lt;br /&gt;
! Language: &lt;br /&gt;
| {{{field|language}}}&lt;br /&gt;
|-&lt;br /&gt;
! Wikidata ID: &lt;br /&gt;
| {{{field|Wikidata ID}}}&lt;br /&gt;
|-&lt;br /&gt;
! Input formats {{#info:Start typing and select from the available list. Only add a new format if necessary}}:&lt;br /&gt;
| {{{field|formats_in|input type=tokens|values from category=Formats}}}&lt;br /&gt;
|-&lt;br /&gt;
! Output Formats: {{#info:Start typing and select from the available list. Only add a new format if necessary}}:&lt;br /&gt;
| {{{field|formats_out|input type=tokens|values from category=Formats}}}&lt;br /&gt;
|-&lt;br /&gt;
! Function*: {{#info:Start typing and select one or more functions from the available list. Only add a new function if absolutely necessary}}:&lt;br /&gt;
| {{{field|function|mandatory|input type=tokens|values from category=Functions}}}&lt;br /&gt;
|-&lt;br /&gt;
! Content:  {{#info:Start typing and select one or more content types from the available list. Only add a new content type if absolutely necessary}}:&lt;br /&gt;
| {{{field|content|input type=tokens|values from category=Content Types}}}&lt;br /&gt;
|}&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&lt;br /&gt;
'''Description:''' using ''wikitext'' markup. e.g. &amp;lt;nowiki&amp;gt;external links: [https://web.site title], internal links: [[Link To Another Page]], use * for bulleted lists&amp;lt;/nowiki&amp;gt;. See [https://www.mediawiki.org/wiki/Cheatsheet this cheatsheet for the full syntax]. &lt;br /&gt;
&lt;br /&gt;
{{{standard input|free text|rows=30|editor=visualeditor|preload=Template:FormToolPreload}}}&lt;br /&gt;
&lt;br /&gt;
{{{for template|Infobox tool details}}}&lt;br /&gt;
{| class=&amp;quot;formtable&amp;quot;&lt;br /&gt;
! [https://www.openhub.net/ OpenHub] ID: &lt;br /&gt;
| {{{field|ohloh_id}}}&lt;br /&gt;
|-&lt;br /&gt;
! Mailing_lists: &lt;br /&gt;
| {{{field|mailing_lists}}}&lt;br /&gt;
|-&lt;br /&gt;
! Releases_rss: &lt;br /&gt;
| {{{field|releases_rss}}}&lt;br /&gt;
|-&lt;br /&gt;
! Issues_rss: &lt;br /&gt;
| {{{field|issues_rss}}}&lt;br /&gt;
|}&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:FormToolPreload&amp;diff=6569</id>
		<title>Template:FormToolPreload</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:FormToolPreload&amp;diff=6569"/>
		<updated>2026-02-13T14:34:33Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Making this consistent with the other tool preload form.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Fixity_Pro&amp;diff=6568</id>
		<title>Fixity Pro</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Fixity_Pro&amp;diff=6568"/>
		<updated>2026-02-13T14:32:01Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=Fixity-Pro-Logo.png&lt;br /&gt;
|purpose=Fixity Pro is a desktop application for Windows and Mac that provides simple automated monitoring and reporting on the data integrity of your files that are stored on your computer, removable storage devices, and mounted network storage locations. Use Fixity Pro to schedule routine scans that will tell you if your files have been changed and if any files have been added, removed, or moved/renamed since the last scan that was performed.&lt;br /&gt;
|homepage=https://fixitypro.com/&lt;br /&gt;
|tool_status=Maintained&lt;br /&gt;
|platforms=Windows, Mac&lt;br /&gt;
|function=Fixity&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
Fixity Pro is a desktop application for Windows and Mac that provides simple automated monitoring and reporting on the data integrity of your files that are stored on your computer, removable storage devices, and mounted network storage locations. Use Fixity Pro to schedule routine scans that will tell you if your files have been changed and if any files have been added, removed, or moved/renamed since the last scan that was performed.&lt;br /&gt;
&lt;br /&gt;
Fixity Pro was the paid version of AVP's original Fixity program, which was released in 2020, but [https://openpreservation.org/news/a-new-home-for-fixity-pro-the-opf-to-maintain-the-file-integrity-tool/ as of 2025 Fixity Pro has been transferred to the Open Preservation Foundation] and is now open source and free to use.&lt;br /&gt;
&lt;br /&gt;
Fixity Pro offers a number of improvements and new features in addition to addressing bugs. These include: significantly faster processing times, a progress bar with reporting on time and files remaining, better support for managing external and network storage locations, support for managing partial and incomplete scans, and an improved user interface design.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|mailing_lists=https://lists.openpreservation.org/postorius/lists/fixitypro.lists.openpreservation.org/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Fixity_Pro&amp;diff=6567</id>
		<title>Fixity Pro</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Fixity_Pro&amp;diff=6567"/>
		<updated>2026-02-13T14:30:41Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=Fixity-Pro-Logo.png&lt;br /&gt;
|purpose=Fixity Pro is a desktop application for Windows and Mac that provides simple automated monitoring and reporting on the data integrity of your files that are stored on your computer, removable storage devices, and mounted network storage locations. Use Fixity Pro to schedule routine scans that will tell you if your files have been changed and if any files have been added, removed, or moved/renamed since the last scan that was performed.&lt;br /&gt;
|homepage=https://fixitypro.com/&lt;br /&gt;
|tool_status=Maintained&lt;br /&gt;
|platforms=Windows, Mac&lt;br /&gt;
|function=Fixity&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
Fixity Pro is a desktop application for Windows and Mac that provides simple automated monitoring and reporting on the data integrity of your files that are stored on your computer, removable storage devices, and mounted network storage locations. Use Fixity Pro to schedule routine scans that will tell you if your files have been changed and if any files have been added, removed, or moved/renamed since the last scan that was performed.&lt;br /&gt;
&lt;br /&gt;
Fixity Pro was the paid version of AVP's original Fixity program, which was released in 2020, but [https://openpreservation.org/news/a-new-home-for-fixity-pro-the-opf-to-maintain-the-file-integrity-tool/ as of 2025 Fixity Pro has been transferred to the Open Preservation Foundation] and is now open source and free to use.&lt;br /&gt;
&lt;br /&gt;
Fixity Pro offers a number of improvements and new features in addition to addressing bugs. These include: significantly faster processing times, a progress bar with reporting on time and files remaining, better support for managing external and network storage locations, support for managing partial and incomplete scans, and an improved user interface design.&lt;br /&gt;
&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|mailing_lists=https://lists.openpreservation.org/postorius/lists/fixitypro.lists.openpreservation.org/&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Fixity_Pro&amp;diff=6566</id>
		<title>Fixity Pro</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Fixity_Pro&amp;diff=6566"/>
		<updated>2026-02-13T14:30:12Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=Fixity-Pro-Logo.png&lt;br /&gt;
|purpose=Fixity Pro is a desktop application for Windows and Mac that provides simple automated monitoring and reporting on the data integrity of your files that are stored on your computer, removable storage devices, and mounted network storage locations. Use Fixity Pro to schedule routine scans that will tell you if your files have been changed and if any files have been added, removed, or moved/renamed since the last scan that was performed.&lt;br /&gt;
|homepage=https://fixitypro.com/&lt;br /&gt;
|tool_status=Maintained&lt;br /&gt;
|platforms=Windows, Mac&lt;br /&gt;
|function=Fixity&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
Fixity Pro is a desktop application for Windows and Mac that provides simple automated monitoring and reporting on the data integrity of your files that are stored on your computer, removable storage devices, and mounted network storage locations. Use Fixity Pro to schedule routine scans that will tell you if your files have been changed and if any files have been added, removed, or moved/renamed since the last scan that was performed.&lt;br /&gt;
&lt;br /&gt;
Fixity Pro was the paid version of AVP's original Fixity program, which was released in 2020, but [https://openpreservation.org/news/a-new-home-for-fixity-pro-the-opf-to-maintain-the-file-integrity-tool/ as of 2025 Fixity Pro has been transferred to the Open Preservation Foundation] and is now open source and free to use.&lt;br /&gt;
&lt;br /&gt;
Fixity Pro offers a number of improvements and new features in addition to addressing bugs. These include: significantly faster processing times, a progress bar with reporting on time and files remaining, better support for managing external and network storage locations, support for managing partial and incomplete scans, and an improved user interface design.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|mailing_lists=https://lists.openpreservation.org/postorius/lists/fixitypro.lists.openpreservation.org/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Fixity_Pro&amp;diff=6565</id>
		<title>Fixity Pro</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Fixity_Pro&amp;diff=6565"/>
		<updated>2026-02-13T14:29:48Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Update since Fixity Pro is now with OPF&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=Fixity-Pro-Logo.png&lt;br /&gt;
|purpose=Fixity Pro is a desktop application for Windows and Mac that provides simple automated monitoring and reporting on the data integrity of your files that are stored on your computer, removable storage devices, and mounted network storage locations. Use Fixity Pro to schedule routine scans that will tell you if your files have been changed and if any files have been added, removed, or moved/renamed since the last scan that was performed.&lt;br /&gt;
|homepage=https://fixitypro.com/&lt;br /&gt;
|tool_status=Maintained&lt;br /&gt;
|platforms=Windows, Mac&lt;br /&gt;
|function=Fixity&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details&lt;br /&gt;
|mailing_lists=https://lists.openpreservation.org/postorius/lists/fixitypro.lists.openpreservation.org/&lt;br /&gt;
}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
Fixity Pro is a desktop application for Windows and Mac that provides simple automated monitoring and reporting on the data integrity of your files that are stored on your computer, removable storage devices, and mounted network storage locations. Use Fixity Pro to schedule routine scans that will tell you if your files have been changed and if any files have been added, removed, or moved/renamed since the last scan that was performed.&lt;br /&gt;
&lt;br /&gt;
Fixity Pro was the paid version of AVP's original Fixity program, which was released in 2020, but [https://openpreservation.org/news/a-new-home-for-fixity-pro-the-opf-to-maintain-the-file-integrity-tool/ as of 2025 Fixity Pro has been transferred to the Open Preservation Foundation] and is now open source and free to use.&lt;br /&gt;
&lt;br /&gt;
Fixity Pro offers a number of improvements and new features in addition to addressing bugs. These include: significantly faster processing times, a progress bar with reporting on time and files remaining, better support for managing external and network storage locations, support for managing partial and incomplete scans, and an improved user interface design.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=AVP_Fixity&amp;diff=6564</id>
		<title>AVP Fixity</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=AVP_Fixity&amp;diff=6564"/>
		<updated>2026-02-13T14:25:29Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Updating to note that this is superseded by Fixity Pro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=Fixity monitoring for digital collections&lt;br /&gt;
|homepage=https://www.weareavp.com/products/fixity/&lt;br /&gt;
|tool_status=Gone&lt;br /&gt;
|license=Apache 2.0&lt;br /&gt;
|platforms=Windows, Mac&lt;br /&gt;
|function=Fixity&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
&amp;lt;!-- Use the structure provided in this template, do not change it! --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
Fixity is a tool for monitoring file integrity and attendance over time.  It is designed to be easy-to-use (GUI interface) and automated (scheduled checks, email alerts/reports) to help institutions ensure the integrity of their digital assets. &lt;br /&gt;
&lt;br /&gt;
=== Provider ===&lt;br /&gt;
Fixity was developed and is maintained by [http://weareavp.com AVP].&lt;br /&gt;
&lt;br /&gt;
=== Status ===&lt;br /&gt;
Superseded by '''[[Fixity Pro]]'''.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. --&amp;gt;&lt;br /&gt;
* Fixity User Group: https://groups.google.com/forum/#!forum/fixity-users&lt;br /&gt;
* Fixity Webinar https://www.weareavp.com/avp-webinar-series-fixity/&lt;br /&gt;
* Blog Post by Jenny Mitcham http://digital-archiving.blogspot.com/2018/07/checksum-or-fixity-which-tool-is-for-me.html &lt;br /&gt;
&lt;br /&gt;
== Development Activity ==&lt;br /&gt;
&amp;lt;!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --&amp;gt;&lt;br /&gt;
The project repository is on [http://www.github.com/avpreserve/fixity Github]&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=AV_Spex&amp;diff=6560</id>
		<title>AV Spex</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=AV_Spex&amp;diff=6560"/>
		<updated>2026-02-12T08:52:58Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Fix bullet list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=Av_spex_the_logo.png&lt;br /&gt;
|purpose=Confirms audio/visual files conform to predetermined specifications, and performs automated preservation actions.&lt;br /&gt;
|homepage=https://github.com/JPC-AV/video_qc_jpc_av&lt;br /&gt;
|tool_status=Maintained&lt;br /&gt;
|sourcecode=https://github.com/JPC-AV/video_qc_jpc_av&lt;br /&gt;
|license=GPL&lt;br /&gt;
|platforms=macOS&lt;br /&gt;
|function=Fixity, Validation&lt;br /&gt;
|content=Audio, Video&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
AV Spex is a macOS application designed for the Smithsonian National Museum of African American History and Culture (NMAAHC) to process digital video files created from analog sources. The app allows digitization technicians and archivists at NMAAHC to automate multiple preservation actions from a variety of video and digital preservation software. It also collects the results from these actions into a single html report.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
* [https://eddycolloton.com/blog/2025/12/23/automating-av-archival-workflows-part-3 Automating AV Archival Workflows: Part 3] n.b. this is by the author of the tool.&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=AV_Spex&amp;diff=6559</id>
		<title>AV Spex</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=AV_Spex&amp;diff=6559"/>
		<updated>2026-02-12T08:51:47Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Clearer purpose, longer description, added Fixity role&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=Av_spex_the_logo.png&lt;br /&gt;
|purpose=Confirms audio/visual files conform to predetermined specifications, and performs automated preservation actions.&lt;br /&gt;
|homepage=https://github.com/JPC-AV/video_qc_jpc_av&lt;br /&gt;
|tool_status=Maintained&lt;br /&gt;
|sourcecode=https://github.com/JPC-AV/video_qc_jpc_av&lt;br /&gt;
|license=GPL&lt;br /&gt;
|platforms=macOS&lt;br /&gt;
|function=Validation, Fixity&lt;br /&gt;
|content=Audio, Video&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
AV Spex is a macOS application designed for the Smithsonian National Museum of African American History and Culture (NMAAHC) to process digital video files created from analog sources. The app allows digitization technicians and archivists at NMAAHC to automate multiple preservation actions from a variety of video and digital preservation software. It also collects the results from these actions into a single html report.&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
- [https://eddycolloton.com/blog/2025/12/23/automating-av-archival-workflows-part-3 Automating AV Archival Workflows: Part 3] n.b. this is by the author of the tool.&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=MediaWiki:Licenses&amp;diff=6558</id>
		<title>MediaWiki:Licenses</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=MediaWiki:Licenses&amp;diff=6558"/>
		<updated>2026-02-12T08:40:00Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Created page with '* Unknown_copyright|I don't know exactly * Free licenses: ** MW-screenshot|MediaWiki screenshot ** PD|PD: public domain ** CC-by-sa-2.5|Creative Commons Attribution ShareAlike...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Unknown_copyright|I don't know exactly&lt;br /&gt;
* Free licenses:&lt;br /&gt;
** MW-screenshot|MediaWiki screenshot&lt;br /&gt;
** PD|PD: public domain&lt;br /&gt;
** CC-by-sa-2.5|Creative Commons Attribution ShareAlike 2.5 &lt;br /&gt;
** GPL|GPL: GNU General Public License&lt;br /&gt;
** LGPL|LGPL: GNU Lesser General Public License&lt;br /&gt;
* Non-free license (exception):&lt;br /&gt;
** Wikimedia_screenshot|Wikimedia images&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=AV_Spex&amp;diff=6557</id>
		<title>AV Spex</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=AV_Spex&amp;diff=6557"/>
		<updated>2026-02-12T08:38:02Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Initial entry for AV Spex&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox tool&lt;br /&gt;
|image=Av_spex_the_logo.png&lt;br /&gt;
|purpose=AV Spex is a macOS application designed for the Smithsonian National Museum of African American History and Culture (NMAAHC) to process digital video files created from analog sources. The app allows digitization technicians and archivists at NMAAHC to automate multiple preservation actions from a variety of video and digital preservation software. It also collects the results from these actions into a single html report.&lt;br /&gt;
|homepage=https://github.com/JPC-AV/video_qc_jpc_av&lt;br /&gt;
|tool_status=Maintained&lt;br /&gt;
|sourcecode=https://github.com/JPC-AV/video_qc_jpc_av&lt;br /&gt;
|license=GPL&lt;br /&gt;
|platforms=macOS&lt;br /&gt;
|function=Validation&lt;br /&gt;
|content=Audio, Video&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== User Experiences ==&lt;br /&gt;
&amp;lt;!-- Add hotlinks to user experiences with the tool (eg. blog posts). These should illustrate the effectiveness (or otherwise) of the tool. Use a bullet list. --&amp;gt;&lt;br /&gt;
- [https://eddycolloton.com/blog/2025/12/23/automating-av-archival-workflows-part-3 Automating AV Archival Workflows: Part 3] n.b. this is by the author of the tool.&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=File:Av_spex_the_logo.png&amp;diff=6556</id>
		<title>File:Av spex the logo.png</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=File:Av_spex_the_logo.png&amp;diff=6556"/>
		<updated>2026-02-12T08:35:22Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: The logo for AV Spex, from the GitHub repository.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
The logo for AV Spex, from the GitHub repository.&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Category:Maintained&amp;diff=6551</id>
		<title>Category:Maintained</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Category:Maintained&amp;diff=6551"/>
		<updated>2026-02-05T22:40:27Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Created page with 'Category:Tool Status'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tool Status]]&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6550</id>
		<title>Template:Infobox tool</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6550"/>
		<updated>2026-02-05T22:39:14Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Restore original ordering&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
{{#ifeq:{{{tool_status|}}}|Maintained|&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}} ✅&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}} ❌&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/table&amp;gt;[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6549</id>
		<title>Template:Infobox tool</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6549"/>
		<updated>2026-02-05T22:38:18Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Fix markup error&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
{{#ifeq:{{{tool_status|}}}|Maintained|&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}} ✅&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}} ❌&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6548</id>
		<title>Template:Infobox tool</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6548"/>
		<updated>2026-02-05T22:37:50Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Adding indicators to status&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
{{#ifeq:{{{tool_status|}}}|Maintained|&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}} ✅&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}} ❌/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6547</id>
		<title>Template:Infobox tool</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6547"/>
		<updated>2026-02-05T22:35:52Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Add check&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
{{#ifeq:{{{tool_status|}}}|Maintained|&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}} YAY&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}} BOO&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6546</id>
		<title>Template:Infobox tool</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6546"/>
		<updated>2026-02-05T22:32:19Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Experimenting with status indication&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
{{#if:{{{tool_status|Maintained}}}|&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}} YAY&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}} BOO&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6543</id>
		<title>Template:Infobox tool</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6543"/>
		<updated>2026-02-05T22:14:04Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6542</id>
		<title>Template:Infobox tool</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6542"/>
		<updated>2026-02-05T22:13:10Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_details&amp;diff=6541</id>
		<title>Template:Infobox tool details</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_details&amp;diff=6541"/>
		<updated>2026-02-05T22:11:56Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Reverted edits by Andrew N. Jackson (talk) to last revision by Rcdeboer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{ohloh_id|}}}|{{#set: Open Hub ID={{{ohloh_id}}} }}&lt;br /&gt;
{{#widget:Ohloh Project&lt;br /&gt;
|id={{{ohloh_id}}}&lt;br /&gt;
|type=basic_stats&lt;br /&gt;
}}|}}&lt;br /&gt;
{{#if:{{{mailing_lists|}}}|&lt;br /&gt;
=== Mailing List(s) ===&lt;br /&gt;
See [{{{mailing_lists}}} here] for more information.&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{releases_rss|}}}|&lt;br /&gt;
=== Release Feed ===&lt;br /&gt;
{{#tag:rss|{{{releases_rss}}}|max=5}}&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{issues_rss|}}}|&lt;br /&gt;
=== Issues Feed ===&lt;br /&gt;
{{#tag:rss|{{{issues_rss}}}|max=5}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6540</id>
		<title>Template:Infobox tool</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6540"/>
		<updated>2026-02-05T22:10:28Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Putting Purpose at the end&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6539</id>
		<title>Template:Infobox tool</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6539"/>
		<updated>2026-02-05T22:10:01Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: Moving infobox content to avoid whitespace in layout&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6538</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6538"/>
		<updated>2026-02-05T22:08:52Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;B[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6537</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6537"/>
		<updated>2026-02-05T22:08:16Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A&lt;br /&gt;
&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;B[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6535</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6535"/>
		<updated>2026-02-05T22:07:57Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A&lt;br /&gt;
&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;B[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6534</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6534"/>
		<updated>2026-02-05T22:07:24Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A&lt;br /&gt;
&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;B[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6533</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6533"/>
		<updated>2026-02-05T22:06:45Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A&lt;br /&gt;
&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;B[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6532</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6532"/>
		<updated>2026-02-05T22:06:15Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A&lt;br /&gt;
&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&amp;lt;/table&amp;gt;B[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6531</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6531"/>
		<updated>2026-02-05T22:05:59Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A&lt;br /&gt;
&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&amp;lt;/table&amp;gt;B[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6530</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6530"/>
		<updated>2026-02-05T22:05:44Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A&lt;br /&gt;
&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&amp;lt;/table&amp;gt;B[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6529</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6529"/>
		<updated>2026-02-05T22:03:06Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A&lt;br /&gt;
&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&amp;lt;/table&amp;gt;B[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6528</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6528"/>
		<updated>2026-02-05T22:02:45Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&amp;lt;/table&amp;gt;[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6527</id>
		<title>Template:Infobox tool</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool&amp;diff=6527"/>
		<updated>2026-02-05T22:01:53Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&amp;lt;/table&amp;gt;[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6526</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6526"/>
		<updated>2026-02-05T22:01:30Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox formatinfo&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }} {{#switch: xqqx|Fixity Verification=[[Category:Fixity]]|[[Category:xqqx]]}}|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/table&amp;gt;[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6525</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6525"/>
		<updated>2026-02-05T20:56:50Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{homepage|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }}[[Category:xqqx]]|,}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&amp;lt;/table&amp;gt;&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;n.b. Created by Andrew N. Jackson to test why additional whitespace lines keep turning up everywhere.&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6524</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6524"/>
		<updated>2026-02-05T20:56:28Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{homepage|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }}[[Category:xqqx]]|,}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;n.b. Created by Andrew N. Jackson to test why additional whitespace lines keep turning up everywhere.&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6523</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6523"/>
		<updated>2026-02-05T20:55:42Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{purpose|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{homepage|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }}[[Category:xqqx]]|,}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;n.b. Created by Andrew N. Jackson to test why additional whitespace lines keep turning up everywhere.&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6522</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6522"/>
		<updated>2026-02-05T20:54:34Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{purpose|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;{{{purpose}}}{{#if: {{{purpose|}}}|{{#set: Purpose={{{purpose}}} }} }}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{homepage|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Homepage:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{{#if: {{{homepage|}}}|{{#set: Homepage={{{homepage}}} }} }}&amp;lt;small&amp;gt;{{{homepage|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }}[[Category:xqqx]]|,}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;n.b. Created by Andrew N. Jackson to test why additional whitespace lines keep turning up everywhere.&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6521</id>
		<title>Template:Infobox tool test</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Template:Infobox_tool_test&amp;diff=6521"/>
		<updated>2026-02-05T20:53:39Z</updated>

		<summary type="html">&lt;p&gt;Andrew N. Jackson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;infobox&amp;quot; border=&amp;quot;0&amp;quot; style=&amp;quot;float: right; border: 1px solid #aaa; max-width: 33%; overflow: hidden; background-color: #f9f9f9; padding: 0.25em; margin: 0 0.25em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=&amp;quot;center&amp;quot; colspan=&amp;quot;2&amp;quot;&amp;gt;[[Image:{{{image}}}|100px|{{PAGENAME}}]]&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|{{#set:ToolStatus={{{tool_status}}}}}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Status:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{tool_status|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{sourcecode|}}}|{{#set: Sourcecode={{{sourcecode}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Source Code:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{sourcecode|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{license|}}}|{{#set: License={{{license}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;License:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{license|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{cost|}}}| {{#set: Cost={{{cost}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Cost:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{cost|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{platforms|}}}| {{#set: Platforms = {{{platforms}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Platforms:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{platforms|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{language|}}}| &lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Language:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{{language|Unknown}}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{Wikidata ID|}}}| {{#set: Wikidata ID = {{{Wikidata ID}}} }}&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Wikidata ID:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;[https://www.wikidata.org/wiki/{{{Wikidata ID}}} {{{Wikidata ID}}}]&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_in|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Input Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_in|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Input format=xqqx}} }}&amp;lt;/ul&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{formats_out|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Output Formats:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap:{{{formats_out|}}}|,|xqqx|{{#formredlink:target=xqqx|form=Format}}{{#set:Output format=xqqx}} }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{function|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Function:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{function|}}}|,|xqqx|[[xqqx]]{{#set: Function=xqqx }}[[Category:xqqx]]|,}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Function]]&lt;br /&gt;
}}{{#if:{{{content|}}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Content type:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#arraymap: {{{content|}}}|,|xqqx|[[xqqx]]{{#set: Content=xqqx }} [[Category:xqqx]]|, }}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;|[[Category:Tools without Content Type]]&lt;br /&gt;
}}{{#if:{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]}}|&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;&amp;lt;b&amp;gt;Appears in [[Workflow:Community_Owned_Workflows|COW]]:&amp;lt;/b&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;small&amp;gt;{{#ask: [[Category:COW Workflows]] [[Tools::{{PAGENAME}}]]|limit=500|format=list}}&amp;lt;/small&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[Category:Tools]]&lt;br /&gt;
{{#if:{{{license|}}}|&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_license]]&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{tool_status|}}}|&lt;br /&gt;
[[Category:{{{tool_status}}}]]&lt;br /&gt;
|&lt;br /&gt;
[[Category:Unknown_Tool_Status]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;n.b. Created by Andrew N. Jackson to test why additional whitespace lines keep turning up everywhere.&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew N. Jackson</name></author>
	</entry>
</feed>