Difference between revisions of "Template:Infobox project"

From ThetaWiki
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="infobox" cellspacing="2" cellpadding="2" style="float: right; clear:right;}} {{{style|}}}"  
+
{| class="infobox" cellspacing="2" cellpadding="2" style="color:black; border-radius: 5px; border: 2px solid #485177; float: right; clear:right;}} {{{style|}}}"  
 
|-
 
|-
! colspan="2" style="background-color:{{{infoboxcolour|silver}}};" | {{{user-name-override|{{{NAME|{{{name|{{{title|{{BASEPAGENAME}}}}}}}}}}}}}}
+
! colspan="2" style="background-color:#485177;" | <span style="color:white"> ''' {{{user-name-override|{{{NAME|{{{name|{{{title|{{BASEPAGENAME}}}}}}}}}}}}}}
 
|-
 
|-
 
| align="center" class="image" colspan="2" | {{#if: {{{3d|}}}
 
| align="center" class="image" colspan="2" | {{#if: {{{3d|}}}
Line 11: Line 11:
 
   }}
 
   }}
 
|-
 
|-
! colspan="2" style="background-color:{{{infoboxcolour|#d7d7d7}}};"|Information
+
! colspan="2" style="background-color:#d7d7d7;"|Information
 
|-
 
|-
 
{{#if: {{{icon|}}} |
 
{{#if: {{{icon|}}} |
Line 21: Line 21:
 
{{!}}-}}
 
{{!}}-}}
 
|-
 
|-
{{#if: {{{Location|}}} |
+
{{#if: {{{location|}}} |
{{!}} '''Location:''' {{!!}} {{{Location}}}
+
{{!}} '''Location:''' {{!!}} {{{location}}}
 
{{!}}-}}
 
{{!}}-}}
 
|-
 
|-
{{#if: {{{Founded|}}} |
+
{{#if: {{{founded|}}} |
{{!}} '''Date:''' {{!!}} {{{Date}}}
+
{{!}} '''Founded:''' {{!!}} {{{founded}}}
 
{{!}}-}}
 
{{!}}-}}
 
|-
 
|-
{{#if: {{{Status|}}} |
+
{{#if: {{{status|}}} |
{{!}} '''Status:''' {{!!}} {{{Status}}}
+
{{!}} '''Status:''' {{!!}} {{{status}}}
 
{{!}}-}}
 
{{!}}-}}
 
|-
 
|-
{{#if: {{{Leader|}}} |
+
{{#if: {{{architect|}}} |
{{!}} '''Native language(s):''' {{!!}} {{{language}}}
+
{{!}} '''Lead architect:''' {{!!}} {{{architect}}}
 
{{!}}-}}
 
{{!}}-}}
 
|-
 
|-
{{#if: {{{Contributors|}}} |
+
{{#if: {{{contributors|}}} |
{{!}} '''Names:''' {{!!}} {{{Names}}}
+
{{!}} '''Notable contributors:''' {{!!}} {{{contributors}}}
 
{{!}}-}}
 
{{!}}-}}
 
|-
 
|-
{{#if: {{{Travel|}}} |
+
{{#if: {{{travel|}}} |
{{!}} '''Travel:''' {{!!}} {{{Travel}}}
+
{{!}} '''Travel:''' {{!!}} {{{travel}}}
 
{{!}}-}}
 
{{!}}-}}
 
{{!}}-}}<!--
 
{{!}}-}}<!--
Line 50: Line 50:
 
<noinclude>
 
<noinclude>
 
{{Template doc}}
 
{{Template doc}}
[[Category:Infobox templates|User infobox]]
+
[[Category:Infobox templates|Project infobox]]
 
</noinclude>
 
</noinclude>

Latest revision as of 17:30, 9 February 2018

Infobox project
Infobox project
Information

Documentation for Infobox project

Usage

Please remove the parameters that are left blank. See Parameters section below for documentation of all parameters.

{{infobox project
| title =
| image =
| imagewidth = 
| icon =

| type =
| location =
| founded = 
| status =
| architect =
| contributors = 
| travel =

}}

Parameters

title
Assign if you want to override and manually set the infobox title. It will by default use the page name.
image
Your image link.
  • Example: |image = User Sleetwolf Profile Image.png
icon
type
location
founded
status
architect
contributors
travel
Self explanatory.
Template info.png This documentation is transcluded from Template:Infobox project/doc.