Difference between revisions of "Template:Userbox CIT"
From Ouroboros Portal
m (playing with #if) |
m |
||
(32 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | [http:// | + | [http://cit.cohtitan.com/character/{{{2}}} http://avatars.cohtitan.com/{{#if: {{{3|}}} | avatars | signatures}}/cit/{{{2}}}.png]<noinclude> |
---- | ---- | ||
Takes 3 variables: | Takes 3 variables: | ||
* Server name, not case sensitive. | * Server name, not case sensitive. | ||
− | * Toonid from | + | * Toonid from [http://cit.cohtitan.com/ City Info Tracker's] Avatar system. |
− | * The third is optional and specifies | + | * The third is optional and specifies whether it's the Avatar or Signature version. |
---- | ---- | ||
{| | {| | ||
− | + | ! Generic code | |
− | + | ! Example code | |
− | + | ! Result of code | |
|- | |- | ||
− | || <nowiki>{{Userbox CIT|</nowiki> | + | || <nowiki>{{Userbox CIT|</nowiki>''server''<nowiki>|</nowiki>''toonid''<nowiki>}}</nowiki> |
− | || <nowiki>{{Userbox CIT| | + | || <nowiki>{{Userbox CIT|Champion|7823}}</nowiki> |
− | || {{Userbox CIT| | + | || {{Userbox CIT|Champion|7823}} |
|- | |- | ||
− | || <nowiki>{{Userbox CIT|</nowiki> | + | || <nowiki>{{Userbox CIT|</nowiki>''server''<nowiki>|</nowiki>''toonid''<nowiki>|</nowiki>''any_text''<nowiki>}}</nowiki> |
− | || <nowiki>{{Userbox CIT| | + | || <nowiki>{{Userbox CIT|Champion|7823|yes}}</nowiki> |
− | || {{Userbox CIT| | + | || {{Userbox CIT|Champion|7823|yes}} |
|} | |} | ||
− | [[Category:Userbox Templates]]</noinclude> | + | [[Category:Userbox Templates|CIT]]</noinclude> |
Latest revision as of 18:27, 12 August 2009
http://avatars.cohtitan.com/signatures/cit/{{{2}}}.png
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}} | |
{{Userbox CIT|server|toonid|any_text}} | {{Userbox CIT|Champion|7823|yes}} |