|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
| {{Documentation subpage}}
| | r |
| ==Usage==
| |
| To use this template in an article, copy the template below, then paste the template into an article. All parameters are optional. Only include pertinent parameters in your Infobox - it is rare that an infobox should use most parameters. If you have parameter suggestions use [[Template talk:Infobox civilization/doc]]. Use <code><nowiki>item<br/>item<br/>item </nowiki></code> for parameters that should span multiple lines in infobox (e.g. listing multiple settlements).
| |
| === Full ===
| |
| {{Parameter names example|_template=Infobox civilization|name|subheader|image|alt|caption|image2|caption2|image3|caption3|location|part_of|demonym|activity_level|alliance|capital_city|settlements|territories|currency|area|national_color|nat_color_desc|national_color_2|nat_color_desc_2|national_color_3|nat_color_desc_3|national_color_4|nat_color_desc_4|government_type|governing_document|position_title1|position_name1|position_title2|position_name2|position_title3|position_name3|position_title4|position_name4|position_title5|position_name5|position_title6|position_name6|foundation_date|foundation_document|foundation_custom_title1|foundation_custom_value1|preceded_by|succeeded_by|language|religion|ideology|motto|national_anthem|mascot|culture_custom_title1|culture_custom_value1|culture_custom_title2|culture_custom_value2|website|subreddit|discord|categories}}
| |
| <nowiki>{{Infobox civilization
| |
| | name =
| |
| | subheader =
| |
| | image =
| |
| | alt =
| |
| | caption =
| |
| | image2 =
| |
| | caption2 =
| |
| | image3 =
| |
| | caption3 =
| |
| | location =
| |
| | part_of =
| |
| | demonym =
| |
| | activity_level =
| |
| | alliance =
| |
| | capital_city =
| |
| | settlements =
| |
| | territories =
| |
| | currency =
| |
| | area =
| |
| | general_custom_title1 =
| |
| | general_custom_value1 =
| |
| | general_custom_title2 =
| |
| | general_custom_value2 =
| |
| | national_color =
| |
| | nat_color_desc =
| |
| | national_color_2 =
| |
| | nat_color_desc_2 =
| |
| | national_color_3 =
| |
| | nat_color_desc_3 =
| |
| | national_color_4 =
| |
| | nat_color_desc_4 =
| |
| | government_type =
| |
| | governing_document =
| |
| | position_title1 =
| |
| | position_name1 =
| |
| | position_title2 =
| |
| | position_name2 =
| |
| | position_title3 =
| |
| | position_name3 =
| |
| | position_title4 =
| |
| | position_name4 =
| |
| | position_title5 =
| |
| | position_name5 =
| |
| | position_title6 =
| |
| | position_name6 =
| |
| | foundation_date =
| |
| | foundation_document =
| |
| | foundation_custom_title1 =
| |
| | foundation_custom_value1 =
| |
| | preceded_by =
| |
| | succeeded_by =
| |
| | language =
| |
| | religion =
| |
| | ideology =
| |
| | motto =
| |
| | national_anthem =
| |
| | mascot =
| |
| | culture_custom_title1 =
| |
| | culture_custom_value1 =
| |
| | culture_custom_title2 =
| |
| | culture_custom_value2 =
| |
| | website =
| |
| | subreddit =
| |
| | discord =
| |
| | categories =
| |
| }}</nowiki>
| |
| | |
| === Simplified ===
| |
| {{Parameter names example
| |
| |_template=Infobox civilization
| |
| | name
| |
| | image
| |
| | caption
| |
| | image2
| |
| | caption2
| |
| | image3
| |
| | caption3
| |
| | location
| |
| | part_of
| |
| | demonym
| |
| | activity_level
| |
| | alliance
| |
| | capital_city
| |
| | government_type
| |
| | governing_document
| |
| | position_title1
| |
| | position_name1
| |
| | position_title2
| |
| | position_name2
| |
| | position_title3
| |
| | position_name3
| |
| | foundation_date
| |
| | motto
| |
| | subreddit
| |
| | discord
| |
| }}
| |
| | |
| <source lang="html" style="overflow: hidden; background: unset;">
| |
| {{Infobox civilization
| |
| | name =
| |
| | image =
| |
| | caption =
| |
| | image2 =
| |
| | caption2 =
| |
| | image3 =
| |
| | caption3 =
| |
| | location = <!-- use {{Coord|X|Z|R}} -->
| |
| | part_of =
| |
| | demonym =
| |
| | activity_level = <!-- Inactive/Low/Medium/High (as of DATE)-->
| |
| | alliance =
| |
| | capital_city =
| |
| | government_type =
| |
| | governing_document =
| |
| | position_title1 =
| |
| | position_name1 =
| |
| | position_title2 =
| |
| | position_name2 =
| |
| | position_title3 =
| |
| | position_name3 =
| |
| | foundation_date =
| |
| | motto = <!-- "TEXT" -->
| |
| | subreddit = <!-- [https://reddit.com/r/SUBREDDIT/ /r/SUBREDDIT] -->
| |
| | discord = <!-- [https://discord.gg/INVITECODE INVITECODE] -->
| |
| }}
| |
| </source>
| |