Infobox Animal
From Eating Asturias, the Encyclopedia of Asturian Gastronomy
JonTillman (talk | contribs) (initital creation) |
JonTillman (talk | contribs) m (moved name authority links out of label) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
<data source="animal_name_eng"> | <data source="animal_name_eng"> | ||
<label>[{{{animal_name_eng_auth}}} English Name]:</label> | <label>[{{{animal_name_eng_auth}}} English Name]:</label> | ||
<default> | <default>Monkfish</default> | ||
<format>''{{{animal_name_eng}}}''</format> | <format>''{{{animal_name_eng}}}''</format> | ||
</data> | </data> | ||
<data source=" | <data source="animal_name_esp"> | ||
<label> | <label>Castilian Name:</label> | ||
<default> | <default>Rape</default> | ||
<format>''{{{ | <format>''[{{{animal_name_esp_auth}}} {{{animal_name_esp}}}]''</format> | ||
</data> | </data> | ||
<data source=" | <data source="animal_species"> | ||
<label>Species:</label> | <label>Species:</label> | ||
<format>''[{{{ | <format>''[{{{animal_species_animalia}}} {{{animal_species}}}]''</format> | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
| Line 36: | Line 29: | ||
"params": { | "params": { | ||
"animal_name_eng": { | "animal_name_eng": { | ||
"label": "English Name", | "label": "English Name", | ||
"description": "The common name of the animal in American English", | "description": "The common name of the animal in American English", | ||
"example": " | "example": "Monkfish", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
"animal_name_esp": { | "animal_name_esp": { | ||
"label": "Castilian Name", | "label": "Castilian Name", | ||
"description": "The common name of the animal in Castilian Spanish", | "description": "The common name of the animal in Castilian Spanish", | ||
| Line 56: | Line 43: | ||
}, | }, | ||
"animal_species": { | "animal_species": { | ||
"label": "Species", | "label": "Species", | ||
"description": "The biological species of the animal in latin binomial", | "description": "The biological species of the animal in latin binomial", | ||
"example": "Beta vulgaris", | "example": "Beta vulgaris", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | }, | ||
| Line 83: | Line 56: | ||
}, | }, | ||
"animal_image_alt": { | "animal_image_alt": { | ||
"label": "Image Alt Text", | "label": "Image Alt Text", | ||
"description": "Alt text for the animal image", | "description": "Alt text for the animal image", | ||
| Line 93: | Line 63: | ||
}, | }, | ||
"animal_name_eng_auth": { | "animal_name_eng_auth": { | ||
"label": "US Authority Control", | "label": "US Authority Control", | ||
"description": "The authority control entry for the animal in the LOC LCSH", | "description": "The authority control entry for the animal in the LOC LCSH", | ||
| Line 103: | Line 70: | ||
}, | }, | ||
"animal_name_esp_auth": { | "animal_name_esp_auth": { | ||
"label": "ES Authority Control", | "label": "ES Authority Control", | ||
"description": "Authority control entry for the animal in the BNE", | "description": "Authority control entry for the animal in the BNE", | ||
| Line 113: | Line 77: | ||
}, | }, | ||
"animal_species_animalia": { | "animal_species_animalia": { | ||
"label": "Animalia Entry", | "label": "Animalia Entry", | ||
"description": "A link to the Animalia Online entry for the animal species", | "description": "A link to the Animalia Online entry for the animal species", | ||
| Line 121: | Line 82: | ||
"type": "url", | "type": "url", | ||
"suggested": true | "suggested": true | ||
}, | |||
"animal_name_ast": { | |||
"label": "Asturian Name", | |||
"description": "The common name of the animal in Asturian", | |||
"example": "Pixín", | |||
"type": "string", | |||
"autovalue": "{{FULLPAGENAME}}", | |||
"required": true | |||
} | } | ||
}, | }, | ||
"description": "This template is used to display basic information about an animal featured on Eating Asturias", | "description": "This template is used to display basic information about an animal featured on Eating Asturias", | ||
"format": "block", | |||
"format": "block" | "paramOrder": [ | ||
"animal_name_ast", | |||
"animal_image", | |||
"animal_image_alt", | |||
"animal_name_eng", | |||
"animal_name_eng_auth", | |||
"animal_name_esp", | |||
"animal_name_esp_auth", | |||
"animal_species", | |||
"animal_species_animalia" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 09:38, 16 July 2024
Usage
Sources
- For US Authority Control, please use Library of Congress Subject Headings
- For ES Authority Control, please use Biblioteca Nacional de España Catalogo de Autoridades
- For Animalia Species info, please use the https://www.animalia.bio/index.php Animalia Online database]
This template is used to display basic information about an animal featured on Eating Asturias
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Asturian Name | animal_name_ast | The common name of the animal in Asturian
| String | required |
| Image | animal_image | a representative image of the animal, preferably taken by the author | File | required |
| Image Alt Text | animal_image_alt | Alt text for the animal image
| String | required |
| English Name | animal_name_eng | The common name of the animal in American English
| String | required |
| US Authority Control | animal_name_eng_auth | The authority control entry for the animal in the LOC LCSH
| URL | suggested |
| Castilian Name | animal_name_esp | The common name of the animal in Castilian Spanish
| String | required |
| ES Authority Control | animal_name_esp_auth | Authority control entry for the animal in the BNE
| URL | suggested |
| Species | animal_species | The biological species of the animal in latin binomial
| String | required |
| Animalia Entry | animal_species_animalia | A link to the Animalia Online entry for the animal species
| URL | suggested |