사용자:하늘/참고/OO.UI: 두 판 사이의 차이

잔글 (Chirho님이 사용자:Cerulean/틀/0 문서를 넘겨주기를 만들지 않고 사용자:하늘/틀/0 문서로 이동했습니다: "Cerulean" 사용자의 이름을 "하늘"(으)로 바꿀 때 문서를 자동으로 이동했습니다)
편집 요약 없음
 
(같은 사용자의 중간 판 9개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{| class="wikitable"
== OO.ui ==
|+ 한자음 비교
 
|-
=== demo ===
! 한자 !! 현대 한국어 !! 중세 한국어<br/>(고증x) !! 중고한어 !! 현대한어 !! 오음 !! 한음 !! 당음
https://doc.wikimedia.org/oojs-ui/master/demos/?page=widgets&theme=wikimediaui&direction=ltr&platform=desktop
|-
 
| 長 || 장 || 댱(tiang) || ɖɨɐŋ || cháng || dyau(jō) || tyau(chō) ||
=== 사용법 ===
|- 
<syntaxhighlight lang="js">
| 安 || 안 || 안 || ʔɑn || ān || an || an ||
mw.loader.using(['oojs-ui-core', 'oojs-ui.styles.icons-editing-advanced'], '''function''');
|-
 
| 上 || 상 || 샹 || d͡ʑɨɐŋH || shàng || zyau->jō || syau->shō|| syan->shan
function () { ........
|}
</syntaxhighlight>
한국어의 한자음은 중고한어와 근고한어의 중간인 것 같음. 오음은 중국 남북조시대에 들여온 한자음, 한음은 당나라 장안에서 들여온 한자음. 한국 한자음도 당나라에서 온 한자음.
 
* 安
아이콘을 사용하기 위한 모듈<br/>
*: 안/ʔɑn/あん
oojs-ui.styles.icons-editing-advanced<br/>
* 長
oojs-ui.styles.icons-movement<br/>
*: //ɖɨɐŋ/dyau->jō/tyau->chō
oojs-ui.styles.icons-content<br/>
* 上
...
*: 상/d͡ʑɨɐŋH/zyau->jō/syau->shō/syan->shan
 
* 北
아이콘 그룹은 아래 데모에서 확인<br/>
*:
https://doc.wikimedia.org/oojs-ui/master/demos/?page=widgets&theme=wikimediaui&direction=ltr&platform=desktop
* 滿
 
*: 만
Depending on which of the features you're going to use, you should list one or more of the following modules as dependencies of your modules that use OOUI:
*
 
*: 각
* <code>oojs-ui-core</code> — OOUI's core JavaScript library. Contains the basic widgets and layouts that are also available in PHP (see exact list above) and the ability to infuse them.
*
* <code>oojs-ui-widgets</code> — Additional widgets and layouts.
*: 삭
* <code>oojs-ui-toolbars</code> — Toolbar and tools.
*
* <code>oojs-ui-windows</code> — Windows and dialogs.
*: 홍
* <code>oojs-ui.styles.icons-*</code> — Specific icon styles depending on what icons you may want to use, e.g. <code>oojs-ui.styles.icons-interactions</code> for check icon. Group names can be found in demo page or in code.
* 郞
*: 랑
* 忽
*: 홀

2023년 12월 30일 (토) 22:25 기준 최신판

OO.ui[편집 | 원본 편집]

demo[편집 | 원본 편집]

https://doc.wikimedia.org/oojs-ui/master/demos/?page=widgets&theme=wikimediaui&direction=ltr&platform=desktop

사용법[편집 | 원본 편집]

mw.loader.using(['oojs-ui-core', 'oojs-ui.styles.icons-editing-advanced'], '''function''');

function () { ........

아이콘을 사용하기 위한 모듈
oojs-ui.styles.icons-editing-advanced
oojs-ui.styles.icons-movement
oojs-ui.styles.icons-content
...

아이콘 그룹은 아래 데모에서 확인
https://doc.wikimedia.org/oojs-ui/master/demos/?page=widgets&theme=wikimediaui&direction=ltr&platform=desktop

Depending on which of the features you're going to use, you should list one or more of the following modules as dependencies of your modules that use OOUI:

  • oojs-ui-core — OOUI's core JavaScript library. Contains the basic widgets and layouts that are also available in PHP (see exact list above) and the ability to infuse them.
  • oojs-ui-widgets — Additional widgets and layouts.
  • oojs-ui-toolbars — Toolbar and tools.
  • oojs-ui-windows — Windows and dialogs.
  • oojs-ui.styles.icons-* — Specific icon styles depending on what icons you may want to use, e.g. oojs-ui.styles.icons-interactions for check icon. Group names can be found in demo page or in code.