Difference between revisions of "Template:Userbox"
From HodHood
(Created page with "<noinclude> {{#cargo_declare: _table = user_table |first_name = string |last_name = string |country = string }} </noinclude><includeonly> {| !First name |{{{first-name}}} |- !...") |
|||
| Line 17: | Line 17: | ||
|{{{country}}} | |{{{country}}} | ||
|} | |} | ||
| + | {{#cargo_store: | ||
| + | _table = user_table | ||
| + | |first_name = {{{first-name}}} | ||
| + | |last_name = {{{last-name}}} | ||
| + | |country = {{{country}}} | ||
| + | }} | ||
</includeonly> | </includeonly> | ||
Revision as of 20:35, 7 February 2017
{{#cargo_declare: _table = user_table |first_name = string |last_name = string |country = string }}