Difference between revisions of "Template:Userbox"

From HodHood
Jump to: navigation, search
m (Admin moved page Template:Usebox to Template:Userbox without leaving a redirect)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<noinclude>
+
{| class="wikitable"
{{#cargo_declare:
 
_table = user_table
 
|first_name = string
 
|last_name = string
 
|country = string
 
}}
 
</noinclude><includeonly>
 
{|
 
 
!First name
 
!First name
 
|{{{first-name}}}
 
|{{{first-name}}}
Line 17: Line 9:
 
|{{{country}}}
 
|{{{country}}}
 
|}
 
|}
 +
<noinclude>
 +
{{#cargo_declare:
 +
_table = user_table
 +
|first_name = string
 +
|last_name = string
 +
|country = string
 +
}}
 +
</noinclude><includeonly>
 
{{#cargo_store:
 
{{#cargo_store:
 
_table = user_table
 
_table = user_table

Latest revision as of 20:44, 7 February 2017

First name {{{first-name}}}
Last name {{{last-name}}}
Country {{{country}}}

{{#cargo_declare: _table = user_table |first_name = string |last_name = string |country = string }}