Template:News Header: Difference between revisions

From aquila
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
mNo edit summary
Tag: Reverted
Line 1: Line 1:
<includeonly>
<includeonly>
<div style="border: 1px solid #1a1a1a; background-color: #f8f9fa; padding: 16px 20px; margin-bottom: 1.5em; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); font-size: 105%;">{{#if: {{{Subheading|}}}|<div style="font-size: 140%; font-weight: bold; margin-bottom: 10px; border-bottom: 1px solid #c8ccd1; padding-bottom: 6px; color: #1a1a1a;">{{{Subheading}}}</div>}}<div style="font-size: 92%; color: #54595d; line-height: 1.6;"><b>In-universe date:</b> Era Nova, {{#switch: {{#expr: 1 + floor( (({{#time:U|{{{RealDate}}}}} - {{#time:U|2026-07-28}}) / 86400) mod 14 )}}
<!-- FORCED CUSTOM DISPLAY TITLE -->
{{DISPLAYTITLE:{{{Title}}}}}
 
<!-- CARGO STORAGE CALL -->
{{#cargo_store: _table=NewsPosts
|Page_Name={{FULLPAGENAME}}
|Type={{{Type|Character News}}}
|Subheading={{{Subheading|}}}
|RealDate={{{RealDate|}}}
|Author={{{Author|}}}
|Publisher={{{Publisher|{{{Agency|{{{Publication|Global News}}}}}}}}}
|Year=Era Nova, Year {{#expr: 1 + floor( ({{#time:U|{{{RealDate}}}}} - {{#time:U|2026-07-28}}) / 1209600 )}}
|Period={{#switch: {{#expr: 1 + ( floor( ({{#time:U|{{{RealDate}}}}} - {{#time:U|2026-07-28}}) / 86400) mod 14 ) }}
| 1 = January
| 2 = January--February
| 3 = February--March
| 4 = March--April
| 5 = April--May
| 6 = May--June
| 7 = June--July
| 8 = July--August
| 9 = August--September
| 10 = September--October
| 11 = October
| 12 = October--November
| 13 = November--December
| 14 = Late December
| #default = January
}}
}}
 
<div style="border: 1px solid #1a1a1a; background-color: #f8f9fa; padding: 16px 20px; margin-bottom: 1.5em; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); font-size: 105%;">{{#if: {{{Subheading|}}}|<div style="font-size: 140%; font-weight: bold; margin-bottom: 10px; border-bottom: 1px solid #c8ccd1; padding-bottom: 6px; color: #1a1a1a;">{{{Subheading}}}</div>}}<div style="font-size: 92%; color: #54595d; line-height: 1.6;"><b>In-universe date:</b> Era Nova, {{#switch: {{#expr: 1 + ( floor( ({{#time:U|{{{RealDate}}}}} - {{#time:U|2026-07-28}}) / 86400) mod 14 ) }}
| 1 = January
| 1 = January
| 2 = January--February
| 2 = January--February
Line 43: Line 74:
<pre>
<pre>
{{News Header
{{News Header
| Title      = The Goldman Company
| 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
Line 56: Line 88:
"description": "Universal automated news and dispatch header for Project Aquila.",
"description": "Universal automated news and dispatch header for Project Aquila.",
"params": {
"params": {
"Title": {
"label": "Page Title (REQUIRED)",
"description": "The clean title displayed at the top of the page (hiding the character subpage prefix).",
"type": "string",
"required": true,
"suggested": true
},
"Type": {
"Type": {
"label": "News Category Type",
"label": "News Category Type",

Revision as of 09:06, 27 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
| Title      = The Goldman Company
| 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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Page Title (REQUIRED)Title

The clean title displayed at the top of the page (hiding the character subpage prefix).

Stringrequired
News Category TypeType

Defines the main category. Suggested values: Character News, Global News, Domestic News

Suggested values
Character News Global News Domestic News
Default
Character News
Stringrequired
Subheading / HeadlineSubheading

Optional title or headline displayed at the top of the header box.

Stringsuggested
Real-world date (REQUIRED)RealDate

MUST BE YYYY-MM-DD (e.g. 2026-07-29). Do NOT use slashes!

Stringrequired
Author (Character)Author

Character author name (creates an author category and wiki link). Leave blank if using a news Publisher/Agency.

Page namesuggested
Publisher / AgencyPublisher

Name of the news outlet (use this instead of Author for Global/Domestic news).

Stringsuggested