Difference between revisions of "Template:Member"
Jump to navigation
Jump to search
(Basic template code copied from Wikipedia. Styling and attributes are to be changed.) |
(Added country parameter.) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|- | |- | ||
{{#if: {{{image|}}}| | {{#if: {{{image|}}}| | ||
− | {{!}} align="center" colspan="2" {{!}} {{{image}}} {{#if:{{{caption|}}}|<br /><small>{{{caption | + | {{!}} align="center" colspan="2" {{!}} {{{image}}} {{#if:{{{caption|}}}|<br /><small>{{{caption}}}</small>}} |
{{!}}- | {{!}}- | ||
}} | }} | ||
− | {{#if:{{{ | + | |
− | ! | + | {{#if:{{{name|}}}| |
− | {{!}} {{{ | + | ! Name: |
+ | {{!}} {{{name|}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
− | {{#if:{{{ | + | {{#if:{{{aka|}}}| |
− | ! | + | ! A.K.A.: |
− | {{!}} {{{ | + | {{!}} {{{aka|}}} |
{{!}}- | {{!}}- | ||
}} | }} | ||
− | {{#if:{{{ | + | {{#if:{{{rlname|}}}| |
− | ! | + | ! Real name: |
− | {{!}} {{{ | + | {{!}} {{{rlname|}}} |
{{!}}- | {{!}}- | ||
}} | }} | ||
− | {{#if:{{{ | + | {{#if:{{{age|}}}| |
− | ! | + | ! Age: |
− | {{!}} {{{ | + | {{!}} {{{age|}}} |
{{!}}- | {{!}}- | ||
}} | }} | ||
− | {{#if:{{{ | + | {{#if:{{{sex|}}}| |
− | ! | + | ! Sex: |
− | {{!}} {{{ | + | {{!}} {{{sex|}}} |
{{!}}- | {{!}}- | ||
}} | }} | ||
− | {{#if:{{{ | + | {{#if:{{{location|}}}| |
− | ! | + | ! Location: |
− | {{!}} {{{ | + | {{!}} {{{location|}}} |
{{!}}- | {{!}}- | ||
}} | }} | ||
− | {{#if:{{{ | + | {{#if:{{{country|}}}| |
− | ! | + | ! Country: |
− | {{!}} {{{ | + | {{!}} {{{country|}}} |
{{!}}- | {{!}}- | ||
}} | }} | ||
− | {{#if:{{{ | + | {{#if:{{{bdate|}}}| |
− | ! | + | ! Birthdate: |
− | {{!}} {{{ | + | {{!}} {{{bdate|}}} |
{{!}}- | {{!}}- | ||
}} | }} | ||
− | {{#if:{{{ | + | {{#if:{{{blood|}}}| |
− | ! | + | ! Blood type: |
+ | {{!}} {{{blood|}}} | ||
{{!}}- | {{!}}- | ||
− | |||
}} | }} | ||
+ | {{#if:{{{jdate|}}}| | ||
+ | ! Official join date: | ||
+ | {{!}} {{{jdate|}}} | ||
+ | {{!}}- | ||
+ | }} | ||
+ | {{#if:{{{pos|}}}| | ||
+ | ! Current position: | ||
+ | {{!}} {{{pos|}}} | ||
+ | {{!}}- | ||
+ | }} | ||
+ | {{#if:{{{motto|}}}| | ||
+ | ! Motto: | ||
+ | {{!}} {{{motto|}}} | ||
+ | {{!}}- | ||
+ | }} | ||
+ | {{#if:{{{like|}}}| | ||
+ | ! Likes: | ||
+ | {{!}} {{{like|}}} | ||
+ | {{!}}- | ||
+ | }} | ||
+ | {{#if:{{{dis|}}}| | ||
+ | ! Dislikes: | ||
+ | {{!}} {{{dis|}}} | ||
+ | {{!}}- | ||
+ | }} | ||
+ | |||
|} | |} | ||
+ | |||
+ | |||
+ | <!--Usage: | ||
+ | {{ member | ||
+ | | name = | ||
+ | | image = | ||
+ | | caption = | ||
+ | | aka = | ||
+ | | rlname = | ||
+ | | age = | ||
+ | | sex = | ||
+ | | location = | ||
+ | | country = | ||
+ | | bdate = | ||
+ | | blood = | ||
+ | | jdate = | ||
+ | | pos = | ||
+ | | like = | ||
+ | | motto = | ||
+ | | dis = | ||
+ | }}--> |
Latest revision as of 11:18, 27 March 2008
Member |
---|