Difference between revisions of "Template: Infobox"

From Nydus Network
Jump to: navigation, search
 
(10 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
{{Infobox
 
{{Infobox
 
|name        = Name of the project, default is the sitename.
 
|name        = Name of the project, default is the sitename.
|status      = Set the status of the project, fals options will set it to "unkown". (options: experimental, stable and obsolete)
+
|status      = Set the status of the project.
 
|image      = Requires a file name. settled to 220px.
 
|image      = Requires a file name. settled to 220px.
 
|description = Describe the project.
 
|description = Describe the project.
Line 16: Line 16:
 
}}
 
}}
 
</pre>
 
</pre>
{{Infobox
+
</noinclude><includeonly>{| class="wikitable"
|name       =
+
! <span style="font-size: larger;">
|status     =
+
{{PAGENAME}}</span>
|image       =
+
|-
|description =
+
! Name
|author     =
+
| {{{name|}}}
|version     =
+
|-
|platform   =
+
! Status
|license     =
+
| {{{status|}}}
|download    =
+
|-
|update      =
+
! Image
}}
+
| {{{image|}}}
</noinclude><includeonly>{| class="wikitable"
+
|-
 +
! Description
 +
| {{{description|}}}
 +
|-
 +
! Author
 +
| {{{author|}}}
 +
|-
 +
! Version
 +
| {{{version|}}}
 +
|-
 +
! Platform
 +
| {{{platform|}}}
 +
|-
 +
! License
 +
| {{{license|}}}
 +
|-
 +
! Download
 +
| {{{download|}}}
 
|-
 
|-
!  
+
! Update
| {{#ask:[[T2 project::{{SUBJECTPAGENAME}}]]|format=list}}
+
| {{{update|}}} | {{#ask:[[T2 project::{{SUBJECTPAGENAME}}]]|format=list}}
 
|}
 
|}
 
</includeonly>
 
</includeonly>

Latest revision as of 18:52, 23 May 2018

This is the "Infobox" template. It should be called in the following format:

{{Infobox
|name        = Name of the project, default is the sitename.
|status      = Set the status of the project.
|image       = Requires a file name. settled to 220px.
|description = Describe the project.
|author      = Who is in charge?
|version     = Optional: Give Feedback to your current version.
|platform    = Optional: Indicate further platforms, where your project is developed.
|license     = Optional: Name the license of your project.
|download    = Optional: Set a downloadable URL for your project.
|update      = Function for further extensions.
}}