Template:Infobox Person: Difference between revisions
Create the person infobox |
Add nickname to person |
||
Line 11: | Line 11: | ||
{{Infobox section|General details}} | {{Infobox section|General details}} | ||
{{Infobox row|Name|{{{name|{{PAGENAME}}}}}}} | {{Infobox row|Name|{{{name|{{PAGENAME}}}}}}} | ||
{{Infobox row|Nicknames|{{{nickname|{{PAGENAME}}}}}}} | |||
{{Infobox row|Position|{{{position|}}}}} | {{Infobox row|Position|{{{position|}}}}} | ||
{{Infobox end}}{{#if:{{#var:noCategories}}||[[Category:Person]]}}<!-- | {{Infobox end}}{{#if:{{#var:noCategories}}||[[Category:Person]]}}<!-- | ||
Line 17: | Line 18: | ||
{{#cargo_store:_table=Person | {{#cargo_store:_table=Person | ||
| name = {{{name|{{PAGENAME}}}}} | | name = {{{name|{{PAGENAME}}}}} | ||
| nickname = {{{nickname|}}} | |||
| position = {{{position|}}} | | position = {{{position|}}} | ||
}} | }} | ||
Line 23: | Line 25: | ||
{{#cargo_declare:_table=Person | {{#cargo_declare:_table=Person | ||
| name = String | | name = String | ||
| nickname = String | |||
| position = String | | position = String | ||
}} | }} |