Difference between revisions of "Template:Userbox"
From HodHood
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {| class="wikitable" | |
| − | { | ||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
!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 }}