Jump to content

Template:Page Intro: Difference between revisions

From Starship Simulator
Changed page intro box width to 95%
m .
Line 1: Line 1:
<div style="clear:both; margin-top:2em; background-color: #f8f8f8; border: 2px solid black; padding: 2px; width: 95%; border-radius:15px; text-align: center; font-size: 1.2em; margin: 0 auto;">
<div style="clear:both; margin-top:2em; background-color: #f8f8f8; border: 2px solid black; padding: 10px; width: 90%; border-radius:15px; text-align: center; font-size: 1.2em; margin: 0 auto;">
    <h1 style="font-size: 1.5em; margin: 0.2em 0; color: black;">{{{title|{{PAGENAME}}}}}</h1>
<h1 style="font-size: 1.5em; margin: 0.2em 0; color: black;">{{{title|{{PAGENAME}}}}}</h1>
    <p style="margin: 0; font-size: 1em; color: black;">{{{description|No description provided.}}} </p>
<p style="margin: 0; font-size: 1em; color: black;">{{{description|No description provided.}}} </p>
{{#if:{{{WIP|}}}| <p style="margin: 0; font-size: 1em; color: black;">[[File:WIP_Pad.jpg|50px|link=]] '''NOTICE:''' This page is a [[WIP|Work in Progress]] as much of the lore/Development for the game is yet to be established.</p>}}
</div>
</div>



Revision as of 06:50, 8 July 2025

Page Intro

No description provided.

{{#if:|

NOTICE: This page is a Work in Progress as much of the lore/Development for the game is yet to be established.

}}


This template provides a standardized introductory header for wiki pages, displaying the page title and a custom description in a styled box.

Usage

Place this template at the top of a page, typically after any warning templates (like '''{{WIP}}''' or '''{{Spoiler Warning}})'''. You can customize the displayed title and provide a description.

  • Basic Usage (uses current page name as title):
 {{Page_Intro|description=A brief overview of the content on this page.}}
  • Full Usage (custom title and description):
 {{Page_Intro|title=Custom Page Title Here|description=A more detailed custom description for this page, explaining its purpose or content at a glance.}}