モジュール:I18n(2023-04-27 19:40:09)

モジュール:I18nの編集履歴一覧へ戻る

2023-04-27 19:40:09更新でのソースとプレビューを表示しています。


プレビューを確認する


ソース

<div><p>このモジュールについての説明文ページを モジュール:I18n/doc に作成できます</p></div><div><a href='#L-1'></a>-- This Module is used for making templates based in the Lua language.<a href='#L-2'></a>-- See more details about Lua in [[Help:Lua]].<a href='#L-3'></a>-- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden.<a href='#L-4'></a>-- The next line imports the I18n module from the [[w:c:dev:Global Lua Modules]].<a href='#L-5'></a>local i18n = require('Dev:I18n')<a href='#L-6'></a>-- See more details about this module at [[w:c:dev:Global_Lua_Modules/I18n]]<a href='#L-7'></a><a href='#L-8'></a>-- The last line produces the output for the template<a href='#L-9'></a>return i18n</div>
<br>
この記事は、CC BY-SAのもとで公表された<a href="https://fifty-people-craft.fandom.com/ja/wiki/%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:I18n">「モジュール:I18n」</a>を改変し作成しました。特に記載されていない限り、CC BY-SAのもとで利用可能です。}

プレビュー

このモジュールについての説明文ページを モジュール:I18n/doc に作成できます

-- This Module is used for making templates based in the Lua language.-- See more details about Lua in Help:Lua.-- The Fandom Developer's Wiki hosts Global Lua Modules that can be imported and locally overridden.-- The next line imports the I18n module from the w:c:dev:Global Lua Modules.local i18n = require('Dev:I18n')-- See more details about this module at w:c:dev:Global_Lua_Modules/I18n-- The last line produces the output for the templatereturn i18n

この記事は、CC BY-SAのもとで公表された「モジュール:I18n」を改変し作成しました。特に記載されていない限り、CC BY-SAのもとで利用可能です。

ソースを確認する


モジュール:I18nの編集履歴一覧へ戻る