UserDefaultPage – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (Fix attempt)
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
My Wiki username is: '''{{{1}}}'''
<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"
 
| colspan="2" style="position: relative" | <div style="font-size: .8em; line-height: 1.25em; position: absolute; top: 0; right: 0.5em">
My Wiki contributions: [{{SERVER}}{{localurl:Special:Contributions|target={{{1}}}}} Contributions:{{{1}}}]
[[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]]}}
</div>
'''{{{1|{{PAGENAME}}}}}'''<br><small>is my username</small>
|-
| 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>]]
|}</includeonly><noinclude>{{Doc/Template
|descr= Adds the default userpage content.
|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}}