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
Znaczniki: Z urządzenia mobilnego Z wersji mobilnej (przeglądarkowej) Zaawansowana edycja mobilna
 
(Nie pokazano 2 pośrednich wersji utworzonych przez tego samego użytkownika)
Linia 1: Linia 1:
<div style="max-width: 1000px; margin: 0 auto; font-family: sans-serif; color: #202122;">
<div style="background-color: #2e7d32; color: white; padding: 30px; border-radius: 4px; text-align: center; margin-bottom: 25px; font-family: sans-serif;">
  <h1 style="color: white; border-bottom: none; margin: 0; font-size: 2.2em;">📝 Poradnik edycji</h1>
  <p style="font-size: 1.1em; margin-top: 10px;">Dowiedz się, jak formatować tekst, dodawać linki, tworzyć listy i wstawiać szablony na wiki.</p>
</div>
 
== 1. Formatowanie tekstu ==
 
<div style="background-color: #ffffff; border: 1px solid #eaecf0; border-left: 5px solid #2e7d32; padding: 15px; border-radius: 4px; margin-bottom: 25px;">
  <h3 style="margin-top: 0; color: #2e7d32; border: none;">1. Formatowanie tekstu</h3>
 
{| class="wikitable" style="width: 100%;"
! Typ formatowania !! Co wpisujesz !! Co się wyświetla
|-


  <div style="background: #27ae60; border-radius: 6px; padding: 25px 20px; color: #ffffff; text-align: center; margin-bottom: 20px;">
| '''Kursywa''' || <tt><nowiki>''ScoutPedia''</nowiki></tt> || ''ScoutPedia''
    <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;">
| '''Pogrubienie''' || <tt><nowiki>'''Krzyż harcerski'''</nowiki></tt> || '''Krzyż harcerski'''
    <tr>
|-
      <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>''Into The Flames''</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>'''Fire Truck'''</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>'''''Important Notice'''''</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;">
| '''Pogrubienie i kursywa''' || <tt><nowiki>'''''Ważna uwaga'''''</nowiki></tt> || '''''Ważna uwaga'''''
    <tr>
|}
      <td style="padding: 15px;">
</div>
        <h3 style="margin: 0 0 10px 0; color: #2980b9; font-size: 1.2em;">2. Creating Links</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;">Link 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>Internal Link</b></td>
            <td style="padding: 8px;"><code>[[Vehicles]]</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>[[Vehicles|Check All Vehicles]]</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>[https://discord.gg Official Discord]</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. Tworzenie linków ==
    <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;">
          <b>Headings:</b> Use equal signs to structure long pages.
          <pre style="background: #f8f9fa; padding: 8px; border: 1px solid #eaecf0; margin: 5px 0 15px 0;">== Main Section ==
=== Subsection ===</pre>


          <b>Bullet Lists:</b> Start lines with an asterisk (<code>*</code>).
<div style="background-color: #ffffff; border: 1px solid #eaecf0; border-left: 5px solid #2980b9; padding: 15px; border-radius: 4px; margin-bottom: 25px;">
          <pre style="background: #f8f9fa; padding: 8px; border: 1px solid #eaecf0; margin: 5px 0 0 0;">* First item
  <h3 style="margin-top: 0; color: #2980b9; border: none;">2. Tworzenie linków</h3>
* Second item
** Nested item</pre>
        </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>
! Typ odnośnika !! Co wpisujesz !! Co się wyświetla
      <td style="padding: 15px;">
|-
        <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;">
          <b>Adding Images:</b>
          <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>


          <b>Using Templates (Infoboxes):</b>
| '''Link wewnętrzny''' || <tt><nowiki>[[Help:Index]]</nowiki></tt> || [[Help:Index]]
          <pre style="background: #f8f9fa; padding: 8px; border: 1px solid #eaecf0; margin: 5px 0 0 0;"><nowiki>{{Person
|-
| name = John Doe
| role = Firefighter
}}</nowiki></pre>
        </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;">
| '''Własny tekst linku''' || <tt><nowiki>[[Help:Index|Sprawdź spis pomocy]]</nowiki></tt> || [[Help:Index|Sprawdź spis pomocy]]
    💡 <b>Need practice?</b> Feel free to use the Sandbox page to test edits without affecting live articles!
|-
  </div>


| '''Link zewnętrzny''' || <tt><nowiki>[https://discord.gg Oficjalny Discord]</nowiki></tt> || [https://discord.gg Oficjalny Discord]
|}
</div>
</div>
== 3. Nagłówki i listy ==
<div style="background-color: #ffffff; border: 1px solid #eaecf0; border-left: 5px solid #f39c12; padding: 15px; border-radius: 4px; margin-bottom: 25px;">
  <h3 style="margin-top: 0; color: #f39c12; border: none;">3. Nagłówki i listy</h3>
  <p>'''Nagłówki''': Używaj znaków równości, aby uporządkować długie strony.</p>
<pre>
== Główna sekcja ==
=== Podsekcja ===
</pre>
  <p>'''Listy punktowane''': Rozpoczynaj linie od gwiazdki (<tt>*</tt>).</p>
<pre>
* Pierwszy element
** Podpunkt
</pre>
</div>
----
[[Help:Index|← Powrót do Spisu Pomocy]]