Difference between revisions of "Template:User banner"
(playing in my sandbox) |
|||
(14 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | {| style="width: | + | <div class="plainlinks"> |
− | ! style=" | + | {|class="wikitable" style="width:100%; border:1px solid {{{color|black}}}; text-align:center" |
+ | |style="width:10%" |[[Image:Speech voice.png|x52px|link=User_talk:{{PAGENAMEE}}|Talk]] | ||
+ | |style="width:10%" |[[Image:Want.png|x52px|link={{fullurl:User_talk:{{PAGENAMEE}}|action=edit§ion=new}}]] | ||
+ | |style="width:10%" |[[Image:Tf2wiki_edit_icon.png|x52px|link=Special:Contributions/{{PAGENAMEE}}|Contributions]]{{#if:{{{steamid|}}}|<br /> | ||
+ | {{!}}style="width:10%" {{!}}[[Image:Steam_tray.png|x52px|link=http://steamcommunity.com/id/{{{steamid}}}|Steam]]|}}{{#if:{{{youtube|}}}|<br /> | ||
+ | {{!}}style="width:10%" {{!}}[[Image:YouTube Icon.png|x52px|link=http://youtube.com/{{{youtube}}}|Steam]]|}}{{#if:{{{steamid|}}}|{{#if:{{{backpack|}}}|<br /> | ||
+ | {{!}}style="width:10%" {{!}}[[Image:Backpack case.png|x52px|link=http://tf2tools.net/id/{{{steamid}}}|Backpack]]|}}|}}{{#if:{{{steamid|}}}|{{#if:{{{stats|}}}|<br /> | ||
+ | {{!}}style="width:10%" {{!}}[[Image:Achieved.png|x52px|link=http://tf2stats.net/player_stats/{{{steamid}}}|Stats]]|}}|}} | ||
|- | |- | ||
− | | | + | |style="width:10%" |[[User_talk:{{PAGENAMEE}}|Talk]] |
− | + | |style="width:10%" |[{{fullurl:User_talk:{{PAGENAMEE}}|action=edit§ion=new}} Start discussion] | |
+ | |style="width:10%" |[[Special:Contributions/{{PAGENAMEE}}|Contributions]]{{#if:{{{steamid|}}}|<br /> | ||
+ | {{!}}style="width:10%" {{!}}[http://steamcommunity.com/id/{{{steamid}}} Steam]|}}{{#if:{{{youtube|}}}|<br /> | ||
+ | {{!}}style="width:10%" {{!}}[http://youtube.com/{{{youtube}}} Youtube]|}}{{#if:{{{steamid|}}}|{{#if:{{{backpack|}}}|<br /> | ||
+ | {{!}}style="width:10%" {{!}}[http://tf2tools.net/id/{{{steamid}}} Backpack]|}}|}}{{#if:{{{steamid|}}}|{{#if:{{{stats|}}}|<br /> | ||
+ | {{!}}style="width:10%" {{!}}[http://tf2stats.net/player_stats/{{{steamid}}} Stats]|}}|}} | ||
|} | |} | ||
+ | </div> | ||
<noinclude> | <noinclude> | ||
+ | {{doc begin}} | ||
+ | This template makes a nice banner for the top of your user page | ||
+ | === Usage === | ||
+ | <nowiki>{{User Banner | ||
+ | |color = deeppink | ||
+ | |steamid=natemckn | ||
+ | |youtube=natemckn | ||
+ | |stats=yes | ||
+ | |backpack=yes}}</nowiki> | ||
+ | |||
+ | creates: | ||
+ | {{User:Natemckn/sandbox4 | ||
+ | |color = deeppink | ||
+ | |steamid=natemckn | ||
+ | |youtube=natemckn | ||
+ | |stats=yes | ||
+ | |backpack=yes}} | ||
+ | |||
+ | The parameters are as follows: | ||
+ | |||
+ | :<code>color -</code> applies an HTML color to the border. | ||
+ | :<code>steamid -</code> will add a link to your steamcommunity page, currently only accepts /id/ links/ | ||
+ | :<code>youtube -</code> adds a link to your youtube page | ||
+ | :<code>stats -</code> adds a link to tf2stats.net page. Leave blank to remove. Requires steamid to work. (Currently Broken) | ||
+ | :<code>backpack - </code>: adds a link to tf2tools.net backpack. Leave blank to remove. Requires steamid to work. | ||
</noinclude> | </noinclude> |
Latest revision as of 07:03, 24 April 2020
Documentation for User banner
This template makes a nice banner for the top of your user page
Usage
{{User Banner |color = deeppink |steamid=natemckn |youtube=natemckn |stats=yes |backpack=yes}}
creates:
The parameters are as follows:
color -
applies an HTML color to the border.steamid -
will add a link to your steamcommunity page, currently only accepts /id/ links/youtube -
adds a link to your youtube pagestats -
adds a link to tf2stats.net page. Leave blank to remove. Requires steamid to work. (Currently Broken)backpack -
: adds a link to tf2tools.net backpack. Leave blank to remove. Requires steamid to work.