Template:UserpageHeading/doc: Difference between revisions
Jump to navigation
Jump to search
Credit to Sven for his formula of the table and Thedoczek for configuring it to templates.
You can still use old, short template code, without Heading!
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<center>''Credit to [[User:Sven|Sven]] for his formula of the table and [[User:Thedoczek|Thedoczek]] for configuring it to templates.''<br /> | <center>''Credit to [[User:Sven|Sven]] for his formula of the table and [[User:Thedoczek|Thedoczek]] for configuring it to templates.''<br /> | ||
''You can still use old, short template code, without'' Heading''!''</center> | ''You can still use old, short template code, without'' Heading''!''</center> | ||
< | == Examples == | ||
{{userpage|username= | === Normal === | ||
</nowiki></ | <pre><nowiki> | ||
{{userpage|username=Sven}} | |||
</nowiki></pre> | |||
will generate | |||
{{userpage|username=Sven}} | |||
=== With projects <small>(User:username/projects)</small> === | |||
<pre><nowiki> | |||
{{userpage/projects|username=Headquarter8302}} | |||
</nowiki></pre> | |||
wil generate | |||
{{userpage/projects|username=Headquarter8302}} | |||
=== With sandbox <small>(User:username/sandbox)</small> === | |||
<pre><nowiki> | |||
{{userpage/sandbox|username=Thedoczek}} | |||
</nowiki></pre> | |||
will generate | |||
{{userpage/sandbox|username=Thedoczek}} | |||
=== With projects and sandbox === | |||
<pre><nowiki> | |||
{{userpage/prosan|username=PortalPlayer1}} | |||
</nowiki></pre> | |||
will generate | |||
{{userpage/prosan|username=PortalPlayer1}} | |||
== Custom title == | |||
You can also set own title, other than username. | |||
<pre><nowiki> | |||
{{userpage|username=Headquarter8302|displayas=My pages!}} | |||
</nowiki></pre> | |||
will generate | |||
{{userpage|username=Headquarter8302|displayas=My pages!}} | |||
== Visual table of contents == | |||
{|Class="wikitable" | {|Class="wikitable" | ||
!!style="text-align:right" |Template name | !!style="text-align:right" |Template name |
Revision as of 10:40, 30 July 2020
You can still use old, short template code, without Heading!
Examples
Normal
{{userpage|username=Sven}}
will generate
{{{1}}} | ||
[[User:{{{1}}}| My User Page!]] | [[User_talk:{{{1}}}| My Talk Page!]] | [[Special:Contributions/{{{1}}}| My Contributions!]] |
With projects (User:username/projects)
{{userpage/projects|username=Headquarter8302}}
wil generate
{{{1}}} | ||||
[[User:{{{1}}}| My User Page!]] | [[User_talk:{{{1}}}| My Talk Page!]] | [[Special:Contributions/{{{1}}}| My Contributions!]] | [[User:{{{1}}}/projects| My Projects!]] |
With sandbox (User:username/sandbox)
{{userpage/sandbox|username=Thedoczek}}
will generate
{{{1}}} | ||||
[[User:{{{1}}}| My User Page!]] | [[User_talk:{{{1}}}| My Talk Page!]] | [[Special:Contributions/{{{1}}}| My Contributions!]] | [[User:{{{1}}}/sandbox| My Sandbox!]] |
With projects and sandbox
{{userpage/prosan|username=PortalPlayer1}}
will generate
Custom title
You can also set own title, other than username.
{{userpage|username=Headquarter8302|displayas=My pages!}}
will generate
{{{1}}} | ||
[[User:{{{1}}}| My User Page!]] | [[User_talk:{{{1}}}| My Talk Page!]] | [[Special:Contributions/{{{1}}}| My Contributions!]] |
Visual table of contents
Template name | User page | User talk | Contribs | Projects | Sandbox |
---|---|---|---|---|---|
Userpage | Yes | Yes | Yes | No | No |
Userpage/projects | Yes | Yes | Yes | Yes | No |
Userpage/sandbox | Yes | Yes | Yes | No | Yes |
Userpage/prosan | Yes | Yes | Yes | Yes | Yes |