Template:News Header: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
<!-- OPTIONAL SUBHEADING / HEADLINE --> | <!-- OPTIONAL SUBHEADING / HEADLINE --> | ||
{{#if: {{{Subheading|}}} | | {{#if: {{{Subheading|}}} |<div style="font-size: 140%; font-weight: bold; margin-bottom: 3px; border-bottom: 1px solid #c8ccd1; padding-bottom: 6px; color: #1a1a1a;">{{{Subheading}}}</div>|}} | ||
<div style="font-size: 140%; font-weight: bold; margin-bottom: 3px; border-bottom: 1px solid #c8ccd1; padding-bottom: 6px; color: #1a1a1a;"> | |||
{{{Subheading}}} | |||
</div> | |||
|}} | |||
<!-- HEADER / METADATA BLOCK --> | <!-- HEADER / METADATA BLOCK --> | ||
| Line 85: | Line 81: | ||
"description": "Optional title or headline displayed at the top of the header box.", | "description": "Optional title or headline displayed at the top of the header box.", | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false, | ||
"suggested": true | |||
}, | }, | ||
"RealDate": { | "RealDate": { | ||
Revision as of 18:40, 26 August 2026
CRITICAL DATE FORMAT WARNING
When using the RealDate parameter, you MUST write it in strict YYYY-MM-DD format (e.g., 2026-08-26).
DO NOT use slashes or short-hand like 26/08/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-07-29
| 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 (e.g. 2026-07-29). 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 |