|
|
| (6 intermediate revisions by the same user not shown) |
| Line 3: |
Line 3: |
| <div style="background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 50%, #40916c 100%); padding: 24px 32px; color: #ffffff; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.15);"> | | <div style="background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 50%, #40916c 100%); padding: 24px 32px; color: #ffffff; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.15);"> |
| <div style="display: flex; align-items: center; gap: 18px;"> | | <div style="display: flex; align-items: center; gap: 18px;"> |
| <div style="flex-shrink: 0; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));">{{{main_image|[[File:Info icon 002.svg|48px|link=]]}}}</div> | | <div style="flex-shrink: 0; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));">{{{main_image|[[File:Information icon dark green.svg|48px|link=]]}}}</div> |
| <div style="width: 4px; height: 40px; background-color: rgba(255, 255, 255, 0.4); flex-shrink: 0;"></div> | | <div style="width: 4px; height: 32px; background-color: rgba(255, 255, 255, 0.4); flex-shrink: 0;"></div> |
| <div> | | <div> |
| <div style="font-size: 1.4em; font-weight: bold; line-height: 1.2; text-shadow: 0 1px 2px rgba(0,0,0,0.4);">{{{main_title|Wiki Authoring & Template Usage Guide}}}</div> | | <div style="font-size: 1.4em; font-weight: bold; line-height: 1.2; text-shadow: 0 1px 2px rgba(0,0,0,0.4);">{{{main_title|Starting a page}}}</div> |
| <div style="font-size: 0.88em; color: #d8f3dc; margin-top: 4px; font-weight: 300;">{{{main_subtitle|Essential guidelines for article creation, formatting, and template transclusion}}}</div>
| |
| </div> | | </div> |
| </div> | | </div> |
| <div style="font-size: 0.75em; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; padding: 6px 14px; border: 1px solid rgba(255, 255, 255, 0.4); background: rgba(0, 0, 0, 0.2); color: #d8f3dc; flex-shrink: 0;">{{{status_badge|Help & Docs}}}</div> | | <div style="font-size: 0.75em; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; padding: 6px 14px; border: 1px solid rgba(255, 255, 255, 0.4); background: rgba(0, 0, 0, 0.2); color: #d8f3dc; flex-shrink: 0;">{{{status_badge|Help & Docs}}}</div> |
| </div> | | </div> |
| <!-- BODY CONTENT --> | | <!-- ADD YOUR CONTENT HERE --> |
| <div style="padding: 28px 32px; font-size: 0.95em; line-height: 1.6; opacity: 0.9;">
| |
| <!-- SECTION 1 -->
| |
| <h3 style="margin-top: 0; margin-bottom: 8px; font-size: 1.1em; font-weight: bold; border-bottom: 1px solid var(--ooui-border-color-subtle, #a2a9b1); padding-bottom: 4px; color: inherit;">{{{header1|1. Page Creation & Navigation}}}</h3>
| |
| <p style="margin-top: 0; margin-bottom: 18px;">{{{section1|To create a new article, enter the target page name into the wiki search bar and select the <span style="color: #e63946; font-weight: bold;">red link</span> in the search results, or type the page title directly into your browser address bar using <code style="padding: 2px 6px; border: 1px solid var(--ooui-border-color-subtle, #a2a9b1); background: rgba(127, 127, 127, 0.08);">/wiki/Your_Page_Name</code>. Once on the target page, click <strong>"Create"</strong> or <strong>"Edit source"</strong> to begin populating content.}}}</p>
| |
| <!-- SECTION 2 -->
| |
| <h3 style="margin-top: 0; margin-bottom: 8px; font-size: 1.1em; font-weight: bold; border-bottom: 1px solid var(--ooui-border-color-subtle, #a2a9b1); padding-bottom: 4px; color: inherit;">{{{header2|2. Structuring Content & Headings}}}</h3>
| |
| <p style="margin-top: 0; margin-bottom: 18px;">{{{section2|Organize your text using standard wikitext section headings (<code style="padding: 2px 6px; border: 1px solid var(--ooui-border-color-subtle, #a2a9b1); background: rgba(127, 127, 127, 0.08);">== Section Title ==</code>) to automatically generate a Table of Contents. Proper heading hierarchies (<code style="padding: 2px 6px; border: 1px solid var(--ooui-border-color-subtle, #a2a9b1); background: rgba(127, 127, 127, 0.08); font-size: 0.85em;">=== Sub-heading ===</code>) help maintain logical page structure, making longer documents easier to navigate and scan for specific information.}}}</p>
| |
| <!-- SECTION 3 -->
| |
| <h3 style="margin-top: 0; margin-bottom: 8px; font-size: 1.1em; font-weight: bold; border-bottom: 1px solid var(--ooui-border-color-subtle, #a2a9b1); padding-bottom: 4px; color: inherit;">{{{header3|3. Using Public Templates}}}</h3>
| |
| <p style="margin-top: 0; margin-bottom: 18px;">{{{section3|To extend your page with pre-styled site components, browse available public options via <code style="padding: 2px 6px; border: 1px solid var(--ooui-border-color-subtle, #a2a9b1); background: rgba(127, 127, 127, 0.08);">Special:PrefixIndex/Template:</code>. Transclude a template onto your page using double curly braces, such as <code style="padding: 2px 6px; border: 1px solid var(--ooui-border-color-subtle, #a2a9b1); background: rgba(127, 127, 127, 0.08);">{{Notice}}</code> or <code style="padding: 2px 6px; border: 1px solid var(--ooui-border-color-subtle, #a2a9b1); background: rgba(127, 127, 127, 0.08);">{{Quote}}</code>.}}}</p>
| |
| <!-- SECTION 4 -->
| |
| <h3 style="margin-top: 0; margin-bottom: 8px; font-size: 1.1em; font-weight: bold; border-bottom: 1px solid var(--ooui-border-color-subtle, #a2a9b1); padding-bottom: 4px; color: inherit;">{{{header4|4. Passing Parameters & Variables}}}</h3>
| |
| <p style="margin-top: 0; margin-bottom: 18px;">{{{section4|Templates can be customized by adding pipe syntax (<code style="padding: 2px 6px; border: 1px solid var(--ooui-border-color-subtle, #a2a9b1); background: rgba(127, 127, 127, 0.08);">|</code>) to pass parameters. Depending on the template design, you can pass positional values like <code style="padding: 2px 6px; border: 1px solid var(--ooui-border-color-subtle, #a2a9b1); background: rgba(127, 127, 127, 0.08);">{{Quote|Your text here}}</code> or explicit named key-value pairs like <code style="padding: 2px 6px; border: 1px solid var(--ooui-border-color-subtle, #a2a9b1); background: rgba(127, 127, 127, 0.08);">{{Notice|type=warning|title=Caution}}</code>.}}}</p>
| |
| <!-- SECTION 5 -->
| |
| <h3 style="margin-top: 0; margin-bottom: 8px; font-size: 1.1em; font-weight: bold; border-bottom: 1px solid var(--ooui-border-color-subtle, #a2a9b1); padding-bottom: 4px; color: inherit;">{{{header5|5. Media, Links, & Formatting}}}</h3>
| |
| <p style="margin-top: 0; margin-bottom: 18px;">{{{section5|Enhance readability by incorporating inline links (<code style="padding: 2px 6px; border: 1px solid var(--ooui-border-color-subtle, #a2a9b1); background: rgba(127, 127, 127, 0.08);">[[Page Title]]</code>), external citations, and media files (<code style="padding: 2px 6px; border: 1px solid var(--ooui-border-color-subtle, #a2a9b1); background: rgba(127, 127, 127, 0.08);">[[File:Example.jpg|thumb|Caption]]</code>). Maintain consistent formatting across articles to keep the wiki cohesive and accessible to all readers.}}}</p>
| |
| <!-- SECTION 6 -->
| |
| <h3 style="margin-top: 0; margin-bottom: 8px; font-size: 1.1em; font-weight: bold; border-bottom: 1px solid var(--ooui-border-color-subtle, #a2a9b1); padding-bottom: 4px; color: inherit;">{{{header6|6. Previewing & Publishing Updates}}}</h3>
| |
| <p style="margin-top: 0; margin-bottom: 0;">{{{section6|Before saving your changes, always click <strong>"Show preview"</strong> to verify that all markup and template calls render correctly without broken wikitext. Enter a concise edit summary describing your changes (e.g., <em>"Added section on template parameters"</em>) and click <strong>"Save page"</strong> to publish your work.}}}</p>
| |
| <!-- FOOTER -->
| |
| <div style="display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--ooui-border-color-subtle, #a2a9b1); padding-top: 14px; margin-top: 24px; font-size: 0.85em; opacity: 0.75;">
| |
| <div>{{{footer_note|Maintained by User:Alexplit}}}</div>
| |
| <div>{{{last_updated|Guide active}}}</div>
| |
| </div>
| |
| </div>
| |
| </div> | | </div> |