틀
:
연습장
(r19 판)[주의!] 문서의 이전 버전(에 수정)을 보고 있습니다. 최신 버전으로 이동
분류
1. 개요 [편집]
이 틀은 개인 사용자 문서 연습장 또는 공식 엔트리위키:연습장에서 사용할 때 삭제/연습 등 기능을 간편하게 사용하기 위한 틀입니다.
2. 사용 방법 [편집]
- 개인 사용자 문서
- 틀:연습장/(자신의 닉네임) 형식으로 틀을 만듭니다.
- 다음 코드를 모두 복사합니다.
[ 코드 펼치기 · 접기 ]
[[분류:둘러보기 틀]]
{{{#!wiki style="display: flex; justify-content: end; margin-top: .75rem;"
{{{#!wiki class="button-group"
{{{#!wiki class="button button--danger"
[[https://entrywiki.org/revert/@calleeTitle@?uuid=내용 삭제|{{{#ce2c31,#ff9592 내용 삭제}}}]]}}}{{{#!wiki class="button button--primary" style="border-left: 1px solid #ddd; border-right: 1px solid #ddd;" dark-style="border-color: #383b40;"
[[https://entrywiki.org/edit/@calleeTitle@|{{{#0d74ce,#70b8ff 연습 시작}}}]]}}}{{{#!wiki class="button button--success"
[[https://namu.wiki/w/나무위키:문법 도움말|{{{#008573,#0bd8b6 문법 도움말}}}]]}}}}}}}}}
{{{#!style
.button-group {
display: flex;
overflow: hidden;
border: 1px solid #ddd;
border-radius: .25rem;
}
.button {
padding: .5rem 1rem;
}
.button a:hover {
text-decoration: none;
}
.button--danger {
background: #fff7f7;
}
.button--danger:hover {
background: #fff0f0;
}
.button--danger a {
color: #ce2c31 !important;
}
.button--primary {
background: #f4faff;
}
.button--primary:hover {
background: #e3f3ff;
}
.button--primary a {
color: #0d74ce !important;
}
.button--success {
background: #f3fbf9;
}
.button--success:hover {
background: #e4ffe4;
}
.button--success a {
color: #008573 !important;
}
@theseed-dark-mode {
.button-group {
border-color: #383b40;
}
.button--danger {
background: #201314;
}
.button--danger a {
color: #ff9592 !important;
}
.button--primary {
background: #111927;
}
.button--primary a {
color: #70b8ff !important;
}
.button--success {
background: #111927;
}
.button--primary a {
color: #0bd8b6 !important;
}
}
}}}
[include(틀:나무위키에서 가져옴, 문서명=틀:나무위키 연습장/설명문서, 버전=160, uuid=b12a9a79-e163-40e4-adc8-9485ebe1515f)] - 내 사용자 문서에 이 틀을 추가합니다.
- 사용자 문서에 있는 이 틀을 추가한 버전을 클릭하여 uuid를 복사합니다.
- 위 코드에 있는 'uuid=내용 삭제'를 찾습니다.[팁]
- 'uuid=내용 삭제'의 '내용 삭제'를 복사한 uuid를 붙여넣습니다.
[팁] Ctrl + F를 사용하여 찾는다면 더 빨리 찾을 수 있습니다.
이 문서의 내용 중 전체 또는 일부는 나무위키의 틀:나무위키 연습장/설명문서(r160 판) 문서에서 가져왔습니다. CCL BY 조항에 따라 틀:나무위키 연습장/설명문서 문서의 이전 역사를 확인할 수 있습니다. |