Template:Hidden: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Drew R. Smith
No edit summary
imported>Drew R. Smith
No edit summary
Line 20: Line 20:
  -->class="navbox-title"><!--
  -->class="navbox-title"><!--


-->{{#if:{{#switch:{{{navbar|}}}|plain|off=1}}<!--
 
  -->{{#if:{{{name|}}}||{{#switch:{{{border|{{{1|}}}}}}|subgroup|child|none=1}}}}|<!--
  -->{{#if:{{{name|}}}||{{#switch:{{{border|{{{1|}}}}}}|subgroup|child|none=1}}}}|<!--
  -->{{#ifeq:{{{navbar|}}}|off|{{#ifeq:{{{state|}}}|plain|<div style="float:right;width:6em;">&nbsp;</div>}}|<!--
   
  -->{{#ifeq:{{{state|}}}|plain||<div style="float:left; width:6em;text-align:left;">&nbsp;</div>}}}}|<!--
  -->{{#ifeq:{{{state|}}}|plain||<div style="float:left; width:6em;text-align:left;">&nbsp;</div>}}|<!--
  --><div style="float:left; width:6em;text-align:left;"><!--
  --><div style="float:left; width:6em;text-align:left;"><!--
-->{{Navbar|{{{name}}}|fontstyle={{{basestyle|}}};{{{titlestyle|}}};border:none;|mini=1}}<!--
  --></div>{{#ifeq:{{{state|}}}|plain|<div style="float:right;width:6em;">&nbsp;</div>}}}}<!--
  --></div>{{#ifeq:{{{state|}}}|plain|<div style="float:right;width:6em;">&nbsp;</div>}}}}<!--


  --><span class="{{{titleclass|}}}" style="font-size:{{#switch:{{{border|{{{1|}}}}}}|subgroup|child|none=100|#default=110}}%;"><!--
  --><span class="{{{titleclass|}}}" style="font-size:{{#switch:{{{border|{{{1|}}}}}}|subgroup|child|none=100|#default=110}}%;"><!--
  -->{{{title}}}</span></th></tr>}}<!--
  -->{{{title}}}</span></th></tr><!--





Revision as of 05:07, 7 August 2009

This documentation is transcluded from Template:Hidden/doc (edit | history)

This template was originally developed to serve a simple purpose. However, in its development, it grew into something with a much larger function.


Basic Usage

The basic use of this template is to hide text with a [show/hide] link.

Example

{{Hidden
| title = Title Here
| state = collapsed
| list1   = Hidden Stuff
}}

More complex stuff

This template is also capable of making Navboxes, similar to WP's.

Example

{{Hidden
| name  = Hidden/doc
| title = Title
| image = [[Image:KamehamehaI.jpg|80px]]

| above = Above text goes here

| group1 = Who
| list1  = Some Text

| group2 = What
| list2  = [[Some Linked Text]]

| group3 = When
| list3  = [[List Part One]]{{·}} [[List Part Two]]

| group4 = Where
| list4  = Foo{{·}}FooII{{·}}FooIII{{·}}FooIV{{·}}FooV{{·}}FooVI{{·}}FooVII

| group5 = Why
| list5  = Bar

| below  = Website: [http://www.citizendium.org citizendium]
}}

Another Example

{{Hidden
| name  = Hidden/doc
| title = [[Multimedia Super Corridor|MSC Malaysia]]
| image = [[Image:Flag of Malaysia.svg|80px]]

| above = Above text goes here

| group1 = Centre
| list1  = [[Cyberjaya]]

| group2 = Area
| list2  = [[Klang Valley]]

| group3 = Major landmarks
| list3  = [[Petronas Twin Towers]]{{·}} [[Kuala Lumpur Tower]]{{·}}[[Kuala Lumpur Sentral]]{{·}} [[Technology Park Malaysia]]{{·}}[[Putrajaya]]{{·}} [[Cyberjaya]]

| group4 = Infrastructure
| list4  = [[Express Rail Link]]{{·}} [[KL-KLIA Dedicated Expressway]]

| group5 = Prime applications
| list5  = [[EGovernment]]{{·}} [[MyKad]]

| below  = Website: [http://www.msc.com.my/ www.msc.com.my]
}}