Difference between revisions of "Template:Tool"
From Slicer Wiki
Line 3: | Line 3: | ||
{{#ifeq: {{{1|}}} | name | CMake |}} | {{#ifeq: {{{1|}}} | name | CMake |}} | ||
{{#ifeq: {{{1|}}} | desc | CMake, the cross-platform, open-source build system. |}} | {{#ifeq: {{{1|}}} | desc | CMake, the cross-platform, open-source build system. |}} | ||
− | {{#ifeq: {{{1|}}} | homepage | | + | {{#ifeq: {{{1|}}} | homepage | http://www.cmake.org |}} |
{{#ifeq: {{{1|}}} | download | http://www.cmake.org/cmake/resources/software.html |}} | {{#ifeq: {{{1|}}} | download | http://www.cmake.org/cmake/resources/software.html |}} | ||
+ | |}}{{#ifeq: {{{2|}}} | git | | ||
+ | {{#ifeq: {{{1|}}} | logo | Image:Git-logo.png |}} | ||
+ | {{#ifeq: {{{1|}}} | name | Git |}} | ||
+ | {{#ifeq: {{{1|}}} | desc | Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. |}} | ||
+ | {{#ifeq: {{{1|}}} | homepage | http://git-scm.com/ |}} | ||
+ | {{#ifeq: {{{1|}}} | download | http://git-scm.com/ |}} | ||
|}}</includeonly><noinclude> | |}}</includeonly><noinclude> | ||
Line 11: | Line 17: | ||
{{tool/usage-start}} | {{tool/usage-start}} | ||
{{tool/usage-row|cmake}} | {{tool/usage-row|cmake}} | ||
+ | {{tool/usage-row|git}} | ||
{{tool/usage-end}} | {{tool/usage-end}} | ||
Revision as of 23:33, 26 January 2012
Home < Template:Tool
Usage
You type | You get |
---|---|
cmake | |
[[{{tool|logo|cmake}}|x50px]] | |
{{tool|logo|cmake}} | Image:Logo_CMake-PNG.png |
{{tool|name|cmake}} | CMake |
{{tool|homepage|cmake}} | http://www.cmake.org |
{{tool|download|cmake}} | http://www.cmake.org/cmake/resources/software.html |
git | |
[[{{tool|logo|git}}|x50px]] | |
{{tool|logo|git}} | Image:Git-logo.png |
{{tool|name|git}} | Git |
{{tool|homepage|git}} | http://git-scm.com/ |
{{tool|download|git}} | http://git-scm.com/ |