We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.mediawiki.org/wiki/Extension:LunarFunctions
除了動到 namespace
//namespace Overtrue\ChineseCalendar; namespace MediaWiki\Extensions\LunarFunctions;
本來是想把字串的簡体字都改成繁體字的 但是想以後配合MediaWiki的i18n的做法 所以只動了一行,其他的就先沒改了
//$constellations = '魔羯水瓶双鱼白羊金牛双子巨蟹狮子处女天秤天蝎射手魔羯'; $constellations = '魔羯水瓶双魚白羊金牛双子巨蟹獅子處女天秤天蝎射手魔羯';
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://www.mediawiki.org/wiki/Extension:LunarFunctions
除了動到 namespace
//namespace Overtrue\ChineseCalendar;
namespace MediaWiki\Extensions\LunarFunctions;
本來是想把字串的簡体字都改成繁體字的
但是想以後配合MediaWiki的i18n的做法
所以只動了一行,其他的就先沒改了
//$constellations = '魔羯水瓶双鱼白羊金牛双子巨蟹狮子处女天秤天蝎射手魔羯';
$constellations = '魔羯水瓶双魚白羊金牛双子巨蟹獅子處女天秤天蝎射手魔羯';
The text was updated successfully, but these errors were encountered: