Difference between revisions of "Template:Infobox project"
Jump to navigation
Jump to search
sc4e>Freedo50 (New page: <noinclude>This is the infobox to include on any article about a community project. ==Syntax== <pre>{{infobox project | logo = | name = | version = | desc = | download-site1 = | down...) |
sc4e>Freedo50 |
||
| Line 11: | Line 11: | ||
| download-site2 = | | download-site2 = | ||
| download-id2 = | | download-id2 = | ||
| + | | thread1 = | ||
| + | | thread1-n = | ||
| + | | thread2 = | ||
| + | | thread2-n = | ||
| + | | thread3 = | ||
| + | | thread3-n = | ||
}}</pre> | }}</pre> | ||
| + | |||
| + | In the syntax above, any of the following parameters; download-site2, download-id2, thread2, thread2-n, thread3, thread3-n, are optional. | ||
| + | |||
==Example== | ==Example== | ||
{{infobox project}}</noinclude> | {{infobox project}}</noinclude> | ||
| Line 42: | Line 51: | ||
| align=center| {{{credits}}} | | align=center| {{{credits}}} | ||
|} | |} | ||
| − | + | </includeonly> | |
Revision as of 07:28, 1 August 2008
This is the infobox to include on any article about a community project.
Syntax
{{infobox project
| logo =
| name =
| version =
| desc =
| download-site1 =
| download-id1 =
| download-site2 =
| download-id2 =
| thread1 =
| thread1-n =
| thread2 =
| thread2-n =
| thread3 =
| thread3-n =
}}
In the syntax above, any of the following parameters; download-site2, download-id2, thread2, thread2-n, thread3, thread3-n, are optional.
Example
| Project |
|---|
| {{{logo}}} |
| {{{name}}} v.{{{version}}} |
| Description |
| {{{desc}}} |
| [{{{download-id}}} Download from {{{download-site}}}]
|
| Project Threads |
| [{{{thread1}}} {{{thread1-n}}}] |
| Credits |
| {{{credits}}} |