Template:StartingPageTitleHelp
Appearance
From Legopedia
Wiki Authoring & Template Usage Guide
> Essential steps for creating new articles and transcluding public templates
Help & Docs
Step 01Page Creation
Search or Enter Target Page URL
To create a new article, type the desired title into the wiki search bar. If the page does not exist, click on the red link in the search results. Alternatively, append the title directly to the browser URL:
/wiki/Your_Page_Name.Step 02Wikitext Syntax
Initialize Structure with Headers
Click the "Create" or "Edit source" tab at the top right. Add section headings using double equals signs (e.g.,
== Overview ==) to automatically construct the page Table of Contents.Step 03Transclusion
Find & Call Existing Templates
Browse public templates via
Special:PrefixIndex/Template:. Call a template onto your page using double curly braces: {{TemplateName}} (e.g., {{Notice}}).Step 04Customization
Pass Named & Unnamed Parameters
Customize templates using pipe syntax (
|). Pass positional parameters like {{Quote|Your text}} or named parameters like {{Notice|type=warning}}.Step 05Finalize
Preview & Save Changes
Always click "Show preview" before saving to avoid broken syntax. Add a brief edit summary (e.g., "Created page and added template") and click "Save page".
SYS_DOCS // Maintained by User:Alexplit
Status: Active