Content deleted Content added
→Usage: Adding new parameter for software used by the project. |
m syntaxhighlight lang="wikitext" |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 1:
{{Documentation subpage}}
<!--
== Usage ==
Copy and paste a blank version to use
{{Parameter names example|_template=|title|name|logo|logo_size|logo_alt|caption|logo caption|logo_caption|screenshot|screenshot_size|screenshot_alt|screenshot caption|screenshot_caption|author|developer|released|discontinued|latest release version|latest_release_version|latest release date|latest_release_date|frequently updated|frequently_updated|latest preview version|latest_preview_version|latest preview date|latest_preview_date|status|goal|software|funding|programming language|programming_language|operating system|operating_system|platform|size|language|genre|license|licence|standard|as_of|as of|AsOf|performance|active users|active_users|total users|total_users|active hosts|active_hosts|total hosts|total_hosts|website}}
<syntaxhighlight lang="wikitext" style="overflow: auto;">
{{Infobox distributed computing project
| name =
| logo =
| logo_caption =
| screenshot =
| screenshot_alt =
| screenshot_caption =
| author =
| developer =
Line 21 ⟶ 26:
| latest preview date =
| status =
| goal =
| software =
| funding =
| programming language =
| operating system =
Line 31 ⟶ 36:
| genre =
| license = <!-- or | licence = -->
▲| website =
| standard =
| as of =
Line 39 ⟶ 43:
| active hosts =
| total hosts =
| website =
}}
</syntaxhighlight>
<includeonly>{{Sandbox other||
<!-- Categories
[[Category:Computing infobox templates|Distributed Computing Project]]
}}</includeonly>
<templatedata>
{
"params": {
"title": {},
"name": {},
"logo": {},
"logo_size": {},
"logo_alt": {},
"caption": {},
"logo caption": {},
"logo_caption": {},
"screenshot": {},
"screenshot_size": {},
"screenshot_alt": {},
"screenshot caption": {},
"screenshot_caption": {},
"author": {},
"developer": {},
"released": {},
"discontinued": {},
"latest release version": {},
"latest_release_version": {},
"latest release date": {},
"latest_release_date": {},
"frequently updated": {},
"frequently_updated": {},
"latest preview version": {},
"latest_preview_version": {},
"latest preview date": {},
"latest_preview_date": {},
"status": {},
"goal": {},
"software": {},
"funding": {},
"programming language": {},
"programming_language": {},
"operating system": {},
"operating_system": {},
"platform": {},
"size": {},
"language": {},
"genre": {},
"license": {},
"licence": {},
"standard": {},
"as_of": {},
"as of": {},
"AsOf": {},
"performance": {},
"active users": {},
"active_users": {},
"total users": {},
"total_users": {},
"active hosts": {},
"active_hosts": {},
"total hosts": {},
"total_hosts": {},
"website": {}
},
"format": null
}
</templatedata>
|