Difference between revisions of "Template:Demo parts/sandbox"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (Sandbox hook for testcases)
(Workaround for missing CSS.)
Line 8: Line 8:
 
| listclass  = hlist
 
| listclass  = hlist
 
| state      = {{{state|}}}
 
| state      = {{{state|}}}
 +
 +
| bodystyle      = {{Navbox style|body}}
 +
| innerstyle      = {{Navbox style|inner}}
 +
| titlestyle      = {{Navbox style|title}}
 +
| abovestyle      = {{Navbox style|above}}
 +
| belowstyle      = {{Navbox style|below}}
 +
| groupstyle      = {{Navbox style|group}}
 +
| liststyle      = {{Navbox style|list}}
 +
| evenstyle      = {{Navbox style|even}}
 +
| oddstyle        = {{Navbox style|odd}}
 +
| navbarstyle    = {{Navbox style|navbar}}
 +
| navbarfontstyle = {{Navbox style|navbarfont}}
  
 
| above      =
 
| above      =
Line 93: Line 105:
  
 
| below      =
 
| below      =
}}
+
}}<includeonly>{{main other|[[Category:Demo parts{{if lang}}]]}}</includeonly><noinclude>
 +
 
 +
Current version above, test/demo version with subgroups below.  Does it look better with the subgroups?
 +
 
 
{{Navbox{{#ifeq:{{{navbox}}}|sandbox|/sandbox|{{\sandbox}}}}
 
{{Navbox{{#ifeq:{{{navbox}}}|sandbox|/sandbox|{{\sandbox}}}}
 
| name      = Demo parts/sandbox
 
| name      = Demo parts/sandbox
Line 103: Line 118:
 
| listclass  = hlist
 
| listclass  = hlist
 
| state      = {{{state|}}}
 
| state      = {{{state|}}}
 +
 +
| bodystyle      = {{Navbox style|body}}
 +
| innerstyle      = {{Navbox style|inner}}
 +
| titlestyle      = {{Navbox style|title}}
 +
| abovestyle      = {{Navbox style|above}}
 +
| belowstyle      = {{Navbox style|below}}
 +
| groupstyle      = {{Navbox style|group}} text-align: center;
 +
| liststyle      = {{Navbox style|list}}
 +
| evenstyle      = {{Navbox style|even}}
 +
| oddstyle        = {{Navbox style|odd}}
 +
| navbarstyle    = {{Navbox style|navbar}}
 +
| navbarfontstyle = {{Navbox style|navbarfont}}
  
 
| above      =
 
| above      =
Line 125: Line 152:
 
   }}
 
   }}
 
| list2      = {{Navbox subgroup{{#ifeq:{{{navbox}}}|sandbox|/sandbox|{{\sandbox}}}}
 
| list2      = {{Navbox subgroup{{#ifeq:{{{navbox}}}|sandbox|/sandbox|{{\sandbox}}}}
 +
| bodystyle      = {{Navbox style|child|body}}
 +
| titlestyle      = {{Navbox style|child|title}}
 +
| abovestyle      = {{Navbox style|child|above}}
 +
| belowstyle      = {{Navbox style|child|below}}
 +
| groupstyle      = {{Navbox style|child|group}}
 +
| liststyle      = {{Navbox style|child|list}}
 +
| evenstyle      = {{Navbox style|child|even}}
 +
| oddstyle        = {{Navbox style|child|odd}}
 +
 
  | evenodd = swap
 
  | evenodd = swap
 
  | group1 = Fuel
 
  | group1 = Fuel
Line 195: Line 231:
  
 
| below      =
 
| below      =
}}<includeonly>{{main other|[[Category:Demo parts{{if lang}}]]}}</includeonly><noinclude>
+
}}
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 03:28, 8 June 2015

Current version above, test/demo version with subgroups below. Does it look better with the subgroups?

Documentation icon Template documentation[view] [edit] [history] [purge]Pages that link to Template:Demo parts/sandbox

Usage

Just add {{Demo parts}} at the bottom of the page for a part.

Purpose

The purpose of the {{Demo parts}} template is to provide a structure to ease navigation between the many parts available in the KSP demo. Feel free to restructure it to add further clarity.

Articles including the template will be added to Category:Demo parts.

Collapsible options

How to manage this template's initial visibility
To manage this template's visibility when it first appears, add the parameter:

|state=collapsed to show the template in its collapsed state, i.e. hidden apart from its titlebar – e.g. {{Demo parts |state=collapsed}}
|state=expanded to show the template in its expanded state, i.e. fully visible – e.g. {{Demo parts |state=expanded}}

Unless set otherwise (see the |state= parameter in the template's code), the template's default state is collapsed.

See also