Giter VIP home page Giter VIP logo

php-namumark-mediawiki's People

Contributors

koreapyj avatar liberaldev avatar nunch-dev avatar oriwiki avatar surplus-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

php-namumark-mediawiki's Issues

미디어위키 표와 충돌

{| class="wikitable"
|-
! 한글 !! 영어 !! 숫자
|-
| ㄱ || A || 1
|-
| ㄴ || B || 2
|-
| ㄷ || C || 3
|}

이런 문법이 충돌 납니다.

추.

내용과는 관련 없지만 파소이드란걸 쓰니 미디어위키 속도가 좋아지더라고요 제타 설명

같은 각주 불러오기

if(self::startsWith($text, '*') && preg_match('/^\*([^ ]*)([ ].+)?$/', $text, $note)) {
                    if(isset($note[1]) and isset($note[2]))
                        return '<ref name="'.$note[1].'">'.$note[2].'</ref>';
                    else if(isset($note[2]))
                        return '<ref>'.$note[2].'</ref>';
                    else if(isset($note[1]))
                        return '<ref name="'.$note[1].'" />';
                }

이렇게 하면 비슷하게 구현되지 않을까요?

https://namu.wiki/w/나무위키:연습장?rev=903

ㅡ 나무위키 지원 문법

글씨색 들어가있는 외부 링크 버그

[[http://wiki.dcinside.com|'''{{{#white 디시위키 바로가기}}}''']]
위와 같이 하면 굵기는 먹지만 글씨색은 안 들어감. 링크는 문제 없이 잘 걸리는 듯함.

아래와 같이 하면 문제 없음.
'''{{{#blue 디시위키 바로가기}}}'''
[http://wiki.dcinside.com|'''{{{#blue 디시위키 바로가기}}}''']
[http://wiki.dcinside.com '''{{{#blue 디시위키 바로가기}}}''']

틀에서 #!wiki 사용 후 틀 끼워넣기 시 nowiki 비스무리한걸로 인식되는 버그

안녕하세요, 지인들과 작은 미디어위키 서버를 운영하고 있는 하늘토끼라고 합니다.
사진과 같이 틀 하나하나는 정상적인데 틀을 끼워넣기만 하면 내용이 여러 줄인 nowiki처럼 나오는 버그가 있습니다. 혹시 수정이 가능하신가요?
스크린샷(36)
문제가 발생하는 문서입니다.
스크린샷(37)
끼워넣기한 틀 문서에 들어가보면 정상적으로 나옵니다.

설빈레피딕스 문서에 사용한 문법은

{{설레}}
[Include(설레/도철)]
{{설레/광역}}
{{설레/로컬}}
{{설레/버스/광역1}}
{{설레/버스/광역2}}
{{설레/텀}}
{{설레/기지}}

이고, 각 틀에 사용한 문법은

<div class="mw-collapsible mw-collapsed">
{{{#!wiki style="text-align:center; background-color:#ffddff; border-radius:5px; border:1px solid #04ccff; padding-top:2px; padding-bottom:2px; margin:10px -5px 10px 0px"
[[설빈레피딕스]]의 도시철도 노선}}}
<div class="mw-collapsible-content">
||<tablewidth=100%><tablebgcolor=#ffffff><rowbgcolor=#ffeeff><:>권역||<width=5.83%> 1<small><small>호선</small></small> ||<width=5.83%> 2<small><small>호선</small></small> ||<width=5.83%> 3<small><small>호선</small></small> ||<width=5.83%> 4<small><small>호선</small></small> ||<width=5.83%> 5<small><small>호선</small></small> ||<width=5.83%> 6<small><small>호선</small></small> ||<width=5.83%> 7<small><small>호선</small></small> ||<width=5.83%> 8<small><small>호선</small></small> ||<width=5.83%> 9<small><small>호선</small></small> ||<width=5.83%> 10<small><small>호선</small></small> ||<width=5.83%> 11<small><small>호선</small></small> ||<width=5.83%> 12<small><small>호선</small></small> ||<width=5.83%> 13<small><small>호선</small></small> ||<width=5.83%> 14<small><small>호선</small></small> ||<width=5.83%> 15<small><small>호선</small></small> ||<width=5.83%><:>16<small><small>호선</small></small>||
||<|2><bgcolor=#ffeeff><:>[[용해도|용해]]||<:>[[용해1호선|■]]||<:>[[용해2호선|■]]||<:>-||<:>[[용해4호선|■]]||<:>[[용해5호선|■]]||||<:>-||<:>[[용해8호선|■]]||||||||||||||||<:>-||
||<:>[[Satellite Network#용해1호선|SN]]||<:>[[Satellite Network#용해4호선, 용해2호선|SN]]||<:>-||<:>[[Satellite Network#용해4호선, 용해2호선|SN]]||<-12><:>-||
||<bgcolor=#ffeeff><:>[[유하도|유하]]||<-3><:>-||<:>[[유하4호선|■]]||<:>[[유하5호선|■]]||<:>[[유하6호선|■]]||<:>[[유하7호선|■]]||<:>-||<:>[[유하9호선|■]]||<:>[[CQ10호선|CQ]]||<:>[[CQ11호선|CQ]]||<-5><:>-||
||<|2><bgcolor=#ffeeff><:>[[양서도|양서]]||<-8><:>-||<:>[[양서9호선|■]]||<-7><:>-||
|| [[Ex1호선|Ex]] ||<-15><:>-||
||<bgcolor=#ffeeff><:>[[가람도|가람]]||<-16><:>-||
||<bgcolor=#ffeeff><:>[[동명광역시|동명]]||<:>[[CQ10호선|■]]||<-15><:>-||
</div>
</div>

이런식으로 이루어져 있습니다. (해당 틀에서 background-color, 틀 제목, 틀 내용만 바꾼 것이며, 해당 문서의 틀 관리 링크를 통해 모든 틀을 확인하실 수 있습니다.
미디어위키 버전은 1.34.4입니다.
이슈 둘러보다 보니 가용 미디어위키 서버가 없으신 것 같은데, 필요하시다면 저희 위키 서버를 빌려드릴 수도 있습니다.

  • 추가로 지인들끼리만 활동하는 작은 서버다 보니 반달이나 모르는 분들의 활동을 막기 위해 회원가입이 막혀있습니다. 테스트 용도로 계정이 필요하시면 UT위키 고객민원센터 카카오톡 오픈프로필이나 comment로 요청하시면 운영진 중 한명이 확인하고 만들어 드릴겁니다.

tablebordercolor 틀 버그?

||<tablebordercolor=#> || 로 제작된 틀에서 tablebordercolor 는 쏙 빼놓고 렌더링됩니다.

  • 김동동님과 개인적으로 연락할 수 있는 연락처가 있을까요?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.