Difference between revisions of "Template:Template:SiteProfile"
Jump to navigation
Jump to search
sc4e>JoeST m |
sc4e>JoeST m (Fixed it up) |
||
Line 15: | Line 15: | ||
Template:SiteProfile/name code: | Template:SiteProfile/name code: | ||
<pre>{{#if: {{{name|}}}|{{{name}}}'s|My}}</pre> | <pre>{{#if: {{{name|}}}|{{{name}}}'s|My}}</pre> | ||
+ | {{remove | ||
+ | | reason = it will be replaced by the better user template | ||
+ | }} | ||
</noinclude> | </noinclude> |
Revision as of 04:18, 30 July 2008
This template is designed to be used to provide a link to a particular user's profile page on one of the SimCity fansites. Please use instead of static links wherever possible.
Syntax
{{SiteProfile|site = |id = | name = }}
- site - the name of the site you are a member of. Can be; sc4d(SimCity 4 Devotion forums), st (Simtropolis forums), stex (Simtropolis Exchange), lex (SimCity 4 Exchange/BSC Exchange), or peg (SimPeg).
- id - your user ID (or name if Site = STEX or blank(for your wiki userpage))
- name - (optional) can be added if you want your name to replace "My" (for use on pages that are not your userpage)
Template:SiteProfile/name code:
{{#if: {{{name|}}}|{{{name}}}'s|My}}