Template:Userbox CIT: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Konoko
m (wow, that was a bad mistake. Link wouldn't have worked.)
imported>Sekoia
(+{{documentation}})
 
(36 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[http://www.cityinfoterminal.com/badgetracking/btpages/characterdetail.aspx?toonid={{{toonid}}} http://www.cityinfoterminal.com/fs/{{{server}}}/{{{toonid}}}{{{avatar}}}.png]<noinclude>
[http://cit.cohtitan.com/character/{{{2}}} http://avatars.cohtitan.com/{{#if: {{{3|}}} | avatars | signatures}}/cit/{{{2}}}.png]<noinclude>
----
{{documentation}}</noinclude>
Takes 3 variables:
* Server name, not case sensitive.
* Toonid from City Info Terminal's [http://www.cityinfoterminal.com/badgetracking/btpages/avatarsystem.aspx Avatar system].
* The third is optional and specifies wether it's the Avatar or Signature version.
----
{|
! Generic code
! Example code
! Result of code
|-
|| <nowiki>{{Userbox CIT|</nowiki>server=''server''<nowiki>|</nowiki>toonid=''toonid''<nowiki>|</nowiki>avatar=<nowiki>}}</nowiki>
|| <nowiki>{{Userbox CIT|server=Champion|toonid=7823|avatar=}}</nowiki>
|| {{Userbox CIT|server=Champion|toonid=7823|avatar=}}
|-
|| <nowiki>{{Userbox CIT|</nowiki>server=''server''<nowiki>|</nowiki>toonid=''toonid''<nowiki>|</nowiki>avatar=a<nowiki>}}</nowiki>
|| <nowiki>{{Userbox CIT|server=Champion|toonid=7823|avatar=a}}</nowiki>
|| {{Userbox CIT|server=Champion|toonid=7823|avatar=a}}
|}
 
[[Category:Userbox Templates]]</noinclude>

Latest revision as of 00:13, 1 September 2010

http://avatars.cohtitan.com/signatures/cit/{{{2}}}.png

[edit] [purge] Documentation

Takes 3 variables:

  • Server name, not case sensitive.
  • Toonid from City Info Tracker's Avatar system.
  • The third is optional and specifies whether it's the Avatar or Signature version.


Generic code Example code Result of code
{{Userbox CIT|server|toonid}} {{Userbox CIT|Champion|7823}} http://avatars.cohtitan.com/signatures/cit/7823.png
{{Userbox CIT|server|toonid|any_text}} {{Userbox CIT|Champion|7823|yes}} http://avatars.cohtitan.com/avatars/cit/7823.png