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 3: Line 3:
 
<pre>
 
<pre>
 
{{Template:1880 Census/Entry
 
{{Template:1880 Census/Entry
 +
|source_id            = {{{source_id}}}
 
|line_number          = {{{line_number}}}
 
|line_number          = {{{line_number}}}
 
|street_name          = {{{street_name}}}  
 
|street_name          = {{{street_name}}}  
Line 35: Line 36:
  
 
{{#cargo_declare:_table=1880_Census_Entry
 
{{#cargo_declare:_table=1880_Census_Entry
 +
|source_id=String
 
|line_number = String
 
|line_number = String
 
|street_name = String  
 
|street_name = String  
Line 68: Line 70:
 
<includeonly>
 
<includeonly>
 
{{#cargo_store:_table=1880_Census_Entry
 
{{#cargo_store:_table=1880_Census_Entry
 +
|{{{source_id|}}}
 
|{{{line_number|}}}
 
|{{{line_number|}}}
 
|{{{street_name|}}}  
 
|{{{street_name|}}}  

Revision as of 17:00, 2 February 2018

This should be called in the following way:

{{Template:1880 Census/Entry
|source_id            = {{{source_id}}}
|line_number          = {{{line_number}}}
|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 |source_id=String |line_number = String |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 }}