Template talk:Species

From Kerbal Powers Wiki
Revision as of 16:58, 24 March 2025 by Foran (talk | contribs) (don't use this yet, it's not ready and I don't have time to finish formatting it right now.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

dont have time to finish this right now.

using this area as a notepad to fix the stupid thing later

{{draft}} <templatestyles src="Corporation/style.css" /> <includeonly>{{Infobox/begin}} {{Infobox/Header|title={{#if:{{{name|}}}|{{{name|}}}|{{PAGENAME}}}}|subtitle={{#if:{{{full_name|}}}|{{{full_name|}}}|}}}} {{Infobox/Illustration|file={{#if:{{{logo|}}}|[[File:{{{logo}}}]]|}}|caption={{{logodesc|}}}}} {{Infobox/Item|key=Industry|value={{{industry|}}}}} {{#if:{{{headquarters|}}}{{{area|}}}|{{Infobox/SectionHeader|section=Location}}|}} {{Infobox/Item|key=Headquaters|value={{{headquarters|}}}}} {{Infobox/Item|key=Area Served|value={{{area|}}}}} {{#if:{{{foundation_year|}}}{{{dissolved_year|}}}{{{ceo|}}}{{{parent|}}}{{{subsidiaries|}}}|{{Infobox/Bar}}|}} {{Infobox/Item|key=Founded|value={{{foundation_year|}}}}} {{Infobox/Item|key=Dissolved|value={{{dissolved_year|}}}}} {{Infobox/Item|key=CEO|value={{{ceo|}}}}} {{Infobox/Item|key=Parent|value={{{parent|}}}}} {{Infobox/Item|key=Subsidiaries|value={{{subsidiaries|}}}}} {{Infobox/end}}</includeonly> <noinclude> == Usage == {{Species |Other Name = [Other Name] |full_name = [full company name] |logo = KP_dark.png|logodesc = [logodesc] |industry = [industry] |headquarters = [nation/address] |area = [operating_locations] |foundation_year = [foundation_year] |dissolved_year = [dissolved_year] |year = [foundation_year] |ceo = [ceo] |subsidiaries = [subcompanies] }} <pre> {{Corporation |Other Name = [company short name] |full_name = [full company name] |logo = KP_dark.png|logodesc = [logodesc] |industry = [industry] |headquarters = [nation/address] |area = [operating_locations] |foundation_year = [foundation_year] |dissolved_year = [dissolved_year] |year = [foundation_year] |ceo = [ceo] |subsidiaries = [subcompanies] }} </pre> == Sub-template components == [[Category:Infoboxes]] [[Category:Templates]] {{clr}} == TemplateData == <templatedata> { "params": { "Other Name": { "label": "Other Name(s)", "type": "string", "required": true, "default": "{{PAGENAME}}", "description": "Other Names the Species is known by", "example": "Cagal, Hors" }, "Conservation Status": { "label": "Logo", "type": "wiki-file-name", "required": false, "default": "", "example": "", "description": "The International Sahren Scale for Animal Conservation." }, "Kerlwitz Designation": { "label": "Subsidiary Groups", "type": "string", "example": "Harnicus Borngar", "description": "The Kerlwitz Designation, the formally and internationally known scientific name of the species." }, "Range": { "label": "Logo", "type": "wiki-file-name", "required": false, "default": "", "example": "", "description": "A map of Kerbin showing the general species range" } }, "description": "Infobox for Species", "format": "block", "paramOrder": [ "Other Names", "Conservation Status", "Kerlwitz Designation", "Subspecies", "Range" ] } </templatedata> </noinclude>