|
|
| Linia 1: |
Linia 1: |
| <div style="max-width: 1000px; margin: 0 auto; font-family: sans-serif; color: #202122;"> | | <div style="background-color: #27ae60; color: white; padding: 30px; border-radius: 4px; text-align: center; margin-bottom: 25px;"> |
| | <h1 style="color: white; border-bottom: none; margin: 0; font-size: 2.2em;">📝 Editing Guide</h1> |
| | <p style="font-size: 1.1em; margin-top: 10px;">Learn how to format text, add links, create lists, and insert templates on the Into The Flames Wiki.</p> |
| | </div> |
|
| |
|
| <div style="background: #27ae60; border-radius: 6px; padding: 25px 20px; color: #ffffff; text-align: center; margin-bottom: 20px;">
| | == 1. Text Formatting == |
| <h1 style="margin: 0; font-size: 2.2em; color: #ffffff; border: none; padding: 0;">📝 Editing Guide</h1>
| |
| <p style="margin: 8px 0 0 0; font-size: 1em; color: #e8f8f5;">
| |
| Learn how to format text, add links, create lists, and insert templates on the Into The Flames Wiki.
| |
| </p>
| |
| </div>
| |
|
| |
|
| <table style="width: 100%; background: #ffffff; border: 1px solid #a2a9b1; border-left: 5px solid #27ae60; border-radius: 4px; margin-bottom: 20px; border-collapse: collapse;">
| | <div style="background-color: #ffffff; border: 1px solid #eaecf0; border-left: 5px solid #27ae60; padding: 15px; border-radius: 4px; margin-bottom: 25px;"> |
| <tr>
| | <h3 style="margin-top: 0; color: #27ae60; border: none;">1. Text Formatting</h3> |
| <td style="padding: 15px;">
| |
| <h3 style="margin: 0 0 10px 0; color: #1e8449; font-size: 1.2em;">1. Text Formatting</h3>
| |
| <table style="width: 100%; font-size: 0.9em; border-collapse: collapse;">
| |
| <tr style="background: #f8f9fa; border-bottom: 2px solid #eaecf0; text-align: left;">
| |
| <th style="padding: 8px;">Type</th>
| |
| <th style="padding: 8px;">What you type</th>
| |
| <th style="padding: 8px;">What it displays</th>
| |
| </tr>
| |
| <tr style="border-bottom: 1px solid #eaecf0;">
| |
| <td style="padding: 8px;"><b>Italic</b></td>
| |
| <td style="padding: 8px;"><code><nowiki>''Into The Flames''</nowiki></code></td>
| |
| <td style="padding: 8px;">''Into The Flames''</td>
| |
| </tr>
| |
| <tr style="border-bottom: 1px solid #eaecf0;">
| |
| <td style="padding: 8px;"><b>Bold</b></td>
| |
| <td style="padding: 8px;"><code><nowiki>'''Fire Truck'''</nowiki></code></td>
| |
| <td style="padding: 8px;">'''Fire Truck'''</td>
| |
| </tr>
| |
| <tr style="border-bottom: 1px solid #eaecf0;">
| |
| <td style="padding: 8px;"><b>Bold & Italic</b></td>
| |
| <td style="padding: 8px;"><code><nowiki>'''''Important Notice'''''</nowiki></code></td>
| |
| <td style="padding: 8px;">'''''Important Notice'''''</td>
| |
| </tr>
| |
| </table>
| |
| </td>
| |
| </tr>
| |
| </table>
| |
|
| |
|
| <table style="width: 100%; background: #ffffff; border: 1px solid #a2a9b1; border-left: 5px solid #3498db; border-radius: 4px; margin-bottom: 20px; border-collapse: collapse;">
| | {| class="wikitable" style="width: 100%;" |
| <tr>
| | ! Type !! What you type !! What it displays |
| <td style="padding: 15px;">
| | |- |
| <h3 style="margin: 0 0 10px 0; color: #2980b9; font-size: 1.2em;">2. Creating Links</h3>
| | | '''Italic''' || <tt><nowiki>''Into The Flames''</nowiki></tt> || ''Into The Flames'' |
| <table style="width: 100%; font-size: 0.9em; border-collapse: collapse;">
| | |- |
| <tr style="background: #f8f9fa; border-bottom: 2px solid #eaecf0; text-align: left;">
| | | '''Bold''' || <tt><nowiki>'''Fire Truck'''</nowiki></tt> || '''Fire Truck''' |
| <th style="padding: 8px;">Link Type</th>
| | |- |
| <th style="padding: 8px;">What you type</th>
| | | '''Bold & Italic''' || <tt><nowiki>'''''Important Notice'''''</nowiki></tt> || '''''Important Notice''''' |
| <th style="padding: 8px;">What it displays</th>
| | |} |
| </tr>
| | </div> |
| <tr style="border-bottom: 1px solid #eaecf0;">
| |
| <td style="padding: 8px;"><b>Internal Link</b></td>
| |
| <td style="padding: 8px;"><code><nowiki>[[Vehicles]]</nowiki></code></td>
| |
| <td style="padding: 8px;">[[Vehicles]]</td>
| |
| </tr>
| |
| <tr style="border-bottom: 1px solid #eaecf0;">
| |
| <td style="padding: 8px;"><b>Custom Link Text</b></td>
| |
| <td style="padding: 8px;"><code><nowiki>[[Vehicles|Check All Vehicles]]</nowiki></code></td>
| |
| <td style="padding: 8px;">[[Vehicles|Check All Vehicles]]</td>
| |
| </tr>
| |
| <tr style="border-bottom: 1px solid #eaecf0;">
| |
| <td style="padding: 8px;"><b>External Link</b></td>
| |
| <td style="padding: 8px;"><code><nowiki>[https://discord.gg Official Discord]</nowiki></code></td>
| |
| <td style="padding: 8px;">[https://discord.gg Official Discord]</td>
| |
| </tr>
| |
| </table>
| |
| </td>
| |
| </tr>
| |
| </table>
| |
|
| |
|
| <table style="width: 100%; background: #ffffff; border: 1px solid #a2a9b1; border-left: 5px solid #f1c40f; border-radius: 4px; margin-bottom: 20px; border-collapse: collapse;">
| | == 2. Creating Links == |
| <tr>
| |
| <td style="padding: 15px;">
| |
| <h3 style="margin: 0 0 10px 0; color: #d4ac0d; font-size: 1.2em;">3. Headings & Lists</h3>
| |
| <div style="font-size: 0.9em; line-height: 1.6;">
| |
| <p style="margin: 0 0 5px 0;"><b>Headings:</b> Use equal signs to structure long pages.</p>
| |
| <div style="background: #f8f9fa; padding: 10px; border: 1px solid #eaecf0; font-family: monospace; border-radius: 3px; margin-bottom: 15px;">
| |
| <nowiki>== Main Section ==</nowiki><br />
| |
| <nowiki>=== Subsection ===</nowiki>
| |
| </div>
| |
|
| |
|
| <p style="margin: 0 0 5px 0;"><b>Bullet Lists:</b> Start lines with an asterisk (<code>*</code>).</p>
| | <div style="background-color: #ffffff; border: 1px solid #eaecf0; border-left: 5px solid #2980b9; padding: 15px; border-radius: 4px; margin-bottom: 25px;"> |
| <div style="background: #f8f9fa; padding: 10px; border: 1px solid #eaecf0; font-family: monospace; border-radius: 3px;">
| | <h3 style="margin-top: 0; color: #2980b9; border: none;">2. Creating Links</h3> |
| <nowiki>* First item</nowiki><br />
| |
| <nowiki>* Second item</nowiki><br />
| |
| <nowiki>** Nested item</nowiki>
| |
| </div>
| |
| </div>
| |
| </td>
| |
| </tr>
| |
| </table>
| |
|
| |
|
| <table style="width: 100%; background: #ffffff; border: 1px solid #a2a9b1; border-left: 5px solid #e74c3c; border-radius: 4px; margin-bottom: 20px; border-collapse: collapse;">
| | {| class="wikitable" style="width: 100%;" |
| <tr>
| | ! Link Type !! What you type !! What it displays |
| <td style="padding: 15px;">
| | |- |
| <h3 style="margin: 0 0 10px 0; color: #c0392b; font-size: 1.2em;">4. Images & Templates</h3>
| | | '''Internal Link''' || <tt><nowiki>[[Help:Index]]</nowiki></tt> || [[Help:Index]] |
| <div style="font-size: 0.9em; line-height: 1.6;">
| | |- |
| <p style="margin: 0 0 5px 0;"><b>Adding Images:</b></p>
| | | '''Custom Link Text''' || <tt><nowiki>[[Help:Index|Check Help Index]]</nowiki></tt> || [[Help:Index|Check Help Index]] |
| <div style="background: #f8f9fa; padding: 10px; border: 1px solid #eaecf0; font-family: monospace; border-radius: 3px; margin-bottom: 15px;">
| | |- |
| <nowiki>[[File:Engine-1.png|thumb|Engine 1 in action]]</nowiki>
| | | '''External Link''' || <tt><nowiki>[https://discord.gg Official Discord]</nowiki></tt> || [https://discord.gg Official Discord] |
| </div>
| | |} |
| | </div> |
|
| |
|
| <p style="margin: 0 0 5px 0;"><b>Using Templates (Infoboxes):</b></p>
| | == 3. Headings & Lists == |
| <div style="background: #f8f9fa; padding: 10px; border: 1px solid #eaecf0; font-family: monospace; border-radius: 3px;">
| |
| <nowiki>{{Person</nowiki><br />
| |
| <nowiki>| name = John Doe</nowiki><br />
| |
| <nowiki>| role = Firefighter</nowiki><br />
| |
| <nowiki>}}</nowiki>
| |
| </div>
| |
| </div>
| |
| </td>
| |
| </tr>
| |
| </table>
| |
|
| |
|
| <div style="background: #eaecf0; border: 1px solid #a2a9b1; border-radius: 4px; padding: 12px 15px; font-size: 0.9em; text-align: center;">
| | <div style="background-color: #ffffff; border: 1px solid #eaecf0; border-left: 5px solid #f39c12; padding: 15px; border-radius: 4px; margin-bottom: 25px;"> |
| 💡 <b>Need practice?</b> Feel free to use the Sandbox page to test edits without affecting live articles!
| | <h3 style="margin-top: 0; color: #f39c12; border: none;">3. Headings & Lists</h3> |
| </div>
| |
|
| |
|
| | <p>'''Headings''': Use equal signs to structure long pages.</p> |
| | <pre> |
| | == Main Section == |
| | === Subsection === |
| | </pre> |
| | |
| | <p>'''Bullet Lists''': Start lines with an asterisk (<tt>*</tt>).</p> |
| | <pre> |
| | * First item |
| | ** Sub-item |
| | </pre> |
| </div> | | </div> |
| | |
| | ---- |
| | [[Help:Index|← Back to Help Index]] |