Pomoc:Editing: Różnice pomiędzy wersjami

Created page with "<div style="max-width: 1000px; margin: 0 auto; font-family: sans-serif; color: #202122;"> <div style="background: #27ae60; border-radius: 6px; padding: 25px 20px; color: #ffffff; text-align: center; margin-bottom: 20px;"> <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 temp..."
 
Nie podano opisu zmian
Linia 20: Linia 20:
           <tr style="border-bottom: 1px solid #eaecf0;">
           <tr style="border-bottom: 1px solid #eaecf0;">
             <td style="padding: 8px;"><b>Italic</b></td>
             <td style="padding: 8px;"><b>Italic</b></td>
             <td style="padding: 8px;"><code>''Into The Flames''</code></td>
             <td style="padding: 8px;"><code><nowiki>''Into The Flames''</nowiki></code></td>
             <td style="padding: 8px;">''Into The Flames''</td>
             <td style="padding: 8px;">''Into The Flames''</td>
           </tr>
           </tr>
           <tr style="border-bottom: 1px solid #eaecf0;">
           <tr style="border-bottom: 1px solid #eaecf0;">
             <td style="padding: 8px;"><b>Bold</b></td>
             <td style="padding: 8px;"><b>Bold</b></td>
             <td style="padding: 8px;"><code>'''Fire Truck'''</code></td>
             <td style="padding: 8px;"><code><nowiki>'''Fire Truck'''</nowiki></code></td>
             <td style="padding: 8px;">'''Fire Truck'''</td>
             <td style="padding: 8px;">'''Fire Truck'''</td>
           </tr>
           </tr>
           <tr style="border-bottom: 1px solid #eaecf0;">
           <tr style="border-bottom: 1px solid #eaecf0;">
             <td style="padding: 8px;"><b>Bold & Italic</b></td>
             <td style="padding: 8px;"><b>Bold & Italic</b></td>
             <td style="padding: 8px;"><code>'''''Important Notice'''''</code></td>
             <td style="padding: 8px;"><code><nowiki>'''''Important Notice'''''</nowiki></code></td>
             <td style="padding: 8px;">'''''Important Notice'''''</td>
             <td style="padding: 8px;">'''''Important Notice'''''</td>
           </tr>
           </tr>
Linia 50: Linia 50:
           <tr style="border-bottom: 1px solid #eaecf0;">
           <tr style="border-bottom: 1px solid #eaecf0;">
             <td style="padding: 8px;"><b>Internal Link</b></td>
             <td style="padding: 8px;"><b>Internal Link</b></td>
             <td style="padding: 8px;"><code>[[Vehicles]]</code></td>
             <td style="padding: 8px;"><code><nowiki>[[Vehicles]]</nowiki></code></td>
             <td style="padding: 8px;">[[Vehicles]]</td>
             <td style="padding: 8px;">[[Vehicles]]</td>
           </tr>
           </tr>
           <tr style="border-bottom: 1px solid #eaecf0;">
           <tr style="border-bottom: 1px solid #eaecf0;">
             <td style="padding: 8px;"><b>Custom Link Text</b></td>
             <td style="padding: 8px;"><b>Custom Link Text</b></td>
             <td style="padding: 8px;"><code>[[Vehicles|Check All Vehicles]]</code></td>
             <td style="padding: 8px;"><code><nowiki>[[Vehicles|Check All Vehicles]]</nowiki></code></td>
             <td style="padding: 8px;">[[Vehicles|Check All Vehicles]]</td>
             <td style="padding: 8px;">[[Vehicles|Check All Vehicles]]</td>
           </tr>
           </tr>
           <tr style="border-bottom: 1px solid #eaecf0;">
           <tr style="border-bottom: 1px solid #eaecf0;">
             <td style="padding: 8px;"><b>External Link</b></td>
             <td style="padding: 8px;"><b>External Link</b></td>
             <td style="padding: 8px;"><code>[https://discord.gg Official Discord]</code></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>
             <td style="padding: 8px;">[https://discord.gg Official Discord]</td>
           </tr>
           </tr>
Linia 73: Linia 73:
         <h3 style="margin: 0 0 10px 0; color: #d4ac0d; font-size: 1.2em;">3. Headings & Lists</h3>
         <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;">
         <div style="font-size: 0.9em; line-height: 1.6;">
           <b>Headings:</b> Use equal signs to structure long pages.
           <p style="margin: 0 0 5px 0;"><b>Headings:</b> Use equal signs to structure long pages.</p>
           <pre style="background: #f8f9fa; padding: 8px; border: 1px solid #eaecf0; margin: 5px 0 15px 0;">== Main Section ==
           <div style="background: #f8f9fa; padding: 10px; border: 1px solid #eaecf0; font-family: monospace; border-radius: 3px; margin-bottom: 15px;">
=== Subsection ===</pre>
            <nowiki>== Main Section ==</nowiki><br />
            <nowiki>=== Subsection ===</nowiki>
          </div>


           <b>Bullet Lists:</b> Start lines with an asterisk (<code>*</code>).
           <p style="margin: 0 0 5px 0;"><b>Bullet Lists:</b> Start lines with an asterisk (<code>*</code>).</p>
           <pre style="background: #f8f9fa; padding: 8px; border: 1px solid #eaecf0; margin: 5px 0 0 0;">* First item
           <div style="background: #f8f9fa; padding: 10px; border: 1px solid #eaecf0; font-family: monospace; border-radius: 3px;">
* Second item
            <nowiki>* First item</nowiki><br />
** Nested item</pre>
            <nowiki>* Second item</nowiki><br />
            <nowiki>** Nested item</nowiki>
          </div>
         </div>
         </div>
       </td>
       </td>
Linia 91: Linia 95:
         <h3 style="margin: 0 0 10px 0; color: #c0392b; font-size: 1.2em;">4. Images & Templates</h3>
         <h3 style="margin: 0 0 10px 0; color: #c0392b; font-size: 1.2em;">4. Images & Templates</h3>
         <div style="font-size: 0.9em; line-height: 1.6;">
         <div style="font-size: 0.9em; line-height: 1.6;">
           <b>Adding Images:</b>
           <p style="margin: 0 0 5px 0;"><b>Adding Images:</b></p>
           <pre style="background: #f8f9fa; padding: 8px; border: 1px solid #eaecf0; margin: 5px 0 15px 0;"><nowiki>[[File:Engine-1.png|thumb|Engine 1 in action]]</nowiki></pre>
           <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>
          </div>


           <b>Using Templates (Infoboxes):</b>
           <p style="margin: 0 0 5px 0;"><b>Using Templates (Infoboxes):</b></p>
           <pre style="background: #f8f9fa; padding: 8px; border: 1px solid #eaecf0; margin: 5px 0 0 0;"><nowiki>{{Person
           <div style="background: #f8f9fa; padding: 10px; border: 1px solid #eaecf0; font-family: monospace; border-radius: 3px;">
| name = John Doe
            <nowiki>{{Person</nowiki><br />
| role = Firefighter
            <nowiki>| name = John Doe</nowiki><br />
}}</nowiki></pre>
            <nowiki>| role = Firefighter</nowiki><br />
            <nowiki>}}</nowiki>
          </div>
         </div>
         </div>
       </td>
       </td>