다른 명령
새 문서: <syntaxhighlight lang="python" line start="1"> ... 11122=adffg 22222=hhghhh </syntaxhighlight> |
편집 요약 없음 |
||
(같은 사용자의 중간 판 13개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
<syntaxhighlight lang="python" line start="1"> | = 11111 = | ||
== aaaaaaaa == | |||
=== aaaaaaaa === | |||
==== ddddddddd ==== | |||
* 이전 5개 | |||
{{#ask: [[Category:autoit]] [[<autoit gui]] | |||
|order=ascending | |||
|searchlabel= | |||
|format=ul | |||
|limit=5 | |||
|offset={{#expr: {{#ask: [[Category:autoit]] [[<autoit gui]]|format=count}} -6 }} | |||
}} | |||
---- | |||
* 현재 페이지 | |||
[[autoit gui]] | |||
---- | |||
* 다음 5개 | |||
{{#ask: [[Category:python]] [[>autoit gui]] | |||
|offset=1 | |||
|format=ul | |||
|limit=5 | |||
|searchlabel= | |||
}} | |||
== 22222 == | |||
;아이템 1 ::: | |||
: 정의 1 : | |||
;아이템 2 | |||
: 정의 2-1 | |||
: 정의 2-2 | |||
=== 3333 === | |||
====4444 ==== | |||
===== 55555 ===== | |||
<syntaxhighlight lang="python" line start="3" highlight="1,5-7"> | |||
11122=adffg | 11122=adffg | ||
22222=hhghhh | 22222=hhghhh | ||
def quick_sort(arr): | |||
less = [] | |||
pivot_list = [] | |||
more = [] | |||
if len(arr) <= 1: | |||
return arr | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Has type::Page| ]] <!-- 페이지 타입 --> | |||
[[Has date::2023-10-05| ]] <!-- 날짜 타입 --> | |||
[[Has number::42| ]] <!-- 숫자 타입 --> | |||
[[Has text::Sample text| ]] <!-- 텍스트 타입 --> | |||
[[Has boolean::true| ]] <!-- 불리언 타입 --> | |||
[[Has geographic coordinate::37.5665° N, 126.9780° E| ]] <!-- 지리 좌표 --> | |||
[[위키피디아:노무현]] | |||
[[w:위키피디아:노무현|위키피디아:노무현]] | |||
[[w:Wikipedia:Village pump|Wikipedia:Village pump]] |
2025년 6월 11일 (수) 01:29 기준 최신판
11111
aaaaaaaa
aaaaaaaa
ddddddddd
- 이전 5개
- 현재 페이지
- 다음 5개
22222
- 아이템 1
- ::
- 정의 1 :
- 아이템 2
- 정의 2-1
- 정의 2-2
3333
4444
55555
11122=adffg 22222=hhghhh def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr
Property "Has type" is a declarative property and can only be used on a property or category page.