Difference between revisions of "Template:Character Profile"
From PSU Cyril Wiki
m |
m |
||
Line 1: | Line 1: | ||
− | + | {| cellspacing="1" style="text-align:center; background:#bbb" | |
{{ #ifeq: {{{mode|}}} | short || | {{ #ifeq: {{{mode|}}} | short || | ||
{{bar}}- style="background:#ddd" | {{bar}}- style="background:#ddd" | ||
− | ! width="120" {{bar}}Name {{bar}}{{bar}} width="80" {{bar}}Race {{bar}}{{bar}} width="80" {{bar}}Gender {{bar}}{{bar}} width="80" {{bar}}Level {{bar}}{{bar}} width="80" {{bar}}Type {{bar}}{{bar}} width=" | + | ! width="120" {{bar}}Name {{bar}}{{bar}} width="80" {{bar}}Race {{bar}}{{bar}} width="80" {{bar}}Gender {{bar}}{{bar}} width="80" {{bar}}Level {{bar}}{{bar}} width="80" {{bar}}Type {{bar}}{{bar}} width="50" {{bar}}HU {{bar}}{{bar}} width="50" {{bar}}RA {{bar}}{{bar}} width="50" {{bar}}FO {{bar}}{{bar}} width="50" {{bar}}FG {{bar}}{{bar}} width="50" {{bar}}GT {{bar}}{{bar}} width="50" {{bar}}WT {{bar}}{{bar}} width="50" {{bar}}fF {{bar}}{{bar}} width="50" {{bar}}fG {{bar}}{{bar}} width="50" {{bar}}fT {{bar}}{{bar}} width="50" {{bar}}PT |
}} | }} | ||
|- style="background:#eee" | |- style="background:#eee" | ||
− | | {{{name|}}} || {{{race|}}} || {{{gender|}}} || {{{level|}}} || {{{type|}}} || {{{ | + | | width="120"|{{{name|}}} || width="80"|{{{race|}}} || width="80"|{{{gender|}}} || width="80"|{{{level|}}} || width="80"|{{{type|}}} || width="50"|{{{HU|}}} || width="50"|{{{RA|}}} || width="50"|{{{FO|}}} || width="50"|{{{FG|}}} || width="50"|{{{GT|}}} || width="50"|{{{WT|}}} || width="50"|{{{fF|}}} || width="50"|{{{fG|}}} || width="50"|{{{fT|}}} || width="50"|{{{PT|}}} |
|}</includeonly> | |}</includeonly> | ||
Line 11: | Line 11: | ||
Using the follow code: | Using the follow code: | ||
<pre>{{Character Profile | <pre>{{Character Profile | ||
− | |name= Ethan Waber |race= Human |gender= ♂ |level= 100 |type= Hunter | | + | |name= Ethan Waber |race= Human |gender= ♂ |level= 100 |type= Hunter |HU= 10 |RA= 10 |FO= 10 |FG= 10 |GT= 10 |WT= 10 |fF= 10 |fG= 10 |fT= 10 |PT= 10 |
}}{{Character Profile | mode=short | }}{{Character Profile | mode=short | ||
− | |name= Karen Erra |race= Newman |gender= ♀ |level= 99 |type= Hunter | | + | |name= Karen Erra |race= Newman |gender= ♀ |level= 99 |type= Hunter |HU= 10 |RA= 10 |FO= 10 |FG= 10 |GT= 10 |WT= 10 |fF= 10 |fG= 10 |fT= 10 |PT= 10 |
}}</pre> | }}</pre> | ||
The following result was created: | The following result was created: | ||
{{Character Profile | {{Character Profile | ||
− | |name= Ethan Waber |race= Human |gender= ♂ |level= ∞ |type= Hunter | | + | |name= Ethan Waber |race= Human |gender= ♂ |level= ∞ |type= Hunter |HU= 10 |RA= 10 |FO= 10 |FG= 10 |GT= 10 |WT= 10 |fF= 10 |fG= 10 |fT= 10 |PT= 10 |
}}{{Character Profile | mode=short | }}{{Character Profile | mode=short | ||
− | |name= Karen Erra |race= Newman |gender= ♀ |level= 99 |type= Hunter | | + | |name= Karen Erra |race= Newman |gender= ♀ |level= 99 |type= Hunter |HU= 10 |RA= 10 |FO= 10 |FG= 10 |GT= 10 |WT= 10 |fF= 10 |fG= 10 |fT= 10 |PT= 10 |
}} | }} | ||
[[Category: Templates]]</noinclude> | [[Category: Templates]]</noinclude> |
Revision as of 11:55, 26 November 2006
Name | Race | Gender | Level | Type | HU | RA | FO | FG | GT | WT | fF | fG | fT | PT |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Example
Using the follow code:
{{Character Profile |name= Ethan Waber |race= Human |gender= ♂ |level= 100 |type= Hunter |HU= 10 |RA= 10 |FO= 10 |FG= 10 |GT= 10 |WT= 10 |fF= 10 |fG= 10 |fT= 10 |PT= 10 }}{{Character Profile | mode=short |name= Karen Erra |race= Newman |gender= ♀ |level= 99 |type= Hunter |HU= 10 |RA= 10 |FO= 10 |FG= 10 |GT= 10 |WT= 10 |fF= 10 |fG= 10 |fT= 10 |PT= 10 }}
The following result was created:
Name | Race | Gender | Level | Type | HU | RA | FO | FI | GT | WT | FF | FG | FT | PT | AF | AT | FM | GM | MF |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Ethan Waber | Human | ♂ | ∞ | Hunter | 10 | 10 | 10 | 10 | 10 | 10 | 10 |
Name | Race | Gender | Level | Type | HU | RA | FO | FI | GT | WT | FF | FG | FT | PT | AF | AT | FM | GM | MF |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Karen Erra | Newman | ♀ | 99 | Hunter | 10 | 10 | 10 | 10 | 10 | 10 | 10 |