Changes

335 bytes added ,  10:17, 4 March 2022
no edit summary
Line 26: Line 26:       −
<templatedata>
+
<templatedata>{
{
+
  "description": "Add an infobox for a project",
    "description": "Add an infobox for a project",
+
  "params": {
    "params": {
+
    "Self researchers": {
        "Self researchers": {
+
      "label": "Self-researcher",
            "label": "Self-researcher",
+
      "description": "The self-researcher or self-researchers that did this project"
            "description": "The self-researcher or self-researchers that did this project"
+
    },
        }
+
    "Related tools": {
 +
      "label": "Related tools",
 +
      "description": "Tools this project uses/used"
 +
    },
 +
    "Related topics": {
 +
      "label": "Related topics",
 +
      "description": "Topics this project relates to"
 +
    },
 +
    "Related projects": {
 +
      "label": "Related projects",
 +
      "description": "Other projects this project relates to"
 
     }
 
     }
 +
  }
 
}
 
}
 
</templatedata>
 
</templatedata>