Template:Infobox Cyber Intelligence: Difference between revisions

no edit summary
[checked revision][checked revision]
(Created page with "<div style="float:right; clear:right; margin:0 0 1em 1em; width:300px; border:1px solid #ccc; background:#f9f9f9; padding:0.5em; font-size:90%; line-height:1.6em;"> {| style="width:100%; background:none; border:none; padding:0; font-size:100%;" |- ! colspan="2" style="background:#f2f2f2; text-align:center; font-size:110%; padding:0.2em;" | '''{{{name|Cyber Intelligence Platform}}}''' |- | colspan="2" style="text-align:center;" | File:{{{logo|Cyber_Intelligence_Logo.png...")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
 
(One intermediate revision by the same user not shown)
Line 28: Line 28:
|}
|}
</div>
</div>
<!-- TemplateData -->
<templatedata>
{
    "description": "Infobox for the Cyber Intelligence Platform by Innocent Michael",
    "params": {
        "name": {
            "label": "Name",
            "description": "The name of the platform",
            "type": "string",
            "default": "Cyber Intelligence Platform"
        },
        "logo": {
            "label": "Logo",
            "description": "The filename of the platform logo",
            "type": "string",
            "default": "Cyber_Intelligence_Logo.png"
        },
        "alt": {
            "label": "Alt text",
            "description": "Alt text for the logo",
            "type": "string",
            "default": "Cyber Intelligence Platform"
        },
        "developer": {
            "label": "Developer",
            "description": "The name of the developer",
            "type": "string",
            "default": "Innocent Michael"
        },
        "released": {
            "label": "Released",
            "description": "The release date of the platform",
            "type": "string"
        },
        "latest_version": {
            "label": "Latest Version",
            "description": "The latest version of the platform",
            "type": "string"
        },
        "operating_system": {
            "label": "Operating System",
            "description": "The operating system the platform runs on",
            "type": "string"
        },
        "platform": {
            "label": "Platform",
            "description": "The platform type (e.g., SAAS)",
            "type": "string"
        },
        "license": {
            "label": "License",
            "description": "The license type of the platform",
            "type": "string"
        },
        "website": {
            "label": "Website",
            "description": "The official website URL",
            "type": "string"
        }
    }
}
</templatedata>