Pomoc:Edycja kodu: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Nie podano opisu zmian
m Update syntaxhighlight tags - remove use of deprecated <source> tags
Linia 405:
 
== Kody źródłowe programów ==
Kody źródłowe programów umieszczamy w bloku <nowiki><sourcesyntaxhighlight lang="...">...</sourcesyntaxhighlight></nowiki>.
 
Przykład:
Linia 421:
Otrzymamy:
<div class="pomoc-wynik">
<sourcesyntaxhighlight lang="C">
#include <stdio.h>
 
Linia 428:
return 0;
}
</syntaxhighlight>
</source>
</div>