Template:Infobox2: Difference between revisions
Appearance
Created page with "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>" |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | <pre> | ||
{{Infobox | |||
<!-- | | name = <!-- Name of the era --> | ||
</ | | image = <!-- Image file name --> | ||
| caption = <!-- Image caption --> | |||
| start_date = <!-- The date when the era started --> | |||
| end_date = <!-- The date when the era ended (if applicable) --> | |||
| previous = <!-- Previous era or significant event --> | |||
| successor = <!-- Successor or following era --> | |||
| notable_figures = <!-- Notable people involved --> | |||
| key_changes = <!-- Major changes during the era --> | |||
| description = <!-- Short description of the era --> | |||
}} | |||
</pre> |
Revision as of 02:39, 26 January 2025
{{Infobox | name = <!-- Name of the era --> | image = <!-- Image file name --> | caption = <!-- Image caption --> | start_date = <!-- The date when the era started --> | end_date = <!-- The date when the era ended (if applicable) --> | previous = <!-- Previous era or significant event --> | successor = <!-- Successor or following era --> | notable_figures = <!-- Notable people involved --> | key_changes = <!-- Major changes during the era --> | description = <!-- Short description of the era --> }}