Template:Infobox bootleg: Difference between revisions

no edit summary
m (why don't we let people click on the image? pretty stupid imo)
No edit summary
(4 intermediate revisions by the same user not shown)
|label12 = Timebomb date
|data12 = {{{timebombdate|}}}
 
|label13 = Live CD?
|data13 = {{{livecd|No}}}
}}
<noinclude>
"original_os": {
"label": "original_os",
"description": "The origin OS in which the bootleg is based on. Do not forget to link its corresponding category!",
"example": "[[:Category:Bootlegs based on Windows XP, |Windows 7XP]], Windows[[:Category:Bootlegs 8.x,based on Windows 107|Windows 7]], etc...",
"required": true,
"type": "string"
"label": "release_date",
"description": "The bootleg's release date. If you don't know the release date, then just put \"?\". The recommended date format is \"Month Day, Year\".",
"example": "January 1, 1900, ...",
"required": true,
"type": "string"
"label": "arch",
"description": "The bootleg's architecture. The recommended architecture format is \"x86 (32-bit)\", and \"x86 (64-bit)\".",
"example": "x86 (32-bit), ARM64, Itanium (32-bit)",
"required": true,
"type": "string"
"size": {
"label": "size",
"description": "The bootleg's file size. The file size must be a floating number. You can only use the size from the bootleg's entry in the collection to fill this in.",
"example": "XXX.X MBMiB",
"required": true,
"type": "string"
"download": {
"label": "download",
"description": "The bootleg's download link. The download link must lead to where the bootleg is in the collection, and the name of the hyperlink must reflect the actual filename of the bootleg in the collection. If the filename is too long to fit in the infobox, then use <wbr> in the appropriate places to cutmake it downfit. Due to new rules in place, you will have to use the Link template for the download link. The syntax is as follows:",
"example": "[{{link|https://crustywindo.ws/collection/Windows%20XP/(Bootleg filename here) |(Bootleg filename here)]}}",
"required": true,
"type": "string"
"label": "timebombdate",
"description": "The bootleg's timebomb expiration date. This parameter is largely intended for bootlegs based on beta versions of any OS, mostly Windows. The date format is the same as the other parameters.",
"type": "string"
},
"livecd": {
"label": "livecd",
"description": "A string that can be \"Yes\" or \"No\" that will determine if the bootleg is a live CD or not. If you leave this parameter blank, it will be set to \"No\" by default. Note that bootlegs that merely come with live CDs (usually accessible through the bootleg's boot selector) do not qualify for this parameter.",
"required": true,
"type": "string"
}