Template:Infobox bootleg: Difference between revisions

m
why don't we let people click on the image? pretty stupid imo
No edit summary
m (why don't we let people click on the image? pretty stupid imo)
 
(31 intermediate revisions by 6 users not shown)
{{Infobox new/new
|title = {{{title|{{PAGENAME}}}}}
|subheader = <span class="plainlinks">[httphttps://crustywindo.ws/collection CrustywindowsCrusty {{{collection_name|Windows}}}]</span> bootleg
 
|image1 = {{#if: {{{screenshot|}}} | [[File:{{{screenshot}}}|{{{screenshot size|250px}}}|alt={{{screenshot alt|{{{caption|ScreenshotThe desktop of {{PAGENAME}}}}}}}}|]] }}
|caption1 = {{{caption|The desktop of {{PAGENAME}}}}}
 
|label1 = Original OS
|data1 = {{{original_os|}}}
 
|label2 = Forked Fromfrom
|data2 = {{{forked_from|}}}
 
|data3 = {{{release_date|}}}
 
|label4 = CreatorAuthor
|data4 = {{{creator|}}}
 
|data5 = {{{country|}}}
 
|label6 = Language(s)
|data6 = {{{language|}}}
 
|data7 = {{{arch|}}}
 
|label8 = Other Versionsversion(s)
|data8 = {{{othervers|}}}
 
|label9 = SizeFile size
|data9 = {{{size|}}}
 
|label10 = Download link
|data10 = {{{download|}}}
 
|label11 = Date added
|data11 = {{{archiveadd|}}}
 
|label12 = Timebomb date
|data12 = {{{timebombdate|}}}
}}
<noinclude>
<templatedata>
{
"params": {
"title": {
"label": "title",
"description": "The bootleg title. This parameter is optional. If nothing is specified, it will use the article name by default.",
"type": "string"
},
"collection_name": {
"label": "collection_name",
"description": "The OS name which will specify which part of the Crusty Windows collection this bootleg belongs in.",
"example": "Windows, Linux, MS-DOS, etc...",
"type": "string"
},
"screenshot": {
"label": "screenshot",
"description": "The bootleg's cover screenshot name. The desktop screenshot must always be used, or whichever is the closest. In that case, change the caption parameter to closely represent the cover screenshot.",
"required": true,
"type": "string"
},
"screenshot size": {
"label": "screenshot size",
"description": "The bootleg's cover screenshot size. This parameter is optional.",
"type": "string"
},
"screenshot alt": {
"label": "screenshot alt",
"description": "The bootleg's cover screenshot's alternate text. This parameter is optional.",
"type": "string"
},
"caption": {
"label": "caption",
"description": "The bootleg infobox's caption. If the cover screenshot does not use the desktop screenshot, then change this parameter to the best description of what the cover screenshot is. This parameter is optional.",
"type": "string"
},
"original_os": {
"label": "original_os",
"description": "The origin OS in which the bootleg is based on.",
"example": "Windows XP, Windows 7, Windows 8.x, Windows 10, etc...",
"required": true,
"type": "string"
},
"forked_from": {
"label": "forked_from",
"description": "The parent bootleg this bootleg is forked from, if one. This parameter is optional.",
"type": "string"
},
"release_date": {
"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\".",
"required": true,
"type": "string"
},
"creator": {
"label": "creator",
"description": "The bootleg's original author(s). If you don't know what the author(s) are, leave this parameter blank.",
"suggested": true,
"type": "string"
},
"country": {
"label": "country",
"description": "The bootleg's origin country. If you don't know the origin country, leave this parameter blank. This parameter is optional.",
"suggested": true,
"type": "string"
},
"language": {
"label": "language",
"description": "The bootleg's system language. It will usually be in the English language, but some are in other languages such as Arabic, Spanish or Russian.",
"required": true,
"type": "string"
},
"arch": {
"label": "arch",
"description": "The bootleg's architecture. The recommended architecture format is \"x86 (32-bit)\", and \"x86 (64-bit)\".",
"example": "x86 (32-bit), ARM64",
"required": true,
"type": "string"
},
"othervers": {
"label": "othervers",
"description": "The bootleg's other versions. This parameter is optional.",
"type": "string"
},
"size": {
"label": "size",
"description": "The bootleg's file size. The file size must be a floating number. You can use the size from the bootleg's entry in the collection to fill this in.",
"example": "XXX.X MB",
"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 cut it down.",
"example": "[https://crustywindo.ws/collection/Windows%20XP/(Bootleg filename here) (Bootleg filename here)]",
"required": true,
"type": "string"
},
"archiveadd": {
"label": "archiveadd",
"description": "The bootleg's archive addition date. The date signifies when the bootleg was added to the Crusty Windows archive. If you know the add date, then it is highly recommended to put it here. The date format is the same as the other parameters.",
"suggested": true,
"type": "string"
},
"timebombdate": {
"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"
}
}
}
</templatedata>
</noinclude>