Jump to content

Template:Infobox2: Difference between revisions

From nUSA Wiki
RockerBoi (talk | contribs)
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>"
 
RockerBoi (talk | contribs)
No edit summary
Line 1: Line 1:
{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|[[Category:Infobox templates|{{remove first word|{{SUBPAGENAME}}}}]]}}}}|}}</includeonly><noinclude>
<pre>
{{documentation}}
{{Infobox
<!-- Categories go in the /doc subpage, and interwikis go in Wikidata. -->
| name          = <!-- Name of the era -->
</noinclude>
| 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 -->
}}