Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Template:Character Row"

From Paragon Wiki Archive
Jump to: navigation, search
m (+Cat:Character List Templates)
(subst'ing Table Start, Table Row, Table End)
Line 1: Line 1:
<noinclude>{{Table Start}}
+
<noinclude>
 +
{| border=0 cellpadding=0 cellspacing=0 style="border: 1px solid #AAAAAA;"
 
|-</noinclude>
 
|-</noinclude>
{{Table Row|Cell1={{{Name}}}|Cell2={{{Level}}}|Cell3={{{Archetype}}}|Cell4={{{Powerset}}}|Cell5={{{Server}}}}}<noinclude>
+
|-
{{Table End}}
+
{{#if: {{{Name}}} | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Name}}}}}
 +
  {{#if: {{{Level}}} | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Level}}}}}
 +
      {{#if: {{{Archetype}}} | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Archetype}}}}}
 +
        {{#if: {{{Powerset}}} | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Powerset}}}}}
 +
            {{#if: {{{Server}}} | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Server}}}}}
 +
              {{#if:  | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Cell6}}}}}
 +
                  {{#if:  | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Cell7}}}}}
 +
                    {{#if:  | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Cell8}}}}}
 +
                        {{#if:  | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Cell9}}}}}
 +
                          {{#if:  | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Cell10}}}}}
 +
                              {{#if:  | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Cell11}}}}}
 +
                                {{#if:  | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Cell12}}}}}
 +
                                    {{#if:  | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Cell13}}}}}
 +
                                      {{#if:  | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Cell14}}}}}
 +
                                          {{#if:  | {{!}}{{Table Cell|Style=padding:0 0.5em;border-bottom:0px solid #F4F4F4;border-left:1px solid #F4F4F4;|Data={{{Cell15}}}}}
 +
                                          }}
 +
                                      }}
 +
                                    }}
 +
                                }}
 +
                              }}
 +
                          }}
 +
                        }}
 +
                    }}
 +
                  }}
 +
              }}
 +
            }}
 +
        }}
 +
      }}
 +
  }}
 +
}}<noinclude>
 +
|}
  
 
__NOTOC__
 
__NOTOC__
Line 35: Line 66:
  
 
'''Server'''=Virtue
 
'''Server'''=Virtue
{{Table Start}}
+
{| border=0 cellpadding=0 cellspacing=0 style="border: 1px solid #AAAAAA;"
 
|-
 
|-
 
{{Character Row|Name=Digitizer|Level=50|Archetype=Controller|Powerset=Illusion Control/Kinetics|Server=Virtue}}
 
{{Character Row|Name=Digitizer|Level=50|Archetype=Controller|Powerset=Illusion Control/Kinetics|Server=Virtue}}
{{Table End}}
+
|}
  
  

Revision as of 03:33, 6 September 2010

Template:Table Cell Template:Table Cell Template:Table Cell Template:Table Cell Template:Table Cell


Decscription

This is used to add a character to a character list. If you use this you must first add a Character List Header template. Then you can add as many of these rows as you see fit. Finally you must then add a Character List Footer template to close the list.


Format

{{Character Row|Name=|Level=|Archetype=|Powerset=|Server=}}

Name is the name of the character you want to display.

Level is the level of the character you want to display.

Archetype is the archetype of the character you want to display.

Powerset is the powersets of the characer you want to display.

Server is the server where you can find this character.


Example

Name=Digitizer

Level=50

Archetype=Controller

Powerset=Illusion Control/Kinetics

Server=Virtue

Digitizer 50 Controller Illusion Control/Kinetics Virtue


What Next

After you have added all the charcter rows you wish to add you need to end the character list by using Charcter List Footer