Template:News Header: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 46: | Line 46: | ||
<!-- AUTOMATED CATEGORIZATION WITH SWITCH LOGIC --> | <!-- AUTOMATED CATEGORIZATION WITH SWITCH LOGIC --> | ||
[[Category:events]] | |||
[[Category:{{#switch: {{{Type|Character News}}} | [[Category:{{#switch: {{{Type|Character News}}} | ||
| Global = Global News | | Global = Global News | ||
| Line 60: | Line 61: | ||
<div style="background-color: #ffe6e6; border: 2px solid #ff0000; padding: 15px; margin-bottom: 15px; border-radius: 5px;"> | <div style="background-color: #ffe6e6; border: 2px solid #ff0000; padding: 15px; margin-bottom: 15px; border-radius: 5px;"> | ||
<span style="color: #cc0000; font-weight: bold; font-size: 110%;">CRITICAL DATE FORMAT WARNING</span><br> | <span style="color: #cc0000; font-weight: bold; font-size: 110%;">CRITICAL DATE FORMAT WARNING</span><br> | ||
When using the <b>RealDate</b> parameter, you <b>MUST</b> write it in strict <b>YYYY-MM-DD</b> format (e.g., <tt>2026- | When using the <b>RealDate</b> parameter, you <b>MUST</b> write it in strict <b>YYYY-MM-DD</b> format (e.g., <tt>2026-09-15</tt>).<br> | ||
<u>DO NOT</u> use slashes or short-hand like <tt> | <u>DO NOT</u> use slashes or short-hand like <tt>15/09/26</tt>, or the wiki math engine will crash with an error! | ||
</div> | </div> | ||
| Line 69: | Line 70: | ||
| Type = Character News <!-- Options: Character News, Global News, Domestic News --> | | Type = Character News <!-- Options: Character News, Global News, Domestic News --> | ||
| Subheading = Basil's Story, Part I | | Subheading = Basil's Story, Part I | ||
| RealDate = 2026- | | RealDate = 2026-09-15 | ||
| Author = Basil Blight <!-- Use 'Author' for character news, or 'Publisher'/'Agency' for news outlets --> | | Author = Basil Blight <!-- Use 'Author' for character news, or 'Publisher'/'Agency' for news outlets --> | ||
}} | }} | ||
| Line 101: | Line 102: | ||
"RealDate": { | "RealDate": { | ||
"label": "Real-world date (REQUIRED)", | "label": "Real-world date (REQUIRED)", | ||
"description": "MUST BE YYYY-MM-DD | "description": "MUST BE YYYY-MM-DD. Do NOT use slashes!", | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"suggested": true | "suggested": true, | ||
"example": "2026-09-15" | |||
}, | }, | ||
"Author": { | "Author": { | ||
Latest revision as of 09:27, 15 September 2026
CRITICAL DATE FORMAT WARNING
When using the RealDate parameter, you MUST write it in strict YYYY-MM-DD format (e.g., 2026-09-15).
DO NOT use slashes or short-hand like 15/09/26, or the wiki math engine will crash with an error!
Usage
{{News Header
| Type = Character News <!-- Options: Character News, Global News, Domestic News -->
| Subheading = Basil's Story, Part I
| RealDate = 2026-09-15
| Author = Basil Blight <!-- Use 'Author' for character news, or 'Publisher'/'Agency' for news outlets -->
}}
== The Story Begins ==
Write your raw text, add multiple images, use custom headers, or layout the page however you want below the header!
Universal automated news and dispatch header for Project Aquila.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| News Category Type | Type | Defines the main category. Suggested values: Character News, Global News, Domestic News
| String | required |
| Subheading / Headline | Subheading | Optional title or headline displayed at the top of the header box. | String | suggested |
| Real-world date (REQUIRED) | RealDate | MUST BE YYYY-MM-DD. Do NOT use slashes!
| String | required |
| Author (Character) | Author | Character author name (creates an author category and wiki link). Leave blank if using a news Publisher/Agency. | Page name | suggested |
| Publisher / Agency | Publisher | Name of the news outlet (use this instead of Author for Global/Domestic news). | String | suggested |