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

Nie podano opisu zmian
Nie podano opisu zmian
Znaczniki: Z urządzenia mobilnego Z wersji mobilnej (przeglądarkowej) Zaawansowana edycja mobilna
 
Linia 1: Linia 1:
<div style="background-color: #27ae60; color: white; padding: 30px; border-radius: 4px; text-align: center; margin-bottom: 25px;">
<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;">📝 Editing Guide</h1>
   <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;">Learn how to format text, add links, create lists, and insert templates on the Into The Flames Wiki.</p>
   <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>
</div>


== 1. Text Formatting ==
== 1. Formatowanie tekstu ==


<div style="background-color: #ffffff; border: 1px solid #eaecf0; border-left: 5px solid #27ae60; padding: 15px; border-radius: 4px; margin-bottom: 25px;">
<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: #27ae60; border: none;">1. Text Formatting</h3>
   <h3 style="margin-top: 0; color: #2e7d32; border: none;">1. Formatowanie tekstu</h3>


{| class="wikitable" style="width: 100%;"
{| class="wikitable" style="width: 100%;"
! Type !! What you type !! What it displays
! Typ formatowania !! Co wpisujesz !! Co się wyświetla
|-
|-
| '''Italic''' || <tt><nowiki>''Into The Flames''</nowiki></tt> || ''Into The Flames''
 
| '''Kursywa''' || <tt><nowiki>''ScoutPedia''</nowiki></tt> || ''ScoutPedia''
|-
|-
| '''Bold''' || <tt><nowiki>'''Fire Truck'''</nowiki></tt> || '''Fire Truck'''
 
| '''Pogrubienie''' || <tt><nowiki>'''Krzyż harcerski'''</nowiki></tt> || '''Krzyż harcerski'''
|-
|-
| '''Bold & Italic''' || <tt><nowiki>'''''Important Notice'''''</nowiki></tt> || '''''Important Notice'''''
 
| '''Pogrubienie i kursywa''' || <tt><nowiki>'''''Ważna uwaga'''''</nowiki></tt> || '''''Ważna uwaga'''''
|}
|}
</div>
</div>


== 2. Creating Links ==
== 2. Tworzenie linków ==


<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-color: #ffffff; border: 1px solid #eaecf0; border-left: 5px solid #2980b9; padding: 15px; border-radius: 4px; margin-bottom: 25px;">
   <h3 style="margin-top: 0; color: #2980b9; border: none;">2. Creating Links</h3>
   <h3 style="margin-top: 0; color: #2980b9; border: none;">2. Tworzenie linków</h3>


{| class="wikitable" style="width: 100%;"
{| class="wikitable" style="width: 100%;"
! Link Type !! What you type !! What it displays
! Typ odnośnika !! Co wpisujesz !! Co się wyświetla
|-
|-
| '''Internal Link''' || <tt><nowiki>[[Help:Index]]</nowiki></tt> || [[Help:Index]]
 
| '''Link wewnętrzny''' || <tt><nowiki>[[Help:Index]]</nowiki></tt> || [[Help:Index]]
|-
|-
| '''Custom Link Text''' || <tt><nowiki>[[Help:Index|Check Help Index]]</nowiki></tt> || [[Help:Index|Check Help Index]]
 
| '''Własny tekst linku''' || <tt><nowiki>[[Help:Index|Sprawdź spis pomocy]]</nowiki></tt> || [[Help:Index|Sprawdź spis pomocy]]
|-
|-
| '''External Link''' || <tt><nowiki>[https://discord.gg Official Discord]</nowiki></tt> || [https://discord.gg Official Discord]
 
| '''Link zewnętrzny''' || <tt><nowiki>[https://discord.gg Oficjalny Discord]</nowiki></tt> || [https://discord.gg Oficjalny Discord]
|}
|}
</div>
</div>


== 3. Headings & Lists ==
== 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;">
<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. Headings & Lists</h3>
   <h3 style="margin-top: 0; color: #f39c12; border: none;">3. Nagłówki i listy</h3>


   <p>'''Headings''': Use equal signs to structure long pages.</p>
   <p>'''Nagłówki''': Używaj znaków równości, aby uporządkować długie strony.</p>
<pre>
<pre>
== Main Section ==
== Główna sekcja ==
=== Subsection ===
=== Podsekcja ===
</pre>
</pre>


   <p>'''Bullet Lists''': Start lines with an asterisk (<tt>*</tt>).</p>
   <p>'''Listy punktowane''': Rozpoczynaj linie od gwiazdki (<tt>*</tt>).</p>
<pre>
<pre>
* First item
* Pierwszy element
** Sub-item
** Podpunkt
</pre>
</pre>
</div>
</div>


----
----
[[Help:Index|← Back to Help Index]]
[[Help:Index|← Powrót do Spisu Pomocy]]