UserDefaultPage – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
m (reformatted)
m (Fix attempt)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<includeonly>{| class="wikitable plainlinks align-center" style="box-shadow: 0 0 0.5em rgba(0,0,0,0.1); line-height: 1.5em; min-width: 40em"
=Usage=
| colspan="2" style="position: relative" | <div style="font-size: .8em; line-height: 1.25em; position: absolute; top: 0; right: 0.5em">
Insert into empty user's page as '''<nowiki>{{contributions|UserName}}</nowiki>'''
[[User:{{{1|{{PAGENAME}}}}}/common.css|CSS]]<!--
 
-->{{#ifexist:User talk:{{{1|{{PAGENAME}}}}}/common.js|<nowiki/> &bull; [[User:{{{1|{{PAGENAME}}}}}/common.js|JS]]}}<!--
 
-->{{#ifexist:User talk:{{{1|{{PAGENAME}}}}}|<nowiki/> &bull; [[User talk:{{{1|{{PAGENAME}}}}}|Talk]]}}
=Output=
</div>
[[Category:Templates|{{uc:{{PAGENAME}}}}]]
'''{{{1|{{PAGENAME}}}}}'''<br><small>is my username</small>
</noinclude>
|-
My Wiki username is: '''{{{1|{{PAGENAME}}}}}'''
| style="width: 50%" | [[User:{{{1|{{PAGENAME}}}}}/Sandbox|<div>'''My Sandbox'''<br><small>User:{{{1|{{PAGENAME}}}}}/Sandbox</small></div>]]
 
| style="width: 50%" | [[Special:Contributions/{{{1|{{PAGENAME}}}}}|<div>'''My Contributions'''<br><small>Special:Contributions/{{{1|{{PAGENAME}}}}}</small></div>]]
My Wiki contributions: [[Special:Contributions/{{{1|{{PAGENAME}}}}}| Contributions:{{{1|{{PAGENAME}}}}}]]
|}</includeonly><noinclude>{{Doc/Template
 
|descr= Adds the default userpage content.
I can do my private editing experiments in [[{{{1|{{PAGENAME}}}}}'s Sandbox]]
|param1= username
|descr1= (Optional) username, default {{<nowiki/>PAGENAME}} (username on a User:* page)
|example1= <nowiki>{{UserDefaultPage}}</nowiki>
|result1= <nowiki/>
{{UserDefaultPage}}
|example2= <nowiki>{{UserDefaultPage|Maruk}}</nowiki>
|result2= <nowiki/>
{{UserDefaultPage|Maruk}}
}}</noinclude>

Latest revision as of 22:10, 5 February 2024

Adds the default userpage content.

This template is used on these pages.

Usage

{{UserDefaultPage|username}}

  • username: (Optional) username, default {{PAGENAME}} (username on a User:* page)
Examples
Code Result
{{UserDefaultPage}}
{{UserDefaultPage|Maruk}}