Difference between revisions of "Template:1880 Census/Entry"

From Crews Genealogy Wiki: focusing on the Wiregrass south, and related families
Jump to navigation Jump to search
Line 31: Line 31:
 
|father_birth        = {{{father_birth}}}  
 
|father_birth        = {{{father_birth}}}  
 
|mother_birth        = {{{mother_birth}}}
 
|mother_birth        = {{{mother_birth}}}
 +
}}</pre>
 +
 +
{{#cargo_declare:_table=1880_Census_Entry
 +
|street_name = String
 +
|house_number = String
 +
|dwelling_number = String
 +
|family_number = String
 +
|name =Page
 +
|color = String
 +
|sex = String
 +
|age = String
 +
|born_last_year = String
 +
|relationship_to_head  = String
 +
|single = String
 +
|married = String
 +
|widowed = String
 +
|married_last_year = String
 +
|profession = String
 +
|months_employed = String
 +
|sick = String
 +
|blind = String
 +
|deaf = String
 +
|idiotic = String
 +
|insane = String
 +
|maimed = String
 +
|attended_school = String
 +
|cannot_read = String
 +
|cannot_write = String
 +
|birth_place = String
 +
|father_birth = String
 +
|mother_birth= String
 
}}
 
}}
 +
</noinclude>
 
<includeonly>
 
<includeonly>
 
{{#cargo_store:_table=1880_Census_Entry
 
{{#cargo_store:_table=1880_Census_Entry
 
 
|{{{street_name|}}}  
 
|{{{street_name|}}}  
 
|{{{house_number|}}}
 
|{{{house_number|}}}
Line 64: Line 95:
 
|{{{mother_birth|}}}
 
|{{{mother_birth|}}}
 
}}
 
}}
 
</pre>
 
 
</noinclude>
 
</noinclude>
 
|-
 
|-
 
| {{{street_name|}}}  || {{{house_number|}}}  || {{{dwelling_number|}}} || {{{family_number}}}  || {{{name}}} || {{{color}}} || {{{sex}}} || {{{age}}}  || {{{born_last_year}}} || {{{relationship_to_head}}}  || {{{single}}} || {{{married}}} || {{{widowed}}} || {{{married_last_year}}} || {{{profession}}} || {{{months_employed}}} || {{{sick}}} || {{{blind}}} || {{{deaf}}} || {{{idiotic}}} || {{{insane}}} || {{{maimed}}} || {{{attended_school}}} || {{{cannot_read}}} || {{{cannot_write}}} || {{{birth_place}}} || {{{father_birth}}} || {{{mother_birth}}}
 
| {{{street_name|}}}  || {{{house_number|}}}  || {{{dwelling_number|}}} || {{{family_number}}}  || {{{name}}} || {{{color}}} || {{{sex}}} || {{{age}}}  || {{{born_last_year}}} || {{{relationship_to_head}}}  || {{{single}}} || {{{married}}} || {{{widowed}}} || {{{married_last_year}}} || {{{profession}}} || {{{months_employed}}} || {{{sick}}} || {{{blind}}} || {{{deaf}}} || {{{idiotic}}} || {{{insane}}} || {{{maimed}}} || {{{attended_school}}} || {{{cannot_read}}} || {{{cannot_write}}} || {{{birth_place}}} || {{{father_birth}}} || {{{mother_birth}}}
 
</includeonly>
 
</includeonly>

Revision as of 15:56, 2 February 2018

This should be called in the following way:

{{Template:1880 Census/Entry
|street_name          = {{{street_name}}} 
|house_number         = {{{house_number}}}
|dwelling_number      = {{{dewlling_number}}}
|family_number        = {{{family_number}}}
|name                 = {{{name}}}  
|color                = {{{color}}} 
|sex                  = {{{sex}}} 
|age                  = {{{age}}}  
|born_last_year       = {{{born_last_year}}} 
|relationship_to_head = {{{relationship_to_head}}}  
|single               = {{{single}}} 
|married              = {{{married}}} 
|widowed              = {{{widowed}}} 
|married_last_year    = {{{married_last_year}}} 
|profession           = {{{profession}}} 
|monts_employed       = {{{months_employed}}} 
|sick                 = {{{sick}}} 
|blind                = {{{blind}}} 
|deaf                 = {{{deaf}}} 
|idiotic              = {{{idiotic}}} 
|insane               = {{{insane}}} 
|maimed               = {{{maimed}}} 
|attended_school      = {{{attended_school}}} 
|cannon_read          = {{{cannot_read}}} 
|cannot_write         = {{{cannot_write}}} 
|birth_place          = {{{birth_place}}} 
|father_birth         = {{{father_birth}}} 
|mother_birth         = {{{mother_birth}}}
}}

{{#cargo_declare:_table=1880_Census_Entry |street_name = String |house_number = String |dwelling_number = String |family_number = String |name =Page |color = String |sex = String |age = String |born_last_year = String |relationship_to_head = String |single = String |married = String |widowed = String |married_last_year = String |profession = String |months_employed = String |sick = String |blind = String |deaf = String |idiotic = String |insane = String |maimed = String |attended_school = String |cannot_read = String |cannot_write = String |birth_place = String |father_birth = String |mother_birth= String }}