ويكي الجامعة
arwikiversity
https://ar.wikiversity.org/wiki/%D8%A7%D9%84%D8%B5%D9%81%D8%AD%D8%A9_%D8%A7%D9%84%D8%B1%D8%A6%D9%8A%D8%B3%D9%8A%D8%A9
MediaWiki 1.39.0-wmf.23
first-letter
ميديا
خاص
نقاش
مستخدم
نقاش المستخدم
ويكي الجامعة
نقاش ويكي الجامعة
ملف
نقاش الملف
ميدياويكي
نقاش ميدياويكي
قالب
نقاش القالب
مساعدة
نقاش المساعدة
تصنيف
نقاش التصنيف
مدرسة
نقاش المدرسة
بوابة
نقاش البوابة
موضوع
نقاش الموضوع
مجموعة
نقاش المجموعة
TimedText
TimedText talk
وحدة
نقاش الوحدة
إضافة
نقاش الإضافة
تعريف الإضافة
نقاش تعريف الإضافة
موضوع
التناقص الإشعاعي/التناقص الإشعاعي
0
28388
118022
118020
2022-08-10T19:16:30Z
ForzaGreen
14525
/* قانون التناقص الإشعاعي */
wikitext
text/x-wiki
k6kfikmz8yqb374n2kksdefh2h0skpz
118023
118022
2022-08-10T19:23:15Z
ForzaGreen
14525
/* قانون التناقص الإشعاعي */
wikitext
text/x-wiki
1b0d7i36eovsjh9mib2ghg66fd9d8du
118024
118023
2022-08-10T19:26:49Z
ForzaGreen
14525
/* ثابتة الزمن - عمر النصف */
wikitext
text/x-wiki
jfdbqaw1w63hg0ubors0q35hw265dps
118032
118024
2022-08-10T21:11:16Z
ForzaGreen
14525
s-1
wikitext
text/x-wiki
7pdyuvc98795k9eyjy1w4udcsu4aobf
وحدة:Convert/data
828
28894
118021
2022-08-10T19:14:47Z
ForzaGreen
14525
أنشأ الصفحة ب'-- Conversion data used by [[Module:Convert]] which uses mw.loadData() for -- read-only access to this module so that it is loaded only once per page. -- See [[:en:Template:Convert/Transwiki guide]] if copying to another wiki. -- -- These data tables follow: -- all_units all properties for a unit, including default output -- default_exceptions exceptions for default output ('kg' and 'g' have different defaults) -- link_exceptions exceptions for...'
Scribunto
text/plain
2h7ypqmv1rajc738z3g52v0d3zjwiqr
وحدة:Convert character width
828
28895
118025
2022-08-10T20:50:07Z
ForzaGreen
14525
أنشأ الصفحة ب'-- This module converts support characters from half-width to full-width, and vice versa. -- See [[Halfwidth and fullwidth forms]] for an explanation of half- and full-width characters. -- @todo FIXME: Needs more characters adding, needs support for diacritic marks. local data = mw.loadData( 'Module:Convert character width/data' ) local p = {} -- Converts one half-width character to one full-width character. local function getFull( s ) return data[ s ] or s...'
Scribunto
text/plain
8hxk1rupqmuwu208z9w8suwqp1u08zw
وحدة:Convert/makeunits
828
28896
118026
2022-08-10T20:51:27Z
ForzaGreen
14525
أنشأ الصفحة ب'-- This module generates the wikitext required at Module:Convert/data -- by reading and processing the wikitext of the master list of units -- (see conversion_data for the page title). -- -- Script method: -- * Read lines, ignoring everything before "== Conversions ==". -- * Process the following lines: -- * Find next level-3 heading like "=== Length ===". -- * Parse each following line starting with "|" -- (but ignore lines starting with "|-" or "|}". --...'
Scribunto
text/plain
m1brlk8ynmd7rclztvslc8ekiai88x4
وحدة:Convert/extra
828
28897
118027
2022-08-10T20:53:28Z
ForzaGreen
14525
أنشأ الصفحة ب'-- Extra conversion data used by Module:Convert. -- -- [[Module:Convert/data]] defines all units and is transcluded in all pages -- where [[Module:Convert]] is used. Testing new units by editing that module -- would invalidate the cache for all affected pages. -- -- For quick changes and experiments with new units, this module can be edited. -- Since this module is transcluded in only a small number of pages, changes -- should cause little server overhead and shoul...'
Scribunto
text/plain
b1xlnfayk4vwlagw13afyobwux3cwqs
وحدة:Convert/wikidata/data
828
28898
118028
2022-08-10T20:57:00Z
ForzaGreen
14525
أنشأ الصفحة ب'--[[ Cache of Wikidata information with units for Module:Convert. The codes should rarely change, and using a cache means that changing a unit at Wikidata will not cause lots of converts in articles to break. For a unit known to convert, the unit here must have: label = Wikidata label for unit (used only when listing units) ucode = unit code for input to convert (there are no optional fields because convert handles everything) For a unit not known to convert,...'
Scribunto
text/plain
e106ma36jajkh7r76vkd8vvo5tf1usx
وحدة:Convert/wikidata
828
28899
118029
2022-08-10T20:57:57Z
ForzaGreen
14525
أنشأ الصفحة ب'-- Functions to access Wikidata for Module:Convert. local Collection = {} Collection.__index = Collection do function Collection:add(item) if item ~= nil then self.n = self.n + 1 self[self.n] = item end end function Collection:join(sep) return table.concat(self, sep) end function Collection:remove(pos) if self.n > 0 and (pos == nil or (0 < pos and pos <= self.n)) then self.n = self.n - 1 return table.remove(self, pos) end end function...'
Scribunto
text/plain
m52ijgnieu99atcybp1znuj0bqi0ykd
وحدة:ConvertNumeric
828
28900
118030
2022-08-10T20:59:06Z
ForzaGreen
14525
أنشأ الصفحة ب'-- Module for converting between different representations of numbers. See talk page for user documentation. -- For unit tests see: [[Module:ConvertNumeric/testcases]] -- When editing, preview with: Module_talk:ConvertNumeric/testcases -- First edit [[Module:ConvertNumeric/sandbox]] and preview with Module_talk:ConvertNumeric/sandbox/testcases local ones_position = { [0] = 'صفر', [1] = 'واحد', [2] = 'إثنان', [3] = 'ثلاثة', [4] = 'أربعة',...'
Scribunto
text/plain
syuj5yz8nbf3e5yaltrb0mr01fzbvzs
وحدة:Convert/text
828
28901
118031
2022-08-10T21:05:26Z
ForzaGreen
14525
أنشأ الصفحة ب'-- Text used by Module:Convert, for ar.wikipedia.org (English). -- This is a separate module to simplify translation for use on another wiki. -- See [[:en:Template:Convert/Transwiki guide]] if copying to another wiki. local translation_table = { numdot = '،', -- decimal mark numsep = '،', -- separator for number grouping per_word = 'لكل', -- for units like "miles per gallon" plural_suffix = '', -- disable plural unit names --[[ from_en...'
Scribunto
text/plain
2mjxffqvgcpkvvrjw5gu51riz70dwev