User:Randall00/Sandbox: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<table class="infobox" style="width: 20em; font-size: 90%; text-align: left; padding: 0.5em; margin-bottom: 0.5em; margin-left: 1em; background-color: white; border: 1px solid #aaaaaa;  float: right; clear: right;">
<style type="text/css">
<tr>
<th colspan = "2" style = "text-align: center;">'''{{{crewname}}}'''</th>
</tr>
{{#if:{{{image|}}}|
<tr>
<td colspan="2" style="text-align: center; padding: 0.2em;">[[Image:{{{image}}}|200px|A picture of {{{current_name}}}.]]{{#if:{{{caption|}}}|<br>''{{{caption}}}''}}</td>
</tr>}}
<span style = "padding-right: 1.2em; vertical-align: top;">
<tr><th style="white-space: nowrap;">Members</th><td>{{{members}}}</td></tr>
{{#if:{{{names|}}}|<tr><th style="white-space: nowrap;">Name(s)</th><td>{{{names}}}</td></tr>}}<!--
-->{{#if:{{{heights|}}}|<tr><th style="white-space: nowrap;">Heights</th><td>{{{heights}}}</td></tr>}}<!--
-->{{#if:{{{weights|}}}|<tr><th style="white-space: nowrap;">Combined weight</th><td>{{{weights}}}</td></tr>}}<!--
-->{{#if:{{{hometown|}}}|<tr><th style="white-space: nowrap;">Hometown</th><td>{{{hometown}}}</td></tr>}}<!--
-->{{#if:{{{billed|}}}|<tr><th style="white-space: nowrap;">Billed from</th><td>{{{billed}}}</td></tr>}}<!--
-->{{#if:{{{former_members|}}}|<tr><th style="white-space: nowrap;">Former members</th><td>{{{former_members}}}</td></tr>}}<!--
-->{{#if:{{{debut|}}}|<tr><th style="white-space: nowrap;">Debuted</th><td>{{{debut}}}</td></tr>}}<!--
-->{{#if:{{{disbanded|}}}|<tr><th style="white-space: nowrap;">Disbanded</th><td>{{{disbanded}}}</td></tr>}}<!--
-->{{#if:{{{promotions|}}}|<tr><th style="white-space: nowrap;">Promotions</th><td>{{{promotions}}}</td></tr>}}<!--
-->{{#if:{{{trainer|}}}|<tr><th style="white-space: nowrap;">Trainer</th><td>{{{trainer}}}</td></tr>}}<!--
--></span></table><noinclude>


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>






<pre><nowiki>
.shiftcontainer{
{{Infobox Wrestling team
position: relative;
|crewname =
left: 5px; /*Number should match -left shadow depth below*/
|image    =
top: 5px; /*Number should match -top shadow depth below*/
|crewsize =
}
|member1  =
|member2  =
|member3  =
|member4  =
|member5  =
|formermembers  =
|founded        =
|disbanded      =
|location      =
|}}
</nowiki></pre>


The following fields can also be used but are made more specifically for tag teams rather than stables:
.shadowcontainer{
width: 300px; /* container width*/
background-color: #d1cfd0;
}


<pre><nowiki>
.shadowcontainer .innerdiv{
|heights=
/* Add container height here if desired */
|weights=
background-color: white;
|billed=
border: 1px solid gray;
|hometown=
padding: 6px;
|trainer=
position: relative;
</nowiki></pre>
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}


==Description of fields==
</style>
{| class="wikitable"
! style="text-align: left" | Parameter
! style="text-align: left" | Explanation
|-
|'''article_name'''
|The name of the article.
|-
|'''type'''
|Whether the article is about a [[Stable (professional wrestling)|stable]] ('''S''') or a [[tag team]] ('''T''').
|-
|'''image'''
|A picture of the team/stable.
|-
|'''caption'''
|A caption for the image.
|-
|'''members'''
|A list of the current individual wrestlers, separated by <nowiki><br /></nowiki>.<br />If the team has disbanded, all members go here instead of the former_members field. If the article is a stable with a large number of members, it is best to place '''(see Members)''' in this field and create a section titled '''Members''' in the article instead.
|-
|'''names'''
|Any former names the stable/team has gone under, also separated by <nowiki><br /></nowiki> tag.
|-
|'''former_members'''
|If the stable/team is still active, any former members of the team, separated by <nowiki><br /></nowiki> tag. If the article is a stable with a large number of former members, it is best to place '''(see Former members)''' in this field and create a section titled '''Former members''' in the article instead.
|-
|'''debut'''
|Specific debut date or year of debut.
|-
|'''disbanded'''
|Date or year of '''permanent''' breakup.
|-
|'''promotions'''
|A list of promotions (acronyms), separated by <nowiki><br /></nowiki> tag, the stable/team has wrestled in.
|}
The following fields can also be used but are made more specifically for tag teams rather than stables:


{| class="wikitable"
<![endif]>
! style="text-align: left" | Parameter
! style="text-align: left" | Explanation
|-
|'''heights'''
|The individual wrestlers heights, using the [[:template:height|height template]].<br /><center><nowiki>Example: [Wrestler one]:<br />{{height|ft=6|in=1}}<br />[Wrestler two]:<br />{{height|ft=6|in=7}}</nowiki></center>Use the [[metric system]] for teams based in countries which use it.
|-
|'''weights'''
|The ''combined'' weight of the team using the [[template:weight|weight template]]. Use the metric system for teams based in countries which use it.
|-
|'''billed'''
|Location billed by the promoter, if a team us billed from the same place.
|-
|'''hometown'''
|[[Legit (professional wrestling)|Actual]] hometown, if both members of the tag team come from the same place.
|-
|'''trainer'''
|A list of trainers if the team has been trained ''together'' by that person.
|}


[[Category:Sports infobox templates|Wrestling team]]
 
[[Category:Professional wrestling templates|{{PAGENAME}}]]
<div class="shiftcontainer">
[[Category:People infobox templates|Wrestling team]]
<div class="shadowcontainer">
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]
<div class="innerdiv">
</noinclude>
<b>Some title</b> <br />
Some text here. Some text here.<br />
Some text here. Some text here.<br />
Some text here. Some text here.<br />
Some text here. Some text here.
</div>
</div>
</div>

Revision as of 13:47, July 6, 2007

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */ /*URL: http://www.dynamicdrive.com/style/ */ <![if !IE 6]>


.shiftcontainer{ position: relative; left: 5px; /*Number should match -left shadow depth below*/ top: 5px; /*Number should match -top shadow depth below*/ }

.shadowcontainer{ width: 300px; /* container width*/ background-color: #d1cfd0; }

.shadowcontainer .innerdiv{ /* Add container height here if desired */ background-color: white; border: 1px solid gray; padding: 6px; position: relative; left: -5px; /*shadow depth*/ top: -5px; /*shadow depth*/ }

</style>

<![endif]>


Some title
Some text here. Some text here.
Some text here. Some text here.
Some text here. Some text here.
Some text here. Some text here.