Template:OSProject

From Linux Web Expert

Template documentation
{{OSProject
|title=
|lang=
|tagline=
|repo=
|doc=
|more=
}}

Usage

<templatedata> { "params": { "title": { "label": "Title", "description": "Name of the project", "type": "string", "required": true }, "lang": { "label": "Programming languages", "description": "Upto three languages (comma-separated)", "example": "php,javascript", "type": "string", "suggested": true }, "tagline": { "label": "Tagline", "description": "Optional tagline sentence.", "type": "string", "suggested": true }, "repo": { "label": "Repository URL", "description": "Link to browsing the source code", "type": "url", "suggested": true }, "doc": { "label": "Documentation URL", "description": "Link to documentation, e.g. on doc.wikimedia.org", "example": "https://…", "type": "url", "suggested": true }, "homepage": { "label": "Homepage URL", "description": "Link to dedicated page or site for this project", "type": "url", "suggested": true }, "demo": { "label": "Demo URL", "type": "url" }, "custom1-link": { "label": "Custom link 1 URL", "type": "url" }, "custom2-link": { "label": "Custom link 2 URL", "type": "url" }, "custom3-link": { "label": "Custom link 3 URL", "type": "url" }, "custom1-label": { "label": "Custom link 1 label", "type": "string" }, "custom2-label": { "label": "Custom link 2 label", "type": "string" }, "custom3-label": { "label": "Custom link 3 label", "type": "string" } }, "description": "Open-source project tile for use on the Wikimedia Open Source page.", "paramOrder": [ "title", "tagline", "lang", "homepage", "repo", "doc", "demo", "custom1-label", "custom1-link", "custom2-label", "custom2-link", "custom3-label", "custom3-link" ], "format": "block" } </templatedata>