Difference between revisions of "Template:PlayerMemberSince"
From QWiki
m (Trimmed dead space) |
m (Added inactive state) |
||
Line 1: | Line 1: | ||
− | <includeonly>{| style="width:310px; height: 40px; margin-right: 0.2em; margin-bottom:0.5em; background: linear-gradient(90deg, #f9f9f9 0%, #eeeeee 100%); border-radius:5px; box-shadow: 0 0 0 1px #ddd; text-align:left;" | + | <includeonly>{| {{#if:{{{inactive|}}}|style="width:310px; height: 40px; margin-right: 0.2em; margin-bottom:0.5em; background: linear-gradient(90deg, #eeeeee 0%, #eeeeee 100%);border-radius:5px; box-shadow: 0 0 0 1px #eee; text-align:left;">|style="width:310px; height: 40px; margin-right: 0.2em; margin-bottom:0.5em; background: linear-gradient(90deg, #f9f9f9 0%, #eeeeee 100%);border-radius:5px; box-shadow: 0 0 0 1px #ddd; text-align:left;">}} |
!style="text-align:left;padding-left:10px;height:40px;width:20px;"|{{#if:{{{2|}}}|<span style="white-space:nowrap; vertical-align: 4px; padding-left: 4px;">{{flag/{{lc:{{{2}}}}}}} </span>}} | !style="text-align:left;padding-left:10px;height:40px;width:20px;"|{{#if:{{{2|}}}|<span style="white-space:nowrap; vertical-align: 4px; padding-left: 4px;">{{flag/{{lc:{{{2}}}}}}} </span>}} | ||
!style="text-align:left;"|{{#if:{{{1|TBD}}}|[[{{{1|TBD}}}]]|{{abbr|TBD|To Be Decided}}}} | !style="text-align:left;"|{{#if:{{{1|TBD}}}|[[{{{1|TBD}}}]]|{{abbr|TBD|To Be Decided}}}} | ||
!style="font-weight:normal; text-align:right; padding-right:10px; color:#777;"|{{#if:{{{3|NS}}}|<small>''Joined {{{3}}} ({{Age|{{{3}}}|0|0}} years)''</small>|}} | !style="font-weight:normal; text-align:right; padding-right:10px; color:#777;"|{{#if:{{{3|NS}}}|<small>''Joined {{{3}}} ({{Age|{{{3}}}|0|0}} years)''</small>|}} | ||
|}<noinclude>[[Category:SeededPlayers]][[Category:Templates]]</noinclude></includeonly><noinclude>{{Documentation}}[[Category:Templates]]</noinclude> | |}<noinclude>[[Category:SeededPlayers]][[Category:Templates]]</noinclude></includeonly><noinclude>{{Documentation}}[[Category:Templates]]</noinclude> |
Revision as of 08:28, 15 October 2024
Documentation (view - edit)
Used for clan members, to show their legacy in the clan.
Example
This code:
{{PlayerMemberSince|Avenger|pl|2002}} {{PlayerMemberSince|Avenger|pl|2002|width=400}} {{PlayerMemberSince|ParadokS|dk|}} {{PlayerMemberSince|||}} {{PlayerMemberSince|Modemkorv|de|2009}} {{PlayerMemberSince|Modemkorv|de|2009|style=inactive}} {{PlayerMemberSince|Modemkorv|de|2009|style=red}} {{PlayerMemberSince|Modemkorv|de|2009|style=green}} {{PlayerMemberSince|Modemkorv|de|2009|style=blue}} {{PlayerMemberSince|Modemkorv|de|2009|style=purple}} {{PlayerMemberSince|Modemkorv|de|2009|style=yellow}}
Returns this:
Avenger | Joined 2002 (22 years) |
---|
Avenger | Joined 2002 (22 years) |
---|
ParadokS |
---|
TBD |
---|
Modemkorv | Joined 2009 (15 years) |
---|
Modemkorv | Joined 2009 (15 years) |
---|
Modemkorv | Joined 2009 (15 years) |
---|
Modemkorv | Joined 2009 (15 years) |
---|
Modemkorv | Joined 2009 (15 years) |
---|
Modemkorv | Joined 2009 (15 years) |
---|
Modemkorv | Joined 2009 (15 years) |
---|
- Default (name as link)
- Default with custom width (default is 310px)
- Leave year empty (shows no year)
- Leave all empty (shows TBD/noflag/noyear)
|style=inactive
set box style to inactive|style=red
set box style to red|style=green
set box style to green|style=blue
set box style to blue|style=purple
set box style to purple|style=yellow
set box style to yellow