Wicilyfrau
    cywikibooks
    https://cy.wikibooks.org/wiki/Hafan
    MediaWiki 1.45.0-wmf.7
    first-letter
    
      Media
      Arbennig
      
      Sgwrs
      Defnyddiwr
      Sgwrs Defnyddiwr
      Wicilyfrau
      Sgwrs Wicilyfrau
      Delwedd
      Sgwrs Delwedd
      MediaWici
      Sgwrs MediaWici
      Nodyn
      Sgwrs Nodyn
      Cymorth
      Sgwrs Cymorth
      Categori
      Sgwrs Categori
      Silff lyfrau
      Sgwrs Silff lyfrau
      TimedText
      TimedText talk
      Modiwl
      Sgwrs modiwl
    
  
  
    MediaWici:1movedto2
    8
    2
    
      2880
      917
      2006-03-25T16:07:50Z
      
        Adda'r Yw
        4
      
      2880
      wikitext
      text/x-wiki
      $1 wedi'i symud i $2
      m5u12fh1aaaeyyvdpk3zbhdk79jfww6
    
  
  
    MediaWici:1movedto2 redir
    8
    3
    
      2881
      2433
      2006-03-25T16:08:20Z
      
        Adda'r Yw
        4
      
      2881
      wikitext
      text/x-wiki
      Wedi symud $1 i $2 dros ail-gyfeiriad
      puyithqydg9it9n7et08w5vva0uy16w
    
  
  
    MediaWici:Monobook.js
    8
    5
    
      4737
      4736
      2017-04-11T00:01:45Z
      
        Krinkle
        401
      
      Maintenance: Remove unrelated EnWp styles
      4737
      javascript
      text/javascript
      function LinkFA() 
{
   // iterate over all <span>-elements
   for(var i=0; a = document.getElementsByTagName("span")[i]; i++) {
      // if found a FA span
      if(a.className == "FA") {
         // iterate over all <li>-elements
         for(var j=0; b = document.getElementsByTagName("li")[j]; j++) {
            // if found a FA link
            if(b.className == "interwiki-" + a.id) {
               b.style.padding = "0 0 0 16px";
               b.style.backgroundImage = "url('//upload.wikimedia.org/wikipedia/en/6/60/LinkFA-star.png')";
               b.style.backgroundRepeat = "no-repeat";
               b.title = "This article has gained featured status";
            }
         }
      }
   }
}
$(LinkFA);
 // ============================================================
 // BEGIN Dynamic Navigation Bars (experimantal)
 
 // set up the words in your language
 var NavigationBarHide = '[ Hide ]';
 var NavigationBarShow = '[ Show ]';
 
 // set up max count of Navigation Bars on page,
 // if there are more, all will be hidden
 // NavigationBarShowDefault = 0; // all bars will be hidden
 // NavigationBarShowDefault = 1; // on pages with more than 1 bar all bars will be hidden
 var NavigationBarShowDefault = 1;
 
 // shows and hides content and picture (if available) of navigation bars
 // Parameters:
 //     indexNavigationBar: the index of navigation bar to be toggled
 function toggleNavigationBar(indexNavigationBar)
 {
    var NavToggle = document.getElementById("NavToggle" + indexNavigationBar);
    var NavFrame = document.getElementById("NavFrame" + indexNavigationBar);
 
    if (!NavFrame || !NavToggle) {
        return false;
    }
 
    // if shown now
    if (NavToggle.firstChild.data == NavigationBarHide) {
        for (
                var NavChild = NavFrame.firstChild;
                NavChild != null;
                NavChild = NavChild.nextSibling
            ) {
            if (NavChild.className == 'NavPic') {
                NavChild.style.display = 'none';
            }
            if (NavChild.className == 'NavContent') {
                NavChild.style.display = 'none';
            }
        }
    NavToggle.firstChild.data = NavigationBarShow;
 
    // if hidden now
    } else if (NavToggle.firstChild.data == NavigationBarShow) {
        for (
                var NavChild = NavFrame.firstChild;
                NavChild != null;
                NavChild = NavChild.nextSibling
            ) {
            if (NavChild.className == 'NavPic') {
                NavChild.style.display = 'block';
            }
            if (NavChild.className == 'NavContent') {
                NavChild.style.display = 'block';
            }
        }
    NavToggle.firstChild.data = NavigationBarHide;
    }
 }
 
 // adds show/hide-button to navigation bars
 function createNavigationBarToggleButton()
 {
    var indexNavigationBar = 0;
    // iterate over all < div >-elements
    for(
            var i=0; 
            NavFrame = document.getElementsByTagName("div")[i]; 
            i++
        ) {
        // if found a navigation bar
        if (NavFrame.className == "NavFrame") {
 
            indexNavigationBar++;
            var NavToggle = document.createElement("a");
            NavToggle.className = 'NavToggle';
            NavToggle.setAttribute('id', 'NavToggle' + indexNavigationBar);
            NavToggle.setAttribute('href', 'javascript:toggleNavigationBar(' + indexNavigationBar + ');');
            
            var NavToggleText = document.createTextNode(NavigationBarHide);
            NavToggle.appendChild(NavToggleText);
            // Find the NavHead and attach the toggle link (Must be this complicated because Moz's firstChild handling is borked)
            for(
              var j=0; 
              j < NavFrame.childNodes.length; 
              j++
            ) {
              if (NavFrame.childNodes[j].className == "NavHead") {
                NavFrame.childNodes[j].appendChild(NavToggle);
              }
            }
            NavFrame.setAttribute('id', 'NavFrame' + indexNavigationBar);
        }
    }
    // if more Navigation Bars found than Default: hide all
    if (NavigationBarShowDefault < indexNavigationBar) {
        for(
                var i=1; 
                i<=indexNavigationBar; 
                i++
        ) {
            toggleNavigationBar(i);
        }
    }
 
 }
 
 $(createNavigationBarToggleButton);
 
 // END Dynamic Navigation Bars
 // ============================================================
var isDiff = mw.util.getParamValue('diff') || mw.util.getParamValue('oldid');
if (mw.config.get('wgIsMainPage') && !isDiff) 
{
   mw.util.addCSS('#siteSub, #contentSub, h1.firstHeading { display: none !important; }');
}
//Main page tab no longer says article
$(mainpg);
function mainpg() {
  if (mw.config.get('wgIsMainPage'))  {
    if(document.getElementById('ca-nstab-main')) {
      document.getElementById('ca-nstab-main').firstChild.innerHTML = 'hafan';
    }   
  }
}
      s8874i6zydyhqj1pbiivxwhjyt57w0r
    
  
  
    MediaWici:Aboutpage
    8
    7
    
      2882
      2341
      2006-03-25T16:09:04Z
      
        Adda'r Yw
        4
      
      2882
      wikitext
      text/x-wiki
      Wicillyfrau:Ynglŷn â Wicillyfrau
      86ppwmvstmkpbrre6jokiu7jzo9khxe
    
  
  
    MediaWici:Aboutsite
    8
    8
    
      2883
      2762
      2006-03-25T16:09:40Z
      
        Adda'r Yw
        4
      
      2883
      wikitext
      text/x-wiki
      Ynglŷn â Wicillyfrau
      7j2no4hwwrgpqn69s2apmwrxpg27zj4
    
  
  
    MediaWici:Accmailtext
    8
    14
    
      2884
      929
      2006-03-25T16:10:39Z
      
        Adda'r Yw
        4
      
      2884
      wikitext
      text/x-wiki
      Mae cyfrinair '$1' wedi'i ddanfon i $2.
      h402q7yy3ddrnvitewlhs4ejl951mfl
    
  
  
    MediaWici:Acct creation throttle hit
    8
    16
    
      2886
      931
      2006-03-25T16:11:39Z
      
        Adda'r Yw
        4
      
      2886
      wikitext
      text/x-wiki
      Rydych chi wedi creu $1 cyfrif yn barod. Cewch chi ddim greu rhagor.
      9fmkrhy946kq843vvzbtw9jb1ayogiu
    
  
  
    MediaWici:Actioncomplete
    8
    17
    
      2887
      932
      2006-03-25T16:11:59Z
      
        Adda'r Yw
        4
      
      2887
      wikitext
      text/x-wiki
      Gweithred wedi'i chwblhau
      szoybq0d3jnojfg0y49o0gdotii5o3f
    
  
  
    MediaWici:Addedwatch
    8
    18
    
      2888
      933
      2006-03-25T16:12:29Z
      
        Adda'r Yw
        4
      
      2888
      wikitext
      text/x-wiki
      Wedi'i adio i'ch rhestr gwylio
      d7mkw19rw27pnkinxsyzht91ov1p9hg
    
  
  
    MediaWici:Addedwatchtext
    8
    19
    
      2889
      934
      2006-03-25T16:13:04Z
      
        Adda'r Yw
        4
      
      2889
      wikitext
      text/x-wiki
      Mae'r dudalen "$1" wedi cael ei ychwanegu i'ch <a href="/wiki/Special:Watchlist">rhestr gwylio</a>.
Pan fydd y dudalen hon, neu ei thudalen sgwrs, yn newid, fe fyddant yn ymddangos <b>yn gryf</b> yn <a href="/wiki/Special:Recentchanges">rhestr y newidiadau diweddar</a>, i'w gwneud yn haws i wylio.</p>
<p>Os ydych am ddiddymu'r dudalen o'r rhestr, cliciwch ar "Stopiwch gwylio" yn y bar ar frig y dudalen.
      rvhvi1i5z9yw2asy9t3l2k7z9mroygm
    
  
  
    MediaWici:Addgroup
    8
    20
    
      2890
      935
      2006-03-25T16:13:30Z
      
        Adda'r Yw
        4
      
      2890
      wikitext
      text/x-wiki
      Adio Grŵp
      nypqzhwyt1j7tuhbgwy7y624vz2o6z6
    
  
  
    MediaWici:Administrators
    8
    22
    
      2892
      2343
      2006-03-25T16:14:39Z
      
        Adda'r Yw
        4
      
      2892
      wikitext
      text/x-wiki
      Wicillyfrau:Gweinyddwyr
      o7ln1rzjjfmvvshvj9o18bztjnkomcu
    
  
  
    MediaWici:Affirmation
    8
    23
    
      2893
      938
      2006-03-25T16:15:05Z
      
        Adda'r Yw
        4
      
      2893
      wikitext
      text/x-wiki
      Rwy'n addo bod perchennog hawlfraint y ffeil hon wedi cytuno rhyddhau'r ffeil o dan termau'r $1.
      mg50rgstf6yuzrzegpfdk247l4v1880
    
  
  
    MediaWici:Allarticles
    8
    25
    
      2894
      940
      2006-03-25T16:16:31Z
      
        Adda'r Yw
        4
      
      2894
      wikitext
      text/x-wiki
      Pob tudalen
      hqvcdzjmve1wnfusrah9ob97fmay29l
    
  
  
    MediaWici:Alllogstext
    8
    26
    
      2896
      941
      2006-03-25T16:17:53Z
      
        Adda'r Yw
        4
      
      2896
      wikitext
      text/x-wiki
      Mae pob cofnod yn y logiau uwchlwytho, dileu, diogelu a gweinyddwr wedi cael eu rhestru yma. Gallwch weld chwiliad mwy penodol trwy ddewis y math o log, enw'r defnyddiwr, neu'r dudalen penodedig.
      odsrnrhwhod2du0tnktwv0rgm4ha58l
    
  
  
    MediaWici:Edithelppage
    8
    182
    
      2902
      2362
      2006-03-25T16:24:25Z
      
        Adda'r Yw
        4
      
      2902
      wikitext
      text/x-wiki
      Wicillyfrau:Sut i olygu tudalen
      022w5so0nz69d06s1hckvknsn3dcp08
    
  
  
    MediaWici:Helppage
    8
    241
    
      3902
      2751
      2011-07-29T18:00:11Z
      
        Adda'r Yw
        4
      
      3902
      wikitext
      text/x-wiki
      Cymorth:Cynnwys
      chwz0str157oynkptz23nh14327m1ox
    
  
  
    MediaWici:Pagetitle
    8
    506
    
      2843
      1421
      2006-03-22T22:20:27Z
      
        Adda'r Yw
        4
      
      2843
      wikitext
      text/x-wiki
      $1 - Wicillyfrau
      a8lmonuo9mwmdkeqysq8uleq5bna659
    
  
  
    MediaWici:Portal-url
    8
    516
    
      3900
      3332
      2011-07-29T17:58:23Z
      
        Adda'r Yw
        4
      
      3900
      wikitext
      text/x-wiki
      Wicilyfrau:Porth y Gymuned
      9tiysqc4l219gk43m8oj9hmewzb5udf
    
  
  
    MediaWici:Randompage
    8
    566
    
      3333
      2753
      2006-11-01T13:34:53Z
      
        Adda'r Yw
        4
      
      
      3333
      wikitext
      text/x-wiki
      Modiwl ar hap
      gul2osg5jztw93zm14lr5qjdynvem6j
    
  
  
    MediaWici:Recentchangestext
    8
    586
    
      4188
      2910
      2012-10-26T22:21:28Z
      
        Adda'r Yw
        4
      
      4188
      wikitext
      text/x-wiki
      <font size=+1><center>[[Hafan]] – [[Wicilyfrau:Holl silffoedd llyfrau|Holl silffoedd llyfrau]]</center></font>
<table border="0" align="center" class="plainlinks">
<tr valign="top"><td align="right">
'''Ieithoedd eraill:''' 
</td><td>
[[:bg:Специални:Recentchanges|bg]] 
[[:ca:Especial:Recentchanges|ca]] 
[[:da:Speciel:Recentchanges|da]] 
[[:de:Spezial:Recentchanges|de]] 
[[:en:Special:Recentchanges|en]] 
[[:eo:Speciala:Recentchanges|eo]] 
[[:es:Especial:Recentchanges|es]] 
[[:et:Eri:Recentchanges|et]] 
[[:fa:%D9%88%DB%8C%DA%98%D9%87:Recentchanges|fa]]
[[:fi:Toiminnot:Recentchanges|fi]] 
[[:fr:Special:Recentchanges|fr]] 
[[:he:מיוחד:Recentchanges|he]] 
[[:hu:Speciális:Recentchanges|hu]]
[[:is:Special:Recentchanges|is]] 
[[:it:Speciale:Recentchanges|it]] 
[[:ja:%E7%89%B9%E5%88%A5:Recentchanges|ja]]
[[:ko:%ED%8A%B9%EC%88%98%EA%B8%B0%EB%8A%A5:Recentchanges|ko]]
[[:nl:Speciaal:Recentchanges|nl]] 
[[:no:Spesial:Recentchanges|no]] 
[[:pl:Specjalna:Recentchanges|pl]] 
[[:pt:Especial:Recentchanges|pt]] 
[[:ro:Special:Recentchanges|ro]] 
[[:ru:Special:Recentchanges|ru]] 
[[:se:Special:Recentchanges|sa]] 
[[:sl:Posebno:Recentchanges|sl]] 
[[:sr:Посебно:Recentchanges|sr]]
[[:sv:Special:Recentchanges|sv]] 
[[:vi:Special:Recentchanges|vi]] 
[[:zh:Special:Recentchanges|zh]] 
</td></tr>
<tr valign="top"><td align="right">
'''Prosiectau eraill:''' 
</td><td>
[[m:Special:Recentchanges|Meta]] -
[[w:Arbennig:Recentchanges|Wicipedia]] -
[[wikt:Arbennig:Recentchanges|Wiciadur]] -
[[wikinews:Special:Recentchanges|Wikinews]] -
[[q:Arbennig:Recentchanges|Wikiquote]] -
[[s:Arbennig:Recentchanges|Wicitestun]] -
[[Commons:Special:Recentchanges|Commons]]
</td></tr>
<tr valign="top"><td align="right">
'''[[Wiciyfrau:Ynglŷn â Wicilyfrau|Ynglŷn â Wicilyfrau]]:''' 
</td>
<td>
[[Wicilyfrau:Croeso, newydd-ddyfodiaid|Croeso, newydd-ddyfodiaid]] -
[[Wicilyfrau:Cwestiynau Poblogaidd|Cwestiynau Poblogaidd]] -
[[Wicilyfrau:Polisïau a canllawiau|Polisïau]] -
[[Wicilyfrau:Yr Ystafell Ddarllen|Yr Ystafell Ddarllen]]
</td></tr>
<tr valign="top"><td align="right"><small>
'''Legend:''' 
</small></td>
<td><small>
(gwahan) = gwahaniaeth â'r fersiwn olaf, (hanes) = hanes y dudalen, '''B''' = golygiad bychan, '''N''' = newydd 
</small></td></tr>
</table>
[[bg:Специални:Recentchanges|bg]]
[[ca:Especial:Recentchanges|ca]]
[[da:Speciel:Recentchanges|da]]
[[de:Spezial:Recentchanges|de]]
[[en:Special:Recentchanges|en]]
[[eo:Speciala:Recentchanges|eo]]
[[es:Especial:Recentchanges|es]]
[[et:Eri:Recentchanges|et]]
[[fa:%D9%88%DB%8C%DA%98%D9%87:Recentchanges|fa]] 
[[fi:Toiminnot:Recentchanges|fi]]
[[fr:Special:Recentchanges|fr]]
[[he:מיוחד:Recentchanges|he]]
[[hu:Speciális:Recentchanges|hu]]
[[is:Special:Recentchanges|is]]
[[it:Speciale:Recentchanges|it]]
[[ja:%E7%89%B9%E5%88%A5:Recentchanges|ja]]
[[nl:Speciaal:Recentchanges|nl]]
[[no:Spesial:Recentchanges|no]]
[[pl:Specjalna:Recentchanges|pl]]
[[pt:Especial:Recentchanges|pt]]
[[ro:Special:Recentchanges|ro]]
[[ru:Special:Recentchanges|ru]]
[[se:Special:Recentchanges|sa]]
[[sl:Posebno:Recentchanges|sl]]
[[sr:Посебно:Recentchanges|sr]]
[[sv:Special:Recentchanges]]
[[vi:Special:Recentchanges]]
[[zh:Special:Recentchanges|zh]]
      fxpo9gcbjiabdnbspf1aqg05yg598wu
    
  
  
    MediaWici:Sitetitle
    8
    693
    
      3901
      2839
      2011-07-29T17:59:27Z
      
        Adda'r Yw
        4
      
      3901
      wikitext
      text/x-wiki
      Wicilyfrau
      04012qwci7u7kzl218c633loo3krctp
    
  
  
    MediaWici:Tagline
    8
    721
    
      2841
      2816
      2006-03-22T22:14:53Z
      
        Adda'r Yw
        4
      
      2841
      wikitext
      text/x-wiki
      Oddiwrth Wicillyfrau
      j8mnm651pakjj868sfraio7fp0iqfjh
    
  
  
    MediaWici:Toolbox
    8
    758
    
      2903
      1673
      2006-03-25T16:27:29Z
      
        Adda'r Yw
        4
      
      2903
      wikitext
      text/x-wiki
      Blwch offer
      afhn8xfynrt0uknk012ejsm9yevdb0t
    
  
  
    MediaWici:Addgrouplogentry
    8
    936
    
      2891
      1852
      2006-03-25T16:14:04Z
      
        Adda'r Yw
        4
      
      2891
      wikitext
      text/x-wiki
      Wedi adio grŵp $2
      6n2y1ax8zft775xeb2gmwxv9nmka0xz
    
  
  
    MediaWici:Sidebar
    8
    1282
    
      5148
      4187
      2025-02-07T18:06:07Z
      
        Jon (WMF)
        2229
      
      <maintenance> Preparation for [[phab:T385346]]. Please feel free to relocate this item. The link will only show when the messages are created, which should occur automatically when the change goes into effect.
      5148
      wikitext
      text/x-wiki
      * panel llywio
** mainpage|mainpage
** Wicilyfrau:Holl silffoedd llyfrau|Holl silffoedd llyfrau
** portal-url|portal
** Wicilyfrau:Yr Ystafell Ddarllen|Yr Ystafell Ddarllen
** recentchanges-url|recentchanges
** specialpages-url|specialpages
** randompage-url|randompage
** helppage|help
** sitesupport-url|sitesupport
      sio6b40fxcbxlc729dzh264cfg96j2r
    
  
  
    Defnyddiwr:Adda'r Yw
    2
    1394
    
      4885
      4184
      2018-09-25T15:55:45Z
      
        Céréales Killer
        1293
      
      
      Symudodd Céréales Killer y dudalen [[Defnyddiwr:Adam]] i [[Defnyddiwr:Adda'r Yw]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Adam|Adam]]" to "[[Special:CentralAuth/Adda'r Yw|Adda'r Yw]]"
      4184
      wikitext
      text/x-wiki
      Rydw i'n weinyddwr ar y prosiect hwn.
[[w:Defnyddiwr:Adam|Fy nhudalen ar Wicipedia]].
== Ar y gweill ==
* [[Adeiladu cychod]]
* [[Astudiaethau Cudd-wybodaeth]]
* Cerddoriaeth a Dawns
** [[Banjo]]
** [[Dawnsio'r twist]]
** [[Piano]]
* Coginio
** [[Coginiaeth Gymreig]]
*** [[Bara brith]]
*** [[Cawl]]
*** [[Teisen gri]]
** [[Teisen Fadeira]]
** [[Wyau Benedict]]
* [[Cysylltiadau Rhyngwladol]]
* Chwaraeon a Ffitrwydd
** [[Golff]]
** [[Hyfforddi cryfder]]
** [[Rhedeg]]
** [[Sgimfyrddio]]
** [[Tenis]]
* [[Eillio]]
* Ieithoedd
** [[Arabeg]]
** [[Croateg]]
** [[Dari]]
** [[Eidaleg]]
** [[Ffrangeg]]
** [[Sut i ddysgu iaith]]
** [[Tsieinëeg]]
* Ysgrifennu
** [[Ysgrifennu adolygiad o ffilm]]
** [[Ysgrifennu traethawd]]
      ifr2hv24w3fksnkj55npdc5e0oumykc
    
  
  
    Defnyddiwr:Zigger
    2
    1447
    
      2541
      2005-12-01T13:28:10Z
      
        Zigger
        5
      
      en
      2541
      wikitext
      text/x-wiki
      [[wikipedia:User:Zigger]]
      gybo516zbujuxv3ot2ofgkubk4v29v0
    
  
  
    Sgwrs Defnyddiwr:Zigger
    3
    1448
    
      2542
      2005-12-01T13:28:26Z
      
        Zigger
        5
      
      en
      2542
      wikitext
      text/x-wiki
      [[wikipedia:User talk:Zigger]]
      omkpwu9k9dg8oak6bie88o15bl1o3wa
    
  
  
    MediaWici:Edittools
    8
    1455
    
      2904
      2582
      2006-03-25T16:46:00Z
      
        Adda'r Yw
        4
      
      2904
      wikitext
      text/x-wiki
      <div id="editpage-specialchars" class="plainlinks" style="margin-top:15px;border-width:1px;border-style:solid;border-color:#aaaaaa;padding:3px;">
<small>
Mewnosodwch:
<charinsert> Á á É é Í í Ó ó Ú ú Ẃ ẃ Ý ý </charinsert>  
<charinsert> À à È è Ì ì Ò ò Ù ù Ẁ ẁ Ỳ ỳ</charinsert>  
<charinsert> Â â Ê ê Î î Ô ô Û û Ŵ ŵ Ŷ ŷ </charinsert>  
<charinsert> Ä ä Ë ë Ï ï Ö ö Ü ü Ẅ ẅ Ÿ ÿ</charinsert>  
<charinsert> ß </charinsert>  
<charinsert> Ã ã Ñ ñ Õ õ </charinsert>  
<charinsert> Ç ç Ģ ģ Ķ ķ Ļ ļ Ņ ņ Ŗ ŗ Ş ş Ţ ţ </charinsert>  
<charinsert> Ć ć Ĺ ĺ Ń ń Ŕ ŕ Ś ś Ź ź </charinsert>  
<charinsert> Đ đ </charinsert>  
<charinsert> Ů ů </charinsert>  
<charinsert> Č č Ď ď Ľ ľ Ň ň Ř ř Š š Ť ť Ž ž </charinsert>  
<charinsert> Ǎ ǎ Ě ě Ǐ ǐ Ǒ ǒ Ǔ ǔ </charinsert>  
<charinsert> Ā ā Ē ē Ī ī Ō ō Ū ū </charinsert>  
<charinsert> ǖ ǘ ǚ ǜ </charinsert>  
<charinsert> Ĉ ĉ Ĝ ĝ Ĥ ĥ Ĵ ĵ Ŝ ŝ </charinsert>  
<charinsert> Ă ă Ğ ğ Ŭ ŭ </charinsert>  
<charinsert> Ċ ċ Ė ė Ġ ġ İ ı Ż ż </charinsert>  
<charinsert> Ą ą Ę ę Į į Ų ų </charinsert>  
<charinsert> Ł ł </charinsert>  
<charinsert> Ő ő Ű ű </charinsert>  
<charinsert> Ŀ ŀ </charinsert>  
<charinsert> Ħ ħ </charinsert>  
<charinsert> Ð ð Þ þ </charinsert>  
<charinsert> Œ œ </charinsert>  
<charinsert> Æ æ Ø ø Å å </charinsert>  
<charinsert> Ə ə </charinsert>  
<charinsert> – — … </charinsert>  
<charinsert> [+] [[+]] {{+}} </charinsert>  
<charinsert> ~ | ° § → </charinsert>  
<charinsert> ≈ ± − × ¹ ² ³ </charinsert>  
<charinsert> ‘ “ ’ ” </charinsert>  
<charinsert> £ € </charinsert>  
<charinsert> Α α Β β Γ γ Δ δ </charinsert>  
<charinsert> Ε ε Ζ ζ Η η Θ θ </charinsert>  
<charinsert> Ι ι Κ κ Λ λ Μ μ </charinsert>  
<charinsert> Ν ν Ξ ξ Ο ο Π π </charinsert>  
<charinsert> Ρ ρ Σ σ ς Τ τ Υ υ </charinsert>  
<charinsert> Φ φ Χ χ Ψ ψ Ω ω </charinsert>  
</small>
</div>
      9u4fieriu98ui3uzmqhkb1iergip5u5
    
  
  
    Nodyn:Wicilyfrauchwaer
    10
    1457
    
      5053
      4189
      2022-08-22T02:32:27Z
      
        Minorax
        1779
      
      vva
      5053
      wikitext
      text/x-wiki
      Mae [[:w:Sefydliad Wicifryngau|Sefydliad Wicifryngau]] (''Wikimedia Foundation'') yn darparu nifer o brosiectau ar-lein rhydd eraill yn ogystal â  Wicipedia, mewn llwyth o ieithoedd. Maent i gyd yn [[:w:wici|wicïau]], sy'n golygu bod pawb yn cael eu hysgrifennu, eu golygu, a'u darllen. Sefydlwyd Wicifryngau yn 2003 gan Jimmy Wales, ac fe'i gweinyddir yn Fflorida. <small>([[wikimedia:|Mwy am Wicifryngau]])</small>
{|class="layout" width="100%" align="center" cellpadding="4" style="text-align:left; background-color: transparent;"
| align="center" | <imagemap>Delwedd:Wikimedia Community Logo.svg|45px
default [[m:Hafan|Meta-Wici]]
desc none</imagemap>
|width="33%" | '''<span class="plainlinks">[http://meta.wikimedia.org/wiki/Hafan Meta-Wici]</span>'''<br />Canolbwynt prosiectau'r Sefydliad: yn cynnwys gwybodaeth am y Sefydliad, ei brosiectau a'r meddalwedd MediaWici.
| align="center" | <imagemap>Delwedd:Wikipedia-logo-cy.png|45px
default [[w:Hafan|Wicipedia]]
desc none</imagemap>
|width="33%" | '''<span class="plainlinks">[http://cy.wikipedia.org/wiki/Hafan Wicipedia]</span>'''<br />Y gwyddoniadur rhydd, yn cynnwys erthyglau ar ystod eang o bynciau trwy gyfrwng y Gymraeg.
| align="center" | <imagemap>Delwedd:Wiktionary-logo-cy.png|45px
default [[wikt:Hafan|Wiciadur]]
desc none</imagemap>
|width="33%" | '''<span class="plainlinks">[http://cy.wiktionary.org/wiki/Hafan Wiciadur]</span>'''<br />Geiriadur o eiriau'r holl ieithoedd, wedi'u diffinio yn y Gymraeg, sydd hefyd yn cynnwys thesawrws, odliadur, atodiadau, a mwy.
|-
| align="center" | <imagemap>Delwedd:Commons-logo.svg|45px
default [[commons:Hafan|Comin Wicifryngau]]
desc none</imagemap>
| '''<span class="plainlinks">[http://commons.wikimedia.org/wiki/Hafan Comin Wicifryngau]</span>'''<br />Ystorfa ffeiliau amlgyfrwng (delweddau, ffeiliau sain a chlipiau fideo) a ddefnyddir gan yr holl brosiectau.
| align="center" | <imagemap>Delwedd:Wikisource-logo.svg|45px
default [[s:Hafan|Wicitestun]]
desc none</imagemap>
| '''<span class="plainlinks">[http://cy.wikisource.org/wiki/Hafan Wicitestun]</span>'''<br />Casgliad o destunau a dogfennau Cymraeg sydd yn y parth cyhoeddus, yn cynnwys cerddi, caneuon, llyfrau, areithiau, adroddiadau, a mwy.
| align="center" | <imagemap>Delwedd:Wikispecies-logo.svg|45px
default [[wikispecies:Hafan|Wicifywyd]]
desc none</imagemap>
| '''<span class="plainlinks">[http://species.wikimedia.org/wiki/Hafan Wicifywyd]</span>'''<br />Cyfeiriadur rhydd o'r holl rywogaethau, sydd yn dangos dosbarthiad tacsonomig organebau byw.
|-
| align="center" | <imagemap>Delwedd:Wikiquote-logo.svg|45px
default [[wikiquote:Hafan|Wiciddyfynnu]]
desc none</imagemap>
| '''<span class="plainlinks">[http://cy.wikiquote.org/wiki/Hafan Wiciddyfynnu]</span>'''<br />Casgliad Cymraeg o ddyfyniadau o bob iaith.
|}
'''Prosiectau Wicifryngau nad ydynt ar gael yn Gymraeg:'''
{|class="layout" width="100%" align="center" cellpadding="4" style="text-align:left; background-color: transparent;"
| align="center" | <imagemap>Delwedd:Wikinews-logo.svg|35px
default [[wikinews:|Wikinews]]
desc none</imagemap>
| '''<span class="plainlinks">[http://wikinews.org/ Wikinews]</span>'''<br />Newyddion rhydd eu cynnwys.
| align="center" | <imagemap>Delwedd:Wikiversity-logo.svg|35px
default [[wikiversity:|Wikiversity]]
desc none</imagemap>
| '''<span class="plainlinks">[http://wikiversity.org/ Wikiversity]</span>'''<br />Adnoddau addysg.
|}
      tm24coppffrfncidgukpxjgkwmrl9th
    
  
  
    Nodyn:Wicilyfrauiaith
    10
    1458
    
      4392
      3839
      2013-11-09T17:58:43Z
      
        Lloffiwr
        156
      
      ychwanegu class=autonym er mwyn llwytho'n gyflymach
      4392
      wikitext
      text/x-wiki
      ; <small>Wicillyfrau efo dros 1,000 o modylau gwerslyfr:</small>
<div  class="autonym" style="margin-left: 2em; margin-right: 2em;">
<big>
[[:cs:|Čeština (Tsieceg)]]
- [[:de:|Deutsch (Almaeneg)]]
- [[:en:|English (Saesneg)]]
- [[:es:|Español (Sbaeneg)]]
- [[:fr:|Français (Ffrangeg)]]
- [[:hr:|Hrvatski (Croateg)]]
- [[:it:|Italiano (Eidaleg)]]
- [[:he:|עברית (Hebraeg)]]
- [[:hu:|Magyar (Hwngareg)]]
- [[:nl:|Nederlands (Iseldireg)]]
- [[:ja:|日本語 (Japaneg)]]
- [[:pl:|Polski (Pwyleg)]]
- [[:pt:|Português (Portiwgaleg)]]
- [[:ru:|Русский (Rwsieg)]]
- [[:sq:|Shqip (Albaneg)]]
- [[:fi:|Suomi (Ffinneg)]]
- [[:vi:|Tiếng Việt (Fietnameg)]]
- [[:zh:|中文 (Tsieinëeg)]]
</big>
</div>
; <small>Wicillyfrau efo dros 100 o modylau gwerslyfr:</small>
<div  class="autonym" style="margin-left: 2em; margin-right: 2em;">
[[:ar:|العربية (Arabeg)]]
- [[:id:|Bahasa Indonesia (Indoneseg)]]
- [[:bg:|Български (Bwlgareg)]]
- [[:ca:|Català (Catalaneg)]]
- [[:cv:|Чӑваш (Chuvash)]]
- [[:da:|Dansk (Daneg)]]
- [[:et:|Eesti (Estoneg)]]
- [[:el:|Ελληνικά (Groeg)]]
- [[:ang:|Englisc (Hen Saesneg)]]
- [[:eo:|Esperanto]]
- [[:fa:|فارسی (Ffarseg)]]
- [[:gl:|Galego (Galisieg)]]
- [[:ko:|한국어 (Corëeg)]]
- [[:ia:|Interlingua]]
- [[:is:|Íslenska (Islandeg)]]
- [[:ka:|ქართული (Georgeg)]]
- [[:la:|Latina (Lladin)]]
- [[:lt:|Lietuvių (Lithwaneg)]]
- [[:mk:|Македонски (Macedoneg)]]
- [[:ml:|മലയാളം (Malayalam)]]
- [[:mr:|मराठी (Marathi)]]
- [[:no:|Norsk - Bokmål (Norwyeg - Bokmål)]]
- [[:oc:|Occitan (Ocsitaneg)]]
- [[:ro:|Română (Rwmaneg)]]
- [[:sr:|Српски/Srpski (Serbeg)]]
- [[:simple:|Simple English (Saesneg Hawdd)]]
- [[:sl:|Slovenščina (Slofeneg)]]
- [[:sk:|Slovenska (Slofaceg)]]
- [[:sv:|Svenska (Swedeg)]]
- [[:tl:|Tagalog]]
- [[:ta:|தமிழ் (Tamileg)]]
- [[:th:|ไทย (Thai)]]
- [[:tr:|Türkçe (Tyrceg)]]
- [[:uk:|Українська (Wcreineg)]]
- [[:ur:|اردو (Wrdw)]]
</div>
<div style="text-align: center; font-weight: bold;">
[[Wicillyfrau:Portal Wicillyfrau|Portal Wicillyfrau]]
- [[m:Complete list of language Wikibooks available|Rhestr llawn]]
- [[Wicillyfrau:Cyd-drefniant amlieithog|Cyd-drefniant amlieithog]]
- [[m:How to start a new Wikibooks portal|Dechrau portal Wicillyfrau mewn iaith arall]]
</div>
      hxyluwp5i8jqn2wdq35attymkidfqfh
    
  
  
    Nodyn:Cyflwyniad Hafan
    10
    1459
    
      3908
      3903
      2011-07-29T20:24:58Z
      
        Adda'r Yw
        4
      
      
      dolen
      3908
      wikitext
      text/x-wiki
      {| style="width:100%; margin-top:+.7em; background-color: #fcfcfc; border: 1px solid #ccc"
| width="60%" style="text-align: center; margin-top: 2; margin-top: 2px; color: #000" | 
<table cellpadding="5"><tr><td>[[Delwedd:Nuvola_apps_bookcase.png|60px]]</td><td><span style="font-size:120%">[[Wicilyfrau:Croeso, newydd-ddyfodiaid|Croeso]] i '''[[Wicilyfrau:Ynglŷn â Wicilyfrau|Wicilyfrau]]''', casgliad o werslyfrau a llawlyfrau rhydd,<br>am ddim, y gall unrhyw un ei olygu.</span><br>
<span style="font-size: 80%">Mae gennym ni [[Arbennig:Statistics|{{NIFEROERTHYGLAU}}]] o fodiwlau.</span></td></tr></table>
| 
{| align="right" style="font-size: 95%; color: #000"
| style="font-size: 90%"|
*[[Silff lyfrau:Gwyddoniaeth|Gwyddoniaeth]]
*[[Silff lyfrau:Gwyddorau cymdeithas|Gwyddorau Cymdeithas]]
*[[Silff lyfrau:Cyfrifiaduro|Cyfrifiaduro]]
| style="font-size: 90%" |
*[[Silff lyfrau:Celfyddydau ac Hamdden|Celfyddydau ac Hamdden]]
*[[Silff lyfrau:Amrywiol|Amrywiol]]
*'''[[Arbennig:Allpages|Holl Lyfrau]]'''
|}
|}
      fm2026shs4ua4hzclc0n89bcgw1haqg
    
  
  
    Sgwrs Defnyddiwr:Gangleri
    3
    1474
    
      4648
      2656
      2015-09-10T08:49:11Z
      
        Gangleri
        7
      
      layout: 2015-09-07…d LTR RTL short gangleri
      4648
      wikitext
      text/x-wiki
      {| class="float-center" border="0" cellpadding="0" cellspacing="0" style="background:#efefef; color:black" align="center" LANG="en"
|-
| align="center" colspan="2" |
<span dir="ltr" >The phonetic transcription of <span class="nowrap" >« לערי ריינהארט »</span> is <span class="nowrap" LANG="he" >/lɛʁi ʁɑjnhɑʁt/</span> <span class="nowrap" >(leri raynhart).</span></span><br />
<!--
<span dir="ltr" >The phonetic transcription of <span class="nowrap" LANG="he" >« [[s:yi:בייַ מיר ביסטו שיין|בײַ מיר ביסטו שיין]] »</span> is <span class="nowrap" >/bɑj mɪʁ bɪstu ʃɛyn/</span> <span class="nowrap" >([[w:en:Bei Mir Bistu Shein|bay mir bistu sheyn]]).</span><br /> </span><br />
-->
{{Softredirect|1=testwiki:user talk:{{PAGENAME}}|2=<span dir="ltr" >testwiki:user talk:<span dir="ltr" >{{PAGENAME}}</span></span>}}
|-
| align="right" | [[image:Redirectltr.png|right]]
| align="left" dir="ltr" | [[user talk:Gangleri]]
|-
| align="right" | [[Image:Redirectltr.png|right]]
| align="left" dir="ltr" | [[user talk:לערי ריינהארט]] aka "''Gangleri''"
|-
| align="right" | [[Image:Redirectltr.png|right]]
| align="left" dir="ltr" | '''[[testwiki:user talk:לערי ריינהארט]] aka "''Gangleri''"'''
|}<!--
|-
| align="center" colspan="2" dir="ltr" | [[image:Redirectltr.png|left]] [[user talk:Gangleri]]
|-
| align="center" colspan="2" dir="ltr" | [[image:Redirectltr.png|left]] [[user talk:לערי ריינהארט]] aka "''Gangleri''"
|-
| align="center" colspan="2" dir="ltr" | [[image:Redirectltr.png|left]] '''[[testwiki:user talk:לערי ריינהארט]] aka "''Gangleri''"'''
-->
<br clear="all" />
<!--
**only at sandbox subpages**
<center dir="ltr" >This page is an '''user sandbox page'''.<br />'''SUBPAGENAME''': '''{{SUBPAGENAME}}''' – '''[[mediawiki:Sandbox]]''': '''{{int:Sandbox}}''' <sup>[[w:en:mediawiki:Sandbox]]</sup></center>
----
-->
<center>
: <sup><span dir="ltr" class="plainlinks" >SITENAME: '''{{SITENAME}}''' · '''language:''' {{CONTENTLANG}}: '''[{{fullurl:{{FULLPAGENAME}}|uselang={{CONTENTLANG}}}}#top <span dir="ltr" LANG="{{CONTENTLANG}}" >{{#LANGUAGE:{{CONTENTLANG}}}}</span>]''' ·  [{{fullurl:{{FULLPAGENAME}}|uselang=en}}#top <span dir="ltr" LANG="en" >{{#LANGUAGE:{{CONTENTLANG}}|en}}</span>'''] · [{{fullurl:{{FULLPAGENAME}}|uselang=de}}#top <span dir="ltr" LANG="de" >{{#LANGUAGE:{{CONTENTLANG}}|de}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=es}}#top <span dir="ltr" LANG="es" >{{#LANGUAGE:{{CONTENTLANG}}|es}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=fr}}#top <span dir="ltr" LANG="fr" >{{#LANGUAGE:{{CONTENTLANG}}|fr}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=it}}#top <span dir="ltr" LANG="it" >{{#LANGUAGE:{{CONTENTLANG}}|it}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=ru}}#top <span dir="ltr" LANG="ru" >{{#LANGUAGE:{{CONTENTLANG}}|ru}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=zh}}#top <span dir="ltr" LANG="zh" >{{#LANGUAGE:{{CONTENTLANG}}|zh}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=ar}}#top <span dir="ltr" LANG="ar" >{{#LANGUAGE:{{CONTENTLANG}}|ar}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=he}}#top <span dir="ltr" LANG="he" >{{#LANGUAGE:{{CONTENTLANG}}|he}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=hi}}#top <span dir="ltr" LANG="hi" >{{#LANGUAGE:{{CONTENTLANG}}|hi}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=eo}}#top <span dir="ltr" LANG="eo" >{{#LANGUAGE:{{CONTENTLANG}}|eo}}</span>] · [{{fullurl:{{FULLPAGENAME}}}}#footer #footer]</span></sup><!--
special:version
-->
: <sup><span dir "ltr" class="plainlinks" >[[special:version|local curent version]]: {{CURRENTVERSION}} · versions at [[b:special:version|b:]] · [[c:special:version|c:]] · [[d:special:version|d:]] · '''[[m:special:version|m:]]''' · [[mw:special:version|mw:]] · [[n:special:version|n:]] · [[q:special:version|q:]] · [[s:special:version|s:]] · '''[[testwiki:special:version|t:]]''' · [[v:special:version|v:]] · [[voy:special:version|voy:]] · [[w:special:version|w:]] · [[wikt:special:version|wikt:]] · [[w:en:special:version|w:en:]] · [[m:special:sitematrix#{{CONTENTLANG}}|m:special:sitematrix#{{CONTENTLANG}}]] · [[template:Wikivar]] · <sup>[[m:template:Wikivar|m:]]‎</sup></span></sup>
: <sup><span dir="ltr" class="plainlinks" >'''mediawiki:Sidebar''' '''[{{fullurl:mediawiki:Sidebar|uselang={{CONTENTLANG}}}}#top <span dir="ltr" LANG="{{CONTENTLANG}}" >{{#LANGUAGE:{{CONTENTLANG}}}}</span>]''' ·  [{{fullurl:mediawiki:Sidebar/en|uselang=en}}#top <span dir="ltr" LANG="en" >{{#LANGUAGE:{{CONTENTLANG}}|en}}</span>'''] · [{{fullurl:mediawiki:Sidebar/de|uselang=de}}#top <span dir="ltr" LANG="de" >{{#LANGUAGE:{{CONTENTLANG}}|de}}</span>] · [{{fullurl:mediawiki:Sidebar/es|uselang=es}}#top <span dir="ltr" LANG="es" >{{#LANGUAGE:{{CONTENTLANG}}|es}}</span>] · [{{fullurl:mediawiki:Sidebar/fr|uselang=fr}}#top <span dir="ltr" LANG="fr" >{{#LANGUAGE:{{CONTENTLANG}}|fr}}</span>] · [{{fullurl:mediawiki:Sidebar/it|uselang=it}}#top <span dir="ltr" LANG="it" >{{#LANGUAGE:{{CONTENTLANG}}|it}}</span>] · [{{fullurl:mediawiki:Sidebar/ru|uselang=ru}}#top <span dir="ltr" LANG="ru" >{{#LANGUAGE:{{CONTENTLANG}}|ru}}</span>] · [{{fullurl:mediawiki:Sidebar/zh|uselang=zh}}#top <span dir="ltr" LANG="zh" >{{#LANGUAGE:{{CONTENTLANG}}|zh}}</span>] · [{{fullurl:mediawiki:Sidebar/ar|uselang=ar}}#top <span dir="ltr" LANG="ar" >{{#LANGUAGE:{{CONTENTLANG}}|ar}}</span>] · [{{fullurl:mediawiki:Sidebar/he|uselang=he}}#top <span dir="ltr" LANG="he" >{{#LANGUAGE:{{CONTENTLANG}}|he}}</span>] · [{{fullurl:mediawiki:Sidebar/hi|uselang=hi}}#top <span dir="ltr" LANG="hi" >{{#LANGUAGE:{{CONTENTLANG}}|hi}}</span>] · [{{fullurl:mediawiki:Sidebar/eo|uselang=eo}}#top <span dir="ltr" LANG="eo" >{{#LANGUAGE:{{CONTENTLANG}}|eo}}</span>]</span></sup>
: <sup><span dir "ltr" class="plainlinks" >[{{fullurl:special:Preferences}}#top <span dir="ltr" LANG="en" >your] [{{fullurl:special:Preferences|uselang=en}}#top <span dir="ltr" LANG="en" >local preferences] · [{{fullurl:special:Preferences|uselang=de}}#mw-prefsection-personal <span dir="ltr" LANG="de" >Einstellungen</span>] · [{{fullurl:special:Preferences|uselang=es}}#mw-prefsection-rendering <span dir="ltr" LANG="es" >Preferencias</span>] · [{{fullurl:special:Preferences|uselang=fr}}#mw-prefsection-editing <span dir="ltr" LANG="fr" >Préférences</span>] · [{{fullurl:special:Preferences|uselang=it}}#mw-prefsection-rc <span dir="ltr" LANG="it" >Preferenze</span>] · [{{fullurl:special:Preferences|uselang=ru}}#mw-prefsection-watchlist <span dir="ltr" LANG="ru" >Настройки</span>] · [{{fullurl:special:Preferences|uselang=zh}}#mw-prefsection-gadgets <span dir="ltr" LANG="zh" >设置</span>] · [{{fullurl:special:Preferences|uselang=ar}}#mw-prefsection-betafeatures <span dir="ltr" LANG="ar" >تفضيلات</span>] · [{{fullurl:special:Preferences|uselang=he}}#mw-prefsection-betafeatures <span dir="ltr" LANG="he" >העדפות</span>] · [{{fullurl:special:Preferences|uselang=hi}}#top <span dir="ltr" LANG="hi" >मेरी वरीयताएँ</span>] · [{{fullurl:special:Preferences|uselang=eo}}#top <span dir="ltr" LANG="eo" >Preferoj</span>]</span></sup><!--
user:{{BASEPAGENAME}}
-->
: <sup><span dir "ltr" class="plainlinks" >user / ‎'''<span dir="ltr" >{{ns:2}}</span>'''‎: ‎'''<span dir="ltr" >[[user:{{BASEPAGENAME}}|{{BASEPAGENAME}}]]</span>‎''' · [{{SERVER}}/?title=special:ListUsers&limit=1&username={{BASEPAGENAMEE}} rights] · [[special:Prefixindex/user:{{BASEPAGENAME}}|all subpages]] [[special:Prefixindex/user talk:{{BASEPAGENAME}}|T]] · [[user:{{BASEPAGENAME}}/common.css|‎/common.css]] · [[user:{{BASEPAGENAME}}/common.js|/common.js]] · [[user:{{BASEPAGENAME}}/Archive/previous user page|/previous user page]] · [[special:Prefixindex/user:{{BASEPAGENAME}}/Archive|archives]] [[special:Prefixindex/user talk:{{BASEPAGENAME}}/Archive|archived talks]] · [[b:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|b:]] · [[c:user:{{BASEPAGENAME}}|c:]] · [[d:user:{{BASEPAGENAME}}|d:]] · [[m:user:{{BASEPAGENAME}}|m:]] · [[mw:user:{{BASEPAGENAME}}|mw:]] · [[n:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|n:]] · [[q:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|q:]] · [[s:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|s:]] · [[testwiki:user:{{BASEPAGENAME}}|t:]] · [[v:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|v:]] · [[voy:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|voy:]] · [[w:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|w:]] · [[wikt:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|wikt:]] · [[w:en:user:{{BASEPAGENAME}}|w:en:]] · [[w:user:{{BASEPAGENAME}}|w:]] · [[:en:user:{{BASEPAGENAME}}|:en:]]‎</span></sup><!--
special:foobar
-->
: <sup><span dir "ltr" class="plainlinks" > [{{fullurl:special:WhatLinksHere/{{FULLPAGENAME}}|uselang=en}}#top <span LANG="en" >'''local''' WLH]‎ · [{{fullurl:special:RecentChanges|uselang=en}}#top <span LANG="en" >'''local''' RC]‎ · [{{fullurl:special:Logs|uselang=en}}#top <span LANG="en" >'''local''' logs]‎ · [{{fullurl:special:WatchList|uselang=en}}#top <span LANG="en" >'''local''' watchlist]‎ · [{{fullurl:special:Contributions/{{BASEPAGENAME}}|uselang=en}}#top <span LANG="en" >'''local''' ontributions]‎ · [[mediawiki:Common.css|'''local''' mediawiki:Common.css]] · [[mediawiki:Common.js|'''local''' mediawiki:Common.js]] · [[mediawiki:Gadgets-definition|'''local''' mediawiki:Gadgets-definition]] · '''[[special:Notifications|local notifications]]'''<br />[[m:user:{{BASEPAGENAME}}/global.css|m:…'''/global.css''']] · [[m:user:{{BASEPAGENAME}}/global.js|m:…'''/global.js''']] · [[special:centralAuth/{{BASEPAGENAMEE}}|'''global''' account information]] · [https://tools.wmflabs.org/guc/?user={{URLENCODE:{{BASEPAGENAME}}|WIKI}} '''global''' user contributions]<!--
 · [https://toolserver.org/~River/cgi-bin/count_edits?user={{BASEPAGENAMEE}}&dbname=wikidatawiki_p&machread=1]
--></span></sup><!--
PAGEID related links
-->
: <sup><span dir "ltr" class="plainlinks" >'''PAGEID:''' {{PAGEID}} · [https:{{SERVER}}/?curid={{PAGEID}}#top links '''here'''] · <sup>[https:{{SERVER}}/?curid={{PAGEID}}&action=purge# purge ↺] · [https:{{SERVER}}/?curid={{PAGEID}}&action=edit§ion=0# section=0]</sup> · '''REVISIONID:''' {{REVISIONID}} · [https:{{SERVER}}/?oldid={{REVISIONID}}# permanent link] · (layout: 2015-09-07…d [https://fi.wikipedia.org/?curid=468081#top LTR] [https://ug.wiktionary.org/?curid=5716#top RTL] short)‎</span></sup><!--
testing and validation links related languages / dialects
-->
: <sup><span dir "ltr" class="plainlinks" >'''testing and validation links:''' [[user:בײַ מיר ביסטו שיין#BiDi_issues|BiDi issues]] · [[user:I18n|gadget issues]] · '''related languages / dialects:''' [[w:foo:user:{{BASEPAGENAME}}|w:foo:]] · [[w:bar:user:{{BASEPAGENAME}}|w:bar:]]‎</span></sup>
</center>
----
<!--
<br clear="all" />
-->
__TOC__
== <span dir="ltr" >Welcome‎ <span id="Welcome" dir="ltr" >{{PAGENAME}}</span> to <span id="WelcomeToSITENAME" dir="ltr" >{{SITENAME}}</span>!</span> ==
: ·[[user:לערי ריינהארט|לערי ריינהארט]]·[[user talk:לערי ריינהארט|T]]·[[m:user:לערי ריינהארט|m]]:[//meta.wikimedia.org/wiki/user_talk:%D7%9C%D7%A2%D7%A8%D7%99_%D7%A8%D7%99%D7%99%D7%A0%D7%94%D7%90%D7%A8%D7%98?action=history Th]·[[m:user talk:לערי ריינהארט|T]]·[[m:special:Emailuser/לערי ריינהארט|email me]]· 08:49, 10 Medi 2015 (UTC)
      p93hck1dsu7e4yfdos5ct1nxolrklne
    
  
  
    Defnyddiwr:Gangleri
    2
    1475
    
      3476
      3444
      2008-08-26T15:29:00Z
      
        CommonsDelinker
        19
      
      
      The file [[:Image:Cafe_Lipstick.jpg]] has been removed, as it has been deleted by [[:commons:User:Cirt]]: ''per [[w:commons:Commons:Deletion_requests/Image:Cafe_Lipstick.jpg]]''. ''[[m:User:CommonsDelinker|Translate me!]]''
      3476
      wikitext
      text/x-wiki
      The [[w:en:Transcription (linguistics)|transcription]] of <!-- {{style/nowrap|nowrap= -->« <span class="plainlinks" >[{{fullurl:special:Userlogin|uselang=yi&wpName={{URLENCODE:לערי}}%20{{URLENCODE:ריינהארט}}&returnto={{FULLPAGENAMEE}}#top}} {{style/yid|yid=לערי ריינהארט}}]</span> »<!-- }} --> is « {{style/IPA|IPA=lɛʁi ʁɑjnhɑʁt}} » .
----
[{{fullurl:{{FULLPAGENAME}}|action=purge}} ↺]
[{{fullurl:{{FULLPAGENAME}}|oldid={{REVISIONID}}}} rev-ID : {{REVISIONID}}]<br />
[[special:Prefixindex/user:{{PAGENAME}}|special:Prefixindex/user:<nowiki>{{PAGENAME}}</nowiki>]]
<br clear="all" />
__NOTOC____NOEDITSECTION__
===== [[commons:User:Gangleri]] =====
[[Image:Redirect arrow without text.png|left]]
::* '''irc://irc.freenode.net/wikimedia'''
::* [[wikipedia:de:Benutzer:Gangleri]]
::* [[wikipedia:en:User:Gangleri]]
::* [[wikipedia:eo:Vikipediisto:Gangleri]]
::* [[wikipedia:is:Notandi:Gangleri]]
::* [[wikipedia:ro:Utilizator:Gangleri]]
::* [[wikipedia:yi:באַניצער:Gangleri]]
::* '''[[meta:User:Gangleri]]'''
[[de:Benutzer:Gangleri]] [[en:User:Gangleri]] [[eo:Vikipediisto:Gangleri]] [[is:Notandi:Gangleri]] [[ro:Utilizator:Gangleri]] [[yi:באַניצער:Gangleri]]
      qwy4z81mmnmay42xfff0kaqz23qbmhh
    
  
  
    Defnyddiwr:Dubaduba
    2
    1476
    
      2673
      2006-02-01T11:23:33Z
      
        193.225.194.254
      
      2673
      wikitext
      text/x-wiki
      
<div style="float: right; text-align: center;">[[Image:Other-langs.png]]<br>[[:meta:User:Dubaduba|'''Other languages''']]<br>
</div>
      abpp7v2da187qy9jq2lhzktozdqebs1
    
  
  
    Nodyn:Silffoedd llyfrau (holl)
    10
    1477
    
      2705
      2700
      2006-02-18T15:09:31Z
      
        Adda'r Yw
        4
      
      2705
      wikitext
      text/x-wiki
      <div class="MainPageBG" style="padding: .5em 1em 0; margin: 0 3px 3px;">
<h3>[[Pob silff lyfrau|Silffoedd llyfrau Gweithredol]]</h3>
<div style="font-size:90%;">
{{camau}}
{{Silff lyfrau gwyddoniaeth}}
{{Silff lyfrau mathemateg}}
{{Silff lyfrau gwyddoniaeth gyfrifiadurol}}
{{Silff lyfrau ieithoedd cyfrifiaduro}}
{{Silff lyfrau ieithoedd parth-sbesiffig}}
{{Silff lyfrau meddalwedd gyfrifiadur}}
{{Silff lyfrau TG}}
{{Silff lyfrau peirianneg}}
{{Silff lyfrau ieithoedd}}
{{Silff lyfrau dynoliaethau}}
{{Silff lyfrau gwyddoniaeth gymdeithasol}}
{{Silff lyfrau celfyddau}}
{{Silff lyfrau gemau}}
{{Silff lyfrau sut i-au}}
{{Silff lyfrau gemau cyfrifiadur a fideo}}
{{Silff lyfrau arall}}
</div>
</div>
      ktodqe570qg8gfxjld3nseyuh8822di
    
  
  
    Nodyn:Silff lyfrau dynoliaethau
    10
    1478
    
      5038
      2680
      2022-03-27T06:24:15Z
      
        Minorax
        1779
      
      fix lint
      5038
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Dynoliaethau|Dynoliaethau]]</big>'''</div>
'''C<small>REFYDD</small>'''
- [[Bwdhaeth]]
- [[Cristnogaeth]]
- '''D<small>AEARYDDIAETH</small>'''
- [[Daearyddiaeth Prydain]]
- [[Diffeithdiro]]
- '''G<small>WLEIDYDDIAETH</small>'''
- [[Gwleidyddiaeth Canada]]
- [[Gwleidyddiaeth yr UDA]]
- '''H<small>ANES</small>'''
- [[Hanes Awstralia]]
- [[Hanes Cymru]]
- [[Hanes Ewrop]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_dynoliaethau&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Dynoliaethau|'''Holl llyfrau Dynoliaethau...''']]</div>
      244m6etvo4jigyokm0kl9xdbuhc7lit
    
  
  
    Nodyn:Silff lyfrau mathemateg
    10
    1479
    
      5026
      2683
      2022-03-27T06:22:32Z
      
        Minorax
        1779
      
      fix lint
      5026
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Mathemateg|Mathemateg]]</big>'''</div>
[[Algebra]]
- [[Fectorau]]
- [[Topoleg]]
- [[Trigonometreg]]
- [[Ystadegaeth]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_mathemateg&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Mathemateg|'''Holl llyfrau Mathemateg...''']]</div>
      hwtdg91lrfofzhoofksrrohd606idzs
    
  
  
    Nodyn:Silff lyfrau ieithoedd cyfrifiaduro
    10
    1480
    
      5025
      2685
      2022-03-27T06:22:29Z
      
        Minorax
        1779
      
      fix lint
      5025
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Ieithoedd Cyfrifiaduro|Ieithoedd Cyfrifiaduro]]</big>'''</div>
[[Perl]]
- [[PHP]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_ieithoedd_cyfrifiaduro&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Ieithoedd Cyfrifiaduro|'''Holl llyfrau Ieithoedd Cyfrifiaduro...''']]</div>
      eu4jw3g7n1wkdr08gidhtnv6xfx4rm9
    
  
  
    Nodyn:Silff lyfrau ieithoedd
    10
    1481
    
      5035
      2686
      2022-03-27T06:24:11Z
      
        Minorax
        1779
      
      fix lint
      5035
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Ieithoedd|Ieithoedd]]</big>'''</div>
'''C<small>ELTAIDD</small>'''
- [[Cernyweg]]
- [[Llydaweg]]
- '''R<small>HUFEINAIDD</small>'''
- [[Ffrangeg]]
- [[Portiwgaleg]]
- [[Sbaeneg]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_ieithoedd&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Ieithoedd|'''Holl llyfrau Ieithoedd...''']]</div>
      jw02641ozbknzgxjl0xw49ykr5mbgzu
    
  
  
    Nodyn:Silff lyfrau gwyddoniaeth
    10
    1482
    
      5027
      2687
      2022-03-27T06:22:36Z
      
        Minorax
        1779
      
      fix lint
      5027
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Gwyddoniaeth|Gwyddoniaeth]]</big>'''</div>
'''G<small>WYDDONIAETHAU</small> B<small>YW</small>'''
- [[Bioleg Cell]]
- [[Botaneg]]
- '''G<small>WYDDONIAETHAU</small> F<small>FISEGOL</small>'''
- [[Sain]]
- [[Seryddiaeth]]
- [[Tonnau]]
- '''G<small>WYDDONIAETHAU</small> A<small>MGYLCHEDDOL</small>'''
- [[Ecoleg]]
- [[Meteoroleg]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_gwyddoniaeth&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Gwyddoniaeth|'''Holl llyfrau Gwyddoniaeth...''']]</div>
      ld48qfcmzva9mqp93ow7738bwqj59ln
    
  
  
    Nodyn:Silff lyfrau gwyddoniaeth gyfrifiadurol
    10
    1483
    
      5022
      2688
      2022-03-27T06:21:41Z
      
        Minorax
        1779
      
      fix lint
      5022
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Gwyddoniaeth Gyfrifiadurol|Gwyddoniaeth Gyfrifiadurol]]</big>'''</div>
[[Roboteg]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_gwyddoniaeth_gyfrifiadurol&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Gwyddoniaeth Gyfrifiadurol|'''Holl llyfrau Gwyddoniaeth Gyfrifiadurol...''']]</div>
      tib492rltraa6xkhz0jh9gqablbn0yz
    
  
  
    Nodyn:Silff lyfrau ieithoedd parth-sbesiffig
    10
    1484
    
      5024
      2755
      2022-03-27T06:22:26Z
      
        Minorax
        1779
      
      fix lint
      5024
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Ieithoedd Parth-Sbesiffig|Ieithoedd Parth-Sbesiffig]]</big>'''</div>
'''C<small>OFNODOL</small>'''
- [[CSS]]
- [[HTML]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_ieithoedd_parth-sbesiffig&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Ieithoedd Parth-Sbesiffig|'''Holl llyfrau Ieithoedd Parth-Sbesiffig...''']]</div>
      2ma0jeu43jrfieednv6am6o46o8bbdx
    
  
  
    Nodyn:Camau
    10
    1485
    
      4940
      4021
      2020-06-08T06:12:50Z
      
        CommonsDelinker
        19
      
      Replacing 100%.svg with [[File:100_percent.svg]] (by [[:c:User:CommonsDelinker|CommonsDelinker]] because: redirect linked from other project).
      4940
      wikitext
      text/x-wiki
      {| align=center style="background-color: #f2fff2; border: 1px solid #bfffbf;"
!colspan=5 style="background-color: #bfffbf; text-align: center;"|[[Cymorth:Camau datblygiad|Camau Datblygiad Wicillyfrau]]
|-
|style="border-right: 1px solid #CCCCCC; padding: 0px 3px;"| Testun prin [[Delwedd:00%.svg]]
|style="border-right: 1px solid #CCCCCC; padding: 0px 3px;"| Testun datblygol [[Delwedd:25%.svg]]
|style="border-right: 1px solid #CCCCCC; padding: 0px 3px;"| Testun yn aeddfedu [[Delwedd:50%.png]]
|style="border-right: 1px solid #CCCCCC; padding: 0px 3px;"| Testun wedi'i ddatblygu [[Delwedd:75%.png]]
|style="padding: 0px 3px;"| Testun cynhwysfawr [[Delwedd:100 percent.svg]]
|}
      skam2nyjwxppviyqc10sizk8i38366k
    
  
  
    Nodyn:Silff lyfrau meddalwedd gyfrifiadur
    10
    1486
    
      5023
      2694
      2022-03-27T06:22:23Z
      
        Minorax
        1779
      
      fix lint
      5023
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Meddalwedd Gyfrifiadur|Meddalwedd Gyfrifiadur]]</big>'''</div>
'''C<small>ANLLAWIAU</small> M<small>EDDALWEDD</small>'''
- [[Linux]]
- '''W<small>INDOWS</small>'''
- [[Excel]]
- [[PowerPoint]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_meddalwedd_gyfrifiadur&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Meddalwedd Gyfrifiadur|'''Holl llyfrau Meddalwedd Gyfrifiadur...''']]</div>
      4tjm4nwm03h5veomlapoql2y0v5chig
    
  
  
    Nodyn:Silff lyfrau TG
    10
    1487
    
      5037
      2695
      2022-03-27T06:24:13Z
      
        Minorax
        1779
      
      fix lint
      5037
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Technoleg Gwybodaeth|Technoleg Gwybodaeth]]</big>'''</div>
'''C<small>ALEDWEDD</small>'''
- [[Adeiladu Cyfrifiadur]]
- [[Caledwedd Cyfrifiadur]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_TG&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Technoleg Gwybodaeth|'''Holl llyfrau Technoleg Gwybodaeth...''']]</div>
      jfzff93n18v48gfp59ar1txdjhngeoe
    
  
  
    Nodyn:Silff lyfrau gwyddoniaeth gymdeithasol
    10
    1488
    
      5029
      2696
      2022-03-27T06:24:05Z
      
        Minorax
        1779
      
      fix lint
      5029
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Gwyddoniaeth Gymdeithasol|Gwyddoniaeth Gymdeithasol]]</big>'''</div>
'''A<small>NTHROPOLEG</small>'''
- [[Anthropoleg]]
- '''C<small>YMDEITHASEG</small>'''
- [[Cymdeithaseg]]
- '''S<small>EICOLEG</small>'''
- [[Seicdreiddiad]]
- [[Seicoleg]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_gwyddoniaeth_gymdeithasol&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Gwyddoniaeth Gymdeithasol|'''Holl llyfrau Gwyddoniaeth Gymdeithasol...''']]</div>
      i4o6dq3kdqiggy9kc8oesyi687bkywl
    
  
  
    Nodyn:Silff lyfrau peirianneg
    10
    1489
    
      5032
      2697
      2022-03-27T06:24:08Z
      
        Minorax
        1779
      
      fix lint
      5032
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Peirianneg|Peirianneg]]</big>'''</div>
'''A<small>WYRENNAETH</small>'''
- [[Gyriad Awyren]]
- '''P<small>EIRIANNEG</small> T<small>RYDANOL</small>'''
- [[Electroneg]]
- [[Theori Cyclhed]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_peirianneg&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Peirianneg|'''Holl llyfrau Peirianneg...''']]</div>
      nw0l7s36ag13rzalz2fojvhv4015x0b
    
  
  
    Nodyn:Silff lyfrau celfyddau
    10
    1490
    
      5033
      2698
      2022-03-27T06:24:09Z
      
        Minorax
        1779
      
      fix lint
      5033
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Celfyddau|Celfyddau]]</big>'''</div>
'''C<small>ERDDORIAETH</small>'''
- [[Harmonica]]
- [[Piano]]
- '''G<small>WELEDOL</small>'''
- [[Animeiddiad]]
- [[Celf]]
- [[Ffotograffiaeth]]
- '''LL<small>ENYDDIAETH</small>'''
- [[Llenyddiaeth Gymraeg]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_celfyddau&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Celfyddau|'''Holl llyfrau Celfyddau...''']]</div>
      8yd7219i0dcrani4zrg1a40ija3qtlw
    
  
  
    Nodyn:Silff lyfrau arall
    10
    1491
    
      5036
      2701
      2022-03-27T06:24:13Z
      
        Minorax
        1779
      
      fix lint
      5036
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Arall|Arall]]</big>'''</div>
[[Achyddiaeth]]
- [[Garddio]]
- [[Hiwmor]]
- [[Hylendid Personol]]
- [[Rhyfel]]
- [[Siwglo]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_arall&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Arall|'''Holl llyfrau Arall...''']]</div>
      nhcqx1jxsdgdad5trdujsydcycqzujo
    
  
  
    Nodyn:Silff lyfrau sut i-au
    10
    1492
    
      5030
      2712
      2022-03-27T06:24:07Z
      
        Minorax
        1779
      
      fix lint
      5030
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Sut i-au|Sut i-au]]</big>'''</div>
[[Sut i ddatrys Ciwb Rubik]]
- [[Sut i glymu tei]]
- [[Sut i greu modelau â papier-mâché]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_sut_i-au&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Sut i-au|'''Holl llyfrau Sut i-au...''']]</div>
      hbp2y9wlxwwxhihhy6e4h8ub82k86zm
    
  
  
    Nodyn:Silff lyfrau gemau cyfrifiadur a fideo
    10
    1493
    
      5031
      2704
      2022-03-27T06:24:08Z
      
        Minorax
        1779
      
      fix lint
      5031
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Gemau Cyfrifiadur a Fideo|Gemau Cyfrifiadur a Fideo]]</big>'''</div>
'''S<small>TRATEGAETH</small>'''
- [[Age of Empires]]
- [[Civilization]]
- [[Zoo Tycoon]]
- '''W<small>INDOWS</small>'''
- [[Amynedd]]
- [[Cell Rydd]]
- [[Ffeindio'r Ffrwydron]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_gemau_cyfrifiadur_a_fideo&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Gemau Cyfrifiadur a Fideo|'''Holl llyfrau Gemau Cyfrifiadur a Fideo...''']]</div>
      pgsicp9r8nyc4y5vulp9a2icjrezr4n
    
  
  
    Nodyn:Silff lyfrau gemau
    10
    1494
    
      5034
      2706
      2022-03-27T06:24:10Z
      
        Minorax
        1779
      
      fix lint
      5034
      wikitext
      text/x-wiki
      <div class="center">'''<big>[[Wicillyfrau:Silff lyfrau Gemau|Gemau]]</big>'''</div>
'''B<small>WRDD</small>'''
- [[Gwyddbwyll]]
- [[Monopoly]]
- [[Risk]]
- [[Taplas]]
- '''C<small>ERDIAU</small> C<small>HWARAE</small>'''
- [[Bridge]]
- [[Poker]]
- '''C<small>HWARAEON A</small> M<small>ABOLGAMPAU</small>'''
- [[Golff]]
- [[Pêl Fas]]
- [[Snwcer]]
- '''P<small>OSAU</small>'''
- [[Sudoku]]
- [[Sut i ddatrys Ciwb Rubik]]
<div style="float: left;"><small>([http://cy.wikibooks.org/w/wiki.phtml?title=Nodyn:Silff_lyfrau_gemau&action=edit golygu templed])</small></div><div style="float: right;">[[Wicillyfrau:Silff lyfrau Gemau|'''Holl llyfrau Gemau...''']]</div>
      8gpk2iknbomrtre3cj85ntp2m57a6ai
    
  
  
    Nodyn:Rhoddion
    10
    1495
    
      3241
      3240
      2006-10-01T21:01:57Z
      
        Adda'r Yw
        4
      
      
      Nodyn:Rhoddi wedi'i symud i Nodyn:Rhoddion
      3241
      wikitext
      text/x-wiki
      <div style="border: solid 1px #ffad80; background: #fff7cb; padding: 0.5em;">   
Os ydych yn darganfod Wicillyfrau neu ei chwaer brosiectau yn ddefnyddiol, ystyriwch gwneud [[wikimedia:Codi arian|cyfraniad ariannol]]. Defnyddiwn rhoddion yn benodol am brynu [[m:Wikimedia servers|cyfarpar gweinyddwr]] ac i ddechrau [[m:Proposals for new projects|prosiectau]] newydd.
</div>
      0opky69pw0ni381p543f99tace3smpc
    
  
  
    Hafan
    0
    1500
    
      4190
      4170
      2012-10-26T22:53:13Z
      
        Adda'r Yw
        4
      
      tynnu dolenni cochion
      4190
      wikitext
      text/x-wiki
      __NOTOC__ __NOEDITSECTION__
{{Cyflwyniad Hafan}}<br>
{{Cynnwys Hafan}}</center>
<div class="MainPageBG" style="padding: .5em 1em 0; margin: 0 3px 3px; border-top: 2px solid #ccc;">   
=== Chwaer brosiectau Wicilyfrau ===  
{{Wicilyfrauchwaer}} 
</div> 
<div class="MainPageBG" style="padding: .5em 1em 0; margin: 0 3px 3px; border-top: 2px solid #ccc;">   </center>
=== Wicilyfrau mewn ieithoedd eraill ===   
{{Wicilyfrauiaith}}
</div>   
{{Rhoddion}}   
  
[[bg:]]
[[ca:]]
[[de:]]
[[da:]]
[[en:]]
[[eo:]]
[[es:]]
[[fa:]]
[[fr:]]
[[he:]]
[[hu:]]
[[id:]]
[[it:]]
[[ja:]]
[[ko:]]
[[la:]]
[[nl:]]
[[no:]]
[[pl:]]
[[pt:]]
[[ro:]]
[[ru:]]
[[sk:]]
[[fi:]]
[[sv:]]
[[th:]]
[[zh:]]
      n5bx437o0m379n7ee21i92cf7o2ldv6
    
  
  
    Wicilyfrau:Gweinyddwyr
    4
    1501
    
      3894
      3893
      2011-07-29T17:02:02Z
      
        Adda'r Yw
        4
      
      
      cat
      3894
      wikitext
      text/x-wiki
      == Rhestr gweinyddwyr == 
* [[Defnyddiwr:Adam|Adam]]
== Dymuniadau am hawliau gweinyddwyr ==
Os ydych yn dymuno dod yn weinyddwr, rhowch eich cais fan hyn:
----
[[Categori:Wicilyfrau|{{ENWTUDALEN}}]]
[[ar:ويكي الكتب:إداريون]]
[[bg:Уикикниги:Администратори]]
[[bs:Wikiknjige:Administracija]]
[[ca:Viquillibres:Administradors]]
[[cs:Wikiknihy:Správci]]
[[da:Wikibooks:Administratorer]]
[[de:Wikibooks:Administratoren]]
[[en:Wikibooks:Administrators]]
[[eo:Vikilibroj:Administrantoj]]
[[es:Wikilibros:Bibliotecarios]]
[[fi:Wikikirjasto:Ylläpitäjät]]
[[fr:Wikilivres:Administrateur]]
[[gl:Wikibooks:Administradores]]
[[he:ויקיספר:מפעיל מערכת]]
[[hu:Wikikönyvek:Adminisztrátorok]]
[[id:Wikibooks:Pengurus]]
[[is:Wikibooks:Stjórnendur]]
[[it:Wikibooks:Amministratori]]
[[ja:Wikibooks:管理者]]
[[la:Vicilibri:Administratores]]
[[mi:Wikibooks:Administrators]]
[[nl:Wikibooks:Moderator]]
[[no:Wikibooks:Administratorer]]
[[pl:Wikibooks:Administratorzy]]
[[pt:Wikibooks:Administradores]]
[[ro:Wikibooks:Cerere de Admin]]
[[ru:Викиучебник:Администраторы]]
[[simple:Wikibooks:Administrators]]
[[sk:Wikibooks:Administrátori]]
[[sv:Wikibooks:Administratörer]]
[[th:Wikibooks:ผู้ดูแลระบบ]]
[[tr:Vikikitap:Yöneticiler]]
[[vi:Wikibooks:Người quản lý]]
[[pl:Wikibooks:Administratorzy]]
[[vi:Wikibooks:Người quản lý]]
[[zh:Wikibooks:管理员]]
      cnq01dqd5upf1a0kr2km6rha0flbm1z
    
  
  
    Nodyn:User en
    10
    1502
    
      3440
      2723
      2007-12-02T07:40:57Z
      
        EVula
        30
      
      
      + [[cy:Nodyn:User en]], [[da:Skabelon:Bruger en]], [[de:Wikibooks:Babel: Vorlage:User en]]...
      3440
      wikitext
      text/x-wiki
      <div style="float:left;border:solid #6ef7a7 1px;margin:1px;">
<table cellspacing="0" style="width:238px;background:#c5fcdc;"><tr>
<td style="width:45px;height:45px;background:#6ef7a7;text-align:center;font-size:14pt;">'''en'''</td>
<td style="font-size:8pt;padding:4pt;line-height:1.25em;">This user is a '''[[:Category:User en-N|native]]''' speaker of '''[[:Category:User en|English]]'''.[[Category:User en|{{PAGENAME}}]][[Category:User en-N|{{PAGENAME}}]]</td>
</tr></table></div>
<noinclude>
[[da:Skabelon:Bruger en]]
[[de:Wikibooks:Babel: Vorlage:User en]]
[[el:Πρότυπο:Χρήστης en]]
[[en:Template:User en]]
[[es:Plantilla:·Babel (en)]]
[[fr:Modèle:User en]]
[[ie:Template:User en]]
[[it:Template:Utente en]]
[[ja:Template:User en]]
[[ko:틀:User en]]
[[no:Mal:Bruker en]]
[[pl:Szablon:User en]]
[[pt:Predefinição:User en]]
[[ru:Шаблон:User en]]
[[simple:Template:User en]]
[[th:แม่แบบ:User en]]
</noinclude>
      h5dl6ayhn1ac97bnl57w4rf8w3gta2x
    
  
  
    Nodyn:User cy
    10
    1503
    
      2724
      2006-02-20T14:44:11Z
      
        Adda'r Yw
        4
      
      2724
      wikitext
      text/x-wiki
      <div style="float:left;border:solid #6ef7a7 1px;margin:1px;">
<table cellspacing="0" style="width:238px;background:#c5fcdc;"><tr>
<td style="width:45px;height:45px;background:#6ef7a7;text-align:center;font-size:14pt;">'''cy'''</td>
<td style="font-size:8pt;padding:4pt;line-height:1.25em;">Mae'r defnyddiwr 'ma yn siaradwr '''[[:Category:User cy-N|brodorol]]''' y '''[[:Category:User cy|Gymraeg]]'''.[[Category:User cy|{{PAGENAME}}]][[Category:User cy-N|{{PAGENAME}}]]</td>
</tr></table></div>
      4epnpng8u4t3t7crjsi0u0m5ums67p3
    
  
  
    Wicilyfrau:Blwch tywod
    4
    1515
    
      2742
      2006-02-21T17:34:24Z
      
        Adda'r Yw
        4
      
      2742
      wikitext
      text/x-wiki
      {{blwchtywod}}
----
      qqujjpqzkazwfgrxz9bhhg2ye0mv49o
    
  
  
    Nodyn:Blwchtywod
    10
    1516
    
      4951
      2743
      2020-08-10T17:41:04Z
      
        Samuele2002
        1537
      
      fix [[Special:LintErrors]]
      4951
      wikitext
      text/x-wiki
      ''Hwn yw'r'' '''flwch tywod''', tudalen am arbrofi efo golygu tudalennau Wicillyfrau. Teimlwch yn rhydd i trio'ch sgiliau fformatio ac olygu o dan y llinell yma. Ar yn ail, falle byddech chi eisau ddarllen trwy [[Cymorth:Sut i olygu tudalen|Sut i olygu tudalen]] am esboniadau.
'''''SYLWCH:''' Gall unrhyw cynnwys caiff eu adio i'r dudalen hon eu ddileu unrhyw amser. Peidiwch â ddefnyddio'r dudalen yma am unrhywbeth yr ydych eisiau cadw.''
      200b7wr1s620kyf5rs1hsdoyscagk26
    
  
  
    Wicilyfrau:Yr Ystafell Ddarllen
    4
    1520
    
      4331
      4330
      2013-09-08T20:25:09Z
      
        Lloffiwr
        156
      
      /* Logo ar gyfer Wicillyfrau */ diweddaru'r cyswllt i'r archif
      4331
      wikitext
      text/x-wiki
      {|
|
[[Wicilyfrau:Croeso|Croeso, newydd-ddyfodiaid]] a hen aelodau! Dyma lle mae [[Wicilyfrau:Wiciawduron|Wiciawduron]] yn trafod materion sy'n gysylltiedig â Wicilyfrau, gan gynnwys materion technegol, polisïau ac agweddau eraill o'n cymuned. <!--New issues are entered here, with the most recent at the bottom of the page. Please review the ''Table of Contents'' to see if your issue has already been raised; also check the archives (see below) in case it was discussed some time ago.-->
[[Delwedd:Haldeman and Ehrlichman discuss policy, 1973.png|right|200px]]<!--
To facilitate ease of browsing and replying, please:
# Place your question '''at the bottom''' of the list;
# '''Title''' the question (by placing the title between equals signs thus: == ''title'' ==);
# '''Sign''' your name and date (by adding four tildes thus: <nowiki>~~~~</nowiki>).-->
|}
{| width=90% align=center border=0 cellpadding=2 cellspacing=2 style="border: solid #aaa 1px; background: #f9f9ff; margin: .2em auto .2em auto;"
|- align=center style="font-size: 150%;"
|[[Delwedd:Nuvola apps chat.png|20px]] '''[http://cy.wikibooks.org/w/wiki.phtml?title=Wicilyfrau:Y_Lolfa&action=edit§ion=new Dechrau trafodaeth newydd]'''
|- align=center style="font-size: 90%;" 
|<!--if you use the title box, you don't need to put a title in the body-->
|}
<!-- ARCHIFAU:
:'''For archived discussions, please see (oldest first) ... [[/Archive 1]] ... [[/Archive 2]] ... [[/Archive 3]] ... [[/Archive 4]] ... [[/Archive 5]] ... [[/Archive 6]] ... [[/Archive 7]] ... [[/Archive 8]] ... [[/Archive 9]] ... [[/Archive 10]] ... [[/Archive 11]]'''-->
----
----
<br>
<br>
<!--Rhowch sgyrsiau newydd fan hyn.-->
[[Categori:Wicilyfrau|Lolfa, Y]]
[[ca:Viquillibres:La taverna]]
[[da:Wikibooks:Mødelokalet]]
[[de:Wikibooks:Projekt]]
[[en:Wikibooks:Staff lounge]]
[[es:Wikibooks:Café]]
[[fr:Wikilivres:Le Bistro]]
[[it:Wikibooks:Bar]]
[[hu:Wikikönyvek/Társalgó]]
[[nl:Wikibooks:Lerarenkamer]]
[[ja:Wikibooks:談話室]]
[[pl:Wikibooks:Bar]]
[[pt:Wikibooks:Staff lounge]]
[[sk:Wikibooks:Klub]]
[[sv:Wikibooks:Bybrunnen]]
[[he:ויקיספר:מזנון]]
==Wikimania Scholarships==
The call for applications for Wikimania Scholarships to attend Wikimania 2010 in Gdansk, Poland (July 9-11) is now open. The Wikimedia Foundation offers Scholarships to pay for selected individuals' round trip travel, accommodations, and registration at the conference.
To apply, visit the [[wm2010:Main Page|Wikimania 2010]] [[wm2010:Scholarships|scholarships information page]], click the secure link available there, and fill out the form to apply.
For additional information, please visit the Scholarships information and FAQ pages:
* [[wm2010:Scholarships|Scholarships]]
* [[wm2010:Scholarships/FAQ|Scholarships FAQ]]
Yours very truly,
[[m:User:Cary Bass|Cary Bass]]</br>
Volunteer Coordinator</br>
Wikimedia Foundation
==Logo ar gyfer Wicillyfrau==
Mae Cbrown1023 wedi holi i fi i gyfieithu'r slogan Saesneg i Wicillyfrau i'r Gymraeg. Rwyf wedi trafod hwn ar [https://cy.wikipedia.org/wiki/Wicipedia:Y_Caffi/archif/15#Logo_a_slogan_ar_gyfer_Wikibooks Gaffi Wicipedia] ac yn bwriadu cynnig 'Llyfrau am ddim er tecach byd'. Ydy hyn yn dderbyniol? Os oes cynigion eraill i gael, gosodwch nhw yma neu ar [http://cy.wikipedia.org/wiki/Sgwrs_Defnyddiwr:Lloffiwr fy nhudalen sgwrs ar Wicipedia]. [[Defnyddiwr:Lloffiwr|Lloffiwr]] 22:39, 26 Awst 2010 (UTC)
Cyfieithiad y logo wedi ei gyflwyno. [[Defnyddiwr:Lloffiwr|Lloffiwr]] 08:43, 29 Awst 2010 (UTC)
== Call for image filter referendum ==
The Wikimedia Foundation, at the direction of the Board of Trustees, will be holding a vote to determine whether members of the community support the creation and usage of an opt-in personal image filter, which would allow readers to voluntarily screen particular types of images strictly for their own account.
Further details and educational materials will be available shortly.  The referendum is scheduled for 12-27 August, 2011, and will be conducted on servers hosted by a neutral third party.  Referendum details, officials, voting requirements, and supporting materials will be posted at [[Meta:Image filter referendum]] shortly.
Sorry for delivering you a message in English. Please help translate the pages on the referendum on Meta and join the [[mail:translators-l|translators mailing list]].
For the coordinating committee,<br />
[[m:User:Philippe (WMF)|Philippe (WMF)]]<br />
[[m:User:Cbrown1023|Cbrown1023]]<br/>
[[m:User:Risker|Risker]]</br>
[[m:User:Mardetanha|Mardetanha]]<br/>
[[m:User:PeterSymonds|PeterSymonds]]<br/>
[[m:User:Robertmharris|Robert Harris]]
<!-- EdwardsBot 0089 -->
== Cynnig i newid enw'r safle ==
Gwnaed cynnig i newid enw'r safle hwn ar [http://cy.wikiquote.org/wiki/Wikiquote:Porth_y_Gymuned#Enw.27r_safle Wiciquote] yn ddiweddar. Angen ei drafod siwr o fod. [[Defnyddiwr:Lloffiwr|Lloffiwr]] 23:14, 4 Gorffennaf 2011 (UTC)
:Rhoddwyd cais ar [https://bugzilla.wikimedia.org/show_bug.cgi?id=30085 Bugzilla], a newidwyd enw'r safle i "Wicilyfrau". —[[Defnyddiwr:Adam|Adam]] ([[Sgwrs Defnyddiwr:Adam|sgwrs]] • [[Arbennig:Contributions/Adam|cyfraniadau]]) 17:04, 29 Gorffennaf 2011 (UTC)
      5u28jyosni4879htf4xvtoviw495pf3
    
  
  
    Nodyn:Cyflwyniad Prif Tudalen
    10
    1548
    
    
      2832
      2006-03-22T19:01:05Z
      
        Adda'r Yw
        4
      
      Nodyn:Cyflwyniad Prif Tudalen wedi symud i Nodyn:Cyflwyniad Hafan
      2832
      wikitext
      text/x-wiki
      #redirect [[Nodyn:Cyflwyniad Hafan]]
      th9etrg0fcxibifpf53acokbiyowrbk
    
  
  
    Nodyn:Click
    10
    1549
    
      2834
      2006-03-22T19:10:46Z
      
        Adda'r Yw
        4
      
      2834
      wikitext
      text/x-wiki
      <div style="position: relative; width: {{{lled}}}; height: {{{uchder}}}; overflow: hidden">
<div style="position: absolute; top: 0px; left: 0px; font-size: 100px; overflow: hidden; line-height: 100px; z-index: 3">[[{{{cyswllt}}}|   ]]</div>
<div style="position: absolute; top: 0px; left: 0px; z-index: 2">[[Delwedd:{{{delwedd}}}|{{{lled}}}|{{{cyswllt}}}]]</div>
</div>
      sugimg562k4w5pe21s1p66e0g8wrzqy
    
  
  
    Nodyn:Llywio Hafan
    10
    1550
    
      3907
      3863
      2011-07-29T20:23:30Z
      
        Adda'r Yw
        4
      
      3907
      wikitext
      text/x-wiki
      {| width="100%" cellspacing="0" cellpadding="0" style="margin-top:0.8em;margin-bottom:0.8em"
| width="50%" style="border: 1px solid #646d7e; background: #c6deff" |
{| width="100%" cellspacing="0" cellpadding="5" style="background: #c6deff"
<!-----------Chwilio a Phori----------------->
| {{Clic|delwedd=Nuvola apps xmag.png|lled=40px|uchder=40px|cyswllt=Arbennig:Search|Chwilio}}
| style="font-size:95%" | <center>'''[[Arbennig:Search|Chwilio]] a Phori'''</center>
[[Wicilyfrau:Holl silffoedd llyfrau|Holl Silffoedd Llyfrau]] –
[[Arbennig:AllPages|Holl Lyfrau]]
<!---------------------------------------------->
|}
|  
|style="border:1px solid gold;background:cornsilk"|
{|width="100%" cellspacing="0" cellpadding="5" style="background:cornsilk"
<!-----------Cyfrannu a Chymuned---------->
|{{Click|delwedd=Nuvola apps hwinfo.png|lled=40px|uchder=40px|cyswllt=Wicilyfrau:Porth y Gymuned}}
|style="font-size:95%"|'''Cyfrannu a Chymuned'''<br />
[[Wicilyfrau:Croeso|Croeso]] –
[[Wicilyfrau:Cwestiynau Cyffredin|Cwestiynau Cyffredin]] –
[[Cymorth:Cynnwys|Cymorth]] –
[[Wicilyfrau:Y Lolfa|Y Lolfa]] –
[[Wicilyfrau:Porth y Gymuned|Porth y Gymuned]] –
[[Wicilyfrau:Ynglŷn â Wicilyfrau|Ynglŷn â Wicilyfrau]]
<!---------------------------------------------->
|}
|}
{|width="100%" cellspacing="0" cellpadding="0"
|width="50%"|
{|width="100%" cellspacing="0" cellpadding="5"
<!-----------Gwyddoniaeth------------------>
|{{Clic|delwedd=Nuvola_apps_kalzium.png|lled=40px|uchder=40px|cyswllt=Silff lyfrau:Gwyddoniaeth}}
|style="font-size:95%"|'''[[Silff lyfrau:Gwyddoniaeth|Gwyddoniaeth]]'''<br />
[[Silff lyfrau:Cyfrifiadureg|Cyfrifiadureg]] –
[[Silff lyfrau:Gwyddor iechyd|Gwyddor Iechyd]] –
[[Silff lyfrau:Mathemateg|Mathemateg]] –
[[Silff lyfrau:Peirianneg|Peirianneg]]
<!---------------------------------------------->
|-
<!-----------Gwyddorau Cymdeithas-------------------->
|{{Clic|delwedd=Nuvola_apps_kdmconfig.png|lled=40px|uchder=40px|cyswllt=Silff lyfrau:Gwyddorau cymdeithas}}
|style="font-size:95%;border-top:1px dashed #AAAAAA"|'''[[Silff lyfrau:Gwyddorau cymdeithas|Gwyddorau Cymdeithas]]'''<br />
[[Silff lyfrau:Busnes|Busnes]] –
[[Silff lyfrau:Cyfraith|Cyfraith]] –
[[Silff lyfrau:Dyniaethau|Dyniaethau]] –
[[Silff lyfrau:Economeg|Economeg]] –
[[Silff lyfrau:Hanes|Hanes]] –
[[Silff lyfrau:Ieithoedd|Ieithoedd]]
<!---------------------------------------------->
|-
<!-----------Amrywiol-------------------->
|{{Clic|delwedd=Nuvola apps colors.png|lled=40px|uchder=40px|cyswllt=Silff lyfrau:Amrywiol}}
|style="font-size:95%;border-top:1px dashed #AAAAAA"|'''[[Silff lyfrau:Amrywiol|Amrywiol]]'''<br />
[[Silff lyfrau:Cludiant|Cludiant]] –
[[Silff lyfrau:Coginio|Coginio]] –
[[Silff lyfrau:Sut i-au|Sut i-au]]
|}
<!---------------------------------------------->
|  
{|width="100%" cellspacing="0" cellpadding="5"
<!----------Cyfrifiaduro------------------------->
||{{Clic|delwedd=Nuvola apps display.png|lled=40px|uchder=40px|cyswllt=Silff lyfrau:Cyfrifiaduro}}
|style="font-size:95%"|'''[[Silff lyfrau:Cyfrifiaduro|Cyfrifiaduro]]'''<br />
[[Silff lyfrau:Cyfrifiadureg|Cyfrifiadureg]] –
[[Silff lyfrau:Gemau cyfrifiadur a fideo|Gemau Cyfrifiadur a Fideo]] –
[[Silff lyfrau:Ieithoedd cyfrifiaduro|Ieithoedd Cyfrifiaduro]] –
[[Silff lyfrau:Ieithoedd parth-penodol|Ieithoedd Parth-Penodol]] –
[[Silff lyfrau:Meddalwedd gyfrifiadurol|Meddalwedd Gyfrifiadurol]] –
[[Silff lyfrau:Technoleg gwybodaeth|Technoleg Gwybodaeth]]
<!---------------------------------------------->
|-
<!-----------Celfyddydau ac Hamdden----------------------------->
|{{Clic|delwedd=Nuvola_apps_kcoloredit.png|lled=40px|uchder=40px|cyswllt=Silff lyfrau:Celfyddydau ac Hamdden}}
|style="font-size:95%;border-top:1px dashed #AAAAAA"|'''[[Silff lyfrau:Celfyddydau ac hamdden|Celfyddydau ac Hamdden]]'''<br />
[[Silff lyfrau:Celf|Celf]] –
[[Silff lyfrau:Cerddoriaeth|Cerddoriaeth]] –
[[Silff lyfrau:Chwaraeon|Chwaraeon]] –
[[Silff lyfrau:Difyrweithiau|Difyrweithiau]] –
[[Silff lyfrau:Gemau|Gemau]] –
[[Silff lyfrau:Llenyddiaeth|Llenyddiaeth]]
<!---------------------------------------------->
|-
|}
|}
      d0kt79ar26a3fj4uii6q1og9g504fr4
    
  
  
    Silff lyfrau:Mathemateg
    102
    1551
    
      2845
      2006-03-22T22:36:32Z
      
        Adda'r Yw
        4
      
      2845
      wikitext
      text/x-wiki
      <!--{{silffoedd llyfrau}}
{{silff lyfrau mathemateg}}-->
{{camau}}
==Mathemateg==
*[[Geometreg]]
*[[Trigonometreg]]
*[[Ystadegaeth]]
[[Category:Silffoedd llyfrau Wicillyfrau|Mathemateg]]
[[en:Wikibooks:Mathematics bookshelf]]
[[it:Wikibooks:Ripiano Matematica]]
[[ja:??]]
[[zh:????]]
      nj10we7xoyy2wxpiq6msng1k0bv8flm
    
  
  
    Silff lyfrau:Dyniaethau
    102
    1552
    
      3869
      2867
      2011-07-28T21:35:12Z
      
        Adda'r Yw
        4
      
      3869
      wikitext
      text/x-wiki
      {{pwnc
 |disgrifiad=Mae Wicilyfrau ar y silff hon yn ymwneud â'r '''[[w:dyniaethau|dyniaethau]]'''.
 |eicon=System-users.svg
 |lled_eicon=60px
 |dethol=[[Hanes Cymru]]
}}
[[en:Subject:Humanities]]
[[ja:人文科学]]
      huw420i828g1o7l3ptgk884xukktlf8
    
  
  
    Silff lyfrau:Ieithoedd parth-penodol
    102
    1557
    
      3248
      3246
      2006-10-01T21:25:58Z
      
        Adda'r Yw
        4
      
      
      3248
      wikitext
      text/x-wiki
      {{silffoedd llyfrau}}
<!--{{silff lyfrau ieithoedd parth-penodol}}-->
{{camau}}
==Gosodiad==
* [[CSS]]
==Ieithoedd marcio==
* [[HTML]] 
[[Category:Silffoedd llyfrau Wicillyfrau|Ieithoedd parth-penodol]]
[[en:Wikibooks:Domain-specific languages bookshelf]]
      qw8s6jx8ms4xxifquegv067qxzwf3my
    
  
  
    Silff lyfrau:Cerddoriaeth
    102
    1558
    
      2858
      2006-03-25T12:54:17Z
      
        Adda'r Yw
        4
      
      2858
      wikitext
      text/x-wiki
      <!--{{silffoedd llyfrau}}
{{silff lyfrau cerddoriaeth}}-->
{{camau}}
==Offerynnau==
*[[Harmonica]]
*[[Piano]]
[[Category:Silffoedd llyfrau Wicillyfrau|Cerddoriaeth]]
      i4nk42crhnulhs4e3vz10fe40f75ca5
    
  
  
    Silff lyfrau:Celf
    102
    1560
    
      2862
      2860
      2006-03-25T13:13:46Z
      
        Adda'r Yw
        4
      
      
      2862
      wikitext
      text/x-wiki
      <!--{{silffoedd llyfrau}}
{{silff lyfrau celf}}-->
{{camau}}
==Animeiddiad==
==Arlunio==
==Ffotograffiaeth==
==Paentio==
==Sinema==
[[Category:Silffoedd llyfrau Wicillyfrau|Celf]]
      pkgt3pi0ikgq36kduvmdi8e1lc8jbmt
    
  
  
    Silff lyfrau:Sut i-au
    102
    1561
    
      4236
      3958
      2013-03-02T14:27:43Z
      
        Pwyll
        902
      
      4236
      wikitext
      text/x-wiki
      {{silffoedd llyfrau}}
<!--{{silff lyfrau sut i-au}}-->
{{camau}}
* [[Sut i wneud coffi da]]
* [[Sut i wneud pice ar y maen]]
* [[Sut i ddysgu iaith]]
[[Categori:Silffoedd llyfrau Wicillyfrau|Sut i-au]]
[[en:Wikibooks:How-tos bookshelf]]
      a2nlon2zqle3i0rnevnjocdoecnk0c2
    
  
  
    Silff lyfrau:Ieithoedd
    102
    1562
    
      3944
      3943
      2011-08-22T16:02:35Z
      
        Adda'r Yw
        4
      
      
      3944
      wikitext
      text/x-wiki
      {{pwnc
 |disgrifiad=Mae Wicilyfrau ar y silff hon yn ymwneud ag '''[[w:Iaith|ieithoedd]]'''.
 |dethol=<ul><li>[[Almaeneg]]</li><li>[[Arabeg]]</li><li>[[Tsieinëeg Mandarin]]</li></ul>
}}
[[de:Regal:Sprachen]]
[[ja:語学]]
      ny3wcl5v246kspxsj87f7dsju9mhb46
    
  
  
    Silff lyfrau:Peirianneg
    102
    1563
    
      2866
      2006-03-25T13:26:20Z
      
        Adda'r Yw
        4
      
      2866
      wikitext
      text/x-wiki
      <!--{{silffoedd llyfrau}}
{{silff lyfrau peirianneg}}-->
{{camau}}
==Awyrennaeth==
* [[Aerodynameg]]
* [[Gyriad Awyren]]
[[Category:Silffoedd llyfrau Wicillyfrau|Peirianneg]]
[[en:Wikibooks:Engineering bookshelf]]
      nej49zl54ll7dh5jvmseb01hlfr6uz0
    
  
  
    Silff lyfrau:Economeg
    102
    1564
    
      2868
      2006-03-25T13:34:47Z
      
        Adda'r Yw
        4
      
      2868
      wikitext
      text/x-wiki
      <!--{{silffoedd llyfrau}}
{{silff lyfrau economeg}}-->
{{camau}}
==Economeg==
* [[Meicroeconomeg]]
[[Category:Silffoedd llyfrau Wicillyfrau|Economeg]]
[[en:Wikibooks:Economics bookshelf]]
      8itub2vv80327yq9gg8rx84mh8ydrpr
    
  
  
    Silff lyfrau:Amrywiol
    102
    1565
    
      5147
      5144
      2025-01-31T20:36:51Z
      
        Johannnes89
        1996
      
      
      Gwrthdröwyd golygiad gan [[Special:Contributions/1.46.7.108|1.46.7.108]] ([[User talk:1.46.7.108|sgwrs]]) i'r golygiad diweddaraf gan [[User:Adda'r Yw|Adda'r Yw]]
      2869
      wikitext
      text/x-wiki
      <!--{{silffoedd llyfrau}}
{{silff lyfrau amrywiol}}-->
{{camau}}
==Amrywiol==
* [[Achyddiaeth]]
* [[Garddio]]
* [[Hiwmor]]
* [[Hylendid Personol]]
* [[Rhyfel]]
[[Category:Silffoedd llyfrau Wicillyfrau|Amrywiol]]
[[en:Wikibooks:Miscellaneous bookshelf]]
[[it:Ripiano Varie]]
      en9d70j1xqyeycsd6i69x0vy22lvivw
    
  
  
    Silff lyfrau:Meddalwedd gyfrifiadur
    102
    1566
    
      2870
      2006-03-25T13:45:57Z
      
        Adda'r Yw
        4
      
      2870
      wikitext
      text/x-wiki
      <!--{{silffoedd llyfrau}}
{{silff lyfrau meddalwedd gyfrifiadur}}-->
{{camau}}
==Linux==
* [[Cyflwyniad i Linux]]
==Windows==
* [[Excel]]
* [[PowerPoint]]
[[Category:Silffoedd llyfrau Wicillyfrau|Meddalwedd Gyfrifiadur]]
[[en:Wikibooks:Computer software bookshelf]]
      hetbzwmdbca3bawjbrsqr3uaww27l74
    
  
  
    Wicilyfrau:Holl silffoedd llyfrau
    4
    1572
    
      4689
      3898
      2016-04-28T15:38:37Z
      
        Wargo
        1469
      
      
      Deleted interwiki links - moved to [[d:Q21206594]]
      4689
      wikitext
      text/x-wiki
      {{silffoedd llyfrau}}
[[Categori:Silffoedd llyfrau| ]]
[[Categori:Wicilyfrau|{{ENWTUDALEN}}]]
      ijly6mwufwd5c6qoqsyq67s4n2g2o2g
    
  
  
    Nodyn:Silffoedd llyfrau
    10
    1573
    
      3848
      3834
      2011-07-27T20:07:14Z
      
        Adda'r Yw
        4
      
      
      dolen
      3848
      wikitext
      text/x-wiki
      {| width="100%" style="border: 2px solid #CCCCFF;"
|<div style="background-color:#DFEFFF; text-align:center; border-bottom:1px solid #CCCCFF; padding:3px;">'''[[Wicillyfrau:Holl silffoedd llyfrau|Silffoedd Llyfrau]]'''</div>
<div style="padding:3px; margin:0; text-align:center;">
[[Silff lyfrau:Amrywiol|Amrywiol]] |
[[Silff lyfrau:Busnes|Busnes]] | 
[[Silff lyfrau:Bwyd a diod|Bwyd a Diod]] | 
[[Silff lyfrau:Celf|Celf]] | 
[[Silff lyfrau:Cerddoriaeth|Cerddoriaeth]] | 
[[Silff lyfrau:Cyfraith|Cyfraith]] | 
[[Silff lyfrau:Cyfrifiadureg|Cyfrifiadureg]] | 
[[Silff lyfrau:Chwaraeon|Chwaraeon]] | 
[[Silff lyfrau:Difyrweithiau|Difyrweithiau]] | 
[[Silff lyfrau:Dyniaethau|Dyniaethau]] | 
[[Silff lyfrau:Economeg|Economeg]] | 
[[Silff lyfrau:Gemau|Gemau]] | 
[[Silff lyfrau:Gemau cyfrifiadur a fideo|Gemau Cyfrifiadur a Fideo]] | 
[[Silff lyfrau:Gwyddor cymdeithasol|Gwyddor Cymdeithasol]] |
[[Silff lyfrau:Gwyddor iechyd|Gwyddor Iechyd]] | 
[[Silff lyfrau:Gwyddorau Naturiol|Gwyddorau Naturiol]] | 
[[Silff lyfrau:Ieithoedd|Ieithoedd]] | 
[[Silff lyfrau:Ieithoedd cyfrifiaduro|Ieithoedd Cyfrifiaduro]] | 
[[Silff lyfrau:Ieithoedd parth-penodol|Ieithoedd Parth-Penodol]] | 
[[Silff lyfrau:Llenyddiaeth|Llenyddiaeth]] | 
[[Silff lyfrau:Mathemateg|Mathemateg]] |
[[Silff lyfrau:Meddalwedd gyfrifiadur|Meddalwedd Gyfrifiadur]] |
[[Silff lyfrau:Peirianneg|Peirianneg]] | 
[[Silff lyfrau:Sut i-au|Sut i-au]] | 
[[Silff lyfrau:Technoleg gwybodaeth|Technoleg Gwybodaeth]] | 
[[Silff lyfrau:Trafnidiaeth|Trafnidiaeth]]
</div>
|}
      ecfy8vyzwqhukwbmjmwlfh5aanid7mg
    
  
  
    Nodyn:MainPageLang
    10
    1574
    
      5040
      2907
      2022-04-17T01:44:33Z
      
        Minorax
        1779
      
      fix lint
      5040
      wikitext
      text/x-wiki
      <span style="font-size:medium;">'''{{{1}}}'''</span><br>
''{{{2}}}''<br>
<span style="font-size:x-small;">{{{3}}}</span>
      5steagjiwl9p6u42b1pp4lw119kzww0
    
  
  
    Nodyn:Cynnwys Hafan
    10
    1610
    
      4191
      3842
      2012-10-26T22:56:49Z
      
        Adda'r Yw
        4
      
      4191
      wikitext
      text/x-wiki
      {|width="100%" cellspacing="0" cellpadding="0" style="margin-top:0.8em;margin-bottom:0.8em"
|width="50%" valign="top" style="border:1px solid MediumAquamarine;background:honeydew"|
{|width="100%" cellspacing="0" cellpadding="5" style="background:honeydew"
<!-----------Wicilyfr Dewis-------------- --->
|style="font-size:95%;"|
{| style="background-color: transparent;"
|<!--{{Clic|delwedd=CymruMap.PNG|lled=100px|uchder=130px|cyswllt=Hanes Cymru}}-->
|<center>'''Wicilyfr Dewis'''<br>'''[[Barddoniaeth|Soned]]'''</center>
Dysgwch sut i ysgrifennu '''[[Barddoniaeth/Soned|soned]]''', un o'r ffurfiau mwyaf poblogaidd o farddoniaeth.
|}
<!---------------------------------------------->
|}
|  
|style="border:1px solid SlateBlue;background:#F7F7FF"|
{|width="100%" cellspacing="0" cellpadding="5" style="background:#F7F7FF"
<!----------------Cydweithrediad Cyfredol------------------->
|style="font-size:95%"|
{| style="background-color: transparent;"
|{{Clic|delwedd=Chess.svg|lled=100px|uchder=130px|cyswllt=Gwyddbwyll}}
|<center>'''Cydweithrediad Cyfredol'''<br>'''[[Gwyddbwyll]]'''</center>
Ydych chi'n arbenigwr yng '''[[Gwyddbwyll|Ngwyddbwyll]]'''? Os ydych, rhannwch eich medusrwydd ag eraill trwy esbonio [[Gwyddbwyll/Rheolau|rheolau]], [[Gwyddbwyll/Nodiant|nodiant]], [[Gwyddbwyll/Tacteg|tacteg]] a [[Gwyddbwyll/Strategaeth|strategaeth]] y gêm.
|}
|}
|}
      ap63tww89qr632zi89dn1sboqgdtgjw
    
  
  
    Nodyn:Wikivar
    10
    1612
    
      4734
      2956
      2017-03-10T20:43:21Z
      
        WOSlinker
        754
      
      fix tags
      4734
      wikitext
      text/x-wiki
      <center><span id="top"></span><span dir="ltr" ><span class="plainlinks">'''{{DIRMARK}}[[w:Cymraeg|Cymraeg]]{{DIRMARK}} [http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=Welsh&order=Bug+Number :]‎''' [[w:en:Welsh language|Welsh language]] [[wikt:en:Welsh#Translations|translations]]<br />'''[http://www.unicode.org/unicode/onlinedat/languages.html unicode.org] :''' [http://www.google.com/search?num=100&q=site%3Aunicode.org+%22Welsh%22 "Welsh"] [http://www.google.com/search?num=100&q=site%3Aunicode.org+%22Latin+Extended-A%22 "Latin Extended-A"] [http://www.unicode.org/charts/PDF/U0100.pdf U0100.pdf] [http://www.google.com/search?num=100&q=site%3Aunicode.org+%22Combining+Diacritical+Marks%22 "Combining Diacritical Marks"] [http://www.unicode.org/charts/PDF/U0300.pdf U0300.pdf] [[project:task list|–]] [[w:project:Unicode|Unicode]] [[w:project:fonts|fonts]] [[w:project:browser setup|browser setup]]<br />[{{SERVER}}{{localurl:template:wikivar|action=purge}} purge] [{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|oldid={{REVISIONID}}}} rev-ID : {{REVISIONID}}]   [[<!-- b: -->template:wikivar|b:]] [[commons:template:wikivar|c:]] [[m:template:wikivar|m:]] [[n:template:wikivar|n:]] [[q:template:wikivar|q:]] [[s:template:wikivar|s:]] [http://test.wikipedia.org/wiki/template:wikivar t:] [[w:template:wikivar|w:]] [[wikt:template:wikivar|wikt:]] '''[[special:SiteMatrix#cy|?]]''' [[user:Gangleri|–]] '''[[special:Version|version]]''' [[special:Allmessages|all messages]] [[MediaWiki:Monobook.css|Monobook.css]] [[MediaWiki:Monobook.js|Monobook.js]]<br />[http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/languages/Language.php?view=markup $wgMagicWordsEn] at [http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/languages/ cvs] [http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/languages/LanguageCy.php '''L'''] [http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/languages/MessagesCy.php '''M'''] [http://mail.wikipedia.org/pipermail/mediawiki-cvs/ mail] [http://www.google.com/search?num=100&q=site%3Amail.wikipedia.org+%22Welsh%22 *] [[meta:Developers#shell|shell-dev's]] [irc://irc.freenode.net/wikimedia-tech #tech] [[:category:bugzilla|/]] '''[[meta:special:Watchlist/edit|m:]]''' [[meta:Global variables|Global variables]] '''[[meta:special:Allpages/help:!|m:help:]]''' [[meta:help:Table|Table]] [[meta:help:Template|Template]] [[meta:help:Variable|Variable]]</span></span></center>
{| border="1" cellpadding="0" cellspacing="0" align="center" width="80%" valign="top" height="38"
|-
| colspan="3" align="center" | <span id="index"></span><span dir="ltr" >[[#top|↑]] <nowiki>|</nowiki> [[#common namespaces|common]] [[#reserved_namespaces|reserved]] [[#custom namespaces|custom]] '''namespaces''' <nowiki>|</nowiki> [[#variables|variables]] <nowiki>|</nowiki> [[#predefined templates|predefined templates]] <nowiki>|</nowiki> [[#miscelaneous|miscelaneous]] <nowiki>|</nowiki> [[#bottom|↓]]</span>
|-
| colspan="3" align="center" | '''last update:''' <nowiki>~~~~~</nowiki> generates "''date''" ‎
|-
| align="center" colspan="3" | 21:51, 18 Ebrill 2006 (UTC){{DIRMARK}}
|-
| colspan="3" align="center" | <nowiki>~~~</nowiki> generates "''signature''"‎
|-
| colspan="3" align="center" | <nowiki>~~~~</nowiki> generates "''signature''" <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=signature&order=Bug+Number MediaZilla]</span></sup> '''and''' "''date''" <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=date&order=Bug+Number MediaZilla]</span></sup>‎
|-
!method a
!method b
!generates
|-
! colspan="3" align="center" | <span id="common_namespaces"></span><span dir="ltr" >[[#top|↑]] common [[project:namespaces|namespaces]] [-2 - 15] / used at all <span class="plainlinks">[http://www.mediawiki.org/ MediaWiki]</span> projects [[#bottom|↓]]</span>
|-
| align="center" | <span id="ns_-2"></span>‎<nowiki>{{ns:-2}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:-2&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:Media}}</nowiki>
| align="center" |  {{ns:-2}}
|-
| align="center" | <span id="ns_-1"></span>‎<nowiki>{{ns:-1}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:-1&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:Special}}</nowiki>
| align="center" |  {{ns:-1}}
|-
! colspan="3" align="center" | <span dir="ltr" ><span id="ns_0"></span>[[#top|↑]] (Main) – [[MediaWiki:Blanknamespace]] <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=anywordssubstr&long_desc=ns:0+MediaWiki:Blanknamespace&order=Bug+Number MediaZilla]</span></sup> – {{DIRMARK}}<span dir="ltr" >'''{{MediaWiki:Blanknamespace}}'''</span> [[#bottom|↓]]</span>
|-
| align="center" | <span id="ns_1"></span>‎<nowiki>{{ns:1}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:1&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:Talk}}</nowiki>
| align="center" |  {{ns:1}}
|-
| align="center" | <span id="ns_2"></span>‎<nowiki>{{ns:2}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:2&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:User}}</nowiki>
| align="center" |  {{ns:2}}
|-
| align="center" | <span id="ns_3"></span>‎<nowiki>{{ns:3}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:3&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:User_talk}}</nowiki>
| align="center" |  {{ns:3}}
|-
| align="center" | <span id="ns_4"></span>‎<nowiki>{{ns:4}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:4&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:Project}}</nowiki>
| align="center" |  {{ns:4}}
|-
| align="center" | <span id="ns_5"></span>‎<nowiki>{{ns:5}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:5&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:Project_talk}}</nowiki>
| align="center" |  {{ns:5}}
|-
| align="center" | <span id="ns_6"></span>‎<nowiki>{{ns:6}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:6&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:Image}}</nowiki>
| align="center" |  {{ns:6}}
|-
| align="center" | <span id="ns_7"></span>‎<nowiki>{{ns:7}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:7&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:Image_talk}}</nowiki>
| align="center" |  {{ns:7}}
|-
| align="center" | <span id="ns_8"></span>‎<nowiki>{{ns:8}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:8&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:MediaWiki}}</nowiki>
| align="center" |  {{ns:8}}
|-
| align="center" | <span id="ns_9"></span>‎<nowiki>{{ns:9}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:9&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:MediaWiki_talk}}</nowiki>
| align="center" |  {{ns:9}}
|-
| align="center" | <span id="ns_10"></span>‎<nowiki>{{ns:10}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:10&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:Template}}</nowiki>
| align="center" |  {{ns:10}}
|-
| align="center" | <span id="ns_11"></span>‎<nowiki>{{ns:11}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:11&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:Template_talk}}</nowiki>
| align="center" |  {{ns:11}}
|-
| align="center" | <span id="ns_12"></span>‎<nowiki>{{ns:12}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:12&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:Help}}</nowiki>
| align="center" |  {{ns:12}}
|-
| align="center" | <span id="ns_13"></span>‎<nowiki>{{ns:13}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:13&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:Help_talk}}</nowiki>
| align="center" |  {{ns:13}}
|-
| align="center" | <span id="ns_14"></span>‎<nowiki>{{ns:14}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:14&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:Category}}</nowiki>
| align="center" |  {{ns:14}}
|-
| align="center" | <span id="ns_15"></span>‎<nowiki>{{ns:15}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:15&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" | <nowiki>{{ns:Category_talk}}</nowiki>
| align="center" |  {{ns:15}}
|-
! colspan="3" align="center" | <span id="reserved_namespaces"></span><span dir="ltr" >[[#top|↑]] reserved namespaces [[#bottom|↓]]</span>
|-
| align="center" | <span id="ns_16"></span>‎<nowiki>{{ns:16}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:16&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:16}}
|-
| align="center" | <span id="ns_17"></span>‎<nowiki>{{ns:17}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:17&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:17}}
|-
| align="center" | <span id="ns_98"></span>‎<nowiki>{{ns:98}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:98&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:98}}
|-
| align="center" | <span id="ns_99"></span>‎<nowiki>{{ns:99}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:99&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:99}}
|-
! colspan="3" align="center" | <span id="custom_namespaces"></span><span dir="ltr" >[[#top|↑]] custom namespaces [[#bottom|↓]]</span>
|-
| align="center" | <span id="ns_100"></span>‎<nowiki>{{ns:100}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:100&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:100}}
|-
| align="center" | <span id="ns_101"></span>‎<nowiki>{{ns:101}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:101&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:101}}
|-
| align="center" | <span id="ns_102"></span>‎<nowiki>{{ns:102}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:102&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:102}}
|-
| align="center" | <span id="ns_103"></span>‎<nowiki>{{ns:103}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:103&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:103}}
|-
| align="center" | <span id="ns_104"></span>‎<nowiki>{{ns:104}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:104&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:104}}
|-
| align="center" | <span id="ns_105"></span>‎<nowiki>{{ns:105}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:105&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:105}}
|-
| align="center" | <span id="ns_106"></span>‎<nowiki>{{ns:106}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:106&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:106}}
|-
| align="center" | <span id="ns_107"></span>‎<nowiki>{{ns:107}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:107&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:107}}
|-
| align="center" | <span id="ns_121"></span>‎<nowiki>{{ns:121}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:121&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:121}}
|-
| align="center" | <span id="ns_122"></span>‎<nowiki>{{ns:122}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:122&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:122}}
|-
| align="center" | <span id="ns_127"></span>‎<nowiki>{{ns:127}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:127&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:127}}
|-
| align="center" | <span id="ns_128"></span>‎<nowiki>{{ns:128}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:128&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:128}}
|-
| align="center" | <span id="ns_2147483646"></span>‎<nowiki>{{ns:2147483646}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:2147483646&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:2147483646}}
|-
| align="center" | <span id="ns_2147483647"></span>‎<nowiki>{{ns:2147483647}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:2147483647&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:2147483647}}
<!---
|-
| align="center" | <span id="ns_2147483648"></span>‎<nowiki>{{ns:2147483648}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=ns:2147483648&order=Bug+Number MediaZilla]</span></sup>‎
||   || align="center" |  {{ns:2147483648}}
--->
|-
! colspan="3" align="center" | <span id="variables"></span><span dir="ltr" >[[#top|↑]] variables [[#bottom|↓]]</span>
|-
| align="center" | <span id="CURRENTDAY"></span>‎<nowiki>{{CURRENTDAY}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=CURRENTDAY&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{CURRENTDAY}}
|-
| align="center" | <span id="CURRENTDAY2"></span>‎<nowiki>{{CURRENTDAY2}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=CURRENTDAY2&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{CURRENTDAY2}}
|-
| align="center" | <span id="CURRENTDAYNAME"></span>‎<nowiki>{{CURRENTDAYNAME}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=CURRENTDAYNAME&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{CURRENTDAYNAME}}
|-
| align="center" | <span id="CURRENTDOW"></span>‎<nowiki>{{CURRENTDOW}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=CURRENTDOW&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{CURRENTDOW}}
|-
| align="center" | <span id="CURRENTMONTH"></span>‎<nowiki>{{CURRENTMONTH}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=CURRENTMONTH&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{CURRENTMONTH}}
|-
| align="center" | <span id="CURRENTMONTHABBREV"></span>‎<nowiki>{{CURRENTMONTHABBREV}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=CURRENTMONTHABBREV&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{CURRENTMONTHABBREV}}
|-
| align="center" | <span id="CURRENTMONTHNAME"></span>‎<nowiki>{{CURRENTMONTHNAME}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=CURRENTMONTHNAME&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{CURRENTMONTHNAME}}
|-
| align="center" | <span id="CURRENTMONTHNAMEGEN"></span>‎<nowiki>{{CURRENTMONTHNAMEGEN}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=CURRENTMONTHNAMEGEN&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{CURRENTMONTHNAMEGEN}}
|-
| align="center" | <span id="CURRENTTIME"></span>‎<nowiki>{{CURRENTTIME}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=CURRENTTIME&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{CURRENTTIME}}
|-
| align="center" | <span id="CURRENTWEEK"></span>‎<nowiki>{{CURRENTWEEK}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=CURRENTWEEK&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{CURRENTWEEK}}
|-
| align="center" | <span id="CURRENTYEAR"></span>‎<nowiki>{{CURRENTYEAR}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=CURRENTYEAR&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{CURRENTYEAR}}
|-
| align="center" | <span id="FULLPAGENAME"></span>‎<nowiki>{{FULLPAGENAME}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=FULLPAGENAME&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{FULLPAGENAME}}
|-
| align="center" | <span id="FULLPAGENAMEE"></span>‎<nowiki>{{FULLPAGENAMEE}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=FULLPAGENAMEE&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  <span dir="ltr" >{{FULLPAGENAMEE}}</span> <sup><small>[[#1|1]]</small></sup>‎
|-
| align="center" | <span id="NAMESPACE"></span>‎<nowiki>{{NAMESPACE}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=NAMESPACE&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{NAMESPACE}}
|-
| align="center" | <span id="NAMESPACEE"></span>‎<nowiki>{{NAMESPACEE}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=NAMESPACEE&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  <span dir="ltr" >{{NAMESPACEE}}</span> <sup><small>[[#1|1]]</small></sup>‎
|-
| align="center" | <span id="NUMBEROFARTICLES"></span>‎<nowiki>{{NUMBEROFARTICLES}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=NUMBEROFARTICLES&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{NUMBEROFARTICLES}}
|-
| align="center" | <span id="NUMBEROFFILES"></span>‎<nowiki>{{NUMBEROFFILES}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=NUMBEROFFILES&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{NUMBEROFFILES}}
|-
| align="center" | <span id="PAGENAME"></span>‎<nowiki>{{PAGENAME}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=PAGENAME&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{PAGENAME}}
|-
| align="center" | <span id="PAGENAMEE"></span>‎<nowiki>{{PAGENAMEE}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=PAGENAMEE&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  <span dir="ltr" >{{PAGENAMEE}}</span> <sup><small>[[#1|1]]</small></sup>‎
|-
| align="center" | <span id="REVISIONID"></span>‎<nowiki>{{REVISIONID}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=REVISIONID&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{REVISIONID}}
|-
| align="center" | <span id="SCRIPTPATH"></span>‎<nowiki>{{SCRIPTPATH}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=SCRIPTPATH&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  <span dir="ltr" >{{SCRIPTPATH}}</span> <sup><small>[[#1|1]]</small></sup>‎
|-
| align="center" | <span id="SERVER"></span>‎<nowiki>{{SERVER}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=SERVER&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{SERVER}}
|-
| align="center" | <span id="SERVERNAME"></span>‎<nowiki>{{SERVERNAME}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=SERVERNAME&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{SERVERNAME}}
|-
| align="center" | <span id="SITENAME"></span>‎<nowiki>{{SITENAME}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=SITENAME&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{SITENAME}}
|-
| align="center" | <span id="SUBPAGENAME"></span>‎<nowiki>{{SUBPAGENAME}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=SUBPAGENAME&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  {{SUBPAGENAME}}
|-
! colspan="3" align="center" | <span id="predefined_templates"></span><span dir="ltr" >[[#top|↑]] predefined templates [[#bottom|↓]]</span>
|-
| align="center" | <span id="FULLURL"></span>‎<nowiki>{{FULLURL:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=FULLURL%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{FULLURL:{{NAMESPACE}}:{{PAGENAME}}|action=edit}}</nowiki>‎
----
 ‎<nowiki>{{FULLURL:{{INT:Mainpage}}|action=history}}</nowiki> <sup>[{{SERVER}}{{localurl:MediaWiki:Mainpage|action=edit}} e]</sup>‎
----
 ‎<nowiki>{{FULLURL:w:en:Wikipedia:Village pump|action=render}}</nowiki>‎
|-
| align="center" colspan="3" | {{FULLURL:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} ‎
----
{{FULLURL:{{INT:Mainpage}}|action=history}} ‎
----
{{FULLURL:w:en:Wikipedia:Village pump|action=render}} ‎
|-
| align="center" | <span id="FULLURLE"></span>‎<nowiki>{{FULLURLE:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=FULLURLE%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{FULLURLE:{{NAMESPACE}}:{{PAGENAME}}|action=edit}}</nowiki>‎
----
 ‎<nowiki>{{FULLURLE:{{INT:Mainpage}}|action=history}}</nowiki> <sup>[{{SERVER}}{{localurl:MediaWiki:Mainpage|action=edit}} e]</sup>‎
----
 ‎<nowiki>{{FULLURLE:w:he:special:Allpages/user:א}}</nowiki>
|-
| align="center" colspan="3" | {{FULLURLE:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} ‎
----
{{FULLURLE:{{INT:Mainpage}}|action=history}} ‎
----
{{FULLURLE:w:he:special:Allpages/user:א}} ‎
|-
| align="center" | <span id="GRAMMAR"></span>‎<nowiki>{{GRAMMAR:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=GRAMMAR%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{GRAMMAR:genitive|{{SITENAME}}}}</nowiki> [[project:GRAMMAR|GRAMMAR]] <sup>[{{SERVER}}{{localurl:project:GRAMMAR|action=edit}} e]</sup> [[#top|↑]]‎
|-
| align="center" colspan="3" | {{GRAMMAR:genitive|{{SITENAME}}}}{{DIRMARK}}
|-
| align="center" | <span id="INT"></span>‎<nowiki>{{INT:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=INT%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{INT:Clearyourcache}}</nowiki> <sup>[{{SERVER}}{{localurl:MediaWiki:Clearyourcache|action=edit}} e]</sup>‎
|-
| align="center" colspan="3" | {{INT:Clearyourcache}}{{DIRMARK}}
|-
| align="center" | <span id="LC"></span>‎<nowiki>{{LC:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=LC%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{LC:{{RAW:template:alphabet upper case/cy}}}}</nowiki> <sup>[{{SERVER}}{{localurl:template:alphabet upper case/cy|action=edit}} e]</sup>‎
|-
| align="center" colspan="3" | {{LC:{{RAW:template:alphabet upper case/cy}}}}{{DIRMARK}}
|-
| align="center" | <span id="LCFIRST"></span>‎<nowiki>{{LCFIRST:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=LCFIRST%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{LCFIRST:{{RAW:template:diacritics/cy}}}}</nowiki> <sup>[{{SERVER}}{{localurl:template:diacritics/cy|action=edit}} e]</sup>‎
|-
| align="center" colspan="3" | {{LCFIRST:{{RAW:template:diacritics/cy}}}}{{DIRMARK}}
|-
| align="center" | <span id="LOCALURL"></span>‎<nowiki>{{LOCALURL:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=LOCALURL%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{LOCALURL:{{INT:Mainpage}}|action=history}}</nowiki> <sup>[{{SERVER}}{{localurl:MediaWiki:Mainpage|action=edit}} e]</sup>‎
----
 ‎<nowiki>{{LOCALURL:w:en:Wikipedia:Village pump|action=render}}</nowiki>‎
|-
| align="center" colspan="3" | ‎ {{LOCALURL:{{INT:Mainpage}}|action=history}} ‎
----
‎ {{LOCALURL:w:en:Wikipedia:Village pump|action=render}} ‎
|-
| align="center" | <span id="LOCALURLE"></span>‎<nowiki>{{LOCALURLE:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=LOCALURLE%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{LOCALURLE:{{INT:Mainpage}}|action=history}}</nowiki> <sup>[{{SERVER}}{{localurl:MediaWiki:Mainpage|action=edit}} e]</sup>‎
----
 ‎<nowiki>{{LOCALURLE:w:he:special:Allpages/user:א}}</nowiki>
|-
| align="center" colspan="3" | ‎ {{LOCALURLE:{{INT:Mainpage}}|action=history}} ‎
----
‎ {{LOCALURLE:w:he:special:Allpages/user:א}} ‎
|-
| align="center" | <span id="MSG"></span>‎<nowiki>{{MSG:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=MSG%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{MSG:MediaWiki:Rclinks}}</nowiki> <sup>[{{SERVER}}{{localurl:MediaWiki:Rclinks|action=edit}} e]</sup>‎
----
 ‎<nowiki>{{MSG:MediaWiki:Showhideminor}}</nowiki> <sup>[{{SERVER}}{{localurl:MediaWiki:Showhideminor|action=edit}} e]</sup>‎
|-
| align="center" colspan="3" | {{MSG:MediaWiki:Rclinks}}{{DIRMARK}}
----
{{MSG:MediaWiki:Showhideminor}}{{DIRMARK}}
|-
| align="center" | <span id="MSGNW"></span>‎<nowiki>{{MSGNW:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=MSGNW%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{MSGNW:MediaWiki:Sidebar}}</nowiki> <sup>[{{SERVER}}{{localurl:MediaWiki:Sidebar|action=edit}} e]</sup>‎
|-
| align="left" colspan="3" | {{MSGNW:MediaWiki:Sidebar}}{{DIRMARK}}
|-
| align="center" | <span id="NS"></span>‎<nowiki>{{NS:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=NS%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎[[#common namespaces|common]] [[#reserved_namespaces|reserved]] [[#custom namespaces|custom]] '''namespaces'''‎
|-
| align="center" | <span id="PLURAL"></span>‎<nowiki>{{PLURAL:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=PLURAL%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{PLURAL:1|form 1|form 2|form 3|form 4}}</nowiki> [[project:PLURAL|PLURAL]] <sup>[{{SERVER}}{{localurl:project:PLURAL|action=edit}} e]</sup> [[#top|↑]]‎
-----
 ‎<nowiki>{{PLURAL:2|form 1|form 2|form 3|form 4}}</nowiki>‎
-----
 ‎<nowiki>{{PLURAL:3|form 1|form 2|form 3|form 4}}</nowiki>‎
-----
 ‎<nowiki>{{PLURAL:4|form 1|form 2|form 3|form 4}}</nowiki>‎
|-
| align="center" colspan="3" | {{PLURAL:1|form 1|form 2|form 3|form 4}}{{DIRMARK}}
----
{{PLURAL:2|form 1|form 2|form 3|form 4}}{{DIRMARK}}
----
{{PLURAL:3|form 1|form 2|form 3|form 4}}{{DIRMARK}}
----
{{PLURAL:4|form 1|form 2|form 3|form 4}}{{DIRMARK}}
|-
| align="center" | <span id="RAW"></span>‎<nowiki>{{RAW:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=RAW%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{RAW:project:Welcome!}}</nowiki> <sup>[{{SERVER}}{{localurl:project:Welcome!|action=edit}} e]</sup>‎
|-
| align="center" colspan="3" | {{RAW:project:Welcome!}}{{DIRMARK}}
|-
| align="center" | <span id="SUBST"></span>‎<nowiki>{{SUBST:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=SUBST%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{SUBST:CURRENTYEAR}}</nowiki>‎
|-
| align="center" colspan="3" | 2006
|-
| align="center" | <span id="UC"></span>‎<nowiki>{{UC:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=UC%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{UC:{{RAW:template:alphabet lower case/cy}}}}</nowiki> <sup>[{{SERVER}}{{localurl:template:alphabet lower case/cy|action=edit}} e]</sup>‎
|-
| align="center" colspan="3" | {{UC:{{RAW:template:alphabet lower case/cy}}}}
|-
| align="center" | <span id="UCFIRST"></span>‎<nowiki>{{UCFIRST:}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=UCFIRST%3A&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{UCFIRST:áéíóúýö}}</nowiki>‎
|-
| align="center" colspan="3" | {{UCFIRST:áéíóúýö}}{{DIRMARK}}
|-
| align="center" | <span id="inclusion"></span>‎<nowiki>{{foo}}</nowiki> <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=anywordssubstr&long_desc=inclusion+transclusion&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{Special:Newpages/10}}</nowiki>‎
----
 ‎<nowiki>{{special:Statistics}}</nowiki>‎
----
 ‎<nowiki>{{special:Version}}</nowiki>‎
|-
| align="left" colspan="3" | {{Special:Newpages/10}}{{DIRMARK}}
----
{{special:Statistics}}{{DIRMARK}}
----
{{special:Version}}{{DIRMARK}}
|-
! colspan="3" align="center" | <span id="miscelaneous"></span><span dir="ltr" >[[#top|↑]] miscelaneous [[#bottom|↓]]</span>
|-
| align="center" | <span id="linktrail"></span>‎[[MediaWiki:Linktrail]] [[MediaWiki talk:Linktrail|T]] <sup><span class="plainlinks">[http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&long_desc_type=allwordssubstr&long_desc=Linktrail&order=Bug+Number MediaZilla]</span></sup>‎
| align="center" colspan="2" |  ‎<nowiki>{{int:Linktrail}}</nowiki>  <sup>[{{SERVER}}{{localurl:MediaWiki:Linktrail|action=edit}} e]</sup>‎
----
 ‎<nowiki>[[{{INT:Mainpage}}]]{{RAW:template:alphabet upper case/cy}}</nowiki> <sup>[{{SERVER}}{{localurl:template:alphabet upper case/cy|action=edit}} e]</sup>‎
----
 ‎<nowiki>[[{{INT:Mainpage}}]]{{RAW:template:alphabet lower case/cy}}</nowiki> <sup>[{{SERVER}}{{localurl:template:alphabet lower case/cy|action=edit}} e]</sup>‎
----
 ‎<nowiki>[[{{INT:Mainpage}}]]{{RAW:template:diacritics/cy}}</nowiki> <sup>[{{SERVER}}{{localurl:template:diacritics/cy|action=edit}} e]</sup>‎
----
 ‎<nowiki>[[{{INT:Mainpage}}]]{{RAW:template:special characters/cy}}</nowiki> <sup>[{{SERVER}}{{localurl:template:special characters/cy|action=edit}} e]</sup>‎
----
 ‎<nowiki>[[{{INT:Mainpage}}]]{{RAW:template:numbers/cy}}</nowiki> <sup>[{{SERVER}}{{localurl:template:numbers/cy|action=edit}} e]</sup>‎
|-
| align="center" colspan="3" | ‎ {{int:Linktrail}} ‎
----
[[{{INT:Mainpage}}]]{{template:alphabet upper case/cy}}{{DIRMARK}}
----
[[{{INT:Mainpage}}]]{{template:alphabet lower case/cy}}{{DIRMARK}}
----
[[{{INT:Mainpage}}]]{{template:special characters/cy}}{{DIRMARK}}
----
[[{{INT:Mainpage}}]]{{template:diacritics/cy}}{{DIRMARK}}
----
[[{{INT:Mainpage}}]]{{template:numbers/cy}}{{DIRMARK}}
|-
| colspan="3" align="center" | <span id="1"></span><span dir="ltr" ><sup><small>[[#1|1]]</small></sup> this documentation displays this value [[w:en:LTR|LTR]] (left to right)</span>
|-
| colspan="3" align="center" | <span id="index"></span><span dir="ltr" >[[#top|↑]] <nowiki>|</nowiki> [[#common namespaces|common]] [[#reserved_namespaces|reserved]] [[#custom namespaces|custom]] '''namespaces''' <nowiki>|</nowiki> [[#variables|variables]] <nowiki>|</nowiki> [[#predefined templates|predefined templates]] <nowiki>|</nowiki> [[#miscelaneous|miscelaneous]] <nowiki>|</nowiki> [[#bottom|↓]]</span>
|}<span id="bottom"></span>
      9khjdc78h3gusngy1l1ckp4n78wijsc
    
  
  
    Nodyn:DIRMARK
    10
    1613
    
      2958
      2957
      2006-05-10T16:39:29Z
      
        Adda'r Yw
        4
      
      
      Wedi amddiffyno [[Nodyn:DIRMARK]] [edit=sysop:move=sysop]
      2958
      wikitext
      text/x-wiki
      ‎
      b0a7zqpzxc7zbz6xj15oyjhu21h74q1
    
  
  
    Silff lyfrau:Gwyddoniaeth
    102
    1615
    
      3905
      3904
      2011-07-29T20:14:30Z
      
        Adda'r Yw
        4
      
      3905
      wikitext
      text/x-wiki
      {{pwnc
 |disgrifiad=Mae Wicilyfrau ar y silff hon yn ymwneud â '''[[w:Gwyddoniaeth|gwyddoniaeth]]'''.
 |eicon=Nuvola apps kalzium.svg
 |lled_eicon=60px
}}
[[Categori:Silffoedd llyfrau|{{ENWTUDALEN}}]]
[[en:Subject:Science]]
      6k9dbn4o4gtvy8tksl6qruwctho453a
    
  
  
    Gwyddbwyll
    0
    1616
    
      3887
      3607
      2011-07-28T21:52:28Z
      
        Adda'r Yw
        4
      
      
      cat
      3887
      wikitext
      text/x-wiki
      <table align="center" width="100%"><tr><td>[[Delwedd:ChessSet.jpg|180px]]</td><td><center>''Croeso i'r Wicillyfr ar''<br><big><big><big>'''Gwyddbwyll'''</big></big></big><br><br><big>'''[[Gwyddbwyll/Cynnwys|Ewch i'r Cynnwys >>]]'''</big></center></td><td>[[Delwedd:Opening chess position from black side.jpg|200px|de]]</td></tr></table>
<table><td valign="top">
Gêm hynafol Indiaidd o strategaeth yw '''[[w:Gwyddbwyll|gwyddbwyll]]''' (neu weithiau '''sies'''), chwaraeir gan ddau unigolyn ar grid 8×8 o'r enw tawlbwrdd. Yr amcan yw i gad-drefnu'ch ddarnau er mwyn rhoi'r brenin gwrthwynebol mewn "siachmat". Amcan y Wicillyfr hwn yw i esbonio rheolau'r gêm, nodiant y gêm, ac yna i esbonio strategaeth ac tacteg er mwyn ennill gwyddbwyll.</td>
<td>{{Gwyddbwyll}}</td></table>
[[Categori:Gwyddbwyll| ]]
[[Categori:Gemau bwrdd]]
[[ca:Escacs]]
[[de:Schach]]
[[en:Chess]]
[[es:Manual de Ajedrez]]
[[it:Scacchi]]
[[ja:チェス]]
[[ms:Catur]]
[[nl:Schaken]]
[[oc:Escacs]]
[[pa:ਸ਼ਤਰਂਜ]]
[[pl:Szachy/Okładka]]
[[pt:Xadrez]]
[[ro:Şah]]
[[simple:Chess]]
[[zh:国际象棋]]
      m02w6s7ay5vqmig6ismz8o2yd2v7j64
    
  
  
    Nodyn:Gwyddbwyll
    10
    1617
    
      5028
      3474
      2022-03-27T06:22:59Z
      
        Minorax
        1779
      
      fix lint
      5028
      wikitext
      text/x-wiki
      <div class="top" align="right"><!-- class=top makes this box disappear on print and is a workaround for the monobook.css -->
{| cellspacing="0"
|style="background-color: #edf; border: 1px solid #bafaba; padding: 0.5em; font-size: small; text-align: center;" valign=top|
<p><span style="font-size:x-large;">[[Gwyddbwyll]]</span></p>
<span style="font-size:large;">[[Gwyddbwyll/Cynnwys|Cynnwys llawn]]</span>
----
<table><td align="left">
*[[Gwyddbwyll/Rheolau|Rheolau]]
*[[Gwyddbwyll/Nodiant|Nodiant]]
*[[Gwyddbwyll/Tacteg|Tacteg]]
*[[Gwyddbwyll/Strategaeth|Strategaeth]]
*[[Gwyddbwyll/Cychwyniadau Syml|Cychwyniadau Syml]]
*[[Gwyddbwyll/Yr Endgame|Yr Endgame]]
*[[Gwyddbwyll/Amrywiolion|Amrywiolion]]</td><td>
[[Delwedd:Chess.svg|120px]]</td></table>
|}
</div>
<br>
      ohtu1rld33grn1awgig9mruhn02wp79
    
  
  
    Nodyn:Clic
    10
    1618
    
      2974
      2006-05-31T10:57:12Z
      
        Adda'r Yw
        4
      
      2974
      wikitext
      text/x-wiki
      <div style="position: relative; width: {{{lled}}}; height: {{{uchder}}}; overflow: hidden">
<div style="position: absolute; top: 0px; left: 0px; font-size: 100px; overflow: hidden; line-height: 100px; z-index: 3">[[{{{cyswllt}}}|   ]]</div>
<div style="position: absolute; top: 0px; left: 0px; z-index: 2">[[Delwedd:{{{delwedd}}}|{{{lled}}}|{{{cyswllt}}}]]</div>
</div>
<noinclude>
This template attempts to superimpose an invisible link on an image.  It doesn't work in text-only browsers, and in screen readers for the disabled, and possibly other situations.  The technique of using [[w:CSS|CSS]] to change page content also completely breaks an article's [[w:web accessibility|web accessibility]] by contravening a [[w:WAI|WAI]] priority-one checkpoint.[http://www.w3.org/TR/WAI-WEBCONTENT/#tech-order-style-sheets]
</noinclude>
      7zzp8zx3srv6y5837q5tt72t53s4ptx
    
  
  
    Almaeneg
    0
    1626
    
      5104
      5090
      2024-01-02T11:55:10Z
      
        Fehufanga
        2126
      
      
      Gwrthdröwyd golygiad gan [[Special:Contributions/WikiWikibotty|WikiWikibotty]] ([[User talk:WikiWikibotty|sgwrs]]) i'r golygiad diweddaraf gan [[User:Kwamikagami|Kwamikagami]]
      5060
      wikitext
      text/x-wiki
      <table align="center" width="100%"><tr><td>[[Delwedd:Flag of Germany.svg|frameless|left]]</td><td><center>''Croeso i'r Wicillyfr ar''<br><big><big><big>'''Almaeneg'''</big></big></big><br><br><big>'''[[Almaeneg/Cynnwys|Ewch i'r Cynnwys >>]]'''</big></center></td><td>[[Delwedd:Legal status of German in Europe.svg|frameless|right]]</td></tr></table>
[[Categori:Almaeneg| ]]
[[Categori:Ieithoedd]]
[[af:Duits]]
[[ca:Alemany]]
[[cs:Němčina]]
[[de:Regal:Deutsch als Fremdsprache]]
[[en:German]]
[[eo:Germana]]
[[es:Alemán]]
[[fi:Saksan kieli]]
[[fr:Enseignement de l'allemand]]
[[he:גרמנית]]
[[it:Tedesco]]
[[ja:ドイツ語]]
[[ka:გერმანული ენა]]
[[nl:Duits]]
[[pl:Niemiecki/Okładka]]
[[tr:Almanca]]
      0ickpfasf6xh9nq41umivql09m0cn1c
    
  
  
    Nodyn:Wicipedia
    10
    1631
    
      3934
      3007
      2011-08-16T16:46:41Z
      
        Nodulation
        616
      
      
      png → svg
      3934
      wikitext
      text/x-wiki
      <div class="noprint" style="clear: right; border: solid #aaa 1px; margin: 0 0 1em 1em; font-size: 90%; background: #f9f9f9; width: 250px; padding: 4px; spacing: 0px; text-align: left; float: right;">
<div style="float: left;">[[Delwedd:Wikipedia-logo-v2.svg|50px|none|Wicipedia]]</div>
<div style="margin-left: 60px;">Mae gan [[w:Hafan|Wicipedia]] mwy ar y pwnc yma:
<div style="margin-left: 10px;">'''''[[w:{{{1|Arbennig:Search/{{PAGENAME}}}}}|{{{1|{{PAGENAME}}}}}]]'''''</div>
</div>
</div>
      1sy5f8p1fkvwoyzx2l2xhwv1wtvs082
    
  
  
    Nodyn:Wicitestun
    10
    1632
    
      5150
      3010
      2025-04-11T21:08:32Z
      
        Ternera
        2193
      
      Replacing image with .svg of superior quality. If there is an issue with this edit, please revert it and leave a message on my talk page.
      5150
      wikitext
      text/x-wiki
      <div class="noprint" style="clear: right; border: solid #aaa 1px; margin: 0 0 1em 1em; font-size: 90%; background: #f9f9f9; width: 270px; padding: 4px; spacing: 0px; text-align: left; float: right;">
<div style="float: left;">[[Delwedd:Wikisource-logo.svg|50px|none|Wicitestun]]</div>
<div style="margin-left: 60px;">Mae gan [[s:Hafan|Wicitestun]] testun gwreiddiol:
<div style="margin-left: 10px;">'''''[[s:{{{1|Arbennig:Search/{{PAGENAME}}}}}|{{{1|{{PAGENAME}}}}}]]'''''</div>
</div>
</div>
      t8d9pme2sjivm21k2nhx8ypu76we3vy
    
  
  
    Silff lyfrau:Gemau
    102
    1633
    
      3016
      2006-06-17T11:16:42Z
      
        Adda'r Yw
        4
      
      3016
      wikitext
      text/x-wiki
      {{silffoedd llyfrau}}
<!--{{silff lyfrau gemau}}-->
{{camau}}
==Gemau bwrdd==
*[[Gwyddbwyll]]
[[Categori:Silffoedd llyfrau Wicillyfrau|Gemau]]
      rgqrfzdyqs72fb17qqsfjfkxm1nut8l
    
  
  
    Gwyddbwyll/Rheolau
    0
    1635
    
      3889
      3888
      2011-07-28T21:55:14Z
      
        Adda'r Yw
        4
      
      
      3889
      wikitext
      text/x-wiki
      {{Gwyddbwyll}}
==Y darnau==
===Teyrn===
===Brenhines===
===Castell===
===Esgob===
===Marchog===
===Gwerinwr===
===Symudiadau arbennig===
====Castellu====
====En passant====
[[Categori:Gwyddbwyll|{{TEITLLLAWNPENNOD}}]]
      socukoiffswsjgsse1nm26u5slhvwpg
    
  
  
    Sut i wneud coffi da
    0
    1741
    
      3464
      3328
      2008-06-16T17:56:58Z
      
        90.0.172.241
      
      /* Awgrymiadau */
      3464
      wikitext
      text/x-wiki
      === Anghenreidiau ===
*Peidiwch a defnyddio dŵr berwedig (mae [[w:coffi|coffi]] yn wahanol i [[w:te|de]]). Mae dŵr berwedig yn difetha'r blas. Dylai'r dŵr fod yn canu; 90°C. Os ydy'r dŵr yn berwi rhaid gadael iddo oeri ychydig cyn gwneud y coffi. 
*Peidiwch a golchi eich pot coffi gyda'r llestri neu fydd blas sebon ar y coffi. Gwell golchi pot coffi mewn dŵr poeth a bicarbonad.
*Peidiwch ac ail gysylltu eich pot coffi cyn ei rhoi i gadw. Rhaid cadw'r darnau yn wahan neu fyddyn nhw'n mynd i ddrewi a rhoi blas cas ar y coffi.
=== Awgrymiadau ===
*Mae '''crema''' (ewyn parhaus o liw gafrewig) ar wyneb coffi da. Os oes dim crema roedd y dŵr yn rhy boeth neu mae'n bosibl bod y ffa wedi eu malu yn rhy fân.
*Mae siwgwr powdwr yn well mewn coffi na siwgwr lwmp. Gan fod coffi ddim yn ferwedig mae lwmp o siwgwr yn oeri'r coffi ac yn cymryd amser hir i doddi. 
*Os ydych am boethi llaeth, ychwanegwch ddŵr ato yn gynta neu fydd croen yn ffurfio ar y coffi.
*Mae dŵr meddal (fel dŵr Cymru) yn gwneud gwell coffi na dŵr caled. Os ydych yn digwydd buw mewn ardal dŵr caled, gwell cael rhyw ddyfais i feddalu'r dŵr.
*Gan fod coffi yn dueddol i oeri yn fuan. Mae hi'n syniad da i dwymo'r cwpanau. Mewn tafarn goffi fe fyddyn nhw'n eu cadw ar ben tanc dŵr poeth y peiriant espresso.
*Peidiwch a gadael coffi yn y malwr dros nos gan fydd e'n amsugno dŵr a difetha'r blas.
*Mae coffi wedi malu yn cadw'n well yng ngwaelod yr oergell.
*'''Moca''' ''(Mocha / Moka / Mocca)'' yw'r coffi gorau. (Mae e'n cael ei allforio o Al-Mukha, porthladd masnachwyr coffi yn yr Yemen. Mae llawer o goffi Moca yn dod o Ethiopia.)
*Beth am gymysgu 10% '''Robusta''' gyda 90% '''Arabica'''? Fe fydd y Robusta yn rhoi cic iddo. I wneud coffi a blas Eidalaidd, cymysgwch 30% Robusta gyda 70% Arabica.
      ilaeo6jsic23l2arr8b1qxgjvairr3x
    
  
  
    Nodyn:Rhoddi
    10
    1813
    
    
      3242
      2006-10-01T21:01:57Z
      
        Adda'r Yw
        4
      
      Nodyn:Rhoddi wedi'i symud i Nodyn:Rhoddion
      3242
      wikitext
      text/x-wiki
      #redirect [[Nodyn:Rhoddion]]
      868r1fq4zgk59apaiwgr66uu4x16rxs
    
  
  
    Silff lyfrau:Ieithoedd parth-sbesiffig
    102
    1814
    
    
      3247
      2006-10-01T21:25:25Z
      
        Adda'r Yw
        4
      
      Silff lyfrau:Ieithoedd parth-sbesiffig wedi'i symud i Silff lyfrau:Ieithoedd parth-penodol
      3247
      wikitext
      text/x-wiki
      #redirect [[Silff lyfrau:Ieithoedd parth-penodol]]
      8i5no9rlbinh8fwh5bw09c8t5tlte95
    
  
  
    Gwyddbwyll/Nodiant
    0
    1815
    
      4746
      3890
      2017-11-23T09:48:15Z
      
        Federico Leva (BEIC)
        1584
      
      +img
      4746
      wikitext
      text/x-wiki
      {{Gwyddbwyll}}
[[File:Iacopo da Cessole - De ludo scachorum - 6440860.png|thumb|''De ludo scachorum'', 1493]]
Mae termau gwyddbwyll Cymraeg safonol ar gael ac mae rheswm dros y dewis o derm:
*King = Teyrn (T)
*Queen = Brenhines (B)
*Bishop = Esgob (E)
*Knight = Marchog (M)
*Rook = Castell (C)
*Pawn = Gwerinwr
Mae nifer o aelodau tim gwyddbwyll Cymru erbyn hyn yn cofnodi eu gemau drwy ddefnyddio nodiant Cymraeg ee Bb1 (symud y Frenhines i sgwar b1). Dyna pam mae Teyrn yn cael ei ddefnyddio yn lle Brenin gan y byddai'n cymysgu gyda Brenhines ee Tb1 etc.. Does dim angen symbol ar y Gwerinwr - pan yn symud gwerinwr o sgwar a2 i a4 y nodiant yw a2-a4, neu'n symlach fyth a4 (!)
Mae en passant yn cael ei ddefnyddio gan chwaraewyr Cymraeg, a Siach am Check a Siachmat am Checkmate - sy'n agos at y gwreiddiol (datblygodd y gair siach drwy Arabeg o Bersieg: shāh = "teyrn"). Nodiant wrth gofnodi Siach yw + ee Marchog ar e5 yn symud i d3 i roi Siach - Me5-d3+. Mae'r term J'adoube yn cael ei ddefnyddio pan yn cyffwrdd mewn darn i'w roi yn drefnus ar sgwar heb y bwriad o'i symud - mae llawer o anghytuno am darddiad hwn - ond ia-dwwb yw'r ynganiad.
[[Categori:Gwyddbwyll|{{TEITLLLAWNPENNOD}}]]
      edzcnvkexec7b9zjj05hluwmqbzymrt
    
  
  
    Nodyn:Delete
    10
    1875
    
      4765
      4764
      2018-03-30T05:17:16Z
      
        116.237.18.33
      
      4765
      wikitext
      text/x-wiki
      {| style="margin:0.5em; padding:0.5em; background:#FEE; border:1px solid #999;"
|-
| [[Image:Icono aviso borrar.png|60px|left]]
| 
<big>'''This page has been nominated for speedy deletion.'''</big>
The reason given is: {{{1|<span style=color:red>''(no brief reason)''</span>}}}.
If you disagree with its speedy deletion, please explain why on [[{{TALKPAGENAME}}|its talk page]].  If this page obviously does not meet the criteria for speedy deletion, or you intend to fix it, please remove this notice, but do not remove this notice from a page that you have created yourself.
<span class="plainlinks">''Administrators, remember to check  [[Special:Whatlinkshere/{{FULLPAGENAME}}|if anything links here]] and [{{fullurl:{{FULLPAGENAME}}|action=history}} the page history] ([{{fullurl:{{FULLPAGENAME}}|diff=0}} last edit]) before [{{fullurl:{{FULLPAGENAME}}|action=delete}} deletion].''</span>
|}<includeonly>{{{category|[[Category:Candidates for speedy deletion]]}}}</includeonly>
      qd3votd24ojyieta8igzmv7d4o9xwhe
    
  
  
    Defnyddiwr:Az1568
    2
    1877
    
      3347
      2007-03-21T01:29:48Z
      
        Az1568
        20
      
      |
      3347
      wikitext
      text/x-wiki
      [[m:User:Az1568]]
<!--Start box sect-->
{| name="userboxes" id="userboxes" style="margin-left: 1em; margin-bottom: 0.5em; width: 248px; border: {{{bordercolor|#99B3FF}}} solid 1px; background-color: {{{backgroundcolor|#FFFFFF}}}; color: {{{textcolor|#000000}}}; float: {{{2|{{{align|right}}}}}}; {{{extra-css|}}}"
| <div style="text-align: center; font-size: 120%; font-weight: bold;">{{{1|{{{toptext|Userboxes}}}}}}</div>
<div style="float: left; border:solid #CCCCFF 1px; margin: 1px;">
{| cellspacing="0" style="width: 238px; background: #F8F8FF;"
| style="width: 45px; height: 45px; background: white; text-align: center; font-size: 14pt;" |[[Image:Broom icon.svg|43px]]
| style="font-size:8pt;padding:4pt;line-height:1.25em;" | This user is a member of the<br>[[m:SWMT|'''Small Wiki Monitoring Team''']].
|}
</div>
{{User en}}
{{User cy-0}}
|}
<!--End box sect-->
      movuetujdovpyhfdhq0f78npqb55ik5
    
  
  
    Sgwrs Defnyddiwr:Az1568
    3
    1878
    
    
      3348
      2007-03-21T01:30:10Z
      
        Az1568
        20
      
      Redirecting to [[m:User talk:Az1568]]
      3348
      wikitext
      text/x-wiki
      #REDIRECT [[m:User talk:Az1568]]
      32439w81wjh9lsqy4si1acx61zmq05t
    
  
  
    Defnyddiwr:Thogo
    2
    1879
    
      3482
      3351
      2008-10-29T02:00:33Z
      
        Pathoschild
        32
      
      
      + global user page ([[m:User:Pathoschild/Scripts/SynchCrosswiki|requested]])
      3482
      wikitext
      text/x-wiki
      {| cellpadding="2" style="border-color:#008B45; empty-cells:show;" <!-- Beginn Hauptrahmen -->
|-
| heigth="2px" bgcolor="#7EC0EE" colspan="2" |
|- <!------------ Kopf mit Willkommenstext und der Navileiste ------------>
| colspan="2" | <!------ Willkommenstext ------>
<span style="text-align:center; font-size:127%; line-height:1.3;">
Welcome to my user page!
</span>
<br /><br />
My name is Thomas Goldammer, I'm from Leipzig, Germany. I'm a [[m:Stewards|steward]] of the Wikimedia Foundation. I visit this wiki mainly to undo vandalism and put deletion requests on nonsense pages.
<br />
{| align="center" style="padding:5px; text-align:center;"
|-
| width="48%" style="border-bottom:1px dashed #AAA;" |
|-
| '''«[[m:User talk:Thogo|Discussion]]»''' | [[Special:Emailuser/Thogo|E-Mail]] | [[Special:Contributions/Thogo|Contribs]]
<br />
This wiki has '''{{NUMBEROFARTICLES}}''' articles.
|-
| width="48%" style="border-top:1px dashed #AAA;" |
|}
|}
      otnmrah3wrqxuqimic87ero63ehipxt
    
  
  
    Defnyddiwr:Pill
    2
    1880
    
      3357
      2007-04-08T19:45:29Z
      
        Pill
        23
      
      
      New page: [[:m:User:Pill]]
      3357
      wikitext
      text/x-wiki
      [[:m:User:Pill]]
      qakanclhsbdh2nkg54rc9ab7j8drgxa
    
  
  
    Defnyddiwr:Caiguanhao
    2
    1890
    
      3398
      2007-07-30T07:41:46Z
      
        Caiguanhao
        25
      
      
      new user page
      3398
      wikitext
      text/x-wiki
      visit [[wikipedia:User:Caiguanhao]]
[[en:User:Caiguanhao]]
[[zh:User:Caiguanhao]]
      t9ri35ti9a4auayfh5zgccly78mq0p0
    
  
  
    Sgwrs Defnyddiwr:Bastique
    3
    1893
    
    
      3410
      2007-08-24T20:00:41Z
      
        Bastique
        27
      
      redirect
      3410
      wikitext
      text/x-wiki
      #REDIRECT[[User:Bastique]]
      re9pcurfvpz64ol26u4tk2z2d5lysgv
    
  
  
    Defnyddiwr:Effeietsanders
    2
    1894
    
      3412
      2007-08-26T13:11:09Z
      
        Effeietsanders
        29
      
      New page: <br clear="all"><center><div style="border: solid #aaa 1px; clear: both; margin: 0 0 1em 1em; font-size: 90%; background: #f9f9f9; width: 350px; padding: 4px; spacing: 0px; text-align:left...
      3412
      wikitext
      text/x-wiki
      <br clear="all"><center><div style="border: solid #aaa 1px; clear: both; margin: 0 0 1em 1em; font-size: 90%; background: #f9f9f9; width: 350px; padding: 4px; spacing: 0px; text-align:left; float:both;">
<div style="float: left;">[[Image:Metawiki.png|70px]]</div>
<div style="margin-left: 80px;">This user has a page on the [[m:Meta|Meta]]-Wiki with </div>
<div style="margin-left: 80px;">all his accounts conveniently arranged on:
<div style="margin-left: 40px;">'''[[meta:User:Effeietsanders|M:User:Effeietsanders]]'''</div><br>
</div></div></center>
      9ojyyz7t5hwwkbf4wbkefixzbmbdqiz
    
  
  
    Defnyddiwr:Jorunn
    2
    1895
    
      3417
      2007-09-10T22:13:32Z
      
        Jorunn
        26
      
      
      New page: [[m:User:Jorunn]]
      3417
      wikitext
      text/x-wiki
      [[m:User:Jorunn]]
      ndm6v29if11fq3qel6ud603uyapgva7
    
  
  
    Defnyddiwr:EVula
    2
    1896
    
      3425
      3419
      2007-09-26T17:42:49Z
      
        EVula
        30
      
      
      standardizing userpage
      3425
      wikitext
      text/x-wiki
      {{User:EVula/header}}
<div style="float: right; border: 1px solid #ccc; padding: 3px; background: #f6f6f6; margin-left: 10px;">
<div style="border:solid #BDBDAD 1px; margin: 3px 1px;">
{| cellspacing="0" style="width: 238px; background: #fff;"
| style="width: 45px; height: 45px; background: #BDBDAD; text-align: center;" | '''[[Image:Admin mop.PNG|43x43px|EVula's mop is named "Vera"]]'''
| style="font-size: 8pt; padding: 4pt; line-height: 1.25em; color: black;" | This user is an '''[[w:en:Wikipedia:Administrators|administrator]]''' on the [[w:en:English Wikipedia|English Wikipedia]]. <span style="font-size:0.9em;" class="plainlinks">([{{fullurl:w:en:Special:Listusers|limit=1&username=EVula}} <font color="002b88">verify</font>] // [[w:en:User:EVula|user]])</span>
|}</div>
<div style="border:solid #BDBDAD 1px; margin: 3px 1px;">
{| cellspacing="0" style="width: 238px; background: #fff;"
| style="width: 45px; height: 45px; background: #BDBDAD; text-align: center;" | '''[[Image:Commons-logo.svg|32px|EVula's mop is named "Vera"]]'''
| style="font-size: 8pt; padding: 4pt; line-height: 1.25em; color: black;" | This user is an '''[[Commons:Commons:administrators|administrator]]''' on [[Commons:Main Page|Commons]]. <span style="font-size:0.9em;" class="plainlinks">([{{fullurl:commons:Special:Listusers|limit=1&username=EVula}} <font color="002b88">verify</font>] // [[commons:User:EVula|user]])</span>
|}</div>
<div style="border: 1px solid #6ef7a7; margin: 3px 1px;">
{| cellspacing="0" style="width:238px;background:#c5fcdc;"
| style="width:45px;height:45px;background:#6ef7a7;text-align:center;font-size:14pt;" | '''en'''
| style="font-size:8pt;padding:4pt;line-height:1.25em;" | This user is a '''native''' speaker of '''[[:w:en:English language|English]]'''.
|}
</div>
</div>
Hi, I'm [[:w:User:EVula|EVula]] and you're not.
I don't speak Welsh; I've just got an account to address interwiki issues when I catch them.
[[en:User:EVula]]
      9qogxbbd8tz7yfu6xhad7093gdjxfrd
    
  
  
    Wicilyfrau:Porth y Gymuned
    4
    1897
    
    
      4916
      3422
      2019-07-13T22:54:57Z
      
        Rschen7754
        865
      
      redirect
      4916
      wikitext
      text/x-wiki
      #REDIRECT [[Wicillyfrau:Y Lolfa]]
      cdxjpwgzkp5hwh0t2jiru31tku2vy51
    
  
  
    Defnyddiwr:EVula/header
    2
    1898
    
      3426
      2007-09-26T17:43:40Z
      
        EVula
        30
      
      
      standardizing header
      3426
      wikitext
      text/x-wiki
      <div style="position:absolute; z-index:100; right:10px; top:10px;" class="metadata" id="evulaisfreakinginsane"><div style="position:relative; width: 20px; height: 20px; overflow:hidden;"><div style="position:absolute; font-size: 20px; overflow:hidden; line-height: 20px; letter-spacing: 20px;">[[m:User:EVula/matrix|<span title="[en] As a dedicated Wikimedian, I don't limit myself to just one project or just one language. Viva la wiki revolucion!" style="text-decoration:none;">   </span>]]</div>[[Image:Wikimedia Community Logo.svg|20px|Wikimedia Community Logo.svg]]</div></div>
<div style="background-color: #f6f6f6; padding: 1px; width: 100%; border: 1px solid #aaa; -moz-border-radius: 6px; margin-bottom: 5px;">
   <div align="center" style="letter-spacing: 1px;">[[User:EVula|user page]] '''[[User:EVula/header|<span style="color: #666;">//</span>]]''' [[User talk:EVula|talk page]]</div>
   <div align="center" style="letter-spacing: 2px; font-size: 90%; color: #666;">• [[m:User:EVula/matrix|matrix]] •</div>
</div>
      aa2fe0lj291t188zfg0aqlza8xz88er
    
  
  
    Defnyddiwr:Drini
    2
    1900
    
      3432
      3431
      2007-09-28T04:08:49Z
      
        Drini
        31
      
      
      Wedi amddiffyno [[Defnyddiwr:Drini]] [edit=sysop:move=sysop] [cascading]
      3432
      wikitext
      text/x-wiki
      == Pages locked from recreation ==
* {{:MediaWiki Talk :Ipb cant unblock}}
* {{:MediaWiki Talk :Ipb cant unblock/}}
* {{:MediaWiki Talk :Ipb cant unblock/index.php}}
* {{:MediaWiki Talk :Ipb cant unblock/w/index.php}}
* {{:MediaWiki Talk :Ipb cant unblock/w/w/index.php}}
* {{:MediaWiki Talk :Ipb cant unblock/w/w/w/index.php}}
* {{:MediaWiki Talk :Ipb cant unblock/w/w/w/w/w/index.php}}
* {{:MediaWiki talk:Ipb already blocked/wiki/MediaWiki talk:Ipb already blocked/w/w/w/index.php}}
* {{:MediaWiki talk:Ipb already blocked/wiki/MediaWiki talk:Ipb already blocked/w/w/w/w/index.php}}
* {{:Talk:Main Page/}}
* {{:Talk:Main Page/index.php}}
* {{:Talk:Main Page/w/index.php}}
* {{:Talk:Main Page/w/w/index.php}}
* {{:Talk:Main Page/w/w/w/index.php}}
* {{:Talk:Main Page/w/w/w/w/index.php}}
* {{:Main Page/index.php}}
* {{:Main Page/w/index.php}}
* {{:Main Page/w/w/index.php}}
* {{:Main Page/w/w/w/index.php}}
* {{:Main Page/w/w/w/w/index.php}}
* {{:Talk:Main Page/w/index.php?title=Main Page/w/index.php}}
* {{:index.php}}
* {{:W/index.php}}
* {{:W/w/index.php}}
* {{:W/w/w/index.php}}
* {{:W/w/w/w/index.php}}
* {{:W/w/w/w/w/w/index.php}}
<!-- wiktionaries are case sensitive, but it won't hurt on other wikis, so again: -->
* {{:w/index.php}}
* {{:w/w/index.php}}
* {{:w/w/w/index.php}}
* {{:w/w/w/w/index.php}}
* {{:w/w/w/w/w/w/index.php}}
* {{:MediaWiki talk:Ipb expiry invalid}}
* {{:MediaWiki talk:Ipb expiry invalid/}}
* {{:MediaWiki talk:Ipb expiry invalid/index.php}}
* {{:MediaWiki talk:Ipb expiry invalid/w/index.php}}
* {{:MediaWiki talk:Ipb expiry invalid/w/w/index.php}}
* {{:MediaWiki talk:Ipb expiry invalid/w/w/w/index.php}}
* {{:MediaWiki talk:Ipb expiry invalid/w/w/w/w/index.php}}
* {{:MediaWiki talk:Ipb expiry invalid/w/w/w/w/w/index.php}}
* {{:MediaWiki talk:Ipb already blocked/index.php}}
* {{:MediaWiki talk:Ipb already blocked/w/index.php}}
* {{:MediaWiki talk:Ipb already blocked/w/w/index.php}}
* {{:MediaWiki talk:Ipb already blocked/w/w/w/index.php}}
* {{:MediaWiki talk:Ipb already blocked/w/w/w/w/index.php}}
* {{:MediaWiki talk:Ipb already blocked/w/w/w/w/w/index.php}}
* {{:MediaWiki talk:Ipb already blocked/wiki/MediaWiki talk:Ipb already blocked/w/w/index.php}}
* {{:Talk:index.php}}
* {{:Talk:w/index.php}}
* {{:Talk:w/w/index.php}}
* {{:Talk:w/w/w/index.php}}
* {{:Talk:w/w/w/w/index.php}}
* {{:Talk:W/index.php}}
* {{:Talk:W/w/index.php}}
* {{:Talk:W/w/w/index.php}}
* {{:Talk:W/w/w/w/index.php}}
      jv5ej1m6hcvaying4gexvv6dwc8bljv
    
  
  
    Sgwrs Defnyddiwr:Jorunn
    3
    1901
    
      3433
      2007-10-03T09:10:44Z
      
        Jorunn
        26
      
      
      Tudalen newydd: [[m:User talk:Jorunn]]
      3433
      wikitext
      text/x-wiki
      [[m:User talk:Jorunn]]
      evkf857g608zg618g9s2myerswe978o
    
  
  
    Sgwrs Defnyddiwr:Pathoschild
    3
    1903
    
      4037
      4036
      2012-02-17T03:52:33Z
      
        Pathoschild
        32
      
      
      global user pages
      4037
      wikitext
      text/x-wiki
      {{#babel:en|fr|cy-0}}[[File:Redirect arrow without text.svg|46px|link=]][[m:User talk:Pathoschild|m:{{ns:3}}:Pathoschild]]
      m7xjvy4jul933l36kscblgfkdm3hn3a
    
  
  
    Defnyddiwr:DerHexer
    2
    1904
    
      3445
      3437
      2008-01-04T22:31:56Z
      
        DerHexer
        33
      
      
      m
      3445
      wikitext
      text/x-wiki
      I live in Berlin, Germany, and I'm a [[meta:Stewards|steward]] at meta.wikimedia and a sysop at [[:w:en:User:DerHexer|en.wikipedia]] and at [[:w:de:User:DerHexer|de.wikipedia]]. I'm interested in Latin language, Chemistry and Ancient Greek. My contributions can be found [[Special:Contributions/DerHexer|here]], and sorted by namespace [http://tools.wikimedia.de/~interiot/cgi-bin/Tool1/wannabe_kate?username=DerHexer&site=cy.wikibooks.org here]. At the moment I'm fighting vandalism.
{| border="0" align="left" style="margin-left:1em; margin-bottom:1em;" width="370px"
! colspan="2" |
{| align="center" |
 | colspan="3" align="center" bgcolor="#FFDEAD" width="370px" | overview
 |-
 | bgcolor="#FFDEAD" align="center" |[[Special:Emailuser/DerHexer|e-mail]]
 | bgcolor="#FFDEAD" align="center" |[[User_talk:DerHexer|talk]]
 | bgcolor="#FFDEAD" align="center" |[[Special:Contributions/DerHexer|contributions]]
 |}
|-
| [[Image:Wikistress3D 2 v3.jpg|170px]] || [[Image:DerHexer.png|200px]]
|}
<br style="clear:right" />
{| align="right"
|<div style="float:left;border:solid #99B3FF 1px;margin:1px;">
<table cellspacing="0" style="width:238px;background:#E0E8FF"><tr>
<td style="width:45px;height:45px;background:#99B3FF;text-align:center;font-size:14pt">'''IM'''</td>
<td style="font-size:8pt;padding:4pt;line-height:1.25em">Jabber: derhexer@jabber.ccc.de <br /> (This is '''not''' an e-mail address!<br />Therefore use [[Special:Emailuser/DerHexer|this]] link, please.) [http://pgpkeys.pca.dfn.de:11371/pks/lookup?op=get&search=0x5C2AE6D7DC7E2EF9 GnuPGP key] <br />Skype: sigmundjaehn<br />ICQ: 281562687</td>
</tr></table></div>
|}
      dgcie69rqorwcu9qfk556cy8ydh78mq
    
  
  
    Defnyddiwr:Eliz81
    2
    1905
    
      3438
      2007-10-23T23:32:57Z
      
        Eliz81
        34
      
      Tudalen newydd: Hi, I'm [[:en:User:Eliz81|Eliz81]].
      3438
      wikitext
      text/x-wiki
      Hi, I'm [[:en:User:Eliz81|Eliz81]].
      8xcq14kov3ziaubduvxefs4wi958f0n
    
  
  
    Defnyddiwr:Cbrown1023
    2
    1906
    
      3439
      2007-12-02T07:17:07Z
      
        Cbrown1023
        35
      
      Tudalen newydd: [[m:user:Cbrown1023]]
      3439
      wikitext
      text/x-wiki
      [[m:user:Cbrown1023]]
      m9wmdsm9iojgepovb0oi0p593qsvhu8
    
  
  
    Defnyddiwr:Dungodung
    2
    1907
    
      3441
      2007-12-23T13:03:50Z
      
        Dungodung
        37
      
      Tudalen newydd: [[m:User:Dungodung]]
      3441
      wikitext
      text/x-wiki
      [[m:User:Dungodung]]
      fw9jxkkcfput12sq7mvvzqv9smmyigq
    
  
  
    Nodyn:Style/IPA
    10
    1908
    
      3442
      2007-12-28T12:18:16Z
      
        Gangleri
        7
      
      from [[m:wikt:yi:template:style/IPA]] should be used to display IPA characters; main parameter {{{IPA|...}}} with additional parameters as {{{size|...}} {{{font-family|...}}} {{{dir|...}}}
      3442
      wikitext
      text/x-wiki
      <span style="font-size:{{{size|110%}}};line-height:1.25em; font-family: {{{font-family|'Lucida Sans Unicode', 'Arial Unicode MS', Gentium, GentiumAlt, tahoma, Code2000, 'Doulos SIL', Gentium, 'TITUS Cyberbit Basic', 'Lucida Grande', 'DejaVu Sans', 'Bitstream Vera Sans', 'Bitstream Cyberbit', Arial, sans-serif}}};" dir="{{{dir|ltr}}}" >{{{IPA|/jidiʃ lɛbt/}}}</span>
      cahyoggvapxr16e5ht89005tkpx2zg2
    
  
  
    Nodyn:Style/yid
    10
    1909
    
      3443
      2007-12-28T12:22:48Z
      
        Gangleri
        7
      
      from [[m:wikt:yi:template:style/yid]] should be used to display Yiddish characters; main parameter {{{yid|...}}} with additional parameters as {{{size|...}} {{{font-family|...}}} {{{dir|...}}}
      3443
      wikitext
      text/x-wiki
      <span style="font-size:{{{size|12pt}}};line-height:1.25em; font-family: {{{font-family|'Times New Roman'}}};" dir="{{{dir|rtl}}}" >{{{yid|ײִדיש לעבט}}}</span>
      akcwna2o01oi0pul7om7t1re5xjfg7d
    
  
  
    Defnyddiwr:Werdan7
    2
    1911
    
      3447
      2008-01-20T21:42:46Z
      
        Werdan7
        39
      
      Tudalen newydd: [[m:user:Werdan7]]
      3447
      wikitext
      text/x-wiki
      [[m:user:Werdan7]]
      8nrit81858cbix1lksum0i29k33zhgl
    
  
  
    Sgwrs Defnyddiwr:Werdan7
    3
    1912
    
      3448
      2008-01-20T21:42:51Z
      
        Werdan7
        39
      
      Tudalen newydd: [[m:user talk:Werdan7]]
      3448
      wikitext
      text/x-wiki
      [[m:user talk:Werdan7]]
      1j7a3dtkviow832meb2kzq21emoa7g0
    
  
  
    Defnyddiwr:Mike.lifeguard
    2
    1913
    
      3449
      2008-01-21T20:00:30Z
      
        Mike.lifeguard
        40
      
      Tudalen newydd: [[m:user:Mike.lifeguard]]
      3449
      wikitext
      text/x-wiki
      [[m:user:Mike.lifeguard]]
      236tx3nphq7zsog8l3lodr172c0su86
    
  
  
    Sgwrs Defnyddiwr:Mike.lifeguard
    3
    1914
    
      3450
      2008-01-21T20:00:42Z
      
        Mike.lifeguard
        40
      
      Tudalen newydd: [[m:user talk:Mike.lifeguard]]
      3450
      wikitext
      text/x-wiki
      [[m:user talk:Mike.lifeguard]]
      0npg285m5u1p4r64p3iegwv4hsktpdj
    
  
  
    Defnyddiwr:DerHexer/monobook.js
    2
    1915
    
      3453
      3452
      2008-03-13T21:13:03Z
      
        DerHexer
        33
      
      
      fix
      3453
      javascript
      text/javascript
       // get URL parameters (used for page type variables)
 var UrlParameters = new Array ();
 readparams();
 
 function readparams() {
  var asReadInUrlParameters;
  var asReadInUrlParameter;
 
  // Get URL parameters
  asReadInUrlParameters = location.search.substring(1, location.search.length).split("&");
  for (i = 0; i < asReadInUrlParameters.length; i++) {
    asReadInUrlParameter = asReadInUrlParameters[i].split("=");
    UrlParameters[decodeURIComponent(asReadInUrlParameter[0])] = decodeURIComponent(asReadInUrlParameter[1]);
  }
 }
 
 function fillActionPage() {
   document.forms["blockip"].wpBlockReason.value = UrlParameters["blockreason"];
   document.forms["blockip"].wpBlockOther.value = UrlParameters["blockduration"];
   window.setTimeout(function() { document.forms["blockip"].wpBlock.click(); }, 100);
 }
 
 
 if ( UrlParameters["blockreason"] > '') {
   addOnloadHook(fillActionPage);
 }
      3yj5qqy07ybmck0678aski16b1sw12h
    
  
  
    Defnyddiwr:Meno25
    2
    1917
    
      3455
      2008-03-27T11:26:41Z
      
        Meno25
        67
      
      Creating
      3455
      wikitext
      text/x-wiki
      * You can contact me using [[:en:User:Meno25|my English Wikibooks userpage]].
      c9fdbvuuzys60pxs3l9rkk9gb9744yt
    
  
  
    Defnyddiwr:Mike.lifeguard/monobook.js
    2
    1918
    
      4983
      3491
      2021-02-04T23:24:06Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4983
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Mike.lifeguard/remote.js&action=raw&ctype=text/javascript');
      h79pv32wzmk4501fqb6rhkwhkpf0ut9
    
  
  
    Defnyddiwr:Brunoy Anastasiya Seryozhenko
    2
    1919
    
    
      3458
      2008-05-02T15:46:13Z
      
        Brunoy Anastasiya Seryozhenko
        77
      
      
      Yn ailgyfeirio at [[m:User:Brunoy Anastasiya Seryozhenko]]
      3458
      wikitext
      text/x-wiki
      #REDIRECT [[m:User:Brunoy Anastasiya Seryozhenko]]
      3nhjlyzt53a6q0lcit6rbry4f4ffbs8
    
  
  
    Defnyddiwr:Caiaffa
    2
    1920
    
      3460
      2008-06-01T06:18:39Z
      
        Caiaffa
        120
      
      Tudalen newydd: {{babel|pt|en-2|es-2|fr-1|it-1|cy-0}} [[w:en:User:Caiaffa]] [[en:User:Caiaffa]]
      3460
      wikitext
      text/x-wiki
      {{babel|pt|en-2|es-2|fr-1|it-1|cy-0}}
[[w:en:User:Caiaffa]]
[[en:User:Caiaffa]]
      styqjsn46u1msdspuantjh2q2at8fta
    
  
  
    Defnyddiwr:Korg
    2
    1921
    
      3461
      2008-06-07T00:06:13Z
      
        Korg
        6
      
      Tudalen newydd: [[m:User:Korg]]
      3461
      wikitext
      text/x-wiki
      [[m:User:Korg]]
      094wtog13qlbuajq5mye7rptj97kkfn
    
  
  
    Defnyddiwr:Korg/monobook.js
    2
    1922
    
      3462
      2008-06-07T00:12:34Z
      
        Korg
        6
      
      3462
      javascript
      text/javascript
      document.write('<SCRIPT SRC="http://meta.wikimedia.org/w/index.php?title=User:Korg/global.js&action=raw&ctype=text/javascript"><\/SCRIPT>');
      b6ucahkooqsve931i2zyz7x5oymu81v
    
  
  
    Defnyddiwr:Moe Epsilon
    2
    1923
    
      4176
      4175
      2012-10-13T14:35:23Z
      
        Moe Epsilon
        131
      
      {{softredirect|w:en:User:Moe Epsilon}}
      4176
      wikitext
      text/x-wiki
      {{softredirect|w:en:User:Moe Epsilon}}
      kspv1cgnvvld9bio1z6bfyuvun50hur
    
  
  
    Defnyddiwr:MenoBot
    2
    1924
    
      4310
      3751
      2013-06-29T14:24:15Z
      
        MenoBot
        148
      
      
      r2.7.5) (robot yn ychwanegu: [[km:អ្នកប្រើប្រាស់:MenoBot]]
      4310
      wikitext
      text/x-wiki
      This is an interwiki bot operated by [[w:en:User:Meno25|Meno25]].
[[af:Gebruiker:MenoBot]]
[[ang:User:MenoBot]]
[[ar:مستخدم:MenoBot]]
[[az:İstifadəçi:MenoBot]]
[[be:Удзельнік:MenoBot]]
[[bg:Потребител:MenoBot]]
[[bn:ব্যবহারকারী:MenoBot]]
[[bs:Korisnik:MenoBot]]
[[ca:Usuari:MenoBot]]
[[cs:Uživatel:MenoBot]]
[[cv:Хутшăнакан:MenoBot]]
[[da:Bruger:MenoBot]]
[[de:Benutzer:MenoBot]]
[[el:Χρήστης:MenoBot]]
[[en:User:MenoBot]]
[[eo:Uzanto:MenoBot]]
[[es:Usuario:MenoBot]]
[[et:Kasutaja:MenoBot]]
[[eu:Lankide:MenoBot]]
[[fa:کاربر:MenoBot]]
[[fi:Käyttäjä:MenoBot]]
[[fr:Utilisateur:MenoBot]]
[[fy:Meidogger:MenoBot]]
[[gl:Usuario:MenoBot]]
[[he:משתמש:MenoBot]]
[[hi:सदस्य:MenoBot]]
[[hr:Suradnik:MenoBot]]
[[hu:Szerkesztő:MenoBot]]
[[hy:Մասնակից:MenoBot]]
[[ia:Usator:MenoBot]]
[[id:Pengguna:MenoBot]]
[[ie:Usator:MenoBot]]
[[is:Notandi:MenoBot]]
[[it:Utente:MenoBot]]
[[ja:利用者:MenoBot]]
[[ka:მომხმარებელი:MenoBot]]
[[kk:Қатысушы:MenoBot]]
[[km:អ្នកប្រើប្រាស់:MenoBot]]
[[ko:사용자:MenoBot]]
[[ku:Bikarhêner:MenoBot]]
[[ky:Колдонуучу:MenoBot]]
[[la:Usor:MenoBot]]
[[li:Gebroeker:MenoBot]]
[[lt:Naudotojas:MenoBot]]
[[mg:Mpikambana:MenoBot]]
[[mk:Корисник:MenoBot]]
[[ml:ഉപയോക്താവ്:MenoBot]]
[[mr:सदस्य:MenoBot]]
[[ms:Pengguna:MenoBot]]
[[ne:प्रयोगकर्ता:MenoBot]]
[[nl:Gebruiker:MenoBot]]
[[no:Bruker:MenoBot]]
[[oc:Utilizaire:MenoBot]]
[[pa:ਵਰਤੌਂਕਾਰ:MenoBot]]
[[pl:Wikipedysta:MenoBot]]
[[pt:Utilizador:MenoBot]]
[[ro:Utilizator:MenoBot]]
[[ru:Участник:MenoBot]]
[[sa:योजकः:MenoBot]]
[[si:පරිශීලක:MenoBot]]
[[sk:Redaktor:MenoBot]]
[[sl:Uporabnik:MenoBot]]
[[sq:Përdoruesi:MenoBot]]
[[sr:Корисник:MenoBot]]
[[sv:Användare:MenoBot]]
[[ta:பயனர்:MenoBot]]
[[te:వాడుకరి:MenoBot]]
[[tg:Корбар:MenoBot]]
[[th:ผู้ใช้:MenoBot]]
[[tl:Tagagamit:MenoBot]]
[[tr:Kullanıcı:MenoBot]]
[[tt:Кулланучы:MenoBot]]
[[uk:Користувач:MenoBot]]
[[ur:صارف:MenoBot]]
[[uz:Foydalanuvchi:MenoBot]]
[[vi:Thành viên:MenoBot]]
[[zh:User:MenoBot]]
[[zh-min-nan:User:MenoBot]]
      kn9fl97qhmpvrc3niqdork2knw3o142
    
  
  
    Sgwrs Defnyddiwr:MenoBot
    3
    1925
    
      3467
      2008-06-22T15:04:23Z
      
        MenoBot
        148
      
      talk
      3467
      wikitext
      text/x-wiki
      Please leave comments in English [[w:en:User talk:Meno25|here]].
      71i1b2lidd8zeajwxudf0mudmfh1lfr
    
  
  
    Defnyddiwr:Nakon
    2
    1927
    
    
      3470
      2008-06-25T03:52:34Z
      
        Nakon
        160
      
      redirect
      3470
      wikitext
      text/x-wiki
      #redirect [[:w:User:Nakon]]
      mev364q05w6nt3mgi4f0ptdxm08ocfm
    
  
  
    Sgwrs Defnyddiwr:Spacebirdy
    3
    1928
    
      3472
      2008-08-07T11:35:24Z
      
        Spacebirdy
        36
      
      
      .
      3472
      wikitext
      text/x-wiki
      <div style="border:1px solid #638C9C;background-color:#C5D8F3;padding:2px;" class="plainlinks">
<div style="background-color:steelblue;" align="center">[http://meta.wikimedia.org/w/index.php?title=User_talk:Spacebirdy&action=edit§ion=new <font color="white">Nýtt spjall</font>]
</div>
<div style="border:3px solid slategray;background-color:#616F7C;padding:2px;color:lightsteelblue;" class="plainlinks">
'''Please post messages only here:'''
*<span style="background-color:lightsteelblue;padding:3px;">[http://meta.wikimedia.org/wiki/User_talk:Spacebirdy meta: Spacebirdy talk]</span>
Thanks.
<div style="border:1px solid #638C9C;background-color:lightsteelblue;padding:2px;color:black;">
You can also reach me on IRC: [irc://chat.freenode.net/wiktionary #wiktionary], [irc://chat.freenode.net/wikimedia #wikimedia]<br>
</div></div>
<!----------------------------------------------------------------------------------------------------->
      l2kkzfpb0lo4h8wqvhzqvfuv8b4x1ow
    
  
  
    Defnyddiwr:Junafani
    2
    1929
    
      3473
      2008-08-11T19:24:13Z
      
        Junafani
        184
      
      
      Tudalen newydd: [[w:fi:Käyttäjä:Junafani]]
      3473
      wikitext
      text/x-wiki
      [[w:fi:Käyttäjä:Junafani]]
      1se1o5e458prjcvnusfzsw30omd9sew
    
  
  
    Defnyddiwr:SterkeBak
    2
    1930
    
      3552
      3494
      2009-02-12T19:15:01Z
      
        CommonsDelinker
        19
      
      
      The file [[:Image:Sterkebak.jpg]] has been removed, as it has been deleted by [[:commons:User:Abigor]]: ''User request''. ''[[m:User:CommonsDelinker|Translate me!]]''
      3552
      wikitext
      text/x-wiki
      <div style="padding-right:40px; font-style:italic; text-align:right; font-size:225%; font-family:Georgia; margin-bottom:15px; color:#669;">I wanna find something I've wanted all along<br /><br />
Somewhere I belong</div>
<center><div style="width:820px;"><div style="width:59%; display:block; float:left;">
{| style="border-spacing:8px; margin:0px -8px;"
|class="MainPageBG" style="width:60%; border:1px solid #CEDFF2; background-color:#FFF; vertical-align:top; -moz-border-radius:10px;"| 
{| width="100%" cellpadding="2" cellspacing="5" style="vertical-align:top; background-color:#FFF; -moz-border-radius:10px;"
! style="background:#CFDEF1; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100%; border:1px solid #B1CDEB; text-align:left; padding-left:7px; -moz-border-radius:10px;"| <div style="float:right;">[[Image:Wbar_blue.jpg]]</div><div style="float:left;">[[Image:Wikipedia svg logo.svg|20px]]Userpage from SterkeBak</div>
|-
| style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:90%;"| <div class="plainlinks">Welcome to my userpage</div>
Hello. I'm a Wikimedian who doesn't do a lot on this project. I am active at Commons. I am also an admin on Commons. If you want to talk to me use [[:Commons:User Talk:SterkeBak|my Commons talk page]]. (You can respond there in English, German and Dutch.) 
|}
|}
</div>
<div style="width:40%; display:block; float:right;">
{| style="border-spacing:8px; margin:0px -8px;"
|class="MainPageBG" style="width:60%; border:1px solid #CEDFF2; background:#FFF; vertical-align:top; -moz-border-radius:10px;"|
{| width="100%" cellpadding="2" cellspacing="5" style="vertical-align:top; background-color:#FFF; -moz-border-radius:10px;"
|-
|
[[Image:Cross of Sacrifice crop.jpg|250px|thumb|center|''Cross of Sacrifice'']]
|}
      nv5csaubuzpaynssfo6ux7akxk27eb3
    
  
  
    Defnyddiwr:Shanel/monobook.js
    2
    1933
    
      4987
      3480
      2021-02-04T23:24:46Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4987
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Shanel/global.js&action=raw&ctype=text/javascript');
      14p5zkc7ozc0y8n5twgu541naa3a33d
    
  
  
    Defnyddiwr:WikimediaNotifier
    2
    1935
    
      3483
      2008-10-29T19:29:55Z
      
        WikimediaNotifier
        215
      
      
      Tudalen newydd: <div style="text-align: center;"> ---- ---- '''[[m:User:WikimediaNotifier|WikimediaNotifier]]'''<!--...do not flag this account-->; operated by [[m:User:Melancholie|User:Melancholie]...
      3483
      wikitext
      text/x-wiki
      <div style="text-align: center;">
----
----
'''[[m:User:WikimediaNotifier|WikimediaNotifier]]'''<!--...do not flag this account-->; operated by [[m:User:Melancholie|User:Melancholie]]
----
----
</div>
      tor7u7wsypruve0zcafw99g58kaa6mm
    
  
  
    Sgwrs Defnyddiwr:WikimediaNotifier
    3
    1936
    
    
      3484
      2008-10-29T20:47:36Z
      
        WikimediaNotifier
        215
      
      
      Yn ailgyfeirio at [[Defnyddiwr:WikimediaNotifier]]
      3484
      wikitext
      text/x-wiki
      #REDIRECT [[User:WikimediaNotifier]]
      e0ennyj78ghs157hdt808vmdmc9rd95
    
  
  
    Defnyddiwr:WikimediaNotifier/frame.css
    2
    1937
    
      3485
      2008-10-29T21:59:07Z
      
        WikimediaNotifier
        215
      
      
      .
      3485
      css
      text/css
      <div style="background-color: #FEFEFE; border: 1px solid #ABABAB; padding: 0 1em;">
__NOEDITSECTION__
=== {{{topic}}} ===
{{{content}}}
:<small>… do '''not''' reply to this <u>automatically</u> delivered notification <span title="locally">here</span>; answer/discuss together '''[[meta:Talk:Global_notifications#{{{topic}}}|on Meta]]''', centrally!</small>
</div>
      i5zq9jolr3qjxtjhnenvi6vdcoaog90
    
  
  
    Defnyddiwr:Spacebirdy/monobook.js
    2
    1938
    
      4990
      3486
      2021-02-04T23:25:16Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4990
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Spacebirdy/altækt.js&action=raw&ctype=text/javascript');
      7d2lp9lmd17ehx82s1xxx5lm94g4ah1
    
  
  
    Defnyddiwr:Spacebirdy/monobook.css
    2
    1939
    
      3487
      2008-10-30T07:34:07Z
      
        Pathoschild
        32
      
      
      + global CSS ([[m:User:Pathoschild/Scripts/SynchCrosswiki|requested]])
      3487
      css
      text/css
      @import "http://meta.wikimedia.org/w/index.php?title=User:Spacebirdy/altækt.css&action=raw&ctype=text/css";
      7nvxzolr2g4w4mc8pm2n6reta20gvm4
    
  
  
    Defnyddiwr:WikimediaNotifier/template
    2
    1940
    
      3519
      3488
      2008-11-10T12:20:10Z
      
        WikimediaNotifier
        215
      
      
      3519
      wikitext
      text/x-wiki
      <div style="background-color: #FEFEFE; border: 1px solid #ABABAB; padding: 0 1em;">
__NOEDITSECTION__
=== {{{topic}}} ===
{{{content}}}
<div style="float: right;"><small>[[[{{#ifeq:{{User:WikimediaNotifier/translation}}|User:WikimediaNotifier/notifications|User:WikimediaNotifier/translation|{{User:WikimediaNotifier/translation}}}}#{{{topic}}}|local translation]]]</small></div>
:<small>… do '''not''' reply to this <u>automatically</u> delivered notification <span title="locally">here</span>; answer/discuss together '''[[meta:Talk:Global_notifications#{{{topic}}}|on Meta]]''', centrally!</small>
</div>
      554n4kii6e3whjuknwzbi3scfpljx57
    
  
  
    Defnyddiwr:WikimediaNotifier/config.js
    2
    1941
    
      3489
      2008-10-30T15:10:22Z
      
        WikimediaNotifier
        215
      
      
      .
      3489
      javascript
      text/javascript
      <onlyinclude>{{{all|}}}{{{b|}}}{{{cy|}}}{{{b:cy|}}}</onlyinclude>
      2lz8p9bt1lj5gqxw7vwlffpbq2ru7s3
    
  
  
    Defnyddiwr:WikimediaNotifier/self.js
    2
    1942
    
      3490
      2008-10-30T15:12:20Z
      
        WikimediaNotifier
        215
      
      
      .
      3490
      javascript
      text/javascript
      {{<includeonly>subst:</includeonly>#if:{{{b:cy|}}}|{{{b:cy|}}}|{{<includeonly>subst:</includeonly>#if:{{{cy|}}}|{{{cy|}}}|{{<includeonly>subst:</includeonly>#if:{{{b|}}}|{{{b}}}|{{<includeonly>subst:</includeonly>#if:{{{else|}}}|{{{else}}}|}}}}}}}}
      ly747n3dxyodx3wbhy17ndxate932rt
    
  
  
    Defnyddiwr:WikimediaNotifier/notifications
    2
    1943
    
      4884
      3586
      2018-07-19T18:39:03Z
      
        CommonsDelinker
        19
      
      Removing [[:c:File:Crystal_Clear_accepted_bot.png|Crystal_Clear_accepted_bot.png]], it has been deleted from Commons by [[:c:User:Ellin Beltz|Ellin Beltz]] because: per [[:c:Commons:Deletion requests/File:Crystal Clear accepted bot.png|]].
      4884
      wikitext
      text/x-wiki
      <div dir="ltr" lang="en" xml:lang="en" style="direction: ltr; padding-top: 3px;">
{{#ifeq:{{{onlyTOC|}}}||
<!--/
   / Mirrored/synchronized; do not change this page [use Meta]; translate on separate page!
  /-->
<noinclude><div class="plainlinks" style="float: right; margin-top: -30px;">['''[[meta:Global_notifications/RSS|RSS]] [[File:Feed-icon.svg|12px|link=meta:Global_notifications/RSS]]''']</div></noinclude>
<div style="clear: both; background-color: #FFFCFC;">{{User:WikimediaNotifier/translate}}</div>
<div style="float: right; background-color: #EFEFEF; margin: 0 0 1em 1em; padding: 0 0 4px 3px; position: relative; z-index: 9;">
__TOC__
</div>
{{User:WikimediaNotifier/template|
 topic = Wikimedia notification system
|content = [[File:Mail-notification.svg|25px|link=m:Global notifications]] <small>''This is a '''global notification system''' for all Wikimedia wikis!''</small>
<hr style="margin: 0;" />
<div style="background-color: #F7FFF7; border: 2px solid #F3F3F3; padding: 10px 20px 15px;">
If it is necessary to inform many/all wikis about something important, a [[meta:Global_notifications|global notification]] can be requested at '''[[meta:Global notifications/requests]]'''. It is possible to have wiki and/or language dependent text within every message.
''All Meta notifications are synchronized automatically, either on all wikis or just on specific, selected ones.''
To have a common access point, the messages are updated at '''[[{{NS:User}}:WikimediaNotifier/notifications]]''' ''(mirrored, any changes to this page will be overwritten; [[meta:Global_notifications/how-to#translation|use a separate page for translation]]);'' you can include this page<small>(s)</small> like a template wherever you want, let's say your village pump, with a description in your language!
Have a look on the '''[[meta:Global notifications/how-to|Frequently Asked Questions]]''' to see how it can fit your needs!
* <small>With '''[[meta:User:Pathoschild/Scripts/SynchCrosswiki|SynchCrosswiki]]''' there furthermore is an easy way to create or synchronize pages like user scripts on all wikis!</small>
</div>
<hr style="margin: 0;" />
''… it's for spreading information; and for a better cross-wiki communication & collaboration!''
}}<br />
{{User:WikimediaNotifier/template|
 topic = Commons: Picture of the Year 2008
|content = <div style="position: relative; margin-bottom: 6px;">
<span style="position: absolute; top: -38px; right: 42px; color: #BCBCBC;"><small class="GN-update_1">2009-04-19</small></span>
<div style="float: left; margin-right: 15px;">[[File:POTY_barnstar_1_2008.svg|85px|link=m:commons:Project:Picture_of_the_Year/2008]]</div>
The third annual '''[[m:commons:Project:Picture of the Year/2008/Voting|Picture of the Year Award]]''' on [[m:commons:Main_Page|Wikimedia Commons]] goes into its second (<u>final</u>) round!
{{:User:WikimediaNotifier/updated|
''The final voting round is running from April 19th to ''April 30th'' (23:59 UTC).''
Have a look on the '''[[m:commons:Project:Picture of the Year/2008/Finalists|finalists]]''' and select your favourite featured picture of 2008.}}
</div>
}}<br />
{{User:WikimediaNotifier/template|
 topic = GNU Free Documentation License 1.3
|content = <div style="position: relative; margin-bottom: 6px;">
<span style="position: absolute; top: -38px; right: 42px; color: #BCBCBC;"><small class="GN-update_5">2009-04-12</small></span>
<div style="float: left; margin-right: 10px;">[[File:CC-devnations.svg|70px|link=http://creativecommons.org/licenses/by-sa/3.0]]</div>
The [[meta:GNU Free Documentation License|GNU Free Documentation License]] has been released in [[w:en:GNU_Free_Documentation_License#Timeline|version 1.3]] by its responsible [[w:en:Free Software Foundation|Free Software Foundation]].<br />This is not least a result of a request by our [[wikimedia:Resolution:License_update|Board of Trustees]] in December 2007, trying to offer us a possibility to <u>also</u> license and share our wiki contents under the easier to use [[w:en:Creative_Commons_licenses#Original_licenses|Creative Commons CC-BY-SA]] (Attribution + ShareAlike) license.
The [[meta:Wikimedia Foundation|Wikimedia Foundation]] will soon organize a community wide referendum to decide whether our '''GNU FDL''' licensed wikis should be made availabe under the terms of this free and common '''CC-BY-SA''' license too, see [[w:en:Dual-licensing|dual-licensing]].
<div style="float: right;">[[File:CC-logo.svg|75px|link=http://creativecommons.org/licenses/by-sa/3.0]]</div>
See also a [[mailarchive:foundation-l/2008-November/046996.html|detailed summary]] for further reading.<sup class="plainlinks">([http://blog.wikimedia.org/2008/11/04/gnu-free-documentation-license-13-released/ source])</sup>
On [[meta:Licensing update|Meta]] you can find [[meta:Licensing_update/Questions_and_Answers|further information (FAQ)]] and can [[meta:Licensing update|discuss]] the licensing update process of our wikis.
{{:User:WikimediaNotifier/updated|'''A vote on [[meta:Licensing update|Meta]] is taking place from [[meta:Licensing update/Timeline|April 12, 2009]] to [[meta:Licensing update/Timeline|May 3, 2009]].'''}}
</div>
}}<br />
{{User:WikimediaNotifier/template|
 topic = Software news in brief
|content = <div style="position: relative; margin-bottom: 6px;">
<span style="position: absolute; top: -38px; right: 42px; color: #BCBCBC;"><small class="GN-update_3">2009-03-25</small></span>
<table><tr><td style="padding-right: 15px;" valign="top">[[File:Namespace MediaWiki.1.svg|100px|link=Special:Version]]<div style="font-size: smaller; text-align: center;">[http://techblog.wikimedia.org/ Technical Blog]</div></td>
<td style="font-size: smaller;">
{{:User:WikimediaNotifier/updated|1=<div style="margin: -3px 0 0;" />
* ''2009-03-25:'' <span class="plainlinks">The [[Special:Version|MediaWiki software]] with its [[Special:Version|extensions]] has been [http://www.mediawiki.org/w/index.php?title=Special:Code/MediaWiki/releasenotes&startrev=47458&endrev=48811&path=/trunk/phase3 updated] to SVN revision '''[http://www.mediawiki.org/w/index.php?title=Special:Code/MediaWiki/releasenotes&startrev=47458&endrev=48811&path=/trunk/phase3 48811]''' ([http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/RELEASE-NOTES?r1=47457&r2=48811 release notes]).</span><!--[[:mw:This week's updates]]-->
** ''Major new features:'' New [[:mw:Help:Magic_words|magic word]] <code><nowiki>{{</nowiki>[[:mw:Help:Magic_words#Technical_metadata|REVISIONUSER]]<nowiki>}}</nowiki></code>, new special page [[Special:GlobalGroupPermissions]] for [[Special:GlobalUsers|global users]]; [[:rev:48801|etc]].}}
* <span style="position: relative; margin-left: -20px; z-index: 9;">[[File:Stop bad orthography nuvola.svg|17px|link=w:en:Special:AbuseFilter]]</span> ''2009-03-17:'' The '''[[w:en:Special:AbuseFilter|AbuseFilter]]''' has also been activated for the English Wikipedia ''(Meta/dewiki: 2009-02-25)'' – the [[:mw:Extension:AbuseFilter|tool]] allows to automatically detect and/or prevent plain vandalism, spam and other pattern based changes.
* ''2009-03-16:'' [[BugZilla:17714|TIFF support]] on Commons, [[BugZilla:15842|file/image renaming]] available for SysOps (through the [{{:MediaWiki:Move}}] tab).
* ''2009-01-27:'' [[:mw:Extension:Collection|Collections]] will [[meta:Book tool/Schedule|soon]] be activated for all Wikimedia projects where they make sense, like currently for [http://blog.wikimedia.org/2009/01/27/wiki-to-print-feature-in-testing-in-the-german-wikipedia/ Wikibooks and the German Wikipedia] ''(2009-02-19: fr, pl, nl, pt, es, simple; en)'' – the extension lets your readers create PDF books to possibly order printed books. Use '''[http://pediapress.com/collection/ www.pediapress.com/collection]''' to create cross-wiki article collections of almost all wikis out there.
* ''2009-01-26:'' Wikimedia will [http://blog.wikimedia.org/2009/01/26/mozilla-and-wikimedia-join-forces-to-support-open-video/ improve Ogg Theora/Vorbis support] with the help of the Mozilla Foundation.
* ''2009-01-16:'' [[:mw:Extension:Drafts|Drafts]] are ready for [http://leuksman.com/log/2009/01/16/drafts-extension-enabled-on-test-wikipedia/ testing] – the extension makes backups of your unsaved edit sessions.
* ''2008-12-17:'' Some major Wikipedias now have [[:en:Wikipedia:Searching#Wikipedia_search|enhanced]] search functionalities ([http://en.wikipedia.org/wiki/Special:Search/Esperanto?search=Esperant*&fulltext=1 example]), all other wikis have to wait for [[bugzilla:16685#c0|better hardware]].
* ''2008-12-03:'' Wikipedia will become [http://blog.wikimedia.org/2008/12/03/improved-usability-in-our-future/ more user-friendly for new volunteer writers] ([http://blog.wikimedia.org/2009/01/21/a-note-on-the-wikipedia-usability-initiative/ current info]); see '''[[meta:Wikipedia Usability Initiative|Wikipedia Usability Initiative]]'''!
</td></tr></table>
</div>
}}<br />
{{User:WikimediaNotifier/template|
 topic = Wikimania 2009
|content = <div style="position: relative; margin-bottom: 6px;">
<span style="position: absolute; top: -38px; right: 42px; color: #BCBCBC;"><small>2009-02-24</small></span>
<div style="float: left; margin-right: 15px;">[[File:Wikimania.svg|50px|link=wm2009:Call_for_Participation]]</div>
'''Wikimania 2009''', this year's global event devoted to [[foundation:|Wikimedia]] projects around the globe, is accepting submissions for presentations, workshops, [[wm2009:Call_for_Participation#Types_of_Submissions|panels]], posters, [[w:en:Open_Space_Technology|open space]] [[w:en:Open-space_meeting|discussions]], and even artistic works related to the Wikimedia projects or free content topics in general. The conference will be held from '''August 26''' to '''28''' in [[w:en:Buenos Aires|Buenos Aires]], [[w:en:Argentina|Argentina]]!<br />For more information, check the official '''[[wm2009:Call for Participation|Call for Participation]]'''.
</div>
}}<br />
{{User:WikimediaNotifier/template|
 topic = Quality illustrations
|content = <div style="position: relative; margin-bottom: 6px;">
<span style="position: absolute; top: -38px; right: 42px; color: #BCBCBC;"><small>2009-01-26</small></span>
<div style="float: left; margin-right: 10px;">[[File:Great Wave off Kanagawa2.jpg|60px|link=m:Restoration.wikimedia.org]]</div>
Beside an [[meta:Philip Greenspun illustration project|elder project]] for the creation and improvement of illustrations, there is a [[meta:Restoration.wikimedia.org|new project]] to grow our encyclopedic image [[meta:Restoration.wikimedia.org|restoration community]]. It's to provide media restorers with the technical resources they need, and to reach out to all the archives in the world.
</div>
}}<br />
{{User:WikimediaNotifier/template|
 topic = Software localization
|content = <div style="position: relative; margin-bottom: 6px;">
<span style="position: absolute; top: -38px; right: 42px; color: #BCBCBC;"><small>2009-01-01</small></span>
<div style="float: left; margin-right: 5px;">[[Image:Traducción.png|70px|link=betawiki:Main_Page#What_is_Betawiki]]</div>
''The localization<!--user interface--> of {{SITENAME}}'s software <small>(MediaWiki)</small> and its extensions is an ongoing task, and you can help!''
''There are '''[[betawiki:Special:LanguageStats/{{CONTENTLANGUAGE}}|statistics]]''' about how much of the [[:mw:Localisation_statistics|core messages]] and [[betawiki:Translating:Group_statistics#Group_statistics|system messages in total]] have been translated so far.''
----
[[betawiki:Betawiki:Translator|Apply]], and '''help''' translating our software externally at [[betawiki:Main_Page#What_is_Betawiki|TranslateWiki.net]] <small>(='''Betawiki''', no Wikimedia project so far); have a look on the <span class="plainlinks">[http://translatewiki.net/wiki/Special:RecentChanges?namespace=8&trailer=/{{CONTENTLANGUAGE}} recent localization activity]</span> for <u>your language</u> [{{#language:{{CONTENTLANGUAGE}}}}].</small>
</div>
}}<br />
{{User:WikimediaNotifier/template|
 topic = Central Wikimedia help
|content = <div style="position: relative; margin-bottom: 6px;">
<span style="position: absolute; top: -38px; right: 42px; color: #BCBCBC;"><small>2008-12-24</small></span>
[[Image:Wikimedia Community Logo.svg|16px|link=m:Goings-on]] There is a proposal to share [[meta:Wikimedia Help|Wikimedia's help pages]] by centralizing and localizing them on [[meta:Wikimedia Help|Meta]] or a dedicated wiki.
</div>
}}<br />
{{User:WikimediaNotifier/template|
 topic = FlaggedRevs review feature
|content = <div style="position: relative; margin-bottom: 6px;">
<span style="position: absolute; top: -38px; right: 42px; color: #BCBCBC;"><small>2008-11-28</small></span>
<div style="float: left; margin-right: 15px;">[[Image:Artículo_bueno.svg|115px|link=m:FlaggedRevs]]</div>
Beside the elder [[:mw:Help:Patrolled_edits|Patroller extension]] for patrolling recent changes and new pages, there is a highly configurable [[meta:MediaWiki|MediaWiki]] extension, called [[:mw:Extension:FlaggedRevs|FlaggedRevs]].
'''FlaggedRevs''' – being already enabled on [[meta:FlaggedRevs|several Wikimedia wikis]] – is a toolset for transparent and ensured article <u>patrolling</u> and/or for reliable <u>quality</u> assurance by specifying certain accurate article revisions that are shown to the public by default. Those stable article versions are identified in a release process by a trustable editorial staff and/or get approved by a reviewing expert staff. It is even possible to mark (tag) revisions of selected articles for different purposes, let's say for an article validation aiming on a print edition. Furthermore, there is the possibility to let your readers give you evaluative feedbacks.
FlaggedRevs will make your wiki more reliable and thus more reputable over the time!
Have a look on [[meta:FlaggedRevs|Meta's description]], the [[:mw:Extension:FlaggedRevs|technical description]] and the '''[[mailarchive:wikipedia-l/2008-June/030575.html|guidance for requesting FlaggedRevs]]'''!
</div>
}}<br />
{{User:WikimediaNotifier/template|
 topic = Interlanguage links
|content = <div style="position: relative; margin-bottom: 6px;">
<span style="position: absolute; top: -38px; right: 42px; color: #BCBCBC;"><small>2008-11-02</small></span>
<div style="float: left; margin-right: 10px;"></div>
Beside the ongoing discussion about introducing an [[meta:A_newer_look_at_the_interlanguage_link|interlanguage extension]] on Wikimedia projects to improve and centralize interwiki linking, an attempt to centralize the discussion about [[meta:Interwiki_synchronization|interlanguage link conflicts]] has been set up.
</div>
}}<br />
{{User:WikimediaNotifier/template|
 topic = Global bots
|content = <div style="position: relative; margin-bottom: 6px;">
<span style="position: absolute; top: -38px; right: 42px; color: #BCBCBC;"><small>2008-11-01</small></span>
<div style="float: left; margin-right: 10px;">[[Image:Bot Bienvenido.png|110px|link=m:Bot_policy/Implementation#Where_it_is_policy]]</div>
On [[meta:Steward_requests/Bot_status#Global_bot_requests|Meta]], a bot account now can get a bot flag for all wikis that allow [[meta:Bot_policy#Global_bots|global bots]]!<br />To be able to run also on your {{SITENAME}}, the community has to <u>explicitly permit</u> global bots by local policy, '''[[meta:Bot_policy/Implementation#Where_it_is_policy|see list]]'''.
''To qualify for global bot access, the following requirements must be met by a bot:''
:::::# it must only maintain <u>interlanguage links</u> or fix <u>double-redirects</u>
:::::# it must already be <u>active on several wikis</u>, with <u>long-term</u> contributions to back up its <u>trustworthiness</u><br />
</div>
}}
|
#[[{{User:WikimediaNotifier/translation}}#Translation of the Week|Translation of the Week]]
#[[{{User:WikimediaNotifier/translation}}#Commons: Picture of the Year 2008|Commons: Picture of the Year 2008]]
#[[{{User:WikimediaNotifier/translation}}#GNU Free Documentation License 1.3|GNU Free Documentation License 1.3]]
#[[{{User:WikimediaNotifier/translation}}#The Wiktionary logo dilemma|The Wiktionary logo dilemma]]
#[[{{User:WikimediaNotifier/translation}}#Software news in brief|Software news in brief]]
#[[{{User:WikimediaNotifier/translation}}#Wikimania 2009|Wikimania 2009]]
#[[{{User:WikimediaNotifier/translation}}#Quality illustrations|Quality illustrations]]
#[[{{User:WikimediaNotifier/translation}}#Software localization|Software localization]]
#[[{{User:WikimediaNotifier/translation}}#Central Wikimedia help|Central Wikimedia help]]
#[[{{User:WikimediaNotifier/translation}}#FlaggedRevs review feature|FlaggedRevs review feature]]
#[[{{User:WikimediaNotifier/translation}}#Wikipedia globe logo|Wikipedia globe logo]]
#[[{{User:WikimediaNotifier/translation}}#Interlanguage links|Interlanguage links]]
#[[{{User:WikimediaNotifier/translation}}#Global bots|Global bots]]
}}
</div>
      ceo8nyvnkc7m9g04hwfv2pdmbb0awru
    
  
  
    Defnyddiwr:Kwj2772/monobook.js
    2
    1945
    
      4977
      3496
      2021-02-04T23:23:06Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4977
      javascript
      text/javascript
      /*Global javascript*/
mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Kwj2772/remote.js&action=raw&ctype=text/javascript');
      6qoblfbclwx9c8zlf784b4brptfurt6
    
  
  
    Sgwrs Defnyddiwr:Ahonc
    3
    1948
    
      3502
      2008-11-03T02:16:48Z
      
        Pathoschild
        32
      
      
      linked to global user talk page ([[m:User:Pathoschild/Scripts/SynchCrosswiki|requested]])
      3502
      wikitext
      text/x-wiki
      '''''Please leave comments [[w:uk:User talk:Ahonc|here]] or [[commons:User talk:Ahonc|here]].'''''
      qxwpo8xry9wh2d609avpqlidy87mjfk
    
  
  
    Defnyddiwr:Dovi
    2
    1951
    
      3507
      2008-11-04T03:50:18Z
      
        Pathoschild
        32
      
      
      global user page ([[m:User:Pathoschild/Scripts/SynchCrosswiki|requested]])
      3507
      wikitext
      text/x-wiki
      ==English==
*'''[[m:s:User:Dovi|My user page at English Wikisource]] · [[m:s:User talk:Dovi|English Wikisource talk page]]'''
*'''[[m:w:User:Dovi|My user page at English Wikipedia]] · [[m:w:User talk:Dovi|English Wikipedia talk page]]'''
*'''But I'm most active at Hebrew Wikisource (see below).'''
 
== Hebrew · עברית==
*'''[[m:s:he:User:Dovi|Hebrew Wikisource user page]] · [[m:s:he:User talk:Dovi|Hebrew Wikisource talk page]]'''
*'''[[m:s:he:User:Dovi|דף המשתמש שלי בעברית]] · [[m:s:he:User talk:Dovi|דף השיחה שלי בעברית]]'''
      mtgm6bcjyz0x0eyfnfprnejw8vuza04
    
  
  
    Defnyddiwr:MF-Warburg/monobook.js
    2
    1952
    
      4979
      3511
      2021-02-04T23:23:26Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4979
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:MF-Warburg/global.js&action=raw&ctype=text/javascript');
      hcl9zzsf4l4u5t1wcdoyvou3hou6zhg
    
  
  
    Defnyddiwr:WikimediaNotifier/google
    2
    1953
    
      3513
      2008-11-05T23:44:18Z
      
        WikimediaNotifier
        215
      
      
      .
      3513
      wikitext
      text/x-wiki
      
      phoiac9h4m842xq45sp7s6u21eteeq1
    
  
  
    Defnyddiwr:WikimediaNotifier/babelfish
    2
    1954
    
      3514
      2008-11-06T03:12:02Z
      
        WikimediaNotifier
        215
      
      
      .
      3514
      wikitext
      text/x-wiki
      
      phoiac9h4m842xq45sp7s6u21eteeq1
    
  
  
    Defnyddiwr:WikimediaNotifier/translate
    2
    1955
    
      3518
      3515
      2008-11-10T09:30:23Z
      
        WikimediaNotifier
        215
      
      
      3518
      wikitext
      text/x-wiki
      <div style="margin-top: -19px; text-align: center;"><small><span title="Traduko">Machine translation</span>: '''[[m:Global_notifications/machine_translation#{{CONTENTLANGUAGE}}|Service List]]''' – '''[[{{#ifeq:{{User:WikimediaNotifier/translation}}|User:WikimediaNotifier/notifications|User:WikimediaNotifier/translation|{{User:WikimediaNotifier/translation}}}}|Local Translation Page]]'''| <span title="Esperanto">[http://traduku.net/cgi-bin/elitrad/elitrad?en_eo&u=meta.wikimedia.org/wiki/Global_notifications traduku]</span></small></div>
      kddm6yrt3b4zzowrbb64r2dqua1iop1
    
  
  
    Defnyddiwr:WikimediaNotifier/translation
    2
    1956
    
      3517
      2008-11-09T10:36:16Z
      
        WikimediaNotifier
        215
      
      
      .
      3517
      wikitext
      text/x-wiki
      User:WikimediaNotifier/notifications<noinclude>
;Here you can add the title of a translation page for [[User:WikimediaNotifier/notifications]]
</noinclude>
      e65omq99a88pxmryxynlj0pc1kglypq
    
  
  
    Defnyddiwr:Cometstyles/monobook.js
    2
    1957
    
      4963
      3521
      2021-02-04T23:20:46Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4963
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Cometstyles/global.js&action=raw&ctype=text/javascript');
      eizeov0rcb6zuf4uw4lmvc7c4t36e60
    
  
  
    Defnyddiwr:Melancholie/mmA
    2
    1958
    
      3523
      2008-11-12T12:07:45Z
      
        Melancholie
        222
      
      
      Preparation for [[Project:Most missed articles]]; see [[de:wikt:Wiktionary:Statistik/Suchanfragen]]/[[w:en:Wikipedia:Most missed articles]]!
      3523
      wikitext
      text/x-wiki
      '''{{{1}}}''' requests per day: [[{{{2}}}]] <sup>([[Arbennig:Search/{{{2}}}|?]]/[[google:"{{{3|{{{2}}}}}}"|g]]{{{4|}}})</sup>
      gmb84j2e4t8t7uzh1erb6zosz87ouje
    
  
  
    Defnyddiwr:Melancholie/mmA blacklist
    2
    1959
    
      3525
      2008-11-12T15:23:12Z
      
        Melancholie
        222
      
      
      Preparation for [[Project:Most missed articles]]; see [[de:wikt:Wiktionary:Statistik/Suchanfragen]]/[[w:en:Wikipedia:Most missed articles]]!
      3525
      wikitext
      text/x-wiki
      __NOINDEX__
<span style="color: #ba0000;">Requests</span> that shall not be shown at '''[[Wicillyfrau:Most missed articles]]''' ''(spam, nonsense, useless stuff)'' have to be listed [<code><nowiki><li></nowiki></code>] below:
* Your title here
* like this
      i06tj75vju5kie3l8etwhzh6edwu1hr
    
  
  
    Defnyddiwr:Lar
    2
    1960
    
      3530
      2008-11-21T06:39:44Z
      
        Pathoschild
        32
      
      
      global user page ([[m:User:Pathoschild/Scripts/SynchCrosswiki|requested]])
      3530
      wikitext
      text/x-wiki
      {|
|-
|valign="top"|
Hi. I am Larry Pieniazek, user Lar on the English Wikipedia. See my page ([[m:en:user:Lar|user:Lar]]) there for more information about me and see [[m:User:Lar/WikiMatrix|my WikiMatrix]] on meta for info about my other accounts.  For best results, leave messages on my talk page ([[m:en:user talk:Lar|user talk:Lar]]) on the English Wikipedia, or on my talk page at Meta ([[m:user talk:Lar|user talk:Lar]]), as I may not see them here. Thanks!
<div style="border:1px solid #000; margin:0 1em 0 1em; padding:10px; clear:both; background:#FF9;">
I am a [[m:Stewards|steward]] ([{{fullurl:m:Stewards/elections 2007/statements/Lar}} my request], [{{fullurl:m:Special:Listusers|limit=1&username=Lar}} verify], [{{fullurl:m:Special:Log|type=rights&page=User:lar}} rights log]) here and at all WMF projects. If I can be of any assistance please do not hesitate to ask. 
Please remember that, [[m:Steward policies|per policy]], stewards do not take sides in disputes, do not decide matters for themselves (instead they seek to understand community consensus), and do not act when local processes exist and provide for a mechanism for the action. Please use the defined pages (such as [[m:Steward requests/Permissions]], [[m:Steward requests/Bot status]], or [[m:Steward requests/Checkuser]]) rather than direct requests, wherever possible. Note: while I do carry out cross wiki checkuser requests regularly, per steward policy and practice I will not act as a steward on my home wikis (en:wp, en:ws, commons, meta) at all, except in exceedingly rare, emergency circumstances.
If the matter involves a need for discretion please feel free to email me using my email link, and note that you consider the matter private.
</div>
|
{| style="width:242px; border:1px solid #99B3FF;"
| align="center" | '''[[m:en:Wikipedia:Babel|Babel]]'''
|- 
| {{user cy-0}}
|-
| {{user en}}
|-
| {{user de-1}}
|}
|}
      26p7lrr31od8cw9d762l3tma3nuqkgd
    
  
  
    Defnyddiwr:Erwin/monobook.js
    2
    1961
    
      4966
      3532
      2021-02-04T23:21:16Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4966
      javascript
      text/javascript
      // [[:m:User:Erwin/global.js]]
mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Erwin/global.js&action=raw&ctype=text/javascript');
      281bkaieaosxcl4smmex56z22y3ma9c
    
  
  
    Defnyddiwr:Nikkis
    2
    1962
    
      3535
      2008-12-20T15:22:42Z
      
        Nikkis
        208
      
      new
      3535
      wikitext
      text/x-wiki
      {| style="background:#FFFFFF;" 
|width=75% valign="top" | 
<big><center><span class="hintergrundfarbe5"> 
'''Dieser Benutzer spricht Deutsch'''
</span></center></big> 
<big><center><span class="hintergrundfarbe5"> 
'''This user speaks English'''
<big><center><span class="hintergrundfarbe5"> 
'''Cet utilisateur parle français'''
<big><center><span class="hintergrundfarbe5"> 
'''Hic usuarius simplici Latinitate contribuere potest'''
{| style="background:#E8E8E8;"
|width=75% valign="top" |
'''Home wiki: [[w:de:Wikipedia:Hauptseite|German-language edition of Wikipedia]]'''
== International projects ==
<div class="inhalt" align="center">
<span style="white-space:nowrap;"><span class="icon">[[Image:Wikimedia-logo.svg|20px]] </span>[[m:User:Nikkis|Meta-Wiki]] – Wikimedia project coordination    </span>
<span style="white-space:nowrap;"><span class="icon">[[Image:Commons-logo.svg|18px]] </span>[[commons:User:Nikkis|Commons]] – Media repository    </span>
<span style="white-space:nowrap;"><span class="icon">[[Image:Wikispecies-logo-en.png|20px]] </span>[[wikispecies:User:Nikkis|Wikispecies]] – Directory of species    </span>
</div>
== Sister projects ==
<div class="inhalt" align="center">
<span style="white-space:nowrap;"><span class="icon">[[Image:Wikipedia-logo.png|20px]] </span>[[w:User:Nikkis|Wikipedia]] – Encyclopedia    </span>
<span style="white-space:nowrap;"><span class="icon">[[Image:Wiktionary-ico-de.png|20px]] </span>[[wikt:User:Nikkis|Wiktionary]] – Dictionary    </span>
<span style="white-space:nowrap;"><span 
class="icon">[[Image:Wikiquote-logo.svg|20px]] </span>[[q:User:Nikkis|Wikiquote]] – Collection of quotations    </span>
<span style="white-space:nowrap;"><span 
class="icon">[[Image:Wikisource-logo.svg|20px]] </span>[[s:User:Nikkis|Wikisource]] – Free-content library    </span>
<span style="white-space:nowrap;"> 
</span>
</div>
== Wikibooks in other languages ==
<div class="inhalt" align="center">
<span style="white-space:nowrap;"> [[Image:Wikibooks-logo.svg|100px|Wikibooks]]<br> 
[[:af:User:Nikkis|Afrikaans]]     </span>
[[:ang:User:Nikkis|Anglo-Saxon]]     </span>
[[:ar:User:Nikkis|العربية]]     </span>
[[:ast:User:Nikkis|Asturianu]]     </span>
[[:az:User:Nikkis|Azərbaycan]]     </span>
[[:be:User:Nikkis|Беларуская]]     </span>
[[:bg:User:Nikkis|Български]]     </span>
[[:bn:User:Nikkis|বাংলা]]     </span>
[[:bs:User:Nikkis|Bosanski]]     </span>
[[:ca:User:Nikkis|Català]]     </span>
[[:co:User:Nikkis|Corsu]]     </span>
[[:cs:User:Nikkis|Česky]]     </span>
[[:cv:User:Nikkis|Чăвашла]]     </span>
[[:cy:User:Nikkis|Cymraeg]]     </span>
[[:da:User:Nikkis|Dansk]]     </span>
[[:de:User:Nikkis|Deutsch]]     </span>
[[:el:User:Nikkis|Ελληνικά]]     </span>
[[:en:User:Nikkis|English]]     </span>
[[:eo:User:Nikkis|Esperanto]]     </span>
[[:es:User:Nikkis|Español]]     </span>
[[:et:User:Nikkis|Eesti]]     </span>
[[:eu:User:Nikkis|Euskara]]     </span>
[[:fa:User:Nikkis|فارسی]]     </span>
[[:fi:User:Nikkis|Suomi]]     </span>
[[:fr:User:Nikkis|Français]]     </span>
[[:fy:User:Nikkis|Frysk]]     </span>
[[:gl:User:Nikkis|Galego]]     </span>
[[:he:User:Nikkis|עברית]]     </span>
[[:hi:User:Nikkis|हिन्दी]]     </span>
[[:hr:User:Nikkis|Hrvatski]]     </span>
[[:hu:User:Nikkis|Magyar]]     </span>
[[:hy:User:Nikkis|Հայերեն]]     </span>
[[:ia:User:Nikkis|Interlingua]]     </span>
[[:id:User:Nikkis|Bahasa Indonesia]]     </span>
[[:ie:User:Nikkis|Interlingue]]     </span>
[[:is:User:Nikkis|Íslenska]]     </span>
[[:it:User:Nikkis|Italiano]]     </span>
[[:ja:User:Nikkis|日本語]]     </span>
[[:ka:User:Nikkis|ქართული]]     </span>
[[:kk:User:Nikkis|Қазақша]]     </span>
[[:km:User:Nikkis|ភាសាខ្មែរ]]     </span>
[[:kn:User:Nikkis|ಕನ್ನಡ]]     </span>
[[:ko:User:Nikkis|한국어]]     </span>
[[:ku:User:Nikkis|Kurdî / كوردی]]     </span>
[[:ky:User:Nikkis|Кыргызча]]     </span>
[[:la:User:Nikkis|Latina]]     </span>
[[:lb:User:Nikkis|Lëtzebuergesch]]     </span>
[[:lt:User:Nikkis|Lietuvių]]     </span>
[[:lv:User:Nikkis|Latviešu]]     </span>
[[:mg:User:Nikkis|Malagasy]]     </span>
[[:mk:User:Nikkis|Македонски]]     </span>
[[:ml:User:Nikkis|മലയാളം]]     </span>
[[:mn:User:Nikkis|Монгол]]     </span>
[[:mr:User:Nikkis|मराठी]]     </span>
[[:ms:User:Nikkis|Bahasa Melayu]]     </span>
[[:na:User:Nikkis|Dorerin Naoero]]     </span>
[[:nds:User:Nikkis|Plattdüütsch]]     </span>
[[:ne:User:Nikkis|नेपाली]]     </span>
[[:nl:User:Nikkis|Nederlands]]     </span>
[[:no:User:Nikkis|Norsk (bokmål)]]     </span>
[[:oc:User:Nikkis|Occitan]]     </span>
[[:pa:User:Nikkis|ਪੰਜਾਬੀ]]     </span>
[[:pl:User:Nikkis|Polski]]     </span>
[[:ps:User:Nikkis|پښتو]]     </span>
[[:pt:User:Nikkis|Português]]     </span>
[[:ro:User:Nikkis|Română]]     </span>
[[:sa:User:Nikkis|संस्कृत]]     </span>
[[:si:User:Nikkis|සිංහල]]     </span>
[[:simple:User:Nikkis|Simple English]]     </span>
[[:sk:User:Nikkis|Slovenčina]]     </span>
[[:sl:User:Nikkis|Slovenščina]]     </span>
[[:sq:User:Nikkis|Shqip]]     </span>
[[:sr:User:Nikkis|Српски / Srpski]]     </span>
[[:su:User:Nikkis|Basa Sunda]]     </span>
[[:sv:User:Nikkis|Svenska]]     </span>
[[:sw:User:Nikkis|Kiswahili]]     </span>
[[:ta:User:Nikkis|தமிழ்]]     </span>
[[:te:User:Nikkis|తెలుగు]]     </span>
[[:tg:User:Nikkis|Тоҷикӣ]]     </span>
[[:th:User:Nikkis|ไทย]]     </span>
[[:tk:User:Nikkis|Türkmen]]     </span>
[[:tl:User:Nikkis|Tagalog]]     </span>
[[:tr:User:Nikkis|Türkçe]]     </span>
[[:tt:User:Nikkis|Tatarça/Татарча]]     </span>
[[:uk:User:Nikkis|Українська]]     </span>
[[:ur:User:Nikkis|اردو]]     </span>
[[:uz:User:Nikkis|O'zbek]]     </span>
[[:vi:User:Nikkis|Tiếng Việt]]     </span>
[[:vo:User:Nikkis|Volapük]]     </span>
[[:wa:User:Nikkis|Walon]]     </span>
[[:xh:User:Nikkis|isiXhosa]]     </span>
[[:za:User:Nikkis|(Cuengh)]]     </span>
[[:zh:User:Nikkis|中文]]     </span>
[[:zh-min-nan:User:Nikkis|Bân-lâm-gú]]     </span>
[[:zu:User:Nikkis|isiZulu]]     </span>
</span>
<br>
----
‣ ''[[m:User:Nikkis|Overview]]''
      48b94px14dm87eeuzowpzxwocmf1s8n
    
  
  
    Defnyddiwr:Charitwo/monobook.css
    2
    1964
    
      3550
      2009-02-09T03:17:14Z
      
        Pathoschild
        32
      
      
      global CSS ([[m:User:Pathoschild/Scripts/SynchCrosswiki|requested]])
      3550
      css
      text/css
      @import url('http://meta.wikimedia.org/w/index.php?title=User:Charitwo/global.css&action=raw&ctype=text/css');
      55k1dpu4q7mps38uh30m4irteygvs1y
    
  
  
    Defnyddiwr:Mardetanha/monobook.js
    2
    1965
    
      4981
      3553
      2021-02-04T23:23:46Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4981
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Mardetanha/remote.js&action=raw&ctype=text/javascript');
      mil054uwnua7soaktk866fhhux9c3ib
    
  
  
    Defnyddiwr:Kylu/monobook.js
    2
    1967
    
      4978
      3558
      2021-02-04T23:23:16Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4978
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Kylu/global.js&action=raw&ctype=text/javascript');
      glpx16mn8jhef7kbbu44p73wosurg5v
    
  
  
    Defnyddiwr:Kylu/monobook.css
    2
    1968
    
      3559
      2009-02-22T05:16:03Z
      
        Pathoschild
        32
      
      
      + global CSS ([[m:User:Pathoschild/Scripts/SynchCrosswiki|requested]])
      3559
      css
      text/css
      @import url('http://meta.wikimedia.org/w/index.php?title=User:Kylu/global.css&action=raw&ctype=text/css');
      0n1rjfnphb690oojldgxhzxkdqo9vwb
    
  
  
    Defnyddiwr:WikimediaNotifier/updated
    2
    1972
    
      3566
      2009-03-17T14:28:39Z
      
        WikimediaNotifier
        215
      
      
      .
      3566
      wikitext
      text/x-wiki
      {| class="TablePager" style="border-color: #8FAACC !important; min-width: 0 !important;"
|-
| style="border-color: #8FAACC !important;" | {{{1}}}
|}
      6civ2nd5r2qn7hd51fhz7e4at7m46fe
    
  
  
    Defnyddiwr:Finnrind
    2
    1974
    
      3569
      2009-03-19T22:35:39Z
      
        Finnrind
        269
      
      Crewyd tudalen newydd yn dechrau gyda '[[meta:user:finnrind]]'
      3569
      wikitext
      text/x-wiki
      [[meta:user:finnrind]]
      arj3b4duqsu5a54hk2hpf9w40bn7tk3
    
  
  
    Defnyddiwr:Kanonkas/monobook.js
    2
    1975
    
      4973
      3570
      2021-02-04T23:22:26Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4973
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Kanonkas/global.js&action=raw&ctype=text/javascript');
      4cv0noyekhcpehdppxxcij6c7um4agq
    
  
  
    Defnyddiwr:VolkovBot
    2
    1976
    
      3573
      2009-04-03T08:14:19Z
      
        VolkovBot
        276
      
      info
      3573
      wikitext
      text/x-wiki
      * Botmaster: [[:w:ru:User:Volkov]] ([[:w:ru:User talk:Volkov|talk]])
[[ru:User:VolkovBot]]
      t6xwjrpcro4wq8rdbyb03auvgczyxjd
    
  
  
    Sgwrs Defnyddiwr:VolkovBot
    3
    1977
    
      3574
      2009-04-03T08:14:29Z
      
        VolkovBot
        276
      
      info
      3574
      wikitext
      text/x-wiki
      To leave a message, please use [[:w:ru:User talk:VolkovBot]]
      6v0394ft8vflguenmh26milbufuy8d9
    
  
  
    Defnyddiwr:Muro de Aguas/monobook.js
    2
    1978
    
      4984
      3577
      2021-02-04T23:24:16Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4984
      javascript
      text/javascript
      mw.loader.load('https://es.wikipedia.org/w/index.php?title=Usuario:Muro_de_Aguas/monobook-global.js&action=raw&ctype=text/javascript');
      kvfip5ihd4blbx19k3odgxwftocsn7q
    
  
  
    Defnyddiwr:Finnrind/monobook.js
    2
    1980
    
      4968
      3579
      2021-02-04T23:21:36Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4968
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Finnrind/global.js&action=raw&ctype=text/javascript');
      aregtndqm7659aw4tkxjs045t4t02kr
    
  
  
    Defnyddiwr:Ivocamp96/monobook.css
    2
    1981
    
      3580
      2009-04-13T00:29:39Z
      
        Pathoschild
        32
      
      
      global CSS ([[m:User:Pathoschild/Scripts/SynchCrosswiki|requested]])
      3580
      css
      text/css
      @import url('http://meta.wikimedia.org/w/index.php?title=User:Ivocamp96/global.css&action=raw&ctype=text/css');
      43zz4399kfzdtq5gwbhe90mev7nv24x
    
  
  
    Defnyddiwr:Techman224
    2
    1983
    
      3582
      2009-04-17T22:34:18Z
      
        Pathoschild
        32
      
      
      linked to main user page ([[m:User:Pathoschild/Scripts/SynchCrosswiki|requested]])
      3582
      wikitext
      text/x-wiki
      See [[w:en:User:Techman224]].
      3ama84ba3beiyv429pajahjjtr25q9w
    
  
  
    Defnyddiwr:Str4nd/monobook.js
    2
    1984
    
      4991
      3583
      2021-02-04T23:25:26Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4991
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Str4nd/global.js&action=raw&ctype=text/javascript');
      f6w1cqkn1ajvdewd17hlypbjpskxd9v
    
  
  
    Defnyddiwr:Kuvaly/monobook.js
    2
    1985
    
      4974
      3584
      2021-02-04T23:22:36Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4974
      javascript
      text/javascript
      mw.loader.load('https://cs.wikipedia.org/w/index.php?title=User:Kuvaly/global.js&action=raw&ctype=text/javascript');
      lpm0f7l9tjqvfb8xarwkwe3ozc36okp
    
  
  
    Defnyddiwr:Juliancolton/monobook.js
    2
    1986
    
      4972
      3585
      2021-02-04T23:22:16Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4972
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Juliancolton/global.js&action=raw&ctype=text/javascript');
      bpw2xvtfjtf62b9deio5bl6atijiev1
    
  
  
    Defnyddiwr:Mercy
    2
    1987
    
      3587
      2009-05-21T17:07:30Z
      
        Mercy
        277
      
      Crewyd tudalen newydd yn dechrau gyda '[[meta:user:Mercy]]'
      3587
      wikitext
      text/x-wiki
      [[meta:user:Mercy]]
      qs5j55ls1svle11xqayad9ozm2xr394
    
  
  
    Nodyn:Softredirect
    10
    1988
    
      4665
      4664
      2015-10-22T21:14:12Z
      
        Gangleri
        7
      
      improuved to [[:{{{1}}}|{{{2|{{{1}}}}}}]] using [[m:Soft redirect]]|soft redirect - added BiDi safety - LANG="en" dir="ltr"
      4665
      wikitext
      text/x-wiki
      [[Image:Redirectltr.png|#REDIRECT ]]<span class="redirectText" id="softredirect">[[:{{{1}}}|{{{2|{{{1}}}}}}]]</span><br /><span style="font-size:85%; padding-left:52px;" LANG="en" dir="ltr" >This page is a [[m:Soft redirect|soft redirect]].</span>
      1ck76o1bo02hg51p6ohu2xow0xkifnl
    
  
  
    Defnyddiwr:Emijrp
    2
    1989
    
      3589
      2009-06-26T18:41:53Z
      
        Emijrp
        304
      
      
      {{Softredirect|w:es:User:Emijrp}}
      3589
      wikitext
      text/x-wiki
      {{Softredirect|w:es:User:Emijrp}}
      htl6hidrekuj4ax21ky2e2seisrkzoa
    
  
  
    Sgwrs Defnyddiwr:Emijrp
    3
    1990
    
      3590
      2009-06-26T18:41:58Z
      
        Emijrp
        304
      
      
      {{Softredirect|w:es:User:Emijrp}}
      3590
      wikitext
      text/x-wiki
      {{Softredirect|w:es:User:Emijrp}}
      htl6hidrekuj4ax21ky2e2seisrkzoa
    
  
  
    Defnyddiwr:Rift~cywikibooks
    2
    1991
    
      4621
      3591
      2015-04-16T22:42:56Z
      
        Maintenance script
        1359
      
      
      Symudodd Maintenance script y dudalen [[Defnyddiwr:Rift]] i [[Defnyddiwr:Rift~cywikibooks]] heb adael dolen ailgyfeirio: Automatically moved page while renaming the user "[[Special:CentralAuth/Rift|Rift]]" to "[[Special:CentralAuth/Rift~cywikibooks|Rif...
      4621
      wikitext
      text/x-wiki
      [[Image:Mind-the-gap.jpg|800px|center]]
[[sv:Anv%C3%A4ndare:Rift]]
      jbp9h8rw1u1ogl0t3kvouh1wcry7l50
    
  
  
    Defnyddiwr:Bff
    2
    1992
    
      3592
      2009-07-20T15:38:15Z
      
        Bff
        315
      
      Crewyd tudalen newydd yn dechrau gyda '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> {| align=right style="background-color:#BBC983; line-height:90%; border-style:ridge; border-width...'
      3592
      wikitext
      text/x-wiki
      <br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
{| align=right style="background-color:#BBC983; line-height:90%; border-style:ridge; border-width:3px; border-color:#BBC983;"
|-
||
<div align=right style="font-size:12px; color:#271836">
NUMBEROFPAGES = '''{{NUMBEROFPAGES}}'''<br />
NUMBEROFARTICLES = '''{{NUMBEROFARTICLES}}'''<br />
NUMBEROFFILES = {{NUMBEROFFILES}}<br />
NUMBEROFEDITS = '''{{NUMBEROFEDITS}}'''<br />
NUMBEROFVIEWS = {{NUMBEROFVIEWS}}<br />
NUMBEROFUSERS = {{NUMBEROFUSERS}}<br />
NUMBEROFACTIVEUSERS = '''{{NUMBEROFACTIVEUSERS}}'''<br />
NUMBERINGROUP:bot = {{NUMBERINGROUP:bot}}<br />
NUMBERINGROUP:sysop = '''{{NUMBERINGROUP:sysop}}'''<br />
NUMBERINGROUP:bureaucrat = '''{{NUMBERINGROUP:bureaucrat}}'''
</div>
|}
      klcy481wlxi1qytpxwgz5q4pq1r865y
    
  
  
    Defnyddiwr:Nagy
    2
    1993
    
      3593
      2009-09-01T19:23:55Z
      
        Pathoschild
        32
      
      
      global user page ([[m:User:Pathoschild/Scripts/SynchCrosswiki|requested]])
      3593
      wikitext
      text/x-wiki
       <center><span class="plainlinks">[[m:User:Nagy|Nagy]] ([[m:User talk:Nagy|Discussion]] • [[Special:Contributions/Nagy|Contributions]])</span></center>
      jm13tp2yyyvjs4r49fzf8ozinhvuqym
    
  
  
    Defnyddiwr:Beany/monobook.js
    2
    1995
    
      4962
      3595
      2021-02-04T23:20:36Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4962
      javascript
      text/javascript
      mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Beany/global.js&action=raw&ctype=text/javascript');
      fed6kskn3lr333dbcg4lli2v9q1mg74
    
  
  
    Defnyddiwr:Kved/monobook.js
    2
    1996
    
      4976
      3596
      2021-02-04T23:22:56Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4976
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Kved/global.js&action=raw&ctype=text/javascript');
      4o67ggi2vtz3abh8jpin7db9v2rpd8k
    
  
  
    Defnyddiwr:Anonymous Dissident
    2
    1998
    
      3598
      2009-09-13T04:20:46Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/SynchCrosswiki|requested]])
      3598
      wikitext
      text/x-wiki
      [[m:User:Anonymous Dissident|Meta]] | [[m:User:Anonymous Dissident/Matrix|Matrix]]<br />
----
'''Anonymous Dissident''' (''none'') — [[Special:Contributions/Anonymous Dissident|edits]], [[User talk:Anonymous Dissident|talk]], [[Special:PrefixIndex/User:Anonymous_Dissident/|subpages]]
----
{{#time: H:i:s, j F Y }}.<br />
{{NUMBEROFARTICLES}} content pages.<br />
{{NUMBEROFUSERS}} users.<br />
{{NUMBEROFEDITS}} edits.
----
      9ma7n2a5na8g0erjm7d07qf1itjb36g
    
  
  
    Defnyddiwr:Gaudio
    2
    2000
    
      3603
      2009-11-02T19:04:05Z
      
        Gaudio
        350
      
      Crewyd tudalen newydd yn dechrau gyda '[[meta:User:Gaudio]]'
      3603
      wikitext
      text/x-wiki
      [[meta:User:Gaudio]]
      mr6vnvladoz3xj8fgm9hne0a55m2dnh
    
  
  
    Defnyddiwr:Carsrac
    2
    2001
    
      3669
      3609
      2010-06-04T12:29:51Z
      
        CarsracBot
        362
      
      
      robot yn ychwanegu: [[tl:Tagagamit:Carsrac]]
      3669
      wikitext
      text/x-wiki
      I am a dutch user with a [[user:CarsracBot|bot]].
[[gd:User:Carsrac]]
[[af:Gebruiker:Carsrac]]
[[ang:User:Carsrac]]
[[de:Benutzer:Carsrac]]
[[en:User:Carsrac]]
[[es:Usuario:Carsrac]]
[[fr:Utilisateur:Carsrac]]
[[fy:Meidogger:Carsrac]]
[[it:Utente:Carsrac]]
[[nl:Gebruiker:Carsrac]]
[[pa:ਮੈਂਬਰ:Carsrac]]
[[pl:Wikipedysta:Carsrac]]
[[ro:Utilizator:Carsrac]]
[[th:ผู้ใช้:Carsrac]]
[[tl:Tagagamit:Carsrac]]
[[zh:User:Carsrac]]
      gdpcq4prkc9zvfj308e7bxhjitqd72h
    
  
  
    Defnyddiwr:CarsracBot
    2
    2002
    
      3608
      3605
      2009-11-29T11:34:40Z
      
        CarsracBot
        362
      
      
      robot yn ychwanegu: bg, de, en, es, fa, fr, fy, it, nl, pa, pl, ro, ru, simple, th, tl, zh
      3608
      wikitext
      text/x-wiki
      Bureaucracy => '''[[Special:Makebot/CarsracBot]]''' / '''[[meta:Steward_requests/Bot_status]]'''
*User:CarsracBot is a pure <u>interwiki bot</u>, using PyWikipedia framework!
*User:CarsracBot is operated from <u>medium-sized</u> Wikipedias <small>(like li, zea, als, yo)</small>
*User:CarsracBot is <u>flagged on several wikis</u>, see '''[[:nl:user:CarsracBot|that list]]'''...
----
----
[[bat-smg:Nauduotuos:CarsracBot]]
[[bcl:Paragamit:CarsracBot]]
[[cbk-zam:Usuario:CarsracBot]]
[[ceb:User:CarsracBot]]
[[cu:По́льꙃєватєл҄ь:CarsracBot]]
[[am:አባል:CarsracBot]]
[[af:Gebruiker:CarsracBot]]
[[ang:User:CarsracBot]]
[[bg:Потребител:CarsracBot]]
[[de:Benutzer:CarsracBot]]
[[en:User:CarsracBot]]
[[es:Usuario:CarsracBot]]
[[fa:کاربر:CarsracBot]]
[[fr:Utilisateur:CarsracBot]]
[[fy:Meidogger:CarsracBot]]
[[it:Utente:CarsracBot]]
[[nl:Gebruiker:CarsracBot]]
[[pa:ਮੈਂਬਰ:CarsracBot]]
[[pl:Wikipedysta:CarsracBot]]
[[ro:Utilizator:CarsracBot]]
[[ru:Участник:CarsracBot]]
[[simple:User:CarsracBot]]
[[th:ผู้ใช้:CarsracBot]]
[[tl:Tagagamit:CarsracBot]]
[[zh:User:CarsracBot]]
      37b6ud98235uakahqd4q91k0jo3yt3v
    
  
  
    Defnyddiwr:Arseny1992
    2
    2003
    
      5005
      3610
      2021-06-17T20:10:28Z
      
        CommonsDelinker
        19
      
      Replacing Wikimedia_logo_family_complete.svg with [[File:Wikimedia_logo_family_complete_2009.svg]] (by [[:c:User:CommonsDelinker|CommonsDelinker]] because: [[:c:COM:FR|File renamed]]: more describing name (newest file version: [[:c:File:Wikimedia logo fam
      5005
      wikitext
      text/x-wiki
      <div style="float:left; border:1px solid #bbb; margin:1px;" class="wikipediauserbox">
{| cellspacing="0" style="width:238px; background:#f6f6f6;"
! style="width:45px; height:45px; background:#fff; text-align:center; font-size:14pt; color:black; padding:1px; line-height:1.25em; vertical-align: middle; " | [[Image:Wikimedia logo family complete 2009.svg|50px]]
| style="text-align:left; font-size:8pt; padding:4px; height:45px; line-height:1.25em; color:black; vertical-align: middle; " | <span class="plainlinks">[http://toolserver.org/~vvv/sulutil.php?user=Arseny1992 This user]</span> has created a [[:m:Help:Unified login|global account]]. Arseny1992's main account is on [[:w:ru:User:Arseny1992|Wikipedia]] <span class="languageicon" style="font-size:0.95em; font-weight:bold; color:#555;">(Russian)</span>.
|}</div>
[[ab:Участник:Arseny1992]]
[[ace:Pengguna:Arseny1992]]
[[af:Gebruiker:Arseny1992]]
[[ak:User:Arseny1992]]
[[als:Benutzer:Arseny1992]]
[[am:አባል:Arseny1992]]
[[an:Usuario:Arseny1992]]
[[ang:User:Arseny1992]]
[[ar:مستخدم:Arseny1992]]
[[arc:ܡܬܚܫܚܢܐ:Arseny1992]]
[[arz:مستخدم:Arseny1992]]
[[as:সদস্য:Arseny1992]]
[[ast:Usuariu:Arseny1992]]
[[av:Участник:Arseny1992]]
[[ay:Usuario:Arseny1992]]
[[az:İstifadəçi:Arseny1992]]
[[ba:Ҡатнашыусы:Arseny1992]]
[[bar:Benutzer:Arseny1992]]
[[bat-smg:Nauduotuos:Arseny1992]]
[[bcl:Paragamit:Arseny1992]]
[[be-x-old:Удзельнік:Arseny1992]]
[[be:Удзельнік:Arseny1992]]
[[bg:Потребител:Arseny1992]]
[[bh:User:Arseny1992]]
[[bi:User:Arseny1992]]
[[bm:Utilisateur:Arseny1992]]
[[bn:ব্যবহারকারী:Arseny1992]]
[[bo:User:Arseny1992]]
[[bpy:আতাকুরা:Arseny1992]]
[[br:Implijer:Arseny1992]]
[[bs:Korisnik:Arseny1992]]
[[bug:Pengguna:Arseny1992]]
[[bxr:User:Arseny1992]]
[[ca:Usuari:Arseny1992]]
[[cbk-zam:Usuario:Arseny1992]]
[[cdo:User:Arseny1992]]
[[ce:Юзер:Arseny1992]]
[[ceb:Gumagamit:Arseny1992]]
[[ch:Muna'sesetbi:Arseny1992]]
[[chr:User:Arseny1992]]
[[chy:User:Arseny1992]]
[[ckb:بەکارھێنەر:Arseny1992]]
[[co:User:Arseny1992]]
[[cr:User:Arseny1992]]
[[crh:Qullanıcı:Arseny1992]]
[[cs:Uživatel:Arseny1992]]
[[csb:Brëkòwnik:Arseny1992]]
[[cu:По́льꙃєватєл҄ь:Arseny1992]]
[[cv:Хутшăнакан:Arseny1992]]
[[cy:Defnyddiwr:Arseny1992]]
[[da:Bruger:Arseny1992]]
[[de:Benutzer:Arseny1992]]
[[diq:User:Arseny1992]]
[[dsb:Wužywaŕ:Arseny1992]]
[[dv:މެމްބަރު:Arseny1992]]
[[dz:User:Arseny1992]]
[[ee:User:Arseny1992]]
[[el:Χρήστης:Arseny1992]]
[[eml:Utente:Arseny1992]]
[[en:User:Arseny1992]]
[[eo:Vikipediisto:Arseny1992]]
[[es:Usuario:Arseny1992]]
[[et:Kasutaja:Arseny1992]]
[[eu:Lankide:Arseny1992]]
[[ext:User:Arseny1992]]
[[fa:کاربر:Arseny1992]]
[[ff:Utilisateur:Arseny1992]]
[[fi:Käyttäjä:Arseny1992]]
[[fiu-vro:Pruukja:Arseny1992]]
[[fj:User:Arseny1992]]
[[fo:Brúkari:Arseny1992]]
[[fr:Utilisateur:Arseny1992]]
[[frp:Utilisator:Arseny1992]]
[[fur:Utent:Arseny1992]]
[[fy:Meidogger:Arseny1992]]
[[ga:Úsáideoir:Arseny1992]]
[[gan:用户:Arseny1992]]
[[gd:User:Arseny1992]]
[[gl:Usuario:Arseny1992]]
[[glk:کاربر:Arseny1992]]
[[gn:Puruhára:Arseny1992]]
[[got:User:Arseny1992]]
[[gu:સભ્ય:Arseny1992]]
[[gv:Ymmydeyr:Arseny1992]]
[[ha:User:Arseny1992]]
[[hak:User:Arseny1992]]
[[haw:Mea hoʻohana:Arseny1992]]
[[he:משתמש:Arseny1992]]
[[hi:सदस्य:Arseny1992]]
[[hif:User:Arseny1992]]
[[hr:Suradnik:Arseny1992]]
[[hsb:Wužiwar:Arseny1992]]
[[ht:Itilizatè:Arseny1992]]
[[hu:Szerkesztő:Arseny1992]]
[[hy:Մասնակից:Arseny1992]]
[[ia:Usator:Arseny1992]]
[[id:Pengguna:Arseny1992]]
[[ie:User:Arseny1992]]
[[ig:User:Arseny1992]]
[[ik:User:Arseny1992]]
[[ilo:User:Arseny1992]]
[[io:Uzanto:Arseny1992]]
[[is:Notandi:Arseny1992]]
[[it:Utente:Arseny1992]]
[[iu:User:Arseny1992]]
[[ja:利用者:Arseny1992]]
[[jbo:User:Arseny1992]]
[[jv:Panganggo:Arseny1992]]
[[ka:მომხმარებელი:Arseny1992]]
[[kaa:Paydalanıwshı:Arseny1992]]
[[kab:Amseqdac:Arseny1992]]
[[kg:User:Arseny1992]]
[[ki:User:Arseny1992]]
[[kk:Қатысушы:Arseny1992]]
[[kl:Atuisoq:Arseny1992]]
[[km:អ្នកប្រើប្រាស់:Arseny1992]]
[[kn:ಸದಸ್ಯ:Arseny1992]]
[[ko:사용자:Arseny1992]]
[[ks:User:Arseny1992]]
[[ksh:Metmaacher:Arseny1992]]
[[ku:Bikarhêner:Arseny1992]]
[[kv:Участник:Arseny1992]]
[[kw:Devnydhyer:Arseny1992]]
[[ky:User:Arseny1992]]
[[la:Usor:Arseny1992]]
[[lad:Usuario:Arseny1992]]
[[lb:Benotzer:Arseny1992]]
[[lbe:Гьуртту хьума:Arseny1992]]
[[lg:User:Arseny1992]]
[[li:Gebroeker:Arseny1992]]
[[lij:Utente:Arseny1992]]
[[lmo:Druvat:Arseny1992]]
[[ln:Utilisateur:Arseny1992]]
[[lo:ຜູ້ໃຊ້:Arseny1992]]
[[lt:Naudotojas:Arseny1992]]
[[lv:Lietotājs:Arseny1992]]
[[map-bms:Panganggo:Arseny1992]]
[[mdf:Тиись:Arseny1992]]
[[mg:Mpikambana:Arseny1992]]
[[mhr:Пайдаланыше:Arseny1992]]
[[mi:User:Arseny1992]]
[[mk:Корисник:Arseny1992]]
[[ml:ഉപയോക്താവ്:Arseny1992]]
[[mn:Хэрэглэгч:Arseny1992]]
[[mr:सदस्य:Arseny1992]]
[[ms:Pengguna:Arseny1992]]
[[mt:Utent:Arseny1992]]
[[mwl:Outelizador:Arseny1992]]
[[my:User:Arseny1992]]
[[myv:Теиця:Arseny1992]]
[[mzn:کارور:Arseny1992]]
[[na:User:Arseny1992]]
[[nah:Tlatequitiltilīlli:Arseny1992]]
[[nap:Utente:Arseny1992]]
[[nds-nl:Gebruker:Arseny1992]]
[[nds:Bruker:Arseny1992]]
[[ne:User:Arseny1992]]
[[new:छ्येलेमि:Arseny1992]]
[[ng:User:Arseny1992]]
[[nl:Gebruiker:Arseny1992]]
[[nn:Brukar:Arseny1992]]
[[no:Bruker:Arseny1992]]
[[nov:User:Arseny1992]]
[[nrm:User:Arseny1992]]
[[nv:Choinish'įįhí:Arseny1992]]
[[ny:User:Arseny1992]]
[[oc:Utilizaire:Arseny1992]]
[[om:User:Arseny1992]]
[[or:User:Arseny1992]]
[[os:Архайæг:Arseny1992]]
[[pa:ਮੈਂਬਰ:Arseny1992]]
[[pag:User:Arseny1992]]
[[pam:User:Arseny1992]]
[[pap:User:Arseny1992]]
[[pdc:Benutzer:Arseny1992]]
[[pi:User:Arseny1992]]
[[pih:User:Arseny1992]]
[[pl:Wikipedysta:Arseny1992]]
[[pms:Utent:Arseny1992]]
[[pnb:User:Arseny1992]]
[[pnt:Χρήστες:Arseny1992]]
[[ps:کارن:Arseny1992]]
[[pt:Usuário:Arseny1992]]
[[qu:Ruraq:Arseny1992]]
[[rm:User:Arseny1992]]
[[rmy:Jeno:Arseny1992]]
[[rn:User:Arseny1992]]
[[ro:Utilizator:Arseny1992]]
[[roa-rup:User:Arseny1992]]
[[roa-tara:User:Arseny1992]]
[[ru:Участник:Arseny1992]]
[[rw:User:Arseny1992]]
[[sa:योजकः:Arseny1992]]
[[sah:Кыттааччы:Arseny1992]]
[[sc:Usuàriu:Arseny1992]]
[[scn:Utenti:Arseny1992]]
[[sco:User:Arseny1992]]
[[sd:يوزر:Arseny1992]]
[[se:User:Arseny1992]]
[[sg:Utilisateur:Arseny1992]]
[[sh:Korisnik:Arseny1992]]
[[si:පරිශීලක:Arseny1992]]
[[simple:User:Arseny1992]]
[[sk:Redaktor:Arseny1992]]
[[sl:Uporabnik:Arseny1992]]
[[sm:User:Arseny1992]]
[[sn:User:Arseny1992]]
[[so:User:Arseny1992]]
[[sq:Përdoruesi:Arseny1992]]
[[sr:Корисник:Arseny1992]]
[[srn:Masyin:Arseny1992]]
[[ss:User:Arseny1992]]
[[st:User:Arseny1992]]
[[stq:Benutser:Arseny1992]]
[[su:Pamaké:Arseny1992]]
[[sv:Användare:Arseny1992]]
[[sw:Mtumiaji:Arseny1992]]
[[szl:Użytkownik:Arseny1992]]
[[ta:பயனர்:Arseny1992]]
[[te:వాడుకరి:Arseny1992]]
[[tet:Uza-na'in:Arseny1992]]
[[tg:Корбар:Arseny1992]]
[[th:ผู้ใช้:Arseny1992]]
[[ti:User:Arseny1992]]
[[tk:Ulanyjy:Arseny1992]]
[[tl:Tagagamit:Arseny1992]]
[[tn:User:Arseny1992]]
[[to:User:Arseny1992]]
[[tpi:User:Arseny1992]]
[[tr:Kullanıcı:Arseny1992]]
[[ts:User:Arseny1992]]
[[tt:Кулланучы:Arseny1992]]
[[tum:User:Arseny1992]]
[[tw:User:Arseny1992]]
[[ty:Utilisateur:Arseny1992]]
[[udm:Викиавтор:Arseny1992]]
[[ug:User:Arseny1992]]
[[uk:Користувач:Arseny1992]]
[[ur:صارف:Arseny1992]]
[[uz:Foydalanuvchi:Arseny1992]]
[[ve:User:Arseny1992]]
[[vec:Utente:Arseny1992]]
[[vi:Thành viên:Arseny1992]]
[[vls:Gebruker:Arseny1992]]
[[vo:Geban:Arseny1992]]
[[wa:Uzeu:Arseny1992]]
[[war:User:Arseny1992]]
[[wo:Jëfandikukat:Arseny1992]]
[[wuu:用户:Arseny1992]]
[[xal:Орлцач:Arseny1992]]
[[xh:User:Arseny1992]]
[[yi:באַניצער:Arseny1992]]
[[yo:Oníṣe:Arseny1992]]
[[za:用户:Arseny1992]]
[[zea:Gebruker:Arseny1992]]
[[zh-classical:User:Arseny1992]]
[[zh-min-nan:User:Arseny1992]]
[[zh-yue:User:Arseny1992]]
[[zh:用户:Arseny1992]]
[[zu:User:Arseny1992]]
      b5ekzltp47d95j8a2kjc0xamk1iijhn
    
  
  
    Defnyddiwr:Adam7davies
    2
    2004
    
    
      5054
      3612
      2022-08-27T06:46:00Z
      
        EmausBot
        1988
      
      
      Bot: Yn trwsio ailgyfeiriad dwbl i [[Defnyddiwr:Adda'r Yw]]
      5054
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Adda'r Yw]]
      h6sfyke9oht542viov7nksgzug9n75i
    
  
  
    Sgwrs Defnyddiwr:Erwin
    3
    2005
    
      3613
      2009-12-21T10:19:33Z
      
        Erwin
        369
      
      [[:m:User_talk:Erwin]]
      3613
      wikitext
      text/x-wiki
      [[:m:User_talk:Erwin]]
      ky8v52c6xbe9yzq65vfpu2j81hsmy9h
    
  
  
    Defnyddiwr:Mav
    2
    2009
    
      3618
      2010-01-01T19:15:49Z
      
        Mav
        373
      
      Crewyd tudalen newydd yn dechrau gyda '[[meta:user:Mav]] (steward)'
      3618
      wikitext
      text/x-wiki
      [[meta:user:Mav]] (steward)
      hajh0mx2tpg4c15uco435wureq4bj5k
    
  
  
    Defnyddiwr:Tigershrike
    2
    2010
    
      3620
      2010-01-10T12:27:50Z
      
        Tigershrike
        193
      
      Crewyd tudalen newydd yn dechrau gyda 'Gweler [[:w:Defnyddiwr:Tigershrike|fy nhudalen]] ar Wicipedia.'
      3620
      wikitext
      text/x-wiki
      Gweler [[:w:Defnyddiwr:Tigershrike|fy nhudalen]] ar Wicipedia.
      09lkel7xwsy9scw3t81hep37yk120a1
    
  
  
    Defnyddiwr:NuclearWarfare
    2
    2013
    
      3623
      2010-01-23T08:59:33Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested]])
      3623
      wikitext
      text/x-wiki
      [[m:User:NuclearWarfare|NuclearWarfare]] ([[m:User talk:NuclearWarfare|Discussion]] • [[Special:Contributions/NuclearWarfare|Contributions]])
      3pa82jpa6n434t871ba5fh45cb26b9g
    
  
  
    Defnyddiwr:Juliancolton
    2
    2014
    
      3624
      2010-01-24T00:13:38Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested]])
      3624
      wikitext
      text/x-wiki
      Hi, I'm Juliancolton. See my [[m:User:Juliancolton|Meta-Wiki userpage]] for more information.
      2c8fnof267atfk7b5bxfvcxta70ux47
    
  
  
    Sgwrs Defnyddiwr:Meno25
    3
    2016
    
      3626
      2010-01-24T14:30:37Z
      
        Meno25
        67
      
      talk
      3626
      wikitext
      text/x-wiki
      Please leave messages at [[w:en:User talk:Meno25]].
      erhueog4jh9i02hvabsirfst0yl7g0j
    
  
  
    Defnyddiwr:Barras
    2
    2017
    
      3627
      2010-01-25T03:13:21Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested]])
      3627
      wikitext
      text/x-wiki
      [[m:User:Barras|>>>]]
      cdvi63wxrv8gkd3jonxs4lgdygdiaj8
    
  
  
    Defnyddiwr:Mercy/monobook.js
    2
    2018
    
      4982
      3628
      2021-02-04T23:23:56Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4982
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Mercy/global.js&action=raw&ctype=text/javascript');
      t69tpujqeggse5a8cq3oy84mk3fo7ba
    
  
  
    Defnyddiwr:Luckas Blade
    2
    2019
    
      3629
      2010-01-26T02:34:20Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested]])
      3629
      wikitext
      text/x-wiki
      [[m:user:Luckas Blade]]
      shxv1fippnzra5i6sniv1ysrj98zrcq
    
  
  
    Defnyddiwr:Vinhtantran/monobook.js
    2
    2020
    
      4995
      3630
      2021-02-04T23:26:07Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4995
      javascript
      text/javascript
      mw.loader.load('https://vi.wikipedia.org/w/index.php?title=User:Vinhtantran/global.js&action=raw&ctype=text/javascript');
      5k8ee5rvlsvwbqlhmxr72yii7n4gv83
    
  
  
    Defnyddiwr:Pmlineditor/monobook.js
    2
    2023
    
      4985
      3633
      2021-02-04T23:24:26Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4985
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Pmlineditor/global.js&action=raw&ctype=text/javascript');
      p4r59mrwk92ddahtq4z1re0n56sng2c
    
  
  
    Defnyddiwr:Prince Kassad
    2
    2024
    
      3634
      2010-01-29T02:26:56Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3634
      wikitext
      text/x-wiki
      [[m:wikt:User:Prince Kassad]]
      rp8pckki6ki5dfg9vnyis1kezq8bb71
    
  
  
    Defnyddiwr:Kuvaly
    2
    2026
    
      3636
      2010-01-31T06:24:03Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3636
      wikitext
      text/x-wiki
      <div style="background:#1E90FF; border:2px solid #1E90FF; text-align:center;" width="100%"></div>
<div style="font-family:Calibri, Myriad, 'Trebuchet MS', sans-serif; color:#1E90FF;">[[m:cs:Wikipedista:Kuvaly|cs.wiki]]</div>
      08prlhwlqicacop3e00h7kmiu5qzymz
    
  
  
    Defnyddiwr:The Evil IP address/monobook.js
    2
    2027
    
      4994
      3637
      2021-02-04T23:25:57Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4994
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:The_Evil_IP_address/global.js&action=raw&ctype=text/javascript');
      sjepagp7h919t0akqrnmuleyix7w2s1
    
  
  
    Defnyddiwr:The Evil IP address/monobook.css
    2
    2028
    
      3638
      2010-01-31T07:33:06Z
      
        Pathoschild
        32
      
      
      global CSS ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3638
      css
      text/css
      importStylesheetURI('http://meta.wikimedia.org/w/index.php?title=User:The_Evil_IP_address/global.css&action=raw&ctype=text/css');
      150usgnfvma55vkokcc7ibotre5jowd
    
  
  
    Nodyn:Defnyddiol
    10
    2029
    
      3639
      2010-02-08T17:22:35Z
      
        86.152.25.66
      
      Creu nodyn newydd
      3639
      wikitext
      text/x-wiki
      {{mbox|type=growth|msg={{#if:{{{1|}}}|{{Shortcut|{{{1|}}}}}}}'''Mae'r dudalen hon yn cynnwys gwybodaeth ddefnyddiol am y prosiect Wicillyfrau'''<br>Er nad yw hwn yn restr o reolau a pholisïau, mae'n cynnwys gwybodaeth am brosesau, arferion a.y.b. pwysig Wicillyfrau. Dylai'r dudalen hon fod yn ddefnyddiol i'n defnyddwyr; rhowch wybod i ni os nad yw'n ateb eich gofynion os gwelwch yn dda.}}<noinclude>[[Categori:Tudalennau defnyddiol Wicillyfrau]]</noinclude><includeonly>{{#ifeq:{{{example|no}}}|yes||[[Categori:Tudalennau defnyddiol Wicillyfrau|{{PAGENAME}}]]}}</includeonly>
      lw7nomt5le9zznp0ltn4yupyvswmild
    
  
  
    Defnyddiwr:Egmontaz/monobook.js
    2
    2032
    
      4965
      3642
      2021-02-04T23:21:06Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4965
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Egmontaz/global.js&action=raw&ctype=text/javascript');
      m9z3ro54csonshn6ic9nx4r7skgv2h7
    
  
  
    Defnyddiwr:VasilievVV
    2
    2041
    
      3656
      2010-03-14T21:10:10Z
      
        VasilievVV
        414
      
      creating local userpage
      3656
      wikitext
      text/x-wiki
      <!-- This userpage was created using automatic script -->
I am Victor Vasiliev, a member of [[m:SWMT|Small Wiki Monitoring Team]] and a [[m:Global sysops|global sysop]]. If you have any questions regarding my actions, please use [[m:User talk:VasilievVV|my Meta talk page]].
      sci3qgh1vnnawbrscj1i0gms9vqx3fk
    
  
  
    Defnyddiwr:Vhorvat
    2
    2042
    
      3658
      2010-03-30T01:31:46Z
      
        Vhorvat
        392
      
      My page
      3658
      wikitext
      text/x-wiki
      {{Babel|color=yellow|hr|en-3|de-1|ru-1|it-1|cy-0}}
[[:en:User:Vhorvat]]
[[:hr:User:Vhorvat]]
[[meta:User:Vhorvat]]
{{Template:User UTC+1}}
      k5q6pjea3m68hz7kth9qx850iaa0pae
    
  
  
    Defnyddiwr:Romaine/monobook.js
    2
    2043
    
      4959
      4332
      2021-01-31T11:27:43Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4959
      javascript
      text/javascript
      mw.loader.load('//nl.wikipedia.org/w/index.php?title=User:Romaine/insertmonobook.js&action=raw&ctype=text/javascript');
      pdtn0dfe16l4tvmykha5pm7o6d7uwr4
    
  
  
    Defnyddiwr:Romaine/vector.js
    2
    2044
    
      4960
      4333
      2021-01-31T11:27:53Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4960
      javascript
      text/javascript
      mw.loader.load('//nl.wikipedia.org/w/index.php?title=User:Romaine/insertvector.js&action=raw&ctype=text/javascript');
      jirhb557lbb9ewp3t9evb95hpam3ic5
    
  
  
    Defnyddiwr:Romaine/vector.css
    2
    2045
    
      4334
      3661
      2013-09-14T11:35:45Z
      
        Romaine
        230
      
      4334
      css
      text/css
      @import url('//nl.wikipedia.org/w/index.php?title=User:Romaine/insertvector.css&action=raw&ctype=text/css');
      30fs6bpx2z5d970h4pf1ay25giwplg2
    
  
  
    Defnyddiwr:Jyothis
    2
    2046
    
      3662
      2010-04-13T02:48:08Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3662
      wikitext
      text/x-wiki
      [[m:User:Jyothis|Jyothis]]
      r70beqyucymadx7223ftxqgrfs81une
    
  
  
    Defnyddiwr:BRUTE
    2
    2051
    
      3668
      2010-05-25T18:45:34Z
      
        BRUTE
        412
      
      Crewyd tudalen newydd yn dechrau gyda '*[[:m:User:BRUTE|My page on Meta]]'
      3668
      wikitext
      text/x-wiki
      *[[:m:User:BRUTE|My page on Meta]]
      jivau6ii68ey9e28w8etbgn9n51arud
    
  
  
    Defnyddiwr:Vinhtantran/vector.js
    2
    2052
    
      4996
      3670
      2021-02-04T23:26:17Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4996
      javascript
      text/javascript
      mw.loader.load('https://vi.wikipedia.org/w/index.php?title=User:Vinhtantran/globalvector.js&action=raw&ctype=text/javascript');
      aewun12h7cosrw38ecu5f4n7f7firbp
    
  
  
    Defnyddiwr:Razorflame
    2
    2055
    
      3673
      2010-06-20T00:05:34Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3673
      wikitext
      text/x-wiki
      Please see [[m:wikt:en:User:Razorflame|my userpage]]. Thanks!
<div style="float:left; margin:1px; border:1px solid #6EF7A7;">
{| cellspacing="0" style="width:238px; background:#C5FCDC;"
| style="width:45px; height:45px; background:#6EF7A7; text-align:center; font-size:14pt;" | '''en'''
| style="padding:4pt; line-height:1.25em; font-size:8pt;" | This user is a '''native''' speaker of '''English'''.
|}
</div>
      p9rt1myknldnnduywuuhofeui7rl1gh
    
  
  
    Defnyddiwr:Kuvaly/vector.js
    2
    2059
    
      4975
      3677
      2021-02-04T23:22:46Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4975
      javascript
      text/javascript
      mw.loader.load('https://cs.wikipedia.org/w/index.php?title=User:Kuvaly/global.js&action=raw&ctype=text/javascript');
      lpm0f7l9tjqvfb8xarwkwe3ozc36okp
    
  
  
    Defnyddiwr:Mike.lifeguard/vector.js
    2
    2064
    
      5015
      3684
      2021-12-30T22:11:29Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Fixing deprecated call to importScriptURI ([[mw:ResourceLoader/Migration_guide_(users)#importScriptURI]])
      5015
      javascript
      text/javascript
      function importAnyScript(lang,family,script) {
    mw.loader.load('http://'
        + encodeURIComponent(lang) + '.'
        + encodeURIComponent(family) + '.org/w/index.php?title='
        + encodeURIComponent(script) + '&action=raw&ctype=text/javascript');
}
importAnyScript('meta','wikimedia','User:Mike.lifeguard/remote.js');
      lilrd1en4uqg2rwds3dbg7six3k5nfo
    
  
  
    Defnyddiwr:Matasg
    2
    2067
    
      3689
      2010-06-22T22:52:19Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3689
      wikitext
      text/x-wiki
      [[m:lt:User:Matasg]]
      929ngdeg9xk6zb6kkos5k8aa8gz06z9
    
  
  
    Defnyddiwr:Wikitanvir
    2
    2077
    
      4207
      4206
      2012-12-28T11:07:52Z
      
        Wikitanvir
        438
      
      New design
      4207
      wikitext
      text/x-wiki
      <div style="padding: 12px 18px 5px 15px; width: absolute; border: 2px solid #000; background: #F5F5F5; color: #000; text-align: justify;">The purpose of this user page is to point you to the right direction where you can contact me in need. Please do not leave your message here, otherwise in most cases, they will not be noticed in time and eventually be removed.
However, you are encouraged to contact me or say hello. :-)
Please note that I can communicate in either Bangla or English. My apologies for not knowing your language.
If you prefer to leave me a message, please choose any of the following talk pages I maintain frequently.
* [[m:User talk:Wikitanvir|Meta-Wiki talk page]]
* [[m:bn:User talk:Wikitanvir|Bangla Wikipedia talk page]] (my home wiki)
* [[m:en:User talk:Wikitanvir|English Wikipedia talk page]]
* [[m:commons:User talk:Wikitanvir|Wikimedia Commons talk page]]
If you have something to say to me in private, e-mail is a good option.
* If you are logged in to your Wikimedia account you can probably e-mail me by [[Special:EmailUser/Wikitanvir|clicking here]].
* Otherwise, you can e-mail me directly to <span style="text-transform: lowercase;">{{PAGENAME}}</span>[[File:At sign.svg|17px| at |link=]]gmail.com.
Finally, if you are interested to know about my work or myself, they can be found on [[m:User:Wikitanvir|my Meta-Wiki user page]].
</div><!--
# USEFUL STATISTICS TABLE -->
{| class="wikitable"  width="100%" style="border: 2px solid #000;"
! style="width: 11%; background: #CCC;" | [[Special:AllPages|Articles]]
! style="width: 10%; background: #CCC;" | [[Special:ListFiles|Files]]
! style="width: 13%; background: #CCC;" | [[Special:ListUsers|Users]]
! style="width: 11%; background: #CCC;" | [[Special:ActiveUsers|Active Users]]
! style="width: 10%; background: #CCC;" | [[Special:ListUsers/bot|Bots]]
! style="width: 11%; background: #9F0; border: 2px solid #000;" | [[Special:ListUsers/sysop|Sysops]]
! style="width: 12%; background: #CC9; border: 2px solid #000;" | [[Special:ListUsers/bureaucrat|Bureaucrats]]
! style="width: 11%; background: #FC0; border: 2px solid #000;" | [[Special:ListUsers/checkuser|CheckUsers]]
! style="width: 12%; background: #6FF; border: 2px solid #000;" | [[Special:ListUsers/oversight|Oversighters]]
|- style="background: #F5F5F5; font-size: 110%; text-align: center;"
| {{NUMBEROFARTICLES}} || {{NUMBEROFFILES}} || {{NUMBEROFUSERS}} || {{NUMBEROFACTIVEUSERS}} || {{NUMBERINGROUP:bot}} || style="background: #9F0; border: 2px solid #000;" | '''{{NUMBEROFADMINS}}''' || style="background: #CC9; border: 2px solid #000;" | '''{{NUMBERINGROUP:bureaucrat}}''' || style="background: #FC0; border: 2px solid #000;" | '''{{NUMBERINGROUP:checkuser}}''' || style="background: #6FF; border: 2px solid #000;" | '''{{NUMBERINGROUP:oversight}}'''
|}<!-- TA! -->
      ahoeqk0hrgtqwlhdcefzbqa8ywxmr28
    
  
  
    Defnyddiwr:Memo18
    2
    2079
    
      3701
      2010-08-03T00:32:02Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3701
      wikitext
      text/x-wiki
      <div style="background:LightBlue; overflow:auto; padding:10px;">Hi! See my page in [[m:ro:User:Memo18|romanian]].</div>
      4vupc4gqlw7zu53y6q646ybvegjr6ib
    
  
  
    Defnyddiwr:Memo18/vector.css
    2
    2080
    
      3702
      2010-08-03T01:40:03Z
      
        Pathoschild
        32
      
      
      global CSS ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3702
      css
      text/css
      @import "http://meta.wikimedia.org/w/index.php?title=User:Memo18/vector.css&action=raw&ctype=text/css";
      o9ykiatro07zdw4ch86s4jgoazh6kyj
    
  
  
    Defnyddiwr:MediaWiki default
    2
    2081
    
      3703
      2010-08-03T07:28:23Z
      
        213.0.89.5
      
      RATTfjBfvVsjAMSMlNS
      3703
      wikitext
      text/x-wiki
      comment5,
      3p61r96jbfe7bg6ykif1a0cz2xtiprn
    
  
  
    Defnyddiwr:Manuelt15
    2
    2084
    
      3709
      3708
      2010-08-05T10:52:24Z
      
        Abigor
        331
      
      
      Fix after request on my [[:meta:User:Abigor|Talk page]]
      3709
      wikitext
      text/x-wiki
      
<div style="min-height: 57px; border: 1px solid #aaaaaa; background-color: #f9f9f9; width: 50%; margin: 0 auto 1em auto; padding: .2em; text-align: justify;">
<div style="float: left">[[File:Metawiki.svg|50px| ]]</div>
<div style="margin-left: 60px">'''[[m:Soft redirect|Interwiki redirect]]'''<br />This page can be found at [[m:User:Manuelt15|Meta-Wiki]].</div>
</div>
      mrpg2ux8t3yptl42nr8vch5c6qxcm1e
    
  
  
    Defnyddiwr:WinContro
    2
    2085
    
      3710
      2010-08-06T12:09:55Z
      
        Abigor
        331
      
      
      Requested on IRC
      3710
      wikitext
      text/x-wiki
      
<div style="min-height: 57px; border: 1px solid #aaaaaa; background-color: #f9f9f9; width: 50%; margin: 0 auto 1em auto; padding: .2em; text-align: justify;">
<div style="float: left">[[File:Metawiki.svg|50px| ]]</div>
<div style="margin-left: 60px">'''[[m:Soft redirect|Interwiki redirect]]'''<br />This page can be found at [[:w:nl:User:WinContro|Dutch Wikipedia]].</div>
</div>
      nnqjim9i4o87og55w0rq2dwdhw0czo8
    
  
  
    Defnyddiwr:Manuelt15/vector.js
    2
    2086
    
      3711
      2010-08-07T02:42:42Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3711
      javascript
      text/javascript
      importScriptURI('http://meta.wikimedia.org/w/index.php?title=User:Manuelt15/global.js&action=raw&ctype=text/javascript')
      f64hpcwq4zpywi9ytax6wop9gtnha8z
    
  
  
    Defnyddiwr:Manuelt15/monobook.js
    2
    2087
    
      4980
      3712
      2021-02-04T23:23:36Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4980
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Manuelt15/global.js&action=raw&ctype=text/javascript');
      e9ouft4iybh1txmhj9r9cy6yoqkoen0
    
  
  
    Defnyddiwr:Juhko/monobook.js
    2
    2088
    
      4970
      3713
      2021-02-04T23:21:56Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4970
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Juhko/global.js&action=raw&ctype=text/javascript');
      74oghvoywm8aj2m7ngs52yo4xhfu30z
    
  
  
    Defnyddiwr:Juhko/vector.js
    2
    2089
    
      4971
      3714
      2021-02-04T23:22:06Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4971
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Juhko/global.js&action=raw&ctype=text/javascript');
      74oghvoywm8aj2m7ngs52yo4xhfu30z
    
  
  
    Sgwrs Defnyddiwr:Wikitanvir
    3
    2090
    
      4205
      3807
      2012-12-27T21:00:59Z
      
        Wikitanvir
        438
      
      New design
      4205
      wikitext
      text/x-wiki
      <div style="padding: 12px 18px 5px 15px; width: absolute; border: 2px solid #000; background: #F5F5F5; color: #000; text-align: justify;">The purpose of this user page is to point you to the right direction where you can contact me in need. Please do not leave your message here, otherwise in most cases, they will not be noticed in time and eventually be removed.
However, you are encouraged to contact me or say hello. :-)
Please note that I can communicate in either Bangla or English. My apologies for not knowing your language.
If you prefer to leave me a message, please choose any of the following talk pages I maintain frequently.
* [[m:User talk:Wikitanvir|Meta-Wiki talk page]]
* [[m:bn:User talk:Wikitanvir|Bangla Wikipedia talk page]] (my home wiki)
* [[m:en:User talk:Wikitanvir|English Wikipedia talk page]]
* [[m:commons:User talk:Wikitanvir|Wikimedia Commons talk page]]
If you have something to say to me in private, e-mail is a good option.
* If you are logged in to your Wikimedia account you can probably e-mail me by [[Special:EmailUser/Wikitanvir|clicking here]].
* Otherwise, you can e-mail me directly to <span style="text-transform: lowercase;">{{PAGENAME}}</span>[[File:At sign.svg|17px| at |link=]]gmail.com.
Finally, if you are interested to know about my work or myself, they can be found on [[m:User:Wikitanvir|my Meta-Wiki user page]].
</div><!-- TA! -->
      46rbmfnj1oqhjlb6img5ahdr3pfxybv
    
  
  
    Defnyddiwr:Shanel/vector.js
    2
    2092
    
      4988
      3717
      2021-02-04T23:24:56Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4988
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Shanel/global.js&action=raw&ctype=text/javascript');
      14p5zkc7ozc0y8n5twgu541naa3a33d
    
  
  
    Defnyddiwr:Shanel/vector.css
    2
    2093
    
      3718
      2010-08-08T02:24:45Z
      
        Pathoschild
        32
      
      
      global CSS ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3718
      css
      text/css
      import url('http://meta.wikimedia.org/w/index.php?title=User:Shanel/global-vector.css&action=raw&ctype=text/css');
      6lokmzprxyvba9z7tqbs9f5jo3rqp70
    
  
  
    Defnyddiwr:Pilif12p
    2
    2094
    
      3719
      2010-08-08T09:02:29Z
      
        Abigor
        331
      
      
      global userpage
      3719
      wikitext
      text/x-wiki
      
{| style="border: #AAAAAA 1px solid; background: #F9F9F9; margin-left: auto; margin-right: auto; width: 40%; min-height: 57px"
| [[Image:Blue Glass Arrow.svg|50px]]
| '''[[m:Soft redirect|Soft redirect]]''' This page can be found at [[Wikipedia:User:Pilif12p]]. 
|}
      m20cgwcs7kmq7dazwmnjrvgp5vzlqzr
    
  
  
    Defnyddiwr:Quentinv57
    2
    2095
    
      3720
      2010-08-16T21:11:44Z
      
        Quentinv57
        461
      
      
      Redirected to [[meta:User:Quentinv57]]
      3720
      wikitext
      text/x-wiki
      {{Softredirect|meta:User:Quentinv57}}
      tpoqwz8k33kao379ipdrsfbabv12jsh
    
  
  
    Sgwrs Defnyddiwr:Quentinv57
    3
    2096
    
      3721
      2010-08-16T21:11:55Z
      
        Quentinv57
        461
      
      
      Redirected to [[meta:User talk:Quentinv57]]
      3721
      wikitext
      text/x-wiki
      {{Softredirect|meta:User talk:Quentinv57}}
      48m7gb8whgermtd1zo16iz8fu2if5h9
    
  
  
    Defnyddiwr:Adambro
    2
    2101
    
      3727
      2010-08-28T18:36:59Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3727
      wikitext
      text/x-wiki
      [[meta:User:Adambro]]
      ez9ycc6s9gfke3epzjfo61o6h8hw6vd
    
  
  
    Defnyddiwr:Hosiryuhosi
    2
    2102
    
      4892
      4890
      2018-10-21T03:54:25Z
      
        Rxy
        1648
      
      
      Symudwyd y dudalen [[Defnyddiwr:😀]] i [[Defnyddiwr:Hosiryuhosi]] gan Rxy dros ddolen ailgyfeirio heb adael dolen ailgyfeirio newydd: Automatically moved page while renaming the user "[[Special:CentralAuth/😀|😀]]" to "[[Special:CentralAuth/Hosiryuhosi|Hosiryuhosi]]"
      4890
      wikitext
      text/x-wiki
      *[[meta:User:Hosiryuhosi|meta]]
      tvbxoz76wh7g2vheazjd2k6vjn41ftw
    
  
  
    Defnyddiwr:Jalexander-WMF
    2
    2103
    
      4482
      3734
      2014-08-17T23:19:58Z
      
        MF-Warburg
        28
      
      
      Symudodd MF-Warburg y dudalen [[Defnyddiwr:Jalexander]] i [[Defnyddiwr:Jalexander-WMF]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Jalexander|Jalexander]]" to "[[Special:CentralAuth/Jalexander-WMF|Jalexander-WMF]]"
      4482
      wikitext
      text/x-wiki
      My name is James Alexander, I am an Associate Community Officer with the [[wmf:Main Page|Wikimedia Foundation]] and am working to help with this year's [[m:fundraising 2010|Fundraiser]]. This account is used for edits while officially working for the foundation. You can reach me either through email (Jalexander[[File:At_sign.svg|17px| at |link=]]wikimedia.org) or on my [[m:User talk:Jalexander|Meta talk page]]. 
On wiki I use [[m:User:Jamesofur|Jamesofur]] in my volunteer role and this account [[m:User:Jalexander|Jalexander]] in my WMF staff role. In my volunteer capacity I can usually be found on the [[w:en:Main page|enWikipedia]], [[w:simple:Main page|SimpleWikipedia]] or on [[m:Main page|MetaWiki]] where I am an elected administrator as well as working on cross-wiki abuse as a [[m:Global sysop|Global sysop]]
For more contact info please see [[m:User:Jalexander|my MetaWiki userpage]].
      dy6n4i5h6pi3dironfvr2bissmkvefw
    
  
  
    Defnyddiwr:Kpeterzell
    2
    2105
    
      3732
      2010-09-02T06:22:22Z
      
        Jalexander-WMF
        469
      
      
      (global staff user pages as requested. [[m:User talk:Jalexander|Questions?]])
      3732
      wikitext
      text/x-wiki
      Hello.
I'm [[w:User:Keegan|Keegan Peterzell]].  I'm working for the Wikimedia Foundation temporarily on Fundraising 2010 as an Associate Community Officer.  Edits made under this account are on behalf of the Wikimedia Foundation as a staff member.
Feel free to contact me anytime with questions about the Fundraiser.
      s1riz8icp2pwlyer2902i788r0zau23
    
  
  
    Defnyddiwr:Koavf
    2
    2107
    
      3735
      2010-09-20T21:58:02Z
      
        Koavf
        13
      
      Crëwyd tudalen newydd yn dechrau gyda '[http://en.wikipedia.org/wiki/User:Koavf !!!!]'
      3735
      wikitext
      text/x-wiki
      [http://en.wikipedia.org/wiki/User:Koavf !!!!]
      bakkeq13eza7yhu7n9buvny7z38rbae
    
  
  
    Defnyddiwr:Dgultekin
    2
    2108
    
      3737
      3736
      2010-09-29T20:24:13Z
      
        Jalexander-WMF
        469
      
      
      ( updating and creating global staff user page by request. [[m:User talk:Jalexander|Questions?]])
      3737
      wikitext
      text/x-wiki
      {| class="messagebox standard-talk"
|-
|align="center"|[[Image:Info icon.svg|50px|Comment]]
|align="left" width="100%"| My name is Deniz and I'm working for the [[m:Wikimedia Foundation|Wikimedia Foundation]] as an associate during the 2010 [http://wikimediafoundation.org/wiki/Support_Wikipedia/en Fundraising Drive]. You can reach me either through email (dgultekin[[File:At_sign.svg|17px| at |link=]]wikimedia.org) or on my [[m:User talk:dgultekin|Meta talk page]]. 
Mini-Disclaimer: All edits made as a Community Associate to Wikimedia hosted projects will be made under [[User:dgultekin|dgultekin]]. Unless otherwise stated, all edits made as [[User:dmgultekin|dmgultekin]] are made as a regular member of the community, and not a legal or official action of the Community Department of the Wikimedia Foundation.
|}
'''Contact Info'''<br>
[[Special:EmailUser/dgultekin|Email]]<br>
IRC nick name: dgultekin<br>
AIM: denizgultekin<br>
G-chat: dmgultekin<br>
Location: San Francisco, CA
      cfb14yy1r9kmmgh3kahmw3tyjl6bsmt
    
  
  
    Defnyddiwr:Klyman
    2
    2110
    
      3739
      2010-10-06T07:07:06Z
      
        Jalexander-WMF
        469
      
      
      ( updating and creating global staff user page by request. [[m:User talk:Jalexander|Questions?]])
      3739
      wikitext
      text/x-wiki
      My name is Kelly Lyman and I am working on the 2010-2011 fundraising team for the Wikimedia Foundation. This account is used for official edits while officially employed by the Wikimedia Foundation.
Meta user name: Klyman
Freenode IRC nick name: klyman
AIM: klyman, kllylymn
Email: klyman@wikimedia.org
      fpmc6di45yw14kcy3guk6nd1nem8uwz
    
  
  
    Defnyddiwr:Srhat/vector.css
    2
    2111
    
      3740
      2010-10-16T20:05:10Z
      
        Pathoschild
        32
      
      
      global CSS ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3740
      css
      text/css
      @import "http://meta.wikimedia.org/w/index.php?title=User:Srhat/global.css&action=raw&ctype=text/css";
      1lba5wfr2hrgqv0ho5hfvx84vqyw3xr
    
  
  
    Defnyddiwr:Erwin/vector.js
    2
    2112
    
      4967
      3741
      2021-02-04T23:21:26Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4967
      javascript
      text/javascript
      // [[:m:User:Erwin/global.js]]
mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Erwin/global.js&action=raw&ctype=text/javascript');
      281bkaieaosxcl4smmex56z22y3ma9c
    
  
  
    Defnyddiwr:Frozen Wind
    2
    2114
    
      3743
      2010-11-07T19:59:53Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3743
      wikitext
      text/x-wiki
      [[m:simple:User:Frozen Wind|simplewiki]]
      98xobhbsyeg0z3udlfj8a6ax3zongbf
    
  
  
    Defnyddiwr:EdoDodo/vector.js
    2
    2117
    
      4964
      3748
      2021-02-04T23:20:56Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4964
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:EdoDodo/global.js&action=raw&ctype=text/javascript');
      laizrkaqgbvpypx7nrgyzt0c0ibpqvt
    
  
  
    Defnyddiwr:Quentinv57/vector.js
    2
    2118
    
      4986
      3752
      2021-02-04T23:24:36Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4986
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Quentinv57/global.js&action=raw&ctype=text/javascript');
      jgdpjuo1eeukg8zue4hg68ie63ro6wn
    
  
  
    Defnyddiwr:JøMa
    2
    2119
    
      3753
      2011-01-03T21:12:21Z
      
        JøMa
        506
      
      Crëwyd tudalen newydd yn dechrau gyda '<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> <center><font size="+20">[[[:de:w:User:JøMa|ˈjøːˌmaˑ]]]</font></center> <br /><b...'
      3753
      wikitext
      text/x-wiki
      <br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<center><font size="+20">[[[:de:w:User:JøMa|ˈjøːˌmaˑ]]]</font></center>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
[[de:User:JøMa]]
      4np28gvw186v70pwlrryip4ktdi1kbn
    
  
  
    Defnyddiwr:Hydriz
    2
    2121
    
      4436
      4072
      2014-01-21T07:25:54Z
      
        Hydriz
        496
      
      Updating global user page
      4436
      wikitext
      text/x-wiki
      {{#babel:en-N|zh-hans-N|zh-hant-3|cy-0}}
Hi, I am Hydriz. Please visit [[m:User:Hydriz|my userpage on Meta]] for more information about me.
== Wiki statistics ==
{| class="wikitable"
|-
| Number of pages || {{NUMBEROFPAGES}} 
|-
| Number of articles || '''{{NUMBEROFARTICLES}}'''
|-
| Number of uploaded files || {{NUMBEROFFILES}}
|-
| Number of registered users || {{NUMBEROFUSERS}}
|-
| Number of active users || {{NUMBEROFACTIVEUSERS}}
|-
| Number of admins || {{NUMBEROFADMINS}}
|-
| Number of total edits || {{NUMBEROFEDITS}}
|}
      t38w1sdiigrnyej6t5l1c6097omx98f
    
  
  
    Defnyddiwr:TeleComNasSprVen/monobook.js
    2
    2122
    
      4992
      3757
      2021-02-04T23:25:36Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4992
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:TeleComNasSprVen/global.js&action=raw&ctype=text/javascript');
      osyd1yf7zdjqmnb179w0iykwnnqi0m7
    
  
  
    Defnyddiwr:TeleComNasSprVen/vector.js
    2
    2123
    
      4993
      3758
      2021-02-04T23:25:46Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4993
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:TeleComNasSprVen/global.js&action=raw&ctype=text/javascript');
      osyd1yf7zdjqmnb179w0iykwnnqi0m7
    
  
  
    Defnyddiwr:Silver Spoon/vector.js
    2
    2124
    
      4989
      3759
      2021-02-04T23:25:06Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4989
      javascript
      text/javascript
      mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Silver_Spoon/global.js&action=raw&ctype=text/javascript');
      34r354qe3hhq0v6nmgc8guevfchfjcc
    
  
  
    Defnyddiwr:Ainali
    2
    2125
    
      3760
      2011-02-04T01:40:11Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3760
      wikitext
      text/x-wiki
      <div style="text-align:center; font-family:Arial; font-size:1.6em; color:#222;" class="plainlinks"><div style="padding:9px; background:#EEF; border:3px solid #2F2F4F; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;">'''Please use one of the following links to discuss with me.'''</div><div style="margin:1px; padding:9px; background:#EEF; border:3px solid #2F2F4F; -moz-border-radius:8px; -wekbit-border-radius:8px; border-radius:8px;">'''[[m:sv:user:Ainali|Swedish Wikipedia]] | [[commons:user:Ainali|Commons]] | [[m:user:Ainali|Meta]]'''</div>
      7iexk7no4c3gul7thm0jwog7u07evly
    
  
  
    Defnyddiwr:Sasan700
    2
    2128
    
      3763
      2011-02-15T08:21:19Z
      
        Sasan700
        526
      
      Crëwyd tudalen newydd yn dechrau gyda '* About Me; [[:w:ce:User:Sasan700|Sasan700]]'
      3763
      wikitext
      text/x-wiki
      * About Me; [[:w:ce:User:Sasan700|Sasan700]]
      p6oxvtqvhyijvlk6mw6sxhhtz2xnygd
    
  
  
    Defnyddiwr:Shanel
    2
    2131
    
      3767
      2011-02-23T04:30:43Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])♥
      3767
      wikitext
      text/x-wiki
      Hello! My name is Shanel Kalicharan. My edits on this wiki are mostly part of my [[m:steward|steward work]]. If you have any comments or questions, please let me know on [[m:User talk:Shanel|my global talk page]]!
      539e2stnb09ajwpzc24v9hl0lll9mz2
    
  
  
    Defnyddiwr:Pmlineditor/common.js
    2
    2134
    
      3770
      2011-04-03T22:26:38Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3770
      javascript
      text/javascript
      mw.loader.load('http://meta.wikimedia.org/w/index.php?title=User:Pmlineditor/global.js&action=raw&ctype=text/javascript');
      gyuhr8v12ygxls5m04kxh9k7cjmw19w
    
  
  
    Defnyddiwr:Philippe (WMF)
    2
    2135
    
      3771
      2011-04-14T04:19:11Z
      
        Jalexander-WMF
        469
      
      
      creating and updating global user pages for WMF Staff member upon request ([[m:User:Jalexander|Questions?]])
      3771
      wikitext
      text/x-wiki
      __NOTOC__
{| " style="width:90%; margin: 0 auto 1em auto; padding: 0.2em; border: 1px solid #AAA; background: #F9F9F9;;"
|-
| style="padding: 0 4px;" rowspan="3" | [[Image:achtung.svg|40px|]]
| '''Since July, 2009 I have worked at Wikimedia Foundation, and I'm presently Head of Reader Relations at the foundation.  All edits made before my start date were in my individual, personal capacity as a volunteer, administrator, or otherwise regular member of the community – not as an employee, representative, or agent of Wikimedia Foundation.'''
|} 
<center>''''' "Have you ever skied at Jackson Hole in Wyoming? <br />
'''''Well, there is a sign at the top of the mountain that is both enthralling and terrifying:<br />
''''''Our mountain is like nothing you have skied before! <br />
'''''Give this mountain the special respect it demands!' <br />
'''''Wikimedia is that mountain."  <br />
'''''-- Stu West, WMF Board, in [http://blogs.harvardbusiness.org/cs/2009/09/one_fine_winter_saturday_in.html discussing Wikimedia Strategic Planning]'''''</center>
==On Wiki==
I am the Head of Reader Relations for the Wikimedia Foundation.  My role is to represent, on the staff, the voice and needs of the vast majority of the users of Wikimedia projects: the readers who rarely or never edit.  I can be reached via email at philippe[[File:At_sign.svg|17px| at |link=]]wikimedia.org or [[m:User:Philippe (WMF)|on my meta talk page]].  In my volunteer capacity, I can usually be found on en:Wikipedia or meta, where I am an elected administrator.  I previously was, by virtue of my job, a bureaucrat on the [[strategy:Main Page|Wikimedia Strategic Planning wiki]].
I was a member of the election committee for the Board of Trustees in 2007, 2008, and 2009, and am the staff liaison to the committee for 2011.
You can find me on en:Wikipedia as [[:en:User:Philippe|Philippe]] as a volunteer, or as [[:en:User:Philippe (WMF)|Philippe (WMF)]] in my staff role.  On IRC, my username is usually Philippe.  
Follow me on identi.ca and Twitter!  My username is philippewiki in both places.
      qy7h3wg0deju954bwkhedjsxsjszyah
    
  
  
    Defnyddiwr:Micki/common.js
    2
    2136
    
      4059
      3772
      2012-03-11T13:09:44Z
      
        Quentinv57
        461
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4059
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Micki/global.js&action=raw&ctype=text/javascript');
      8pvfaoxz0sncj1pwvqnhfwfzc9pdley
    
  
  
    Defnyddiwr:Micki
    2
    2137
    
      3773
      2011-04-16T19:31:40Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3773
      wikitext
      text/x-wiki
      [[m:sr:User:Micki|wikipedia]] - [[m:User:Micki|meta]] - [[commons:User:Micki|commons]]
      r4ik3s0amh46fub8w3k4m5qethfd1w9
    
  
  
    Defnyddiwr:FalconL
    2
    2140
    
      3776
      2011-04-16T22:49:24Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3776
      wikitext
      text/x-wiki
      See [[m:User:FalconL|my user page on Meta]] for further information. Please also use [[m:User Talk:FalconL|my talk page there]] to contact me.
      l6oflce43odm57fezh9j2t3g3waofl6
    
  
  
    Defnyddiwr:Avicennasis
    2
    2143
    
      3779
      2011-04-21T01:51:29Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3779
      wikitext
      text/x-wiki
      [[m:User:Avicennasis]]
{| class="wikitable"
! Maintenance ([{{fullurl:User:Avicennasis|action=purge}} purge])
! Entries
|- {{#ifexpr:{{PAGESINCAT:Candidates for speedy deletion}} > 0 | style="background:#fbb;" }}
| [[:Category:Candidates for speedy deletion|Candidates for speedy deletion]]
| {{PAGESINCAT:Candidates for speedy deletion}}
|-
|colspan="2"| [[Special:ShortPages]]
|-
|colspan="2"| [[Special:BrokenRedirects]]
|-
|colspan="2"| [[Special:DoubleRedirects]]
|}
[[File:IM IN UR WIKI RVRTING UR EDITS lolcat.jpg|450px]]
      gsqib5y2p7s3xzc3tfwug3srkad9krp
    
  
  
    Defnyddiwr:Thehelpfulone/common.js
    2
    2147
    
      4085
      3783
      2012-04-08T18:47:51Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Thehelpfulone]])
      4085
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Thehelpfulone/global.js&action=raw&ctype=text/javascript');
      90o0j49y1bc5ojh2qz4bpul8v2bl78l
    
  
  
    Defnyddiwr:Vigorous action
    2
    2150
    
      3950
      3786
      2011-08-28T11:15:00Z
      
        Vigorous action
        306
      
      3950
      wikitext
      text/x-wiki
      [[meta:user:vigorous action|Vigorous action]]/[[w:ja:user:vigorous_action|home]]
[[sulutil:Vigorous_action|SUL]]
      5cyluc67zjj9mesgz28ivcb9sxzwqsi
    
  
  
    Defnyddiwr:Christine (WMF)
    2
    2152
    
      3788
      2011-05-27T17:48:31Z
      
        Jalexander-WMF
        469
      
      
      creating and updating global user pages for WMF Staff member upon request ([[m:User:Jalexander|Questions?]])
      3788
      wikitext
      text/x-wiki
      <div style="text-align:center;">''Never doubt that a small group of thoughtful, committed citizens can change the world.'' 
''Indeed, it is the only thing that ever has.''
''-- [[w:en:Margaret Mead|Margaret Mead]]''</div>
==Who I Am==
I work in Reader Relations for the Wikimedia Foundation.  I have a background in online community management, and am currently a Master's candidate at [[w:en:San Jose State University|San Jose State University]] in [[w:en:Applied anthropology|Applied anthropology]].  My thesis topic revolves around stakeholder relations in Web 2.0, using [[w:en:LiveJournal|LiveJournal]] as my fieldsite.  I am analyzing how communications occur, how they break down, and where the failures in communication occur.  I hope to use this information to be able to assist organizations with interfacing better with their online communities; not seeing them as simple consumers to be sold a product to, but instead as partners and true stakeholders in their operations.
My volunteer account is [[w:en:User:Kethryvis|Kethryvis]], which I use sporadically usually on small edits on interesting subjects that generally have nothing to do with my scholarly interests.  It's what keeps me sane.
I also have an alternate account, [[w:en:User:Kheff|Kheff]] in order to see what the registration process is like for new editors.  This account will make few, if any, edits and will be abandoned once this research is complete.
If you'd like to find me on IRC, I hang out under the nick ChristineM. Very original, I know.
You can email me with any questions or comments to readers[[File:At sign.svg|15px|﹫|link=]]wikimedia.org
==What I'm Thinking About==
I'm thinking about how to make the new editor process easier.  I'm fairly new at editing myself, and it's rather daunting.  There's an awful lot to wade through.  There's gotta be an easier way! (one of my mantras)
I'm thinking about the line between WMF staff and Wiki-volunteers.  Where they cross, where they clash, where they come together. Hey wait, that sounds familiar.
I'm thinking about all the on-Wiki and off-Wiki reading I need to do to get up to speed!
[[Category:Wikimedia Foundation staff]]
      31qadww7yza09dy2xxjlf6ru4wdxmvb
    
  
  
    Defnyddiwr:Beria
    2
    2153
    
      4068
      3789
      2012-03-21T17:32:43Z
      
        Hoo User Page Bot
        646
      
      Creating global user page, per request
      4068
      wikitext
      text/x-wiki
      <!--- Page title --->
<div style="position:absolute; z-index:100; right:45px; top:10px;" class="metadata"><small>''[[:pt:s:A minha pátria é a língua portuguesa|'''A minha pátria é a língua portuguesa!''']]''</small></div><div style="position:absolute; z-index:100; right:10px; top:10px;" class="metadata">[[File:Flags of Brazil and Portugal.svg|30px|link=:pt:CLPC]]</div></div> 
<!--- Page style background --->
{| style="width: 100%; background-color: #e2e7f7; border: 2px solid #4888aa; -moz-border-radius:15px; vertical-align: top;"
| colspan="2" style="cellpadding=8; cellspacing=8" |
<!-- Qoute section -->
|-
| style="background-color: #EFF8FF; border: 1px solid #8888aa; -moz-border-radius:15px; border-right-width:4px; border-bottom-width:4px; vertical-align: top;" colspan="2"|
{| style="margin:auto; border-collapse:collapse; border-style:none; background-color:transparent; width:100% ; {{#if:  | border: 1px solid #AAAAAA;}}" class="cquote"
| width="20" valign="top" style="color:#B2B7F2;font-size:35px;font-family:'Times New Roman',serif;font-weight:bold;text-align:left;padding:10px 10px;" | “
| valign="top" style="padding:4px 10px;" | <div style="font-family:'Palatino Linotype'; font-style: italic; font-size:16px">No man is an island entire of itself; every man is a piece of the continent, a part of the main; if a clod be washed away by the sea, Europe is the less, as well as if a promontory were, as well as any manner of thy friends or of thine own were; any man's death diminishes me, because I am involved in mankind. And therefore never send to know for whom the bell tolls; it tolls for thee.
| width="20" valign="bottom" style="color:#B2B7F2;font-size:36px;font-family:'Times New Roman',serif;font-weight:bold;text-align:right;padding:10px 10px;" | ”
|-
| colspan="3" style="padding-right: 4%" | <p style="font-size:smaller;text-align: right"><cite style="font-style:normal;">—[[:en:John Donne|John Donne]] in [[:s:Meditation_VII|''Meditation VII'']].</cite></p>
|}
<!-- Description section -->
|-
| style="width: 78%; background-color: #EFF8FF; border: 1px solid #8888aa; -moz-border-radius:15px; -moz-border-radius:15px; border-right-width:4px; border-bottom-width:4px; vertical-align: top;" rowspan="2"|
<div style= text-align: justify;">
'''Name:''' <font color="#6495ED" size="5" face="Edwardian Script ITC" > Béria Lima </font> (Nickname: <font size="5" face="Edwardian Script ITC">Beh</font>)
'''In Wikimedia Projects since:''' ''5 October, 2007'' (''{{#if:|{{ontem hoje amanhã|{{#expr: + {{#expr: 
        <!--Days from all years past:-->
        + (({{CURRENTYEAR}} - 1) * 365)
        + ((({{CURRENTYEAR}} - 1) - (({{CURRENTYEAR}} - 1) mod 4)) / 4)     <!--add a day for every leap-->
        - ((({{CURRENTYEAR}} - 1) - (({{CURRENTYEAR}} - 1) mod 100)) / 100) <!--subtract 100 year exception-->
        + ((({{CURRENTYEAR}} - 1) - (({{CURRENTYEAR}} - 1) mod 400)) / 400) <!--readd 400 year exception-->
       <!--Days so far this year:-->
 
        + {{ #ifexpr:    <!--add days for past months this year--> <!--Gives 1 or 2 extra days because of February-->
                     ({{CURRENTMONTH}} - 1) < 8 
                     | ( ({{CURRENTMONTH}} - 1) * 30.5 round 0) 
                     | ( ({{CURRENTMONTH}} - 1) * 30.5 + 0.9 round 0 ) 
          }} 
        - {{ #ifexpr: ({{CURRENTMONTH}} <= 2) | 0 |  
             {{ #ifexpr:    <!-- if leap year  -->
                     ({{CURRENTYEAR}} / 4) = ({{CURRENTYEAR}} / 4 round 0)          <!--If divisible by 4-->
                      and ({{CURRENTYEAR}} / 100 != {{CURRENTYEAR}} / 100 round 0)  <!--and not by 100-->
                | 1 | 2 
             }}
          }}
        + {{ #ifexpr: ({{CURRENTMONTH}} <= 2) | 0 |
             {{ #ifexpr: <!--400 year exception-->
                     ({{CURRENTYEAR}} / 400) = ({{CURRENTYEAR}} / 400 round 0) 
                | 1 | 0 
             }}
          }} 
        + {{CURRENTDAY}}
 }}{{#ifexpr: {{CURRENTYEAR}} < 1 |
        _ERROR - Can not handle dates before January 1, 1 A.D.
   }} - {{#expr: 
        <!--Days from all years past:-->
        + ((2007 - 1) * 365)
        + (((2007 - 1) - ((2007 - 1) mod 4)) / 4)     <!--add a day for every leap-->
        - (((2007 - 1) - ((2007 - 1) mod 100)) / 100) <!--subtract 100 year exception-->
        + (((2007 - 1) - ((2007 - 1) mod 400)) / 400) <!--readd 400 year exception-->
       <!--Days so far this year:-->
 
        + {{ #ifexpr:    <!--add days for past months this year--> <!--Gives 1 or 2 extra days because of February-->
                     (10 - 1) < 8 
                     | ( (10 - 1) * 30.5 round 0) 
                     | ( (10 - 1) * 30.5 + 0.9 round 0 ) 
          }} 
        - {{ #ifexpr: (10 <= 2) | 0 |  
             {{ #ifexpr:    <!-- if leap year  -->
                     (2007 / 4) = (2007 / 4 round 0)          <!--If divisible by 4-->
                      and (2007 / 100 != 2007 / 100 round 0)  <!--and not by 100-->
                | 1 | 2 
             }}
          }}
        + {{ #ifexpr: (10 <= 2) | 0 |
             {{ #ifexpr: <!--400 year exception-->
                     (2007 / 400) = (2007 / 400 round 0) 
                | 1 | 0 
             }}
          }} 
        + 8
 }}{{#ifexpr: 2007 < 1 |
        _ERROR - Can not handle dates before January 1, 1 A.D.
   }} }} }}|{{#expr:+ {{#expr: 
        <!--Days from all years past:-->
        + (({{CURRENTYEAR}} - 1) * 365)
        + ((({{CURRENTYEAR}} - 1) - (({{CURRENTYEAR}} - 1) mod 4)) / 4)     <!--add a day for every leap-->
        - ((({{CURRENTYEAR}} - 1) - (({{CURRENTYEAR}} - 1) mod 100)) / 100) <!--subtract 100 year exception-->
        + ((({{CURRENTYEAR}} - 1) - (({{CURRENTYEAR}} - 1) mod 400)) / 400) <!--readd 400 year exception-->
       <!--Days so far this year:-->
 
        + {{ #ifexpr:    <!--add days for past months this year--> <!--Gives 1 or 2 extra days because of February-->
                     ({{CURRENTMONTH}} - 1) < 8 
                     | ( ({{CURRENTMONTH}} - 1) * 30.5 round 0) 
                     | ( ({{CURRENTMONTH}} - 1) * 30.5 + 0.9 round 0 ) 
          }} 
        - {{ #ifexpr: ({{CURRENTMONTH}} <= 2) | 0 |  
             {{ #ifexpr:    <!-- if leap year  -->
                     ({{CURRENTYEAR}} / 4) = ({{CURRENTYEAR}} / 4 round 0)          <!--If divisible by 4-->
                      and ({{CURRENTYEAR}} / 100 != {{CURRENTYEAR}} / 100 round 0)  <!--and not by 100-->
                | 1 | 2 
             }}
          }}
        + {{ #ifexpr: ({{CURRENTMONTH}} <= 2) | 0 |
             {{ #ifexpr: <!--400 year exception-->
                     ({{CURRENTYEAR}} / 400) = ({{CURRENTYEAR}} / 400 round 0) 
                | 1 | 0 
             }}
          }} 
        + {{CURRENTDAY}}
 }}{{#ifexpr: {{CURRENTYEAR}} < 1 |
        _ERROR - Can not handle dates before January 1, 1 A.D.
   }} - {{#expr: 
        <!--Days from all years past:-->
        + ((2007 - 1) * 365)
        + (((2007 - 1) - ((2007 - 1) mod 4)) / 4)     <!--add a day for every leap-->
        - (((2007 - 1) - ((2007 - 1) mod 100)) / 100) <!--subtract 100 year exception-->
        + (((2007 - 1) - ((2007 - 1) mod 400)) / 400) <!--readd 400 year exception-->
       <!--Days so far this year:-->
 
        + {{ #ifexpr:    <!--add days for past months this year--> <!--Gives 1 or 2 extra days because of February-->
                     (10 - 1) < 8 
                     | ( (10 - 1) * 30.5 round 0) 
                     | ( (10 - 1) * 30.5 + 0.9 round 0 ) 
          }} 
        - {{ #ifexpr: (10 <= 2) | 0 |  
             {{ #ifexpr:    <!-- if leap year  -->
                     (2007 / 4) = (2007 / 4 round 0)          <!--If divisible by 4-->
                      and (2007 / 100 != 2007 / 100 round 0)  <!--and not by 100-->
                | 1 | 2 
             }}
          }}
        + {{ #ifexpr: (10 <= 2) | 0 |
             {{ #ifexpr: <!--400 year exception-->
                     (2007 / 400) = (2007 / 400 round 0) 
                | 1 | 0 
             }}
          }} 
        + 5
 }}{{#ifexpr: 2007 < 1 |
        _ERROR - Can not handle dates before January 1, 1 A.D.
   }} }} }}'' days)
__NOTOC__
== My home(s) ==
[[File:Ponte D. Luís, Sé e Jardim do Morro vistos de Gaia.JPG|center|thumb|450px|[[:pt:Sé do Porto|Porto Cathedral]], [[:pt:Ponte Dom Luís I|Dom Luis I bridge]] and [[:pt:Serra do Pilar|Serra do Pilar Monastery]], 3 postcards of [[:en:Oporto|my town]].]]
[[File:Recife 2005 JAN 25 AncientAndModernCenter.jpg|center|thumb|450px|The new and the [[:en:Recife Antigo|old Recife]].]]
== Quotes ==
{| style="margin:auto; border-collapse:collapse; border-style:none; background-color:transparent; width:{{#if:  | 100% | auto}}; {{#if:  | border: 1px solid #AAAAAA;}}" class="cquote"
| width="20" valign="top" style="color:#B2B7F2;font-size:35px;font-family:'Times New Roman',serif;font-weight:bold;text-align:left;padding:10px 10px;" | “
| valign="top" style="padding:4px 10px;" | <div style="font-family:'Palatino Linotype'; font-style: italic; font-size:16px">La pensée est le labeur de l’intelligence, la rêverie en est la volupté.
| width="20" valign="bottom" style="color:#B2B7F2;font-size:36px;font-family:'Times New Roman',serif;font-weight:bold;text-align:right;padding:10px 10px;" | ”
|-
| colspan="3" style="padding-right: 4%" |<p style="font-size:smaller;text-align: right"><cite style="font-style:normal;">—[[:fr:Victor Hugo|Victor Hugo]] in [[:fr:Les Miserables|''Les Miserables'']].</cite></p>
|}
{| style="margin:auto; border-collapse:collapse; border-style:none; background-color:transparent; width:{{#if:  | 100% | auto}}; {{#if:  | border: 1px solid #AAAAAA;}}" class="cquote"
| width="20" valign="top" style="color:#B2B7F2;font-size:35px;font-family:'Times New Roman',serif;font-weight:bold;text-align:left;padding:10px 10px;" | “
| valign="top" style="padding:4px 10px;" | <div style="font-family:'Palatino Linotype'; font-style: italic; font-size:16px">There is in fact a heroism of virtue in the pride of this woman, who resists every seduction, the impulses of his own passion as well as the rapture of the senses</div>
| width="20" valign="bottom" style="color:#B2B7F2;font-size:36px;font-family:'Times New Roman',serif;font-weight:bold;text-align:right;padding:10px 10px;" | ”
|-
|colspan="3" style="padding-right: 4%" | <p style="font-size:smaller;text-align: right"><cite style="font-style:normal;">—[[:w:José de Alencar|José de Alencar]], in [[:s:pt:Senhora|''Senhora'']].</cite></p>
|}
{| style="margin:auto; border-collapse:collapse; border-style:none; background-color:transparent; width:{{#if:  | 100% | auto}}; {{#if:  | border: 1px solid #AAAAAA;}}" class="cquote"
| width="20" valign="top" style="color:#B2B7F2;font-size:35px;font-family:'Times New Roman',serif;font-weight:bold;text-align:left;padding:10px 10px;" | “
| valign="top" style="padding:4px 10px;" | <div style="font-family:'Palatino Linotype'; font-style: italic; font-size:16px">Der Irrtum ist viel leichter zu erkennen, als die Wahrheit zu finden; jener liegt auf der Oberfläche, damit läßt sich wohl fertig werden; diese ruht in der Tiefe, danach zu forschen ist nicht jedermanns Sache.
| width="20" valign="bottom" style="color:#B2B7F2;font-size:36px;font-family:'Times New Roman',serif;font-weight:bold;text-align:right;padding:10px 10px;" | ”
|-
| colspan="3" style="padding-right: 4%" |<p style="font-size:smaller;text-align: right"><cite style="font-style:normal;">—[[:de:Johann Wolfgang von Goethe|Johann Wolfgang von Goethe]] in [[:de:Maximen und Reflexionen|''Maximen und Reflexionen'']].</cite></p>
|}
== Other accounts ==
* [[:pt:User:Lucia Bot|Lucia Bot]]
* [[User:Ripchip Bot|Ripchip Bot]]
== [[:commons:Category:Images sent by Béria Lima|My pictures]] ==
<div style="width: 100%; -moz-column-count: 2;">
; Pictures taken by me
* [[:commons:Category:Files from Brazil by Béria Lima|Files from Brazil]]
* [[:commons:Category:Files from Portugal by Béria Lima|Files from Portugal]]
:* [[:commons:Category:Files from Aveiro by Béria Lima|Files from Aveiro]]
:* [[:commons:Category:Files from Braga by Béria Lima|Files from Braga]]
:* [[:commons:Category:Files from Lisboa by Béria Lima|Files from Lisbon]]
:* [[:commons:Category:Files from Porto by Béria Lima|Files from Oporto]]
:* [[:commons:Category:Files from Sintra by Béria Lima|Files from Sintra ]]
* [[:commons:Category:Files from Spain by Béria Lima|Files from Spain]]
; Files uploaded by me
* [[:commons:Category:Files from Flickr uploaded by Béria Lima|Files from Flickr]]
:* [[:commons:Category:Files of Lisboa uploaded by Béria Lima|Files of Lisbon from Flickr]]
:* [[:commons:Category:Files of Porto uploaded by Béria Lima|Files of Oporto from Flickr]]
* [[:commons:Category:Files from Wikimedia projects uploaded by Béria Lima|Files from Wikimedia projects]]
; Pictures of me
* [[:commons:Category:Béria Lima|Béria Lima]] (the category)
</div>
== Other Wikimedia projects ==
<!--- Projetos Correlatos! rsrs ----------->
<div style="clear:both;"></div>
<center>
{| class="toccolours"
| style="background:#d3d3d3;color:#a52a2a text-align:center;width:100%;" colspan="14" | <big style="font-size:110%;"><center>'''My [[:en:WP:UP|User pages]] in other wiki projects'''</center></big>
|-
| valign="middle" bgcolor="ffffff" | <center>[[image:Wikipedia-logo-pt.png|60px]]</center>
| valign="middle" bgcolor="ffffff" | <center>[[image:Wikipedia-logo-en.png|60px]]</center>
| valign="middle" bgcolor="ffffff" | <center>[[image:Commons-logo.svg|50px]]</center>
| valign="middle" bgcolor="ffffff" | <center>[[image:Wikiquote-logo.png|50px]]</center>
| valign="middle" bgcolor="ffffff" | <center>[[image:Wikinews-logo.svg|50px]]</center>
| valign="middle" bgcolor="ffffff" | <center>[[image:Wikisource-logo.svg|50px]]</center>
| valign="middle" bgcolor="ffffff" | <center>[[image:Wikibooks-logo.png|60px]]</center>
| valign="middle" bgcolor="ffffff" | <center>[[Image:Wiktionary-logo-pt.png|60px]]</center>
| valign="middle" bgcolor="ffffff" | <center>[[Image:Wikiversity-logo.svg|60px]]</center>
| valign="middle" bgcolor="ffffff" | <center>[[Image:Test wiki logo.png|60px]]</center>
|-
<!-- Páginas de Usuário -->
| valign="middle" bgcolor="d3d3d3" | <center>'''[[:w:pt:User:Beria|((pt)) Wikipedia]]'''
| valign="middle" bgcolor="d3d3d3" | <center>[[:en:User:Beria|((en)) Wikipedia]]
| valign="middle" bgcolor="d3d3d3" | <center>[[commons:User:Beria|Commons]]
| valign="middle" bgcolor="d3d3d3" | <center>[[:pt:q:Usuário:Beria|Wikiquote]]
| valign="middle" bgcolor="d3d3d3" | <center>[[:pt:n:Usuário:Beria|Wikinews]]
| valign="middle" bgcolor="d3d3d3" | <center>[[:pt:s:Usuário:Beria|Wikisource]]
| valign="middle" bgcolor="d3d3d3" | <center>[[:pt:b:Usuário:Beria|Wikibooks]]
| valign="middle" bgcolor="d3d3d3" | <center>[[:pt:wikt:Usuário:Beria|Wikcionário]]
| valign="middle" bgcolor="d3d3d3" | <center>[[:pt:v:Usuário:Beria|Wikiversidade]]
| valign="middle" bgcolor="d3d3d3" | <center><span class="plainlinks">[http://test.wikipedia.org/wiki/User:Beria Test Wiki]
|-
|}
<!--- Fim dos Projetos Correlatos! rsrs ----------->
<br style="clear:both" />
</div><!--
END OF MAIN BOX
START OF TOP RIGHT-FLOAT BOX (portrait)-->
<!-- Image section -->
| style="width: 20%; background-color: #EFF8FF; border: 1px solid #8888aa; -moz-border-radius:15px; border-right-width:4px; border-bottom-width:4px; vertical-align: top;" rowspan="1"|
[[Image:Spleen et ideal.jpg|220px|center|thumb|'''Spleen et Ideal'''<br /><p style="font-size:smaller;text-align: right">by Carlos Schwabe</p>]]
<!-- Userboxes section -->
|-
| style="width: 20%; background-color: #EFF8FF; border: 1px solid #8888aa; -moz-border-radius:15px; border-right-width:4px; border-bottom-width:4px; vertical-align: top; text-align: center; height: 10px;" rowspan="2"|
{|
[[Image:Crystal Clear app package.png|35px]] <big>'''Userboxes'''</big>
<!--- Babel -->
{{#babel:pt-N|en-3|es-2|ca-2|gl-2|mwl-2|fr-1|it-1|an-1|oc-1}}
<!-- Other userboxes -->
<!-- Meta Adm box -->
<div style="float:center; border:1px solid #999; margin:1px; width:238px">
{| cellspacing="0" style="width:238px; background:#EEE;"
| style="width:45px; height:45px; background:#DDD; text-align:center; font-size:14pt; color:black;" | '''[[File:Wikimedia Community Logo.svg|40 px]]'''
| style="font-size:8pt; padding:4pt; line-height:1.25em; color:#000;" | This user is an [[Meta:Administrators|administrator]] on Meta-Wiki. <small>(<span class="plainlinks">[{{fullurl:Special:Listusers|limit=1&username={{PAGENAMEE}} verify}}]</span>)</small>
|}</div>
<!-- Commons Adm box -->
<div style="float:center; border:1px solid #999; margin:1px; width:238px">
{| cellspacing="0" style="width:238px; background:#EEE;"
| style="width:45px; height:45px; background:#DDD; text-align:center; font-size:14pt; color:black;" | '''[[File:Commons-logo.svg|40 px]]'''
| style="font-size:8pt; padding:4pt; line-height:1.25em; color:#000;" | This user is an [[:commons:Commons:Administrators|administrator]] on Commons. <small>(<span class="plainlinks">[{{fullurl:commons:Special:Listusers|limit=1&username={{PAGENAMEE}} verify}}]</span>)</small>
|}</div>
<!-- Strategy Adm box -->
<div style="float:center; border:1px solid #999; margin:1px; width:238px">
{| cellspacing="0" style="width:238px; background:#EEE;"
| style="width:45px; height:45px; background:#DDD; text-align:center; font-size:14pt; color:black;" | '''[[File:Wikimedia Community Logo.svg|40 px]]'''
| style="font-size:8pt; padding:4pt; line-height:1.25em; color:#000;" | This user is an [[:strategy:Commons:Administrators|administrator]] on Strategy-Wiki. <small>(<span class="plainlinks">[{{fullurl:strategy:Special:Listusers|limit=1&username={{PAGENAMEE}} verify}}]</span>)</small>
|}</div>
<!-- Wikimedia Portugal -->
<div class="TemplateBUser" style="float:center; margin:1px; width:238px; border:1px solid #006300;">
{| border="0" cellspacing="0" cellpadding="1" style="background-color:#ffffff; color:#000000; width:100%;"
|-
|class="TemplateBUserLeft" style="width:45px; height:45px; background-color:#FFFFFF; color:#000000; text-align:center; vertical-align:middle;"|
[[Image:Wikimedia Portugal logo 135px.png|45px|Wikimedia Portugal logo 135px.png]]
|class="TemplateBUserInfo" style="padding:1px 4px; vertical-align:middle;"|
<div class="plainlinks TemplateBUserText" style="font-size:0.83em; direction:ltr; line-height:1.25;">Este utilizador é membro da [http://www.wikimedia.pt/ Wikimedia Portugal].</div>
|}</div>
<!-- Wikimedia Argentina -->
<div class="TemplateBUser" style="float:center; margin:1px; width:238px; border:1px solid #006300;">
{| border="0" cellspacing="0" cellpadding="1" style="background-color:#ffffff; color:#000000; width:100%;"
|-
|class="TemplateBUserLeft" style="width:45px; height:45px; background-color:#FFFFFF; color:#000000; text-align:center; vertical-align:middle;"|
[[File:Wikimedia Argentina logo.svg|45px|Wikimedia Argentina logo.svg]]
|class="TemplateBUserInfo" style="padding:1px 4px; vertical-align:middle;"|
<div class="plainlinks TemplateBUserText" style="font-size:0.83em; direction:ltr; line-height:1.25;">This user is member of [http://www.wikimedia.org.ar/ Wikimedia Argentina].</div>
|}</div>
<!-- IRC user -->
<div style="float: center; width: 238px; border: solid #1E90FF 1px; margin: 1px;">
{| cellspacing="0" style="width: 238px; color:#000000; background: #000000;"
| style="width: 45px; height: 45px; background: #77aaff; text-align: center; font-size:14pt; color:#FFCC11" |[[Image:Crystal kdmconfig.png|36px]]
| style="font-size: 8pt; padding: 4pt; line-height: 1.25em; background:#bbddff" | This user's [[IRC]] nick is '''Beria''' on the server '''[[:en:Freenode|Freenode]]'''.
|}</div><noinclude>
<!-- Time zone -->
<div style="float:center; border:1px solid #ccc; margin:1px;width:248px " class="wikipediauserbox ">
{| cellspacing="0" style="width:238px; background:#fff;"
| style="width:45px; height:45px; background:#ccc; text-align:center; font-size:12pt; color:black; padding:0 1px 0 0; line-height:1.25em; vertical-align: middle; " | [[Image:Nuvola apps kworldclock.png|43px|link=:en:Template:User time zone]]
| style="text-align:left; font-size:8pt; padding:0 4px 0 4px; height:45px; line-height:1.25em; color:black; vertical-align: middle; " | This user's time zone is '''[[:en:UTC-3|UTC-3]]'''.
|}</div>
<!-- Brazil <3 Portugal -->
<div style="float: center; border:solid #800 1px; margin: 1px;width:248px ">
{| cellspacing="0" style="width: 240px; background: #080;"
| style="width: 45px; height: 45px; background: #EEE; text-align: center; font-size: 12pt; color: #000;" | '''[[Image:Bandeira pt.gif|40px]]'''
| style="font-size: 8pt; padding: 4pt; line-height: 1.25em; color: #fff;" | This brazilian user loves '''[[Portugal|<span style="color:white">Portugal</span>]]'''.
| style="width: 45px; height: 45px; background: #EEE; text-align: center; font-size: 12pt; color: #000;" | '''[[Image:Flags of Brazil and Portugal.svg|50px]]'''
|}</div><div style="clear:both;"></div>
|}
|}
      rgcfkqksbnelpld0ioomnxrohwtv4o2
    
  
  
    Nodyn:Sut i ddysgu iaith
    10
    2155
    
      3961
      3960
      2011-09-05T20:58:07Z
      
        Adda'r Yw
        4
      
      
      3961
      wikitext
      text/x-wiki
      '''Cynnwys'''
# [[Sut i ddysgu iaith/Cyflwyniad|Cyflwyniad]]
# [[Sut i ddysgu iaith/Sylfeini iaith|Sylfeini iaith]]
# [[Sut i ddysgu iaith/Ynganiad|Ynganiad]]
# [[Sut i ddysgu iaith/Geirfa|Geirfa]]
# [[Sut i ddysgu iaith/Gramadeg|Gramadeg]]
# [[Sut i ddysgu iaith/Dulliau|Dulliau]]
# [[Sut i ddysgu iaith/Adnoddau|Adnoddau]]
      4zblal3uaomu2lyfn9kd0buaoky04zc
    
  
  
    Sut i ddysgu iaith
    0
    2156
    
      3796
      2011-06-12T11:21:58Z
      
        Adda'r Yw
        4
      
      Crëwyd tudalen newydd yn dechrau gyda '{{Sut i ddysgu iaith}} [[Delwedd:Harold Williams Young.jpg|bawd|chwith|[[w:Harold Williams (ieithydd)|Harold Williams]], amlieithydd oedd yn medru dros 58 o ...'
      3796
      wikitext
      text/x-wiki
      {{Sut i ddysgu iaith}}
[[Delwedd:Harold Williams Young.jpg|bawd|chwith|[[w:Harold Williams (ieithydd)|Harold Williams]], amlieithydd oedd yn medru dros 58 o ieithoedd a thafodieithoedd]]
[[Categori:Ieithoedd]]
[[de:Wie man eine Sprache lernt]]
[[en:How to Learn a Language]]
[[nl:Een vreemde taal leren]]
[[zh:如何習得語言]]
      r68m8x5cm610hjjfe93ryxruoludk5i
    
  
  
    Defnyddiwr:Kronos
    2
    2157
    
      3797
      2011-06-15T00:12:32Z
      
        Kronos
        220
      
      Crëwyd tudalen newydd yn dechrau gyda ' <center><h1>'''KronOS'''</h1></center> [[File:Pirate_Flag_of_Rack_Rackham.svg|230px|left]] [[File:Pirate_Flag_of_Rack_Rackham.svg|230px|right]] <center><div...'
      3797
      wikitext
      text/x-wiki
      
<center><h1>'''KronOS'''</h1></center>
[[File:Pirate_Flag_of_Rack_Rackham.svg|230px|left]]
[[File:Pirate_Flag_of_Rack_Rackham.svg|230px|right]]
<center><div style="float:center; width:276px;">
[[File:Face-smile.svg]]<br />γεια σου κόσμος..<br />{{Babel|fr-1|en-2|it-4}}<br />KRONOS<br /><center>[[File:Kronos_user.jpg|thumb|242px|KronOS]]</center>
</div></center>
[[ab:Участник:Kronos]]
[[ak:User:Kronos]]
[[an:Usuario:Kronos]]
[[ang:User:Kronos]]
[[ar:مستخدم:Kronos]]
[[ast:Usuariu:Kronos]]
[[ay:Usuario:Kronos]]
[[az:İstifadəçi:Kronos]]
[[ba:Ҡатнашыусы:Kronos]]
[[be:Удзельнік:Kronos]]
[[bg:Потребител:Kronos]]
[[bh:प्रयोगकर्ता:Kronos]]
[[br:Implijer:Kronos]]
[[ca:Usuari:Kronos]]
[[ce:Декъашхо:Kronos]]
[[ceb:Gumagamit:Kronos]]
[[co:User:Kronos]]
[[csb:Brëkòwnik:Kronos]]
[[cu:По́льꙃєватєл҄ь:Kronos]]
[[cy:Defnyddiwr:Kronos]]
[[da:Bruger:Kronos]]
[[de:Benutzer:Kronos]]
[[dsb:Wužywaŕ:Kronos]]
[[el:Χρήστης:Kronos]]
[[eo:Uzanto:Kronos]]
[[es:Usuario:Kronos]]
[[en:User:Kronos]]
[[eu:Lankide:Kronos]]
[[fj:User:Kronos]]
[[fo:Brúkari:Kronos]]
[[fr:Utilisateur:Kronos]]
[[frp:Utilisator:Kronos]]
[[frr:Benutzer:Kronos]]
[[fy:Meidogger:Kronos]]
[[gn:Puruhára:Kronos]]
[[hak:User:Kronos]]
[[hr:Suradnik:Kronos]]
[[hsb:Wužiwar:Kronos]]
[[hu:Szerkesztő:Kronos]]
[[hy:Մասնակից:Kronos]]
[[gl:Usuario:Kronos]]
[[ia:Usator:Kronos]]
[[ie:User:Kronos]]
[[ig:Ọ%27bànifé:Kronos]]
[[it:User:Kronos]]
[[ja:利用者:Kronos]]
[[la:Usor:Kronos]]
[[lb:Benotzer:Kronos]]
[[li:Gebroeker:Kronos]]
[[lmo:Druvadur:Kronos]]
[[ln:Utilisateur:Kronos]]
[[mi:User:Kronos]]
[[ms:Pengguna:Kronos]]
[[nah:Tlatequitiltilīlli:Kronos]]
[[nds:Bruker:Kronos]]
[[nds-nl:Gebruker:Kronos]]
[[no:Bruker:Kronos]]
[[nrm:User:Kronos]]
[[pag:User:Kronos]]
[[pcd:Utilisateur:Kronos]]
[[pl:Wikipedysta:Kronos]]
[[rm:Utilisader:Kronos]]
[[roa-rup:User:Kronos]]
[[rw:User:Kronos]]
[[sa:User:Kronos]]
[[sl:Uporabnik:Kronos]]
[[sv:Användare:Kronos]]
[[sw:Mtumiaji:Kronos]]
[[te:వాడుకరి:Kronos]]
[[tr:User:Kronos]]
[[tt:Кулланучы:Kronos]]
[[ug:ئىشلەتكۈچى:Kronos]]
[[uz:Foydalanuvchi:Kronos]]
[[vo:Geban:Kronos]]
[[war:User:Kronos]]
[[wo:Jëfandikukat:Kronos]]
[[yo:On%C3%ADṣe:Kronos]]
[[za:User:Kronos]]
[[zh:User:Kronos]]
      901vc0apc1yoi48wjw1wf23oswaars7
    
  
  
    Sut i ddysgu iaith/Adnoddau
    0
    2158
    
      3952
      3922
      2011-08-29T20:15:25Z
      
        Adda'r Yw
        4
      
      /* Erthyglau Wicipedia */ dolenni
      3952
      wikitext
      text/x-wiki
      {{Sut i ddysgu iaith}}
== Erthyglau Wicipedia ==
* [[:w:Amlieithydd|Amlieithydd]]
* [[:w:Dwyieithrwydd|Dwyieithrwydd]]
* [[:w:Lefel medru iaith|Lefel medru iaith]]
* [[:w:Rhestr ieithoedd|Rhestr ieithoedd]]
== Llyfrau ==
* Farber, Barry. ''How to Learn Any Language'' (Dinas Efrog Newydd, Citadel Press, 1991).
* Janich, Michael D. ''Speak Like a Native'' (Boulder, Colorado, Paladin Press, 2004).
* Lewis, Marilyn. ''How to Study Foreign Languages'' (Basingstoke, Macmillan, 1999).
== Gwefannau ==
* [http://www.bbc.co.uk/languages/ Ieithoedd] ar wefan y BBC
* [http://fieldsupport.dliflc.edu/index.aspx Modiwlau iaith] ar wefan Adran Amddiffyn yr Unol Daleithiau
* [http://www.guardian.co.uk/education/languageresources Adnoddau iaith] ar wefan ''The Guardian''
* [http://how-to-learn-any-language.com/e/index.html ''How to Learn Any Language''], gwefan gymunedol ac adnoddau
      b8jdugxeksa7dwpmijfx2fa05l835hv
    
  
  
    Defnyddiwr:Wikitanvir/common.js
    2
    2160
    
      3805
      3803
      2011-06-23T07:03:45Z
      
        Wikitanvir
        438
      
      fix
      3805
      javascript
      text/javascript
      mw.loader.load('http://meta.wikimedia.org/w/index.php?title=User:Wikitanvir/global.js&action=raw&ctype=text/javascript');
      eu57oubmqbain3535mm4utqg91i5df7
    
  
  
    Defnyddiwr:Wikitanvir/common.css
    2
    2161
    
      3804
      2011-06-23T07:00:29Z
      
        Wikitanvir
        438
      
      Global CSS
      3804
      css
      text/css
      @import "http://meta.wikimedia.org/w/index.php?title=User:Wikitanvir/global.css&action=raw&ctype=text/css";
      rolnl57kedhql98hla27k4s2cfq1tbq
    
  
  
    Defnyddiwr:Dcljr
    2
    2162
    
      4577
      4477
      2015-02-06T03:38:05Z
      
        Dcljr
        499
      
      + Admins link
      4577
      wikitext
      text/x-wiki
      {{#babel:en|es-1|cy-0}}
<div lang="en-US">
For information about me, please see [[:en:User:Dcljr]]. To discuss any issues related to ''this'' wiki, please use '''[[User talk:Dcljr|my talk page here]]'''.
''Note:'' This wiki contains {{NUMBEROFARTICLES}} book modules.
([[Special:SpecialPages|See also]]: [[Special:Statistics|Statistics]], [[Special:NewPages|NewPages]], [[Special:RecentChanges|RecentChanges]], [[Special:NewFiles|NewFiles]], [[Special:Log|Log]], [[Special:Userlist/sysop|Admins]].)
</div>
[[en:User:Dcljr]]
      jzu7hugn80rluwwr23xpfhtb5wkxsko
    
  
  
    Defnyddiwr:GlobalEditBot
    2
    2163
    
      3809
      2011-07-01T09:37:14Z
      
        GlobalEditBot
        597
      
      
      global userpage like requested [[:m:Syncbot|here]]
      3809
      wikitext
      text/x-wiki
      Hei! 
I'm GlobalEditBot nice to meet you! I work for [[user:Dirt Diver]] and my task is to create global pages like userpages, talkpages and more. When you want more information or make a request please see my [[:m:User:Dirt Diver|Meta page]].
      bahiignmrw6x1lwmy6copcdlv50thql
    
  
  
    Defnyddiwr:Dirt Diver
    2
    2164
    
      3810
      2011-07-01T13:19:41Z
      
        GlobalEditBot
        597
      
      
      global userpage like requested [[:m:Syncbot|here]]
      3810
      wikitext
      text/x-wiki
      Hi, 
I'm Dirt Diver, the bot operator for [[:m:User:GlobalEditBot]]. Please contact me on [[:m:|Meta]] if problems will occur.
      qemawpdxhmp2w5nndxkqphkwjd7gpab
    
  
  
    Defnyddiwr:Teles
    2
    2165
    
      3811
      2011-07-01T16:58:25Z
      
        Wikitanvir
        438
      
      Creating userpage per request
      3811
      wikitext
      text/x-wiki
      [[Image:Redirectltr.png|#REDIRECT]]<span class="redirectText" id="softredirect">[[:m:user:Teles]]</span>
      hdsr4spn4wr4v6n75ioss6u7suyofmz
    
  
  
    Defnyddiwr:Vituzzu
    2
    2166
    
      3812
      2011-07-01T17:34:30Z
      
        Wikitanvir
        438
      
      Creating userpage per request
      3812
      wikitext
      text/x-wiki
      Please contact me on [[:m:User talk:Vituzzu|meta]] or [[:m:w:it:User talk:Vituzzu|Wikipedia in Italian]], you can also find some information about my activities on Wikipedia [[:m:User:Vituzzu|here]].
      n1g86ogj2adv0pec093rdzxsggl3ewg
    
  
  
    Defnyddiwr:Reza1615/common.js
    2
    2167
    
      3813
      2011-07-02T01:25:21Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3813
      javascript
      text/javascript
      mw.loader.load('http://meta.wikimedia.org/w/index.php?title=User:reza1615/global.js&action=raw&ctype=text/javascript');
      0mj5e981kd714jtusacoh6geqylflkp
    
  
  
    Defnyddiwr:MacMed
    2
    2168
    
      3814
      2011-07-02T03:51:27Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3814
      wikitext
      text/x-wiki
      [[Image:Redirectltr.png|#REDIRECT]]<span class="redirectText" id="softredirect">[[m:w:en:user:MacMed]]</span>
      gd65qnfv2c1mq94q8pdga76cpodptu5
    
  
  
    Defnyddiwr:Bencmq
    2
    2169
    
      3815
      2011-07-02T04:59:24Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3815
      wikitext
      text/x-wiki
      [[Image:Redirectltr.png|#REDIRECT]]<span class="redirectText" id="softredirect">[[w:m:user:Bencmq]]</span>
      5g79f363gzrklr7n8gpjo400x572e8c
    
  
  
    Defnyddiwr:Dawid Deutschland
    2
    2171
    
      3817
      2011-07-02T16:07:14Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3817
      wikitext
      text/x-wiki
      * [[m:user:Dawid Deutschland|Meta]].
* [[m:ka:user:Dawid Deutschland|Georgische Wikipedia]].
* [[m:wikt:ka:user:Dawid Deutschland|Georgisches Wikiwörterbuch]].
* [[m:de:user:Dawid Deutschland|Deutsche Wikipedia]].
      qkycphuqt8rmi17hd1j5tg82xcgs94j
    
  
  
    Sgwrs Defnyddiwr:Crochet.david.bot
    3
    2174
    
    
      3820
      2011-07-02T18:35:47Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3820
      wikitext
      text/x-wiki
      #REDIRECT [[User_talk:Crochet.david]]
      4uf0ke0pmd9gfruwsaibs9cnstjak1b
    
  
  
    Defnyddiwr:Addihockey10
    2
    2175
    
      3823
      2011-07-19T21:36:41Z
      
        Addihockey10
        606
      
      Creating global user page
      3823
      wikitext
      text/x-wiki
      {{DISPLAYTITLE:<span style="display:none;">User:</span><font color=red>Addi<font color=blue>hockey<font color=gold>10</font></font></font>}}
        <div style="position: relative; height: 1%;">
         <div style="position: relative; margin: 0 -1em; padding: 0; background-color: transparent; border: none; height: 1%;">
          <div style="position: relative; margin: 0 auto; width: 800px; border: none; height: 1%;">
           <div style="position: relative; overflow: hidden; height: 600px;"><!-- Height of the main image -->
            <div style="position: relative; overflow: hidden; margin: 1000;">[[File:Flowers in my backyard {{#ifeq: {{#ifeq: {{#expr:({{NUMBEROFEDITS:R}} mod 20) + 1}}|3|20|{{#expr:({{NUMBEROFEDITS:R}} mod 20) + 1}}}}|7|1|{{#expr:({{NUMBEROFEDITS:R}} mod 20) + 1}}}}.jpg|left|900px]]</div>
           <div style="position: absolute; top: 0; width: 100%; height: 100%;">
            <div style="margin: 1em; font-size: 100%;">
            </div>
         
        <div style="position: absolute; left: 180px; top: 320px; z-index: 10; width: 300px; border: none; padding: 0.75em 1em; background-color:none; text-align:left; v-align:center;">
        <span style="font-family:Times New Roman;color:white; font-size:400%;">'''''Addihockey10'''''</span></div>
        <div style="position: absolute; left: 130px; top: 355px; z-index: 10; width: 300px; border: none; padding: 0.75em 1em; background-color:none; text-align:left; v-align:center;">
        </div>
        </div>
        </div>
        </div>
        </div>
        </div>
        <center>
      47r0zg6fizf1emqp57xy5brpmdbmxj8
    
  
  
    Barddoniaeth
    0
    2178
    
      3885
      3830
      2011-07-28T21:50:45Z
      
        Adda'r Yw
        4
      
      
      cat
      3885
      wikitext
      text/x-wiki
      {{wicipedia}}
# [[Barddoniaeth/Englyn|Englyn]]
# [[Barddoniaeth/Soned|Soned]]
# [[Barddoniaeth/Cywydd|Cywydd]]
# [[Barddoniaeth/Telyneg|Telyneg]]
# [[Barddoniaeth/Baled|Baled]]
# [[Barddoniaeth/Awdl|Awdl]]
# [[Barddoniaeth/Haiku|Haiku]]
# [[Barddoniaeth/Limrig|Limrig]]
[[Categori:Barddoniaeth| ]]
[[Categori:Llenyddiaeth]]
      87ezwbgku3oak9bdq2do2cqm4tqe58j
    
  
  
    Barddoniaeth/Soned
    0
    2179
    
      3832
      3831
      2011-07-27T15:35:48Z
      
        Adda'r Yw
        4
      
      /* Soned Shakespearaidd */
      3832
      wikitext
      text/x-wiki
      {{wicipedia|soned}}
Cerdd [[:w:Telyneg|delynegol]] bedair llinell ar ddeg yw '''soned'''.
Pwrpas soned yw i fynegi un syniad neu deimlad mewn un gerdd.
Ysgrifennir y soned yn y mesur pumban dyrchafedig neu iambig, gyda deg sill i bob llinell a phwyslais ar bob yn ail sill (da-DA da-DA da-DA da-DA da-DA).
Y ddau brif fath o soned yw'r soned Eidalaidd neu Betrarchaidd a'r math Shakespearaidd.
== Soned Eidalaidd ==
Patrwm odl y soned Eidalaidd yw:
: A B B A; A B B A; C CH D; C CH D. 
Rhenni yn wythawd (sef dau bennill pedair llinell) ac yn chwechawd (sef dau bennill tair llinell).
== Soned Shakespearaidd ==
Patrwm odl y soned Shakespearaidd yw:
: A B A B; C CH C CH; D DD D DD; E E.
Rhennir yn dri phennill pedair llinell, a chwpled i'w chloi.
Enghraifft o soned Shakespearaidd yn y Gymraeg yw ''[[:w:Y Llwynog|Y Llwynog]]'' gan R. Williams Parry.
I ysgrifennu soned Shakespearaidd, cynlluniwch thema a throsiad i'ch pennill pedair llinell cyntaf.
Ar gyfer yr ail bennill pedair llinell, datblygwch ac ehangwch thema'r soned a throsiad y pennill cyntaf mewn modd dychmygol.
Yn y trydydd bennill pedair llinell, ceir trobwynt y soned. Yn aml defnyddir gair megis "ond", "er", "pan" ayyb i arwyddo hyn, gan amlaf yn nawfed linell y gerdd.
Yn eich cwpled, rhaid rhoi casgliad cryf i'r soned, ac o bosib darganfyddiad.
Wrth ysgrifennu geiriau eich soned, defnyddiwch thesawrws os oes gennych diffyg neu ormodedd o sillau yn eich llinellau er mwyn darganfod geiriau amgen.
Fel gydag unrhyw waith arall o ysgrifennu creadigol, adolygwch ac ailddrafftiwch eich soned.
== Adnoddau ==
Darllenwch gwaith sonedwyr eraill am ysbrydoliaeth. Dyma rhai o'r enwocaf:
* Cymraeg: R. Williams Parry, T. H. Parry-Williams.
* Saesneg: William Shakespeare, Elizabeth Barret Browning, William Wordsworth, Christina Rossetti.
* Eidaleg: Francesco Petrarca, Dante Alighieri.
[[Categori:Barddoniaeth|Soned]]
      gmuqhwuv6gftpddsvwv03ksmrk06mqa
    
  
  
    Silff lyfrau:Llenyddiaeth
    102
    2180
    
      3910
      3836
      2011-07-29T20:27:05Z
      
        Adda'r Yw
        4
      
      3910
      wikitext
      text/x-wiki
      {{pwnc
 |disgrifiad=Mae Wicilyfrau ar y silff hon yn ymwneud â '''[[w:Llenyddiaeth|llenyddiaeth]]'''.
 |dethol=[[Barddoniaeth]]
}}
[[en:Subject:Literature]]
      3983avy5kcaa3apwu8eolpxc8zi6hkk
    
  
  
    Nodyn:Wicillyfrauiaith
    10
    2181
    
    
      3840
      2011-07-27T19:46:11Z
      
        Adda'r Yw
        4
      
      Nodyn:Wicillyfrauiaith wedi'i symud i Nodyn:Wicilyfrauiaith: ll -> l
      3840
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Nodyn:Wicilyfrauiaith]]
      35u56wlti5rxa14ktp77qq8hgjnqzwn
    
  
  
    Arabeg
    0
    2182
    
      5061
      5059
      2022-12-07T00:47:02Z
      
        Kwamikagami
        1991
      
      5061
      wikitext
      text/x-wiki
      {{Arabeg}}
[[File:Arabic speaking world.svg|frameless|upright=1.5]]
{{wicipedia}}
[[Categori:Arabeg| ]]
[[Categori:Ieithoedd]]
[[ar:عربية]]
[[de:Arabisch]]
[[en:Arabic]]
[[fr:Arabe]]
[[it:Arabo]]
[[he:ערבית]]
[[nl:Arabisch]]
[[pl:Arabski]]
[[sk:Arabčina]]
[[uk:Мова людства/Арабська]]
      rltaggbdpqfj11brvj7658s21hria75
    
  
  
    Nodyn:Arabeg
    10
    2183
    
      3955
      3844
      2011-08-29T21:03:50Z
      
        Adda'r Yw
        4
      
      3955
      wikitext
      text/x-wiki
      {| align="right" id="infobox" style="margin-left:1em; text-align: center; font-size: 95%; background:#f5f5ff; border:1px solid #8888aa;" 
|- style="background:#c0c0ff" align="center" 
| '''[[Arabeg]]'''
|- style="background:#dadaff" align="center"
| '''Gwersi'''
|- align="center"
|
[[Arabeg/Yr Wyddor|Yr Wyddor]]<br />
[[Arabeg/Cyfarch|Cyfarch]]<br />
[[Arabeg/Teulu|Teulu]]<br />
[[Arabeg/Disgrifio pethau|Disgrifio pethau]]<br />
[[Arabeg/Bwyd a diod|Bwyd a diod]]
|- style="background:#dadaff" align="center"
| '''Atodiadau''' 
|- align="center"
|
[[Arabeg/Adnoddau|Adnoddau]]<br />
[[Arabeg/Hanes|Hanes]]<br />
[[Arabeg/Tafodieithoedd|Tafodieithoedd]]<br />
[[Arabeg/Llenyddiaeth|Llenyddiaeth]]
|- style="background:#dadaff" align="center"
| '''Gweler hefyd'''
|- align="center"
|
[[Sut i ddysgu iaith]]
|-
| align=center | {{bar llywio|Arabeg}}
|}<noinclude>
[[Categori:Nodiadau cynnwys|Arabeg]]
</noinclude>
      rnwnmn6elmbnc6n3dxcfu7j6kl5tbt3
    
  
  
    Categori:Barddoniaeth
    14
    2184
    
      3845
      2011-07-27T20:05:21Z
      
        Adda'r Yw
        4
      
      creu
      3845
      wikitext
      text/x-wiki
      [[Categori:Llenyddiaeth]]
      om9ehg4ij2txdn3fi5ir79z0letjesk
    
  
  
    Nodyn:Pwnc
    10
    2185
    
      3906
      3870
      2011-07-29T20:15:58Z
      
        Adda'r Yw
        4
      
      
      dolen
      3906
      wikitext
      text/x-wiki
      <span style="font-size:90%;">< [[Wicilyfrau:Holl silffoedd llyfrau|Wicilyfrau yn ôl pwnc]]</span>
{| cellspacing="0" cellpadding="0" style="margin:0 0 4px 0; width:100%;"
| style="width:100%; vertical-align:top; border:1px solid {{blwch/C2|{{{thema|15}}}}}; background-color:{{blwch/C1|{{{thema|15}}}}};" | [[Delwedd:{{{eicon|Wikibooks-logo.svg}}}|{{{lled_eicon|45px}}}|right|link=]] <div style="border-bottom:1px solid {{blwch/C2|{{{thema|15}}}}}; background-color:{{blwch/C3|{{{thema|15}}}}}; padding:0.2em 0.9em 0.2em 0.5em; font-size:120%; font-weight:bold; text-transform: capitalize;">{{{pwnc|{{ENWTUDALEN}}}}}</div><div style="padding:0.2em 0.5em 0.2em 0.5em;">
{{{disgrifiad}}}</div>
|}
{| cellspacing="0" cellpadding="0" style="width:100%; margin:0em; border:1px solid {{blwch/C2|{{{thema|3}}}}}; background-color:{{blwch/C1|{{{thema|3}}}}};"
 |- style="vertical-align:middle; height:1%;"
 | style="border-right:1px solid {{blwch/C2|{{{thema2|3}}}}};" | [[Delwedd:Chart_organisation.svg|24px|right|link=]] <div style="padding:0.2em 0.9em 0.2em 0.5em; border-bottom:1px solid {{blwch/C2|{{{thema2|3}}}}}; background-color:{{blwch/C3|{{{thema2|3}}}}}; font-size:110%; font-weight:bold;">Isadrannau</div>
 | [[Delwedd:Star*.svg|26px|right|link=]] <div style="padding:0.2em 0.9em 0.2em 0.5em; border-bottom:1px solid {{blwch/C2|{{{thema2|3}}}}}; background-color:{{blwch/C3|{{{thema2|3}}}}}; font-size:110%; font-weight:bold;">Wicilyfrau Dethol</div>
 |- style="vertical-align:top; height:1%;"
 | style="padding:0em 0.5em 0.2em 0.5em; border-right:1px solid {{blwch/C2|{{{thema2|3}}}}}; width:50%;" | {{rhestr categori|cat={{{pwnc|{{ENWTUDALEN}}}}}|parth=Silff lyfrau}}
 | style="vertical-align:top; height:1%; padding:0em 0.5em 0.2em 0.5em; width:50%;" | {{{dethol}}}
 |}<includeonly>{{pynciau|Silffoedd llyfrau}}[[Categori:{{ENWTUDALEN}}| ]][[Categori:Silffoedd llyfrau|{{ENWTUDALEN}}]]</includeonly><noinclude>
{{dogfennaeth}}</noinclude>
      7su7wwrye3eue5tonhga1ujbnfclmiw
    
  
  
    Nodyn:Blwch
    10
    2186
    
      3850
      2011-07-28T00:16:14Z
      
        Adda'r Yw
        4
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{| cellspacing="2" cellpadding="0" style="margin:0em 0em 0em 0em; width:{{{lled|100%}}}; {{#ifeq:{{{uchder|100%}}}|none||height:{{{uchder|100%}}...'
      3850
      wikitext
      text/x-wiki
      <includeonly>{| cellspacing="2" cellpadding="0" style="margin:0em 0em 0em 0em; width:{{{lled|100%}}}; {{#ifeq:{{{uchder|100%}}}|none||height:{{{uchder|100%}}}}};"
| style="width:100%; {{#ifeq:{{{uchder|100%}}}|none||height:100%;}} vertical-align:top; border:1px solid {{blwch/C2|{{{thema|1}}}}}; background-color:{{blwch/C1|{{{thema|1}}}}};" |
{{#ifeq:{{{eicon|default}}}|default||[[Delwedd:{{{eicon|Wikibooks-logo.svg}}}|{{{lled_eicon|32px}}}|right|link=]]}}
<div style="border-bottom:1px solid {{blwch/C2|{{{thema|1}}}}}; background-color:{{blwch/C3|{{{thema|1}}}}}; padding:0.2em 0.9em 0.2em 0.5em; font-size:120%; font-weight:bold;">{{{teitl|Teitl}}}</div><div style="padding:0.25em 0.5em 0.2em 0.5em;"></includeonly><noinclude>{{dogfennaeth}}</noinclude>
      5m2aa4929mk46jttpzdjqx2zeydwvgw
    
  
  
    Nodyn:Blwch/C1
    10
    2187
    
      3851
      2011-07-28T00:18:19Z
      
        Adda'r Yw
        4
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{#switch:{{{1|1}}}  |1=<nowiki>#ffFcF1</nowiki>  |2=MintCream  |3=AliceBlue  |4=MistyRose  |5=LavenderBlush  |6=Ivory  |7=Azure  |8=Seashell  |...'
      3851
      wikitext
      text/x-wiki
      <includeonly>{{#switch:{{{1|1}}}
 |1=<nowiki>#ffFcF1</nowiki>
 |2=MintCream
 |3=AliceBlue
 |4=MistyRose
 |5=LavenderBlush
 |6=Ivory
 |7=Azure
 |8=Seashell
 |9=<nowiki>#f6fff1</nowiki>
 |10=<nowiki>#f4faff</nowiki>
 |11=<nowiki>#FFF8FF</nowiki>
 |12=<nowiki>#FFF6F8</nowiki>
 |13=<nowiki>#F5F5FF</nowiki>
 |14=<nowiki>#ffffff</nowiki>
 |15=<nowiki>#f4eed7</nowiki>
}}</includeonly>
      2dmf8nbl3g0c9hjfeo6vh707cbfhy5c
    
  
  
    Nodyn:Blwch/C2
    10
    2188
    
      3852
      2011-07-28T00:18:45Z
      
        Adda'r Yw
        4
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{#switch:{{{1|1}}}  |1=<nowiki>#E39C79</nowiki>  |2=ForestGreen  |3=SteelBlue  |4=IndianRed  |5=MediumPurple  |6=Gold  |7=RoyalBlue  |8=<nowiki...'
      3852
      wikitext
      text/x-wiki
      <includeonly>{{#switch:{{{1|1}}}
 |1=<nowiki>#E39C79</nowiki>
 |2=ForestGreen
 |3=SteelBlue
 |4=IndianRed
 |5=MediumPurple
 |6=Gold
 |7=RoyalBlue
 |8=<nowiki>#E78A69</nowiki>
 |9=<nowiki>#71be3f</nowiki>
 |10=<nowiki>#4290bc</nowiki>
 |11=<nowiki>#C289C3</nowiki>
 |12=<nowiki>#C56B74</nowiki>
 |13=<nowiki>#8488DC</nowiki>
 |14=<nowiki>#aaaaaa</nowiki>
 |15=<nowiki>#2a62a1</nowiki>
}}</includeonly>
      rgdrrmtatqrkc9wg6e9xp1u1latg2aj
    
  
  
    Nodyn:Blwch/C3
    10
    2189
    
      3853
      2011-07-28T00:19:14Z
      
        Adda'r Yw
        4
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{#switch:{{{1|1}}}  |1=Wheat  |2=LightGreen  |3=LightSteelBlue  |4=LightCoral  |5=Thistle  |6=<nowiki>#ff9</nowiki>  |7=LightSkyBlue  |8=Peachp...'
      3853
      wikitext
      text/x-wiki
      <includeonly>{{#switch:{{{1|1}}}
 |1=Wheat
 |2=LightGreen
 |3=LightSteelBlue
 |4=LightCoral
 |5=Thistle
 |6=<nowiki>#ff9</nowiki>
 |7=LightSkyBlue
 |8=Peachpuff
 |9=<nowiki>#c0eaa6</nowiki>
 |10=<nowiki>#9AD4F6</nowiki>
 |11=<nowiki>#E6C6E6</nowiki>
 |12=<nowiki>#F4B8BF</nowiki>
 |13=<nowiki>#CED1FA</nowiki>
 |14=<nowiki>#e4e4e4</nowiki>
 |15=<nowiki>#9eb8d6</nowiki>
}}</includeonly>
      nsm1c957xeigu7kon213x6xafadtb6w
    
  
  
    Nodyn:Rhestr categori
    10
    2190
    
      3855
      2011-07-28T00:22:22Z
      
        Adda'r Yw
        4
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{#tag:dynamicpagelist| categori={{{1|{{{cat}}}}}} {{#if:{{{parth|}}}|parth={{{parth|prif}}}|}} suppresserrors={{{errors|true}}} shownamespace={...'
      3855
      wikitext
      text/x-wiki
      <includeonly>{{#tag:dynamicpagelist|
categori={{{1|{{{cat}}}}}}
{{#if:{{{parth|}}}|parth={{{parth|prif}}}|}}
suppresserrors={{{errors|true}}}
shownamespace={{{full|false}}}
ordermethod={{{method|categorysortkey}}}
order={{{order|ascending}}}
}}</includeonly>
      mwhifdyde9sm5ip1u1tvpeujgqjytfm
    
  
  
    Nodyn:Pynciau
    10
    2191
    
      3858
      3857
      2011-07-28T00:38:56Z
      
        Adda'r Yw
        4
      
      3858
      wikitext
      text/x-wiki
      <includeonly>{{#ifeq:{{#titleparts:{{FULLPAGENAME}}}}|{{TEITLLLAWNWICILYFR}}|<!-- this isn't a subpage -->
{{#switch:{{NAMESPACE}}|Wikijunior|=[[Categori:{{{categori_llyfr|{{TEITLWICILYFR}}}}}| ]]}}
{{#if:{{{1|}}}|[[Categori:{{{1}}}|{{TEITLWICILYFR}}]]|[[Categori:Wicilyfrau heb gategori|{{TEITLLLAWNPENNOD}}]]}}
{{#if:{{{2|}}}|[[Categori:{{{2}}}|{{TEITLWICILYFR}}]]}}
{{#if:{{{3|}}}|[[Categori:{{{3}}}|{{TEITLWICILYFR}}]]}}
{{#if:{{{4|}}}|[[Categori:{{{4}}}|{{TEITLWICILYFR}}]]}}
{{#if:{{{5|}}}|[[Categori:{{{5}}}|{{TEITLWICILYFR}}]]}}
{{#if:{{{6|}}}|[[Categori:{{{6}}}|{{TEITLWICILYFR}}]]}}
{{#if:{{{7|}}}|[[Categori:{{{7}}}|{{TEITLWICILYFR}}]]}}
{{#if:{{{8|}}}|[[Categori:{{{8}}}|{{TEITLWICILYFR}}]]}}
{{#if:{{{9|}}}|[[Categori:{{{9}}}|{{TEITLWICILYFR}}]]}}
{{#if:{{{10|}}}|[[Categori:{{{10}}}|{{TEITLWICILYFR}}]]}}|<!-- this is a subpage -->
{{#switch:{{NAMESPACE}}|Wikijunior|=[[Categori:{{{categori_llyfr|{{TEITLWICILYFR}}}}}|{{TEITLLLAWNPENNOD}}]]|#default=
{{#if:{{{1|}}}|[[Categori:{{{1}}}|{{TEITLLLAWNPENNOD}}]]|[[Categori:Wicilyfrau heb gategori|{{TEITLLLAWNPENNOD}}]]}}
{{#if:{{{2|}}}|[[Categori:{{{2}}}|{{TEITLLLAWNPENNOD}}]]}}
{{#if:{{{3|}}}|[[Categori:{{{3}}}|{{TEITLLLAWNPENNOD}}]]}}
{{#if:{{{4|}}}|[[Categori:{{{4}}}|{{TEITLLLAWNPENNOD}}]]}}
{{#if:{{{5|}}}|[[Categori:{{{5}}}|{{TEITLLLAWNPENNOD}}]]}}
{{#if:{{{6|}}}|[[Categori:{{{6}}}|{{TEITLLLAWNPENNOD}}]]}}
{{#if:{{{7|}}}|[[Categori:{{{7}}}|{{TEITLLLAWNPENNOD}}]]}}
{{#if:{{{8|}}}|[[Categori:{{{8}}}|{{TEITLLLAWNPENNOD}}]]}}
{{#if:{{{9|}}}|[[Categori:{{{9}}}|{{TEITLLLAWNPENNOD}}]]}}
{{#if:{{{10|}}}|[[Categori:{{{10}}}|{{TEITLLLAWNPENNOD}}]]}}}}}}</includeonly>
      93gf69dxk6ky3lkh00ia3to936z934q
    
  
  
    Nodyn:TEITLLLAWNWICILYFR
    10
    2192
    
      3859
      2011-07-28T00:41:36Z
      
        Adda'r Yw
        4
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{#titleparts:{{{1|{{FULLPAGENAME}}}}}|1}}</includeonly>'
      3859
      wikitext
      text/x-wiki
      <includeonly>{{#titleparts:{{{1|{{FULLPAGENAME}}}}}|1}}</includeonly>
      h4ornh94wmnzmt03c6urx57xbf5kkhh
    
  
  
    Nodyn:TEITLLLAWNPENNOD
    10
    2193
    
      3860
      2011-07-28T00:42:11Z
      
        Adda'r Yw
        4
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{#if:{{#titleparts:{{{1|{{FULLPAGENAME}}}}}||2}}|{{#titleparts:{{{1|{{FULLPAGENAME}}}}}||2}}|{{{1|{{FULLPAGENAME}}}}}}}</includeonly>'
      3860
      wikitext
      text/x-wiki
      <includeonly>{{#if:{{#titleparts:{{{1|{{FULLPAGENAME}}}}}||2}}|{{#titleparts:{{{1|{{FULLPAGENAME}}}}}||2}}|{{{1|{{FULLPAGENAME}}}}}}}</includeonly>
      mxicnkw1yk2zmepocohtsprk8quupge
    
  
  
    Nodyn:TEITLWICILYFR
    10
    2194
    
      3861
      2011-07-28T00:43:08Z
      
        Adda'r Yw
        4
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{#titleparts:{{PAGENAME:{{{1|{{FULLPAGENAME}}}}}}}|1}}</includeonly>'
      3861
      wikitext
      text/x-wiki
      <includeonly>{{#titleparts:{{PAGENAME:{{{1|{{FULLPAGENAME}}}}}}}|1}}</includeonly>
      lggjjh6klxgpr9sho7j4nzlfbf0q5vw
    
  
  
    Silff lyfrau:Gwyddorau cymdeithas
    102
    2195
    
      4079
      4070
      2012-04-05T17:08:34Z
      
        Jafeluv
        421
      
      
      Wedi gwrthdroi golygiadau gan [[Special:Contributions/89.204.154.254|89.204.154.254]] ([[User talk:89.204.154.254|Sgwrs]]); wedi adfer y golygiad diweddaraf gan [[User:Adam|Adam]]
      4079
      wikitext
      text/x-wiki
      {{pwnc
 |disgrifiad=Mae Wicilyfrau ar y silff hon yn ymwneud â'r '''[[w:Gwyddorau cymdeithas|gwyddorau cymdeithas]]'''.
 |eicon=Social sciences.svg
 |dethol=[[Hanes Cymru]]
}}
[[en:Subject:Social sciences]]
[[ja:社会科学]]
      7ti5fjervssxbfx78fbfmg75l9ndp30
    
  
  
    Categori:Silffoedd llyfrau
    14
    2196
    
      3864
      2011-07-28T00:46:09Z
      
        Adda'r Yw
        4
      
      creu
      3864
      wikitext
      text/x-wiki
      {{silffoedd llyfrau}}
[[Categori:Wicilyfrau]]
[[da:Kategori:Boghylder]]
[[en:Category:Wikibooks bookshelves]]
[[ms:Kategori:Rak Wikibooks]]
      crtdogs7kjk7qsvkt4xd7ag5yxlqtrg
    
  
  
    Categori:Arabeg
    14
    2197
    
      3930
      3865
      2011-08-15T08:26:56Z
      
        VolkovBot
        276
      
      
      r2.5.1) (robot yn ychwanegu: [[fr:Catégorie:Arabe]], [[oc:Categoria:Arabi]]
      3930
      wikitext
      text/x-wiki
      [[Categori:Ieithoedd]]
[[en:Category:Arabic]]
[[fr:Catégorie:Arabe]]
[[oc:Categoria:Arabi]]
      ne2mxek8dzr5rh3uxcmws7j1zbllqpb
    
  
  
    Categori:Ieithoedd
    14
    2198
    
      4594
      3932
      2015-02-25T04:03:38Z
      
        Romaine
        230
      
      --> Wikidata
      4594
      wikitext
      text/x-wiki
      {{silff-cat|Ieithoedd}}
[[Categori:Wicilyfrau yn ôl pwnc]]
      fv8jtdt5gxznx75y6571qytejob646v
    
  
  
    Categori:Wicilyfrau yn ôl pwnc
    14
    2199
    
      4948
      4447
      2020-08-10T17:38:45Z
      
        Samuele2002
        1537
      
      
      added [[Category:Wicilyfrau]] using [[Help:Gadget-HotCat|HotCat]]
      4948
      wikitext
      text/x-wiki
      
[[Categori:Wicilyfrau]]
[[ar:تصنيق:كتب حسب الموضوع]]
[[az:Kateqoriya:Ana kateqoriyalar]]
[[en:Category:Books by subject]]
[[eo:Kategorio:Udk-biblioteko]]
[[fr:Catégorie:Livres par thème]]
[[hy:Կատեգորիա:Գրքեր ըստ առարկայի]]
[[it:Categoria:Libri per area tematica]]
[[ko:분류:위키책 분야]]
[[oc:Categoria:Libres per tèma]]
[[pl:Kategoria:Podręczniki według tematu]]
[[ta:பகுப்பு:அனைத்து பாடங்கள்]]
      tqiho3cwua4a5es57ydkvb72t60lm46
    
  
  
    Categori:Dyniaethau
    14
    2200
    
      4284
      4276
      2013-03-16T13:37:59Z
      
        VolkovBot
        276
      
      
      r2.7.2) (robot yn ychwanegu: [[ta:பகுப்பு:வாழ்வியல்]]
      4284
      wikitext
      text/x-wiki
      {{silff-cat|Dyniaethau}}
[[Categori:Wicilyfrau yn ôl pwnc]]
[[en:Category:Humanities]]
[[ja:カテゴリ:人文科学]]
[[ko:분류:인문학]]
[[ta:பகுப்பு:வாழ்வியல்]]
      j5j830x46aiv21oie0qg80hzjt5fprf
    
  
  
    Categori:Llenyddiaeth
    14
    2201
    
      4272
      3937
      2013-03-15T23:58:38Z
      
        VolkovBot
        276
      
      
      r2.7.2) (robot yn ychwanegu: [[az:Kateqoriya:Ədəbiyyat]]
      4272
      wikitext
      text/x-wiki
      {{silff-cat|Llenyddiaeth}}
[[Categori:Dyniaethau]]
[[az:Kateqoriya:Ədəbiyyat]]
[[ca:Categoria:Literatura]]
[[cs:Kategorie:Literatura]]
[[en:Category:Literature]]
[[fi:Luokka:Kirjallisuus]]
[[fr:Catégorie:Littérature]]
[[hu:Kategória:Irodalom]]
[[it:Categoria:Letteratura]]
[[ja:カテゴリ:文学]]
[[ko:분류:문학]]
[[nl:Categorie:Literatuurstudie]]
[[pt:Categoria:Literatura]]
[[ru:Категория:Литература]]
[[th:หมวดหมู่:วรรณกรรม]]
[[vi:Thể loại:Văn học]]
[[zh:Category:文学]]
      jkk05ef7733lqo9akqbkcnm4fwlsmzx
    
  
  
    Nodyn:Silff-cat
    10
    2202
    
      3874
      3873
      2011-07-28T21:42:12Z
      
        Adda'r Yw
        4
      
      3874
      wikitext
      text/x-wiki
      <div style="margin-bottom: 0.5em; border: 1px solid #ccc; padding: 2px; background: #F9F9F9; text-align: left; font-size: 95%;">
[[Delwedd:Nuvola apps xmag.png|chwith|18px]]
''{{#if:{{{2|}}}|Silffoedd y [[Wicilyfrau:Categorïau|categori]] hwn yw |Silff y [[Wicilyfrau:Categorïau|categori]] hwn yw }} [[Silff lyfrau:{{{1}}}]]{{#if:{{{2| }}}
  |{{#if:{{{3|}}}|, | a }}[[Silff lyfrau:{{{2}}}]]}}{{#if:{{{3|}}}
  |{{#if:{{{4|}}}|, |, a }}[[Silff lyfrau:{{{3}}}]]}}{{#if:{{{4|}}}
  |{{#if:{{{5|}}}|, |, a }}[[Silff lyfrau:{{{4}}}]]}}{{#if:{{{5|}}}
  |, a [[Silff lyfrau:{{{5}}}]]}}''{{#if:{{{6| }}}|  (gormod o baramedrau yn {{[[Nodyn:silff-cat|silff-cat]]}})}}</div>
      km4oys0kkbm8euib1w2ikz436z3zcbk
    
  
  
    Categori:Hanes
    14
    2203
    
      4281
      4273
      2013-03-16T12:45:20Z
      
        VolkovBot
        276
      
      
      r2.7.2) (robot yn ychwanegu: [[pl:Kategoria:Historia]]
      4281
      wikitext
      text/x-wiki
      {{silff-cat|Hanes}}
[[Categori:Dyniaethau]]
[[Categori:Gwyddorau cymdeithas]]
[[cs:Kategorie:Historie]]
[[en:Category:History]]
[[es:Categoría:Historia]]
[[fr:Catégorie:Histoire]]
[[he:קטגוריה:היסטוריה]]
[[ja:カテゴリ:歴史]]
[[ka:კატეგორია:ისტორია]]
[[ko:분류:역사]]
[[nl:Categorie:Geschiedenis]]
[[pl:Kategoria:Historia]]
[[pt:Categoria:História]]
[[zh:Category:歷史]]
      2ngs4io31rwcod33lw42f962h7birb3
    
  
  
    Categori:Gwyddorau cymdeithas
    14
    2204
    
      4271
      3929
      2013-03-15T23:52:18Z
      
        VolkovBot
        276
      
      
      r2.7.2) (robot yn ychwanegu: [[az:Kateqoriya:Sosial elmlər]], [[ru:Категория:Общественные науки]] yn newid: [[ko:분류:사회과학]]
      4271
      wikitext
      text/x-wiki
      {{silff-cat|Gwyddorau cymdeithas}}
[[Categori:Wicilyfrau yn ôl pwnc]]
[[az:Kateqoriya:Sosial elmlər]]
[[en:Category:Social sciences]]
[[ja:カテゴリ:社会科学]]
[[ko:분류:사회과학]]
[[ru:Категория:Общественные науки]]
[[zh:Category:社會科學]]
      ss2e0hmh8ukggzqxbw3to5ve6zbn1ag
    
  
  
    Categori:Almaeneg
    14
    2205
    
      4277
      3928
      2013-03-16T11:09:03Z
      
        VolkovBot
        276
      
      
      r2.7.2) (robot yn ychwanegu: [[ca:Categoria:Alemany]], [[fr:Catégorie:Allemand]]
      4277
      wikitext
      text/x-wiki
      [[Categori:Ieithoedd]]
[[ca:Categoria:Alemany]]
[[en:Category:German]]
[[es:Categoría:Alemán]]
[[fr:Catégorie:Allemand]]
[[ja:カテゴリ:ドイツ語]]
[[ro:Categorie:Germană]]
[[zh:Category:德语]]
      rjm4leo9xawx2ukgbiguu010j1fbj01
    
  
  
    Categori:Gwyddbwyll
    14
    2206
    
      4280
      4274
      2013-03-16T12:20:16Z
      
        VolkovBot
        276
      
      
      r2.7.2) (robot yn ychwanegu: [[ms:Kategori:Catur]]
      4280
      wikitext
      text/x-wiki
      [[Categori:Gemau bwrdd]]
[[en:Category:Chess]]
[[ko:분류:체스]]
[[ms:Kategori:Catur]]
[[th:หมวดหมู่:หมากรุกสากล]]
      o1wec07t5mvws4w2n3bdpubebafze0g
    
  
  
    Categori:Gemau bwrdd
    14
    2207
    
      4275
      3927
      2013-03-16T09:17:42Z
      
        VolkovBot
        276
      
      
      r2.7.2) (robot yn ychwanegu: [[ko:분류:보드 게임]]
      4275
      wikitext
      text/x-wiki
      {{silff-cat|Gemau bwrdd}}
[[Categori:Gemau|Bwrdd]]
[[en:Category:Board games]]
[[he:קטגוריה:משחקי לוח]]
[[ko:분류:보드 게임]]
[[th:หมวดหมู่:เกมกระดาน]]
      htx23fbijwalew0oq6v7dwjal0mykah
    
  
  
    Categori:Wicilyfrau
    14
    2208
    
      3895
      2011-07-29T17:02:33Z
      
        Adda'r Yw
        4
      
      creu
      3895
      wikitext
      text/x-wiki
      [[ar:تصنيف:ويكي الكتب]]
[[bg:Категория:Уикикниги]]
[[ca:Categoria:Viquillibres]]
[[cs:Kategorie:Wikiknihy]]
[[da:Kategori:Wikibooks]]
[[de:Kategorie:Wikibooks]]
[[en:Category:Wikibooks]]
[[es:Categoría:Wikilibros]]
[[hy:Կատեգորիա:Վիքիգրքեր]]
[[it:Categoria:Wikibooks]]
[[ka:კატეგორია:საერთო]]
[[na:Category:Wikibooks]]
[[nl:Categorie:Wikibooks]]
[[ja:Category:ウィキブックス]]
[[no:Kategori:Wikibooks]]
[[pl:Kategoria:Meta-strony Wikibooks]]
[[pt:Categoria:Wikilivros]]
[[ru:Категория:Викиучебник]]
[[simple:Category:Wikibooks]]
[[sv:Kategori:Wikibooks]]
[[zh:Category:维基教科书]]
[[zh-min-nan:Category:Téng-chân]]
      2ru389zuuskfl9rguylglt65tr8qrop
    
  
  
    Silff lyfrau:Hanes
    102
    2209
    
      3909
      2011-07-29T20:25:57Z
      
        Adda'r Yw
        4
      
      Crëwyd tudalen newydd yn dechrau gyda '{{pwnc  |disgrifiad=Mae Wicilyfrau ar y silff hon yn ymwneud â '''[[w:Hanes|hanes]]'''.  |eicon=P history.svg  |dethol=[[Hanes Cymru]] }}  [[en:Subject:Hist...'
      3909
      wikitext
      text/x-wiki
      {{pwnc
 |disgrifiad=Mae Wicilyfrau ar y silff hon yn ymwneud â '''[[w:Hanes|hanes]]'''.
 |eicon=P history.svg
 |dethol=[[Hanes Cymru]]
}}
[[en:Subject:History]]
      7dz79kgf0pyf2bdcdtnyss8kdj57nqt
    
  
  
    Arabeg/Yr Wyddor
    0
    2210
    
      3957
      3956
      2011-08-29T21:16:11Z
      
        Adda'r Yw
        4
      
      cyflwyniad
      3957
      wikitext
      text/x-wiki
      {{Arabeg}}
Caiff Arabeg ei hysgrifennu '''o'r dde i'r chwith'''. Mae gan yr wyddor Arabeg 28 o lythrennau. Does dim priflythrennau ond ceir ffurfiau gwahanol i'r llythrennau ar ddechrau, ar ganol ac ar ddiwedd gair.
{{wicipedia|Yr wyddor Arabeg}}
{|border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 123%;"
|-----
|colspan="4" style="text-align:center;" | '''Llythyren'''
|rowspan="2" style="text-align:center;" | '''Enw'''
|rowspan="2" style="text-align:center;" | '''Cynaniad Cymraeg''' 
|rowspan="2" style="text-align:center;" | '''Trawsgrifiad Rhufeinig'''
|-----
! unigol
! gyntaf 
! ganol
! olaf 
|----- align="center"
| <big>ﺀ || colspan="3" | أ  إ  ؤ  ئ<br /> || hamza
| ' <small>(atalnod glotal ''fel'' "Y" ''byr'')|| '
|----- align="center"
| <big>ﺍ || colspan="2" | —  || <big>ﺎ || 'alif  || a
| a / e
|----- align="center"
| <big>ﺏ || <big>ﺑ  || <big>ﺒ || <big>ﺐ  || ba' || b  || b
|----- align="center"
| <big>ﺕ || <big>ﺗ  || <big>ﺘ || <big>ﺖ  || ta' || t  || t
|----- align="center"
| <big>ﺙ || <big>ﺛ  || <big>ﺜ || <big>ﺚ  || tha || th  || th
|----- align="center"
| <big>ﺝ || <big>ﺟ  || <big>ﺠ || <big>ﺞ  || jim || ''j'' || j / dj / g
|----- align="center"
| <big>ﺡ || <big>ﺣ  || <big>ﺤ || <big>ﺢ  || ha' || '''h''' <small>(pwysleisiol ''fel wrth anadlu ar eich sbectol'')|| H
|----- align="center"
| <big>ﺥ || <big>ﺧ  || <big>ﺨ || <big>ﺦ  || kha' || ch  || kh
|----- align="center"
| <big>ﺩ || colspan="2" | —  || <big>ﺪ || dal  || d
| d 
|----- align="center"
| <big>ﺫ || colspan="2" | —  || <big>ﺬ || dhal  || dd 
| dh 
|----- align="center"
| <big>ﺭ || colspan="2" | —  || <big>ﺮ || ra'  || r
| r 
|----- align="center"
| <big>ﺯ || colspan="2" | —  || <big>ﺰ || zay  || ''z''
| z 
|----- align="center"
| <big>ﺱ || <big>ﺳ  || <big>ﺴ || <big>ﺲ  || sin || s  || s
|----- align="center"
| <big>ﺵ || <big>ﺷ  || <big>ﺸ || <big>ﺶ  || shin || sh  || ch / sh
|----- align="center"
| <big>ﺹ || <big>ﺻ  || <big>ﺼ || <big>ﺺ  || Sad || '''s''' <small>(pwysleisiol)|| S
|----- align="center"
| <big>ﺽ || <big>ﺿ  || <big>ﻀ || <big>ﺾ  || Dad || '''d''' <small>(pwysleisiol)|| D
|----- align="center"
| <big>ﻁ || <big>ﻃ  || <big>ﻄ || <big>ﻂ  || Ta' || '''t''' <small>(pwysleisiol)|| T
|----- align="center"
| <big>ﻅ || <big>ﻇ  || <big>ﻈ || <big>ﻆ  || Za' || '''dd''' <small>(pwysleisiol)|| Z
|----- align="center"
| <big>ﻉ || <big>ﻋ  || <big>ﻌ || <big>ﻊ  || Aayn || '''â''' <small>("A" gyddfol ''fel wrth ddangos eich llwnc i'r meddyg'')|| '''A'''
|----- align="center"
| <big>ﻍ || <big>ﻏ  || <big>ﻐ || <big>ﻎ  || ghayn || gh <small>("R" gyddfol ''Ffrangeg neu fel ambell frodor Gwynedd'')<big> || gh
|----- align="center"
| <big>ﻑ || <big>ﻓ  || <big>ﻔ || <big>ﻒ  || fa' || ff / ph || f / ph
|----- align="center"
| <big>ﻕ || <big>ﻗ  || <big>ﻘ || <big>ﻖ  || qaf || g <small>("C" gyddfol)|| q
|----- align="center"
| <big>ﻙ || <big>ﻛ  || <big>ﻜ || <big>ﻚ  || kaf || c  || k
|----- align="center"
| <big>ﻝ || <big>ﻟ  || <big>ﻠ || <big>ﻞ  || lam || l  || l
|----- align="center"
| <big>ﻡ || <big>ﻣ  || <big>ﻤ || <big>ﻢ  || mim || m  || m
|----- align="center"
| <big>ﻥ || <big>ﻧ  || <big>ﻨ || <big>ﻦ  || nun || n  || n
|----- align="center"
| <big>ﻩ || <big>ﻫ  || <big>ﻬ || <big>ﻪ  || ha' || h  || h
|----- align="center"
| <big>ﻭ || colspan="2" | —  || <big>ﻮ || waw  || w
| ou / w 
|----- align="center"
| <big>ﻱ || <big>ﻳ  || <big>ﻴ || <big>ﻲ  || ya' || î  || i / y
|}
'''Llythrennau eraill:'''
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 123%;"
|-----
! unigol
! cyntaf 
! canol
! olaf 
! Enw
! Cynaniad Cymraeg 
! Trawsgrifiad Rhufeinig
|----- align="center"
| <big>ﺓ || colspan="2" | —  || <big>ﺔ || ta' marbuta || a / at || a / at
|----- align="center"
| <big>ﻯ || colspan="2" | —  || <big>ﻰ || 'alif maq'ura || a || a / e
|----- align="center"
| <big>ﻻ || colspan="2" | —  || <big>ﻼ || lam 'alif (L+A) || la  || la / le
|}
[[Categori:Arabeg|{{TEITLLLAWNPENNOD}}]]
      tc8qy2x93rw5l64wy2lxnd9t5aefu7c
    
  
  
    Nodyn:Silff lyfrau
    10
    2211
    
      3912
      2011-08-01T13:33:24Z
      
        Adda'r Yw
        4
      
      cychwyn
      3912
      wikitext
      text/x-wiki
      <span style="font-size:90%;">< [[Silff lyfrau:{{{rhiant}}}|{{{rhiant}}}]]{{#if: {{{rhiant2|}}}|<br />< [[Silff lyfrau:{{{rhiant2}}}|{{{rhiant2}}}]]|}}</span>
{| cellspacing="0" cellpadding="0" style="margin:0 0 4px 0; width:100%;"
| style="width:100%; vertical-align:top; border:1px solid {{blwch/C2|{{{thema|15}}}}}; background-color:{{blwch/C1|{{{thema|15}}}}};" | [[Delwedd:{{{eicon|Wikibooks-logo.svg}}}|{{{lled_eicon|45px}}}|right|link=]] <div style="border-bottom:1px solid {{blwch/C2|{{{thema|15}}}}}; background-color:{{blwch/C3|{{{thema|15}}}}}; padding:0.2em 0.9em 0.2em 0.5em; font-size:120%; font-weight:bold; text-transform: capitalize;">{{{pwnc|{{ENWTUDALEN}}}}}</div><div style="padding:0.2em 0.5em 0.2em 0.5em;">
{{{disgrifiad}}}</div>
|}
{| id="booklinks" cellspacing="0" cellpadding="0" style="width:100%; margin:0em; border:1px solid {{blwch/C2|{{{thema|3}}}}}; background-color:{{blwch/C1|{{{thema|3}}}}};"
 |- style="vertical-align:top; height:1%;"
 | rowspan="8" style="border-right:1px solid {{blwch/C2|{{{thema2|3}}}}}; padding:0.2em 0.5em 0.2em 0.5em; width:50%;"|
;<span style="font-size:90%;">Wicilyfrau cyflawn</span>
{{CategoryJunction|cat1={{{subject|{{PAGENAME}}}}}|cat2=Completed books|namespace={{{namespace|main}}}}}
;<span style="font-size:90%;">Wicilyfrau bron wedi eu cyflawni</span>
{{CategoryJunction|cat1={{{subject|{{PAGENAME}}}}}|cat2=Books nearing completion|namespace={{{namespace|main}}}}}
;<span style="font-size:90%;">Wicilyfrau wedi eu hanner cyflawni</span>
{{CategoryJunction|cat1={{{subject|{{PAGENAME}}}}}|cat2=Half-finished books|namespace={{{namespace|main}}}}}
;<span style="font-size:90%;">Wicilyfrau rhannol</span>
{{CategoryJunction|cat1={{{subject|{{PAGENAME}}}}}|cat2=Partly developed books|namespace={{{namespace|main}}}}}
;<span style="font-size:90%;">Wicilyfrau wedi eu cychwyn</span>
{{CategoryJunction|cat1={{{subject|{{PAGENAME}}}}}|cat2=Freshly started books|namespace={{{namespace|main}}}}}
;<span style="font-size:90%;">Statws ansicr</span>
{{#tag:dynamicpagelist|
category={{{subject|{{PAGENAME}}}}}
notcategory=Completed books
notcategory=Books nearing completion
notcategory=Half-finished books
notcategory=Partly developed books
notcategory=Freshly started books
namespace={{{namespace|main}}}
suppresserrors=true
suppressnamespace=true
ordermethod=categorysortkey
order=ascending
}}
 | style="width:50%;" | [[File:Chart_organisation.svg|24px|right|link=]] <div style="padding:0.2em 0.9em 0.2em 0.5em; border-bottom:1px solid {{Robox/C2|{{{theme2|3}}}}}; background-color:{{Robox/C3|{{{theme2|3}}}}}; font-size:110%; font-weight:bold;">Subsections</div>
 |- style="vertical-align:top; height:1%;"
 | style="padding:0em 0.5em 0.2em 0.5em;" | {{CategoryList|cat={{{subject|{{PAGENAME}}}}}|namespace=Subject}}
 |- style="vertical-align:middle; height:1%;"
 | [[File:Nuvola filesystems services.svg|25px|right|link=]] <div style="padding:0.2em 0.9em 0.2em 0.5em; border-bottom:1px solid {{Robox/C2|{{{theme2|3}}}}}; border-top:1px solid {{Robox/C2|{{{theme2|3}}}}}; background-color:{{Robox/C3|{{{theme2|3}}}}}; font-size:110%; font-weight:bold;">Featured Books</div>
 |- style="vertical-align:top; height:1%;"
 | style="vertical-align:top; height:1%; padding:0em 0.5em 0.2em 0.5em;" | {{#if: {{{subject|}}}|{{CategoryJunction|cat1=subject|cat2=Featured books|namespace={{{namespace|main}}}}}|{{CategoryJunction|cat1={{PAGENAME}}|cat2=Featured books|namespace={{{namespace|main}}}}} }}
 |- style="vertical-align:middle; height:1%;"
 | [[File:Printer.svg|24px|right|link=]] <div style="padding:0.2em 0.9em 0.2em 0.5em; border-bottom:1px solid {{Robox/C2|{{{theme2|3}}}}}; border-top:1px solid {{Robox/C2|{{{theme2|3}}}}}; background-color:{{Robox/C3|{{{theme2|3}}}}}; font-size:110%; font-weight:bold;">Print-ready Books</div>
 |- style="vertical-align:top; height:1%;"
 | style="padding:0em 0.5em 0.2em 0.5em;" | {{#if: {{{subject|}}}|{{CategoryJunction|cat1=subject|cat2=Books with print version|namespace={{{namespace|main}}}}}|{{CategoryJunction|cat1={{PAGENAME}}|cat2=Books with print version|namespace={{{namespace|main}}}}} }}
 |- style="vertical-align:middle; height:1%;"
 | [[File:Noia 64 apps acroread.png|23px|right|link=]] <div style="padding:0.2em 0.9em 0.2em 0.5em; border-bottom:1px solid {{Robox/C2|{{{theme2|3}}}}}; border-top:1px solid {{Robox/C2|{{{theme2|3}}}}}; background-color:{{Robox/C3|{{{theme2|3}}}}}; font-size:110%; font-weight:bold;">PDF Books</div>
 |- style="vertical-align:top;"
 | style="padding:0em 0.5em 0.2em 0.5em;" | {{#if: {{{subject|}}}|{{CategoryJunction|cat1=subject|cat2=Books with PDF version|namespace={{{namespace|main}}}}}|{{CategoryJunction|cat1={{PAGENAME}}|cat2=Books with PDF version|namespace={{{namespace|main}}}}} }}
 |}
<includeonly>{{Subjects|{{{parent}}}|{{{parent2|}}}}}[[Category:Subject|{{PAGENAME}}]]{{pp-protected|small=yes}}</includeonly><noinclude>
{{dogfennaeth}}</noinclude>
      dp0hvgf3nw38r9vlhwswmbxg65t0qci
    
  
  
    Sut i ddysgu iaith/Dulliau
    0
    2214
    
      5078
      5077
      2023-05-20T13:34:52Z
      
        TenWhile6
        1933
      
      
      Undid edits by [[Special:Contribs/89.146.4.165|89.146.4.165]] ([[User talk:89.146.4.165|talk]]) to last version by Adda'r Yw: reverting vandalism
      5078
      wikitext
      text/x-wiki
      {{Sut i ddysgu iaith}}
Ceir nifer o wahanol ddulliau er mwyn dysgu ieithoedd.
== Dull Pimsleur ==
== Dull Michel Thomas ==
== Dull Farber ==
Mae dull yr Americanwr Barry Farber, a amlinellir yn ei lyfr ''How to Learn Any Language'' (gweler [[Sut i ddysgu iaith/Adnoddau#Llyfrau|Adnoddau]]), yn canolbwyntio ar bedwar cysyniad:
# Defnyddio nifer o ffyrdd o ddysgu ar yr un pryd, gan gynnwys cyrsiau clywedol, gwerslyfrau, geiriaduron, llyfrau ymadroddion, cardiau fflach, a chylchgronau.
# Defnyddio amser rhydd i ddysgu, er enghraifft adolygu geirfa ar gardiau fflach tra'n aros mewn ciwiau.
# Dull Harry Lorayne o gofio geirfa.
# "Plymio" i'r iaith yn gymharol gynnar yn eich astudiaethau trwy ddarllen yn yr iaith, gwylio ffilmiau a theledu yn yr iaith, a sgyrsio â siaradwyr yr iaith.
[[Categori:Sut i ddysgu iaith|{{TEITLLLAWNPENNOD}}]]
      owqbp5w51459xo5v2wlnwbeoev5sa6g
    
  
  
    Defnyddiwr:Trijnstel
    2
    2215
    
      3933
      2011-08-16T09:09:57Z
      
        Trijnstel
        563
      
      new
      3933
      wikitext
      text/x-wiki
      __NOINDEX__
* My user page on Meta is [[:m:User:Trijnstel|here]].
      5zeuwyxzz8eh25xdsqu38xve977tgtz
    
  
  
    Defnyddiwr:Royce
    2
    2216
    
      3936
      2011-08-19T22:15:24Z
      
        Royce
        619
      
      Crëwyd tudalen newydd yn dechrau gyda 'Hello!  Welcome to my basic user page.  ~~~~  * My unified username is [http://toolserver.org/~vvv/sulutil.php?&user=Royce Royce] ([http://toolserver.org/~vv...'
      3936
      wikitext
      text/x-wiki
      Hello!  Welcome to my basic user page.  [[Defnyddiwr:Royce|Royce]] 22:15, 19 Awst 2011 (UTC)
* My unified username is [http://toolserver.org/~vvv/sulutil.php?&user=Royce Royce] ([http://toolserver.org/~vvv/sulutil.php?rights=1&user=Royce rights]).
* For more about me, see [http://en.wikipedia.org/wiki/User:Royce my English Wikipedia page].
      m3rzvifu9aw4jjhmyomdtfn13ev3mul
    
  
  
    Tsieinëeg Mandarin
    0
    2217
    
      5129
      5128
      2024-10-31T19:56:37Z
      
        Таёжный лес
        2197
      
      5129
      wikitext
      text/x-wiki
      [[Delwedd:Beijing-città proibita.jpg|de|bawd|300px|Y Ddinas Waharddedig yn Beijing 北京紫禁城]]
{| border="1" cellspacing="0" cellpadding="6" align="center"
| style="background-color:#eeeeee;" | 我们需要您的帮助!如果您谙悉中文,请协助编撰本教科书。<br>我們需要您的幫助,如果您諳悉中文,請協助編撰本教課書。
|}
== Gwersi / 课程==
{| border=0  width=75%
|-
|valign=top width=48%|
'''Cyflwyniad / 介绍'''
*[[/Ynglŷn â Tsieinëeg|Ynglŷn â Tsieinëeg - 关于中文]] {{stage short|100%|Jan 24, 2005}}
*[[/Sut i ddefnyddio'r gwerslyfr hwn|Sut i ddefnyddio'r gwerslyfr hwn - 如何使用这本教科书]] {{stage short|100%|Jan 24, 2005}}
*[[/Sut i astudio Tsieinëeg|Sut i astudio Tsieinëeg - 如何学习中文]] {{stage short|100%|Jan 24, 2005}}
*[[/Ysgrifennu yn Tsieinëeg|Ysgrifennu yn Tsieinëeg - 如何用中文写作]] {{stage short|100%|Dec 21, 2006}}
'''Ynganiad / 发音'''
*[[/Ynganiad Pinyin|Pinyin Pronunciation Basics]] {{stage short|100%|Jan 24, 2005}}
*[[/Pronunciation of Initials|Pronunciation of Initials]] 
*[[/Pronunciation of Finals|Pronunciation of Finals]] 
*[[/Using Tones|Using Tones]]
| width=1% |
| valign=top width=48%|
'''Testunau Gwersi / 课文'''
#[[/Gwers 1|Helo! -  第一课:你好!]] {{stage short|100%|Jan 24, 2005}}
#[[/Gwers 2|Are you busy today? - 第二课:今天你忙不忙?]] {{stage short|75%|Jan 24, 2005}}
#[[/Gwers 3|An introduction to particles - 第三课:助词]] {{stage short|75%|Jan 24, 2005}}
#[[/Gwers 4|Word order and Verbs - 第四课:词序和动词]] {{stage short|00%|Jan 24, 2005}}
#[[/Gwers 5|Measure words/Counters - 第五课:量词]] {{stage short|75%|August 16, 2009}}
#[[/Gwers 6|More on interrogatives - 第六课:疑问助词]] {{stage short|00%|Jan 24, 2005}}
#[[/Gwers 7|What's this? - 第七课:这是什么?]] {{stage short|100%|Jan 24, 2005}}
#[[/Gwers 8|Who is she? - 第八课:她是谁?]] {{stage short|25%|Jan 24, 2005}}
#[[/Gwers 9|Where is the railway station? - 第九课:火车站在哪里?]] {{stage short|00%|Oct 5, 2008}}
#[[/Gwers 10|A telephone conversation - 第十课:电话]] {{stage short|00%|Dec 30,2009}}
#[[/Taiwan|Taiwan - 第十一课:台湾]] {{stage short|00%|Dec 30,2009}}
#[[/Mandarin is so interesting|Mandarin is so interesting! - 第十二课:华语真好玩]] {{stage short|00%|Dec 30,2009}}
#[[/I'm sick|I'm sick - 第十三课:我生病了]] {{stage short|00%|Dec 30,2009}}
#[[/Drinking tea|Drinking tea - 第十七课:喝茶]] {{stage short|00%|Dec 30,2009}}
#[[/Tsieina|Tsieina - 第十八课:中国]] {{stage short|00%|Sep 12,2010}}
'''Geirfa 生字/字汇'''
#[[/Teulu|Teulu - 第一部分:家庭]]
#[[/Commodities|Commodity - 第二部分:日用品]]
#[[/Cludiant|Cludiant - 第三部分:交通]]
#[[/Bwyd|Bwyd - 第四部分:食物]]
|}
{{alphabetical|C}}
{{wicipedia|Tsieinëeg Mandarin}}
[[Categori:Tsieinëeg Mandarin| ]]
[[Categori:Ieithoedd]]
__NOTOC__ __NOEDITSECTION__
[[de:Chinesisch]]
[[en:Chinese (Mandarin)]]
[[es:Chino Mandarín]]
[[fr:Enseignement du chinois]]
[[ko:중국어 입문]]
[[it:Cinese]]
[[mk:Кинески јазик]]
[[nl:Algemeen Beschaafd Chinees]]
[[ja:中国語]]
[[pl:Chiński]]
[[fi:Kiinan kieli]]
[[tr:Mandarin]]
[[uk:Китайська мова]]
[[zh:汉语]]
      nnwq77i2ipyv8tihq6hm58r5v27q1sa
    
  
  
    Tsieinëeg
    0
    2218
    
    
      3941
      2011-08-22T16:00:31Z
      
        Adda'r Yw
        4
      
      Tsieinëeg wedi'i symud i Tsieinëeg Mandarin
      3941
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Tsieinëeg Mandarin]]
      npdm5ci5c3m61h8wohfav7z9438bmcw
    
  
  
    Categori:Tsieinëeg Mandarin
    14
    2219
    
      3946
      2011-08-22T16:16:30Z
      
        Adda'r Yw
        4
      
      creu
      3946
      wikitext
      text/x-wiki
      [[Categori:Ieithoedd]]
[[en:Category:Chinese (Mandarin)]]
      n6fzgo7n0uxhsp5kkmdxewxcjjugaoj
    
  
  
    Defnyddiwr:Waihorace
    2
    2220
    
      4566
      3948
      2015-01-25T18:46:57Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Waihorace]])
      4566
      wikitext
      text/x-wiki
      {{#babel:en-3|yue-N|zh-hant-N}}
Hi! I am '''Waihorace''' and I am a member of the [[:m:SWMT|Small Wiki Monitoring Team]]. If you would like to contact me, it is recommended that you leave your message on my talk page on ''[[m:User talk:Waihorace|Meta-Wiki]]''.
      2i1tajk7qqojtvn0r2vbyf7mzj9xgco
    
  
  
    Defnyddiwr:Cekli829
    2
    2221
    
      4423
      3949
      2014-01-04T18:14:45Z
      
        Cekli829
        505
      
      4423
      wikitext
      text/x-wiki
      {{DISPLAYTITLE:<span style="font-family: 'Raceway'"><span style="display:none;">User:</span>Cekli</font><font color="blue">8</font><font color="red">2</font><font color="green">9</font></span>}}
{| cellpadding="10" cellspacing="8" style="width: 100%; background-color: black; border: 5px solid gray; vertical-align: top; -moz-border-radius-topleft: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px;"
| colspan="2" style="padding: 0;" |
<FONT color=#ffeecc>Təkliflərinizi <B>cekli829@gmail.com</B> ünvanına göndərə bilərsiniz.</FONT>
:<FONT color=#ffeecc>Digər əlaqə vasitələri:</FONT>
:'''[https://www.facebook.com/tarkhan.pashazade Facebook (profile)]'''
:'''[https://www.facebook.com/pages/T%C9%99rxan-Pa%C5%9Fazad%C9%99/529113383837101?ref=hl Facebook (page)]'''
:'''[https://twitter.com/Cekli829 Twitter]'''
:'''[http://www.youtube.com/user/Cekli829/videos YouTube]'''
[[az:İstifadəçi:Cekli829]]
      mkbif9vqlux1n86yhyjayiv2ut8ui2l
    
  
  
    Nodyn:Bar llywio
    10
    2223
    
      3954
      3953
      2011-08-29T20:58:19Z
      
        Adda'r Yw
        4
      
      
      3954
      wikitext
      text/x-wiki
      <includeonly>{{#if:{{{nodiv|}}}|<!--then:
--> <span class="noprint plainlinksneverexpand" style="white-space:nowrap; font-weight:normal; font-size:xx-small; {{{fontstyle|}}}; {{#if:{{{fontcolor|}}}|color:{{{fontcolor}}};}} {{{style|}}}">|<!--else:
--><div class="noprint plainlinksneverexpand" style="background-color:transparent; padding:0; white-space:nowrap; font-weight:normal; font-size:xx-small; {{{fontstyle|}}}; {{#if:{{{fontcolor|}}}|color:{{{fontcolor}}};}} {{{style|}}}"><!--
-->}}<!--
-->{{#ifeq:{{{mini|}}}{{{miniv|}}}{{{plain|}}}{{{viewplain|}}}|<!--equals:-->1|<!--then:
-->|<!--else:
-->Y blwch hwn: <!--
-->}}<!--
-->{{#ifeq:{{{miniv|}}}{{{viewplain|}}}|<!--equals:-->1|<!--then:
-->[[Nodyn:{{{1}}}|<span title="Gweld y nodyn hwn" style="{{{fontstyle|}}};{{#if:{{{fontcolor|}}}|color:{{{fontcolor}}};}}">{{#if:{{{viewplain|}}}|gweld|gw}}</span>]]|<!--else:
-->[[Nodyn:{{{1}}}|<span title="Gweld y nodyn hwn" style="{{{fontstyle|}}};{{#if:{{{fontcolor|}}}|color:{{{fontcolor}}};}}">{{#if:{{{mini|}}}|gw|gweld}}</span>]] <span style="font-size:80%;">•</span> [[Sgwrs Nodyn:{{{1}}}|<span style="color:#002bb8;{{{fontstyle|}}};{{#if:{{{fontcolor|}}}|color:{{{fontcolor}}};}}" title="Sgwrs am y nodyn hwn">{{#if:{{{mini|}}}|sg|sgwrs}}</span>]] <span style="font-size:80%;">•</span> [{{fullurl:{{ns:10}}:{{{1}}}|action=edit}} <span style="color:#002bb8;{{{fontstyle|}}};{{#if:{{{fontcolor|}}}|color:{{{fontcolor}}};}}" title="Golygu'r nodyn hwn">{{#if:{{{mini|}}}|go|golygu}}</span>]<!--
-->}}<!--
-->{{#if:{{{nodiv|}}}|<!--then:
--></span> |<!--else:
--></div><!--
-->}}</includeonly>
      nazhc1zqcgbe50wtef9p7w5w90cqv73
    
  
  
    Sut i ddysgu iaith/Sylfeini iaith
    0
    2224
    
      5123
      5116
      2024-10-11T10:29:33Z
      
        TenWhile6
        1933
      
      
      Gwrthdröwyd golygiad gan [[Special:Contributions/81.248.177.61|81.248.177.61]] ([[User talk:81.248.177.61|sgwrs]]) i'r golygiad diweddaraf gan [[User:Adda'r Yw|Adda'r Yw]]
      3962
      wikitext
      text/x-wiki
      {{Sut i ddysgu iaith}}
Mae'n ddefnyddiol dros ben i gael gafael sylfaenol o iaith ac ieithyddiaeth wrth ddysgu iaith.
;Enw
;Rhagenw
;Berf
;Berfenw
;Person
;Rhif
;Amser
;Berf gynorthwyol
;Achos enw
;Ansoddair
;Adferf
;Arddodiad
;Y fannod
[[Categori:Sut i ddysgu iaith|Sylfeini iaith]]
      qbrtu2a5mduzai8x5hgf30208f9hm56
    
  
  
    Defnyddiwr:Vibhijain
    2
    2227
    
      4932
      3966
      2020-03-03T06:00:19Z
      
        CommonsDelinker
        19
      
      Removing [[:c:File:Vibhijain.jpg|Vibhijain.jpg]], it has been deleted from Commons by [[:c:User:Taivo|Taivo]] because: author's request.
      4932
      wikitext
      text/x-wiki
      Hi! I am Vaibhav from India! I am an administrator on Hindi Wiktionary and Pali Wikipedia and former admin at Sanskrit Wikipedia. I am a rollbacker and file mover on English. I am also a translator on Beta-Wiki and I am working on the test project of Sanskrit Wikiquote at incubator.<br />
[[m:w:sa:User:Vibhijain|HERE'S MY SANSKRIT WIKIPEDIA PAGE!!!]]<br />
[[m:w:en:User:Vibhijain|HERE'S MY ENGLISH WIKIPEDIA PAGE!!!]]
[[File:RCPatroller Badge.png|150px|thumb|This user is a Recent Changes Patroller.]]
      4l7wz0ze5mrshf76swm3vzk559l6rva
    
  
  
    Defnyddiwr:Toto Azéro
    2
    2228
    
      3967
      2011-09-11T18:58:04Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3967
      wikitext
      text/x-wiki
      [[Image:Redirectltr.png|#REDIRECT]]<span class="redirectText" id="softredirect">[[:meta:user:Toto Azéro]]</span>
      fiq0h8khtrt3woby2idcyjalpmmjod3
    
  
  
    Defnyddiwr:KuduIO/common.js
    2
    2229
    
      3968
      2011-09-11T20:12:25Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3968
      javascript
      text/javascript
      mw.loader.load('http://meta.wikimedia.org/w/index.php?title=User:KuduIO/global.js&action=raw&ctype=text/javascript');
      8i4cm8eeykhurss7kuhrpirf4cuh5z9
    
  
  
    Defnyddiwr:Alan ffm
    2
    2231
    
      3970
      2011-09-17T20:23:19Z
      
        Alan ffm
        489
      
      Crëwyd tudalen newydd yn dechrau gyda '{{babel|pl|de-4|en-2|ru-2}}'
      3970
      wikitext
      text/x-wiki
      {{babel|pl|de-4|en-2|ru-2}}
      8bek0g1em58n2sd90723204kn28wofm
    
  
  
    Defnyddiwr:Hoo User Page Bot
    2
    2232
    
      3971
      2011-10-12T23:15:06Z
      
        Hoo User Page Bot
        646
      
      Creating global bot page
      3971
      wikitext
      text/x-wiki
      {| class="infobox" style="width: 21em; font-size: 90%; text-align: left; float: right; background-color: rgb(249, 249, 249); border: 1px solid rgb(170, 170, 170);"
! colspan="2" style="text-align: center; font-size: 130%;" | {{BASEPAGENAME}} [[File:Crystal Clear action run.svg|24px|This user is a bot.]]
|-
| colspan="2" style="text-align: center; font size: 95%;" | ([[{{TALKSPACE}}:{{BASEPAGENAME}}|talk]] · [[Special:Contributions/{{BASEPAGENAME}}|contribs]])
|-
| Operator: || [[m:User:Hoo man|Hoo man]]
|-
| [[Wikipedia:Bots/Requests for approval|Approved]]? || No
|-
| [[Wikipedia:User_access_levels#Bots|Flagged]]? || No
|-
| [[Wikipedia:Bot requests|Task/s]]: || [[m:User:Hoo_man/Synchbot|Syncing user and user talk pages across all wikis]]
|-
| Edit rate: || Max. a few edits per month
|-
| Edit period/s: || Periodically
|-
| Automatic or manual? || half-automatic
|-
| [[w:en:Programming language|Programming language]]/s: || [[w:en:Python|Python]]
|-
|}
This bot syncs user and user talk pages across all wikis, request can be made [[m:User:Hoo_man/Synchbot|here]]. Feel free to complain if it does anything it shouldn't. Every request gets performed and reviewed by [[m:user:Hoo man|Hoo man]].
      czscg30nvej6k7apod8zsjv1761ygs5
    
  
  
    Defnyddiwr:Vugar 1981
    2
    2235
    
      3974
      2011-10-13T04:42:30Z
      
        Vugar 1981
        647
      
      Crëwyd tudalen newydd yn dechrau gyda ''''Vugar 1981''' is a user on Wikimedia wikis such as Wikipedia, Wikisource, Wikinews and more. I am a native Azerbaijani speaker and I also speak Turkish...'
      3974
      wikitext
      text/x-wiki
      '''Vugar 1981''' is a user on Wikimedia wikis such as Wikipedia, Wikisource, Wikinews and more. I am a native Azerbaijani speaker and I also speak Turkish. My home wiki is the [[m:w:az:|Azerbaijani Wikipedia]]. If you have any problems or want to discuss anything with me, feel free to go to my talk page on [[m:User talk:Vugar 1981|Metawiki]] or on the [[m:w:az:User talk:Vugar 1981|Azerbaijani Wikipedia]].
      dbzmlnc711lltji04b5kuk94lqy9nf6
    
  
  
    Defnyddiwr:Bennylin
    2
    2236
    
      3975
      2011-10-18T21:29:40Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3975
      wikitext
      text/x-wiki
      {{#babel:id|en-4}}
Hi, I'm Benny and I'm probably doing some edits on this wiki as part of the [[m:countervandalism network|countervandalism network]]. You can view my profile and contact me through one of these wikis that I often visit.
<div class="plainlinks">
* [ [[m:User:Bennylin|User]] | [[m:User talk:Bennylin|Talk]] | [[m:Special:Contributions/Bennylin|Contribs]] | [{{fullurl:m:Special:ActiveUsers|limit=1&username=Bennylin}} Activity] | [[m:Special:Log/Bennylin|Logs]] | [http://toolserver.org/~vvv/yaec.php?user=Bennylin&wiki=metawiki_p Counts] | [{{fullurl:m:Special:ListUsers|limit=1&username=Bennylin}} Rights] ] at [ [[m:|Meta]] ] 
* [ [[m:w:id:User:Bennylin|User]] | [[m:w:id:User talk:Bennylin|Talk]] | [[m:w:id:Special:Contributions/Bennylin|Contribs]] | [{{fullurl:m:w:id:Special:ActiveUsers|limit=1&username=Bennylin}} Activity] | [{{fullurl:m:w:id:Special:Log|user=Bennylin}} Logs] | [http://toolserver.org/~vvv/yaec.php?user=Bennylin&wiki=idwiki_p Counts] | [{{fullurl:m:w:id:Special:ListUsers|limit=1&username=Bennylin}} Rights] ] at [ [[m:w:id:|id Wikipedia]] ] [[File:Gnome-home.svg|x20px]] 
* [ [[m:wikt:id:User:Bennylin|User]] | [[m:wikt:id:User talk:Bennylin|Talk]] | [[m:wikt:id:Special:Contributions/Bennylin|Contribs]] | [{{fullurl:m:wikt:id:Special:ActiveUsers|limit=1&username=Bennylin}} Activity] | [{{fullurl:m:wikt:id:Special:Log|user=Bennylin}} Logs] | [http://toolserver.org/~vvv/yaec.php?user=Bennylin&wiki=idwiktionary_p Counts] | [{{fullurl:m:wikt:id:Special:ListUsers|limit=1&username=Bennylin}} Rights] ] at [ [[m:wikt:id:|id Wiktionary]] ]
* [ [[m:s:id:User:Bennylin|User]] | [[m:s:id:User talk:Bennylin|Talk]] | [[m:s:id:Special:Contributions/Bennylin|Contribs]] | [{{fullurl:m:s:id:Special:ActiveUsers|limit=1&username=Bennylin}} Activity] | [{{fullurl:m:s:id:Special:Log|user=Bennylin}} Logs] | [http://toolserver.org/~vvv/yaec.php?user=Bennylin&wiki=idwikisource_p Counts] | [{{fullurl:m:s:id:Special:ListUsers|limit=1&username=Bennylin}} Rights] ] at [ [[m:s:id:|id Wikisource]] ]
* [ [[commons:User:Bennylin|User]] | [[commons:User talk:Bennylin|Talk]] | [[commons:Special:Contributions/Bennylin|Contribs]] | [{{fullurl:commons:Special:ActiveUsers|limit=1&username=Bennylin}} Activity] | [{{fullurl:commons:Special:Log|user=Bennylin}} Logs] | [http://toolserver.org/~vvv/yaec.php?user=Bennylin&wiki=commonswiki_p Counts] | [{{fullurl:commons:Special:ListUsers|limit=1&username=Bennylin}} Rights] ] at [ [[commons:|Commons]] ]
* [ [[m:w:en:User:Bennylin|User]] | [[m:w:en:User talk:Bennylin|Talk]] | [[m:w:en:Special:Contributions/Bennylin|Contribs]] | [{{fullurl:m:w:Special:ActiveUsers|limit=1&username=Bennylin}} Activity] | [{{fullurl:m:w:Special:Log|user=Bennylin}} Logs] | [http://toolserver.org/~vvv/yaec.php?user=Bennylin&wiki=enwiki_p Counts] | [{{fullurl:m:w:Special:ListUsers|limit=1&username=Bennylin}} Rights] ] at [ [[m:w:|en Wikipedia]] ]
* [[sulutil:Bennylin|Me on all Wikimedia projects]]
* [http://toolserver.org/~krinkle/MoreContributions/index.php?username=Bennylin&wikidb=&allwikis=on&submit=Go Recent edits]<!-- neat! -->
* [http://toolserver.org/~pathoschild/crossactivity/?user=Bennylin Cross-wiki activities]
* [http://toolserver.org/~luxo/contributions/contributions.php?user=Bennylin&lang=en Cross-wiki contributions]
* [http://toolserver.org/~erwin85/xcontribs.php?user=Bennylin Cross-wikiness]
* This wiki: [[Special:Statistics]], [[Special:NewPages]], [[Special:RecentChanges]]
</div>
      cftwp8yoicb19sxew5c6dzravjkf5xj
    
  
  
    Defnyddiwr:Azariv-WMF
    2
    2239
    
      4609
      3979
      2015-04-16T19:22:55Z
      
        Jalexander-WMF
        469
      
      
      Symudodd Jalexander-WMF y dudalen [[Defnyddiwr:Azariv]] i [[Defnyddiwr:Azariv-WMF]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Azariv|Azariv]]" to "[[Special:CentralAuth/Azariv-WMF|Azariv-WMF]]"
      4609
      wikitext
      text/x-wiki
      My name is Alex Zariv, I am a [[wmf:Job_openings/Fundraiser_Production_Coordinator|Production Coordinator]] with the [[wmf:Main Page|Wikimedia Foundation]] and am working on this year's [[m:Fundraising 2011|fundraiser]]. This account is used for edits while officially representing the foundation. In my volunteer capacity I can usually be found on [[m:|meta]] where I am an elected administrator. 
You can reach me either through [[Special:EmailUser/Azariv|e-mail]] or on my Meta-Wiki [[m:User talk:Azariv|talk page]]. On wiki (on all wmf projects) I am [[m:User:Az1568|Az1568]] in my volunteer role and [[m:User:Azariv|Azariv]] in my WMF role.
      2krx4dg1poqcfutqrxz7yheu0znw394
    
  
  
    Defnyddiwr:Wangxuan8331800
    2
    2241
    
      4162
      3981
      2012-09-03T02:22:18Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by Wangxuan8331800]])
      4162
      wikitext
      text/x-wiki
      {{#babel:zh-N|en-1|cy-0}}
[[File:Redirectltr.png|link=]]<span class="redirectText" id="softredirect">[[w:zh:User:Wangxuan8331800]]</span><br /><span style="font-size:85%; padding-left:52px;">[[meta:Help:Redirect|{{int:redirectpagesub}}]]</span>
      9crv3xdq4sfiiqifufr14jfstczg4y5
    
  
  
    Defnyddiwr:Gzen92
    2
    2242
    
      3982
      2011-11-09T11:56:29Z
      
        Gzen92
        657
      
      Crëwyd tudalen newydd yn dechrau gyda '[http://fr.wikibooks.org/wiki/Utilisateur:Gzen92 Gzen92 (fr.wikibooks.org)]'
      3982
      wikitext
      text/x-wiki
      [http://fr.wikibooks.org/wiki/Utilisateur:Gzen92 Gzen92 (fr.wikibooks.org)]
      rmby6huk7tlqvn3mjgvtn980p30o3qg
    
  
  
    Sgwrs Defnyddiwr:Gzen92
    3
    2243
    
      3983
      2011-11-09T11:57:31Z
      
        Gzen92
        657
      
      Crëwyd tudalen newydd yn dechrau gyda '[http://fr.wikibooks.org/wiki/Discussion_utilisateur:Gzen92 Gzen92 (fr.wikibooks.org)]'
      3983
      wikitext
      text/x-wiki
      [http://fr.wikibooks.org/wiki/Discussion_utilisateur:Gzen92 Gzen92 (fr.wikibooks.org)]
      sow6fq0ca0anfymuttfw4wxoo86qdkt
    
  
  
    Sgwrs Defnyddiwr:Caypartis
    3
    2246
    
      3987
      2011-11-11T19:38:44Z
      
        Caypartis
        644
      
      global talk page
      3987
      wikitext
      text/x-wiki
      {| width="100%" cellspacing="0" cellpadding="0" valign="top" border="0" style="font-size:14px; border:1px solid #C2dfff; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); background: #E7FFFF; background: -moz-linear-gradient(top, #A7D7F9 0%, #7db9e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E7FFFF), color-stop(100%,#7db9e8)); background: -webkit-linear-gradient(top, #E7FFFF 0%,#7db9e8 100%); background: -o-linear-gradient(top, #E7FFFF 0%,#7db9e8 100%); background: -ms-linear-gradient(top, #E7FFFF 0%,#7db9e8 100%); background: linear-gradient(top, #E7FFFF 0%,#7db9e8 100%); -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; font-family:Calibri, Verdana, sans-serif; padding: 10px;"
|class="onglet" style="text-align: center; padding: 0.3em; 0; font-size: 100%; background-color:transparent; -moz-border-radius: 7px 0 0 7px; -webkit-border-radius: 7px 0 0 7px; border-radius: 7px 0 0 7px; font-size: 150%" width="14.666666666667%" |Hello, Please don't leave your message here, contact me at [[wikipedia:User_talk:Caypartis|enwiki]] or send me an [[wikipedia:Special:EmailUser/Caypartis|e-mail]]
|}
__NOINDEX__
__NONEWSECTIONLINK__
      2zxr0w7yhdaxbq45w1bakg5lyv4cgon
    
  
  
    Defnyddiwr:Sönke Rahn
    2
    2247
    
      3988
      2011-11-12T03:17:59Z
      
        Sönke Rahn
        663
      
      Crëwyd tudalen newydd yn dechrau gyda '*[[:de:Benutzer:Soenke Rahn|Alter Ego]]'
      3988
      wikitext
      text/x-wiki
      *[[:de:Benutzer:Soenke Rahn|Alter Ego]]
      saoz56tjdxgb3e7via7ui9nnajxqibc
    
  
  
    Sgwrs Defnyddiwr:Caypartisbot
    3
    2248
    
    
      3989
      2011-11-13T17:22:43Z
      
        Caypartis
        644
      
      Yn ailgyfeirio at [[Sgwrs Defnyddiwr:Caypartis]]
      3989
      wikitext
      text/x-wiki
      #Redirect [[User talk:Caypartis]]
      5w6gdei0m3ocj06iptez9hqo4hp6oar
    
  
  
    Defnyddiwr:Caypartisbot
    2
    2249
    
      3991
      3990
      2011-11-13T17:26:16Z
      
        Caypartis
        644
      
      3991
      wikitext
      text/x-wiki
      {{bot|Caypartis|site=w:en}}
__NOINDEX__
      nmlgzij15wkzczvd7adio9s858oefh6
    
  
  
    Defnyddiwr:Man77/common.css
    2
    2250
    
      3992
      2011-11-20T04:16:01Z
      
        Pathoschild
        32
      
      
      global CSS ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3992
      css
      text/css
      @import "//meta.wikimedia.org/w/index.php?title=User:Man77/global.css&action=raw&ctype=text/css";
      k4a5otem87q3bqo2scekjudlsbs69jz
    
  
  
    Defnyddiwr:Der Buckesfelder/common.js
    2
    2251
    
      3994
      2011-11-21T04:00:02Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3994
      javascript
      text/javascript
      mw.loader.load("//de.wikipedia.org/w/index.php?title=Benutzer:Der_Buckesfelder/global.js&action=raw&ctype=text/javascript");
      a7p0swpbmn4nyeor8lc0eb59iyyon31
    
  
  
    Defnyddiwr:AleXXw
    2
    2252
    
      3995
      2011-11-21T23:45:01Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      3995
      wikitext
      text/x-wiki
      {{#babel:de-at|de|en-2|fr-1}} 
[[:m:w:de:Benutzer:AleXXw|Me@de-WP]]
      p3gp65sknf5oqvup1faw385y5h0x7xg
    
  
  
    Defnyddiwr:Der Buckesfelder
    2
    2253
    
      4001
      3996
      2011-11-23T23:56:22Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4001
      wikitext
      text/x-wiki
      [[File:Redirectltr.png]][[m:w:de:User talk:Der Buckesfelder|w:de:{{ns:2}}:Der Buckesfelder]]
      0f48i4mljazkhfa857nbkeoxcb3wrak
    
  
  
    Sgwrs Defnyddiwr:Der Buckesfelder
    3
    2254
    
      4002
      3997
      2011-11-24T00:25:21Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4002
      wikitext
      text/x-wiki
      [[File:Redirectltr.png]][[m:w:de:User talk:Der Buckesfelder|w:de:{{ns:3}}:Der Buckesfelder]]
      9n2v72zuyl2v4hnhc54u4icc1goeoap
    
  
  
    Defnyddiwr:PeterSymonds/common.js
    2
    2255
    
      3998
      2011-11-22T18:25:37Z
      
        Wikitanvir
        438
      
      Creating global JavaScript
      3998
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:PeterSymonds/global.js&action=raw&ctype=text/javascript');
      mmg2um66229wd3g61019pivj01rch4b
    
  
  
    Nodyn:Bot
    10
    2256
    
      3999
      2011-11-22T20:03:13Z
      
        Wikitanvir
        438
      
      'Creating widely used bot template as it does not exist on this wiki. Feel free to translate this template in your local language or redirect it to the relative template if that already exists in a different name'
      3999
      wikitext
      text/x-wiki
      {| align="center" class="plainlinks" style="padding: 8px; border: 2px solid #000; width: 80%; text-align: justify;"
|- valign="center"
| [[File:Crystal Clear action run.svg|90px|left|link=]] || '''This user account is a [[m:en:Wikipedia:Bots|bot]], operated by [[User:{{{1}}}|{{{1}}}]] ([[User talk:{{{1}}}|talk]]).'''<br />It is not a [[m:en:Wikipedia:Sock puppetry|sock-puppet]], but rather an automated or semi-automated account for making repetitive edits that would be extremely tedious to do manually.<br />''Administrators: if this bot is malfunctioning or causing harm, please [{{fullurl:Special:Blockip|wpBlockAddress={{PAGENAMEE}}&wpBlockExpiry=indefinite&wpAnonOnly=0&wpEnableAutoblock=0&wpCreateAccount=0&wpBlockReason=Bot%20malfunctioning:%20}} block it].''
|}<noinclude>
== Documentation ==
* Replace "Example" with your bot's username.
{| class="wikitable" width="100%"
|-
! width="150px" | Code 
! Result 
|-
| <code><nowiki>{{Bot|Example}}</nowiki></code>
| {{Bot|Example}}
|}</noinclude>
      if4ebu16c46qmqztdy0yaokehbekb5m
    
  
  
    Defnyddiwr:Micki/common.css
    2
    2257
    
      4000
      2011-11-23T06:31:18Z
      
        Wikitanvir
        438
      
      Creating global CSS as [[m:User:Hoo man/Synchbot|requested]]
      4000
      css
      text/css
      @import "//meta.wikimedia.org/w/index.php?title=User:Micki/global.css&action=raw&ctype=text/css";
      cpr3xntm9rzjg23ilb2hue0i4y8kz3h
    
  
  
    Defnyddiwr:Buckesfelder
    2
    2258
    
    
      4004
      4003
      2011-11-24T01:01:38Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4004
      wikitext
      text/x-wiki
      #REDIRECT[[User:Der Buckesfelder]]
      23k07le0nklkphoyfxykgk1277lnrpm
    
  
  
    Sgwrs Defnyddiwr:Buckesfelder
    3
    2259
    
    
      4005
      2011-11-24T01:22:35Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4005
      wikitext
      text/x-wiki
      #REDIRECT[[User talk:Der Buckesfelder]]
      5mru9et2v2qwhwni0dkjmpjjek5ei3u
    
  
  
    Defnyddiwr:Buckesfelder/common.js
    2
    2260
    
      4006
      2011-11-24T01:42:35Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4006
      javascript
      text/javascript
      mw.loader.load("//de.wikipedia.org/w/index.php?title=Benutzer:Der_Buckesfelder/global.js&action=raw&ctype=text/javascript");
      a7p0swpbmn4nyeor8lc0eb59iyyon31
    
  
  
    Defnyddiwr:Addihockey10 (automated)
    2
    2262
    
      4008
      2011-11-25T23:08:57Z
      
        Addihockey10 (automated)
        667
      
      Creating global bot page, per user request
      4008
      wikitext
      text/x-wiki
      {{bot|Addihockey10}}
      98xfvu14qwd905kpf1brmr0zqkrzlvr
    
  
  
    Defnyddiwr:Djsasso
    2
    2263
    
      4010
      2011-12-04T16:12:47Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4010
      wikitext
      text/x-wiki
      __NOTOC__
{| class="toccolours plainlinks" style="width:95%; margin:0 1em 0 1em; text-align:center;"
|- style="color:#FFF;"
! style="background:#0B0B3B;" | Host wiki
! style="background:#0B0B3B;" | Account
! style="background:#0B0B3B;" | User page
! style="background:#0B0B3B;" | User talk
! style="background:#0B0B3B;" | Contributions
! style="background:#0B0B3B;" | Logs
! style="background:#0B0B3B;" | Edits
|- style="background:#F0F0F0;"
| style="text-align:left;" | [[File:Wikipedia-logo.png|20px]] [[m:en:Main Page|Wikipedia (en)]]
| Admin
| [[m:en:User:Djsasso|User:DJSasso]]
| [[m:en:User talk:Djsasso|User talk:DJSasso]]
| [[m:en:Special:Contributions/Djsasso|Contribs]]
| [[m:en:Special:Log/Djsasso|Logs]]
| [http://toolserver.org/~interiot/cgi-bin/count_edits?user=Djsasso&dbname=enwiki_p Count]
|- style="background:#DCDCDC;"
| style="text-align:left;" | [[File:Wikipedia-logo.png|20px]] [[m:simple:Main Page|Wikipedia (simple)]]
| Bureaucrat / CheckUser / Oversighter
| [[m:simple:User:Djsasso|User:DJSasso]]
| [[m:simple:User talk:Djsasso|User talk:DJSasso]]
| [[m:simple:Special:Contributions/Djsasso|Contribs]]
| [[m:simple:Special:Log/Djsasso|Logs]]
| [http://toolserver.org/~interiot/cgi-bin/count_edits?user=Djsasso&dbname=enwiki_p Count]
|}
      mskhgbka83jasomr6987xe9svv3ducf
    
  
  
    Defnyddiwr:Tegel
    2
    2264
    
      4011
      2011-12-05T00:48:01Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4011
      wikitext
      text/x-wiki
      [[File:Redirectltr.png]][[m:User:Tegel|m:{{ns:2}}:Tegel]]
      1ls590wy7tm43ip8hjonuo93v1ge5pu
    
  
  
    Defnyddiwr:Waldyrious
    2
    2265
    
      4913
      4012
      2019-07-01T10:35:40Z
      
        1997kB
        1575
      
      
      Symudodd 1997kB y dudalen [[Defnyddiwr:Waldir]] i [[Defnyddiwr:Waldyrious]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Waldir|Waldir]]" to "[[Special:CentralAuth/Waldyrious|Waldyrious]]"
      4012
      wikitext
      text/x-wiki
      [[m:user:waldir|Waldir@meta.wikimedia]]
      21phdoloxh3aqsmm2exmbqr3q3ipo83
    
  
  
    Defnyddiwr:AddihockeyBot
    2
    2266
    
      4016
      4015
      2012-01-07T19:32:33Z
      
        Hoo User Page Bot
        646
      
      Creating global user page, per request
      4016
      wikitext
      text/x-wiki
      This interwiki bot is operated by [[m:User:Addihockey10]]
{{bot|Addihockey10}}
      024q1j4xmvpg75yujfppprftgwapqk7
    
  
  
    Defnyddiwr:Sue Gardner
    2
    2267
    
      4017
      2012-01-12T00:15:07Z
      
        Jalexander-WMF
        469
      
      
      creating global user pages for WMF Staff member upon request ([[m:User:Jalexander|Questions?]])
      4017
      wikitext
      text/x-wiki
      [[File:Wikimedia Foundation Sue Gardner Red BG Sept 2010.jpg|thumb|Sue Gardner the Executive Director of the Wikimedia Foundation]]
I'm the Executive Director of the Wikimedia Foundation. I've been working at the Foundation since June 2007 - first in St. Petersburg, Florida, and now in San Francisco, California.
Before that, I ran CBC.CA, the website of Canada's national public broadcaster.  And before that, I was a radio and television journalist for 10 years.
I can read and understand simple text in French and Spanish, at a very basic level, slowly and imperfectly. But I am only fluent in English. I frequently use Google Translate to understand discussions on the wikis in other languages, and I sometimes leave people messages in their own languages that I wrote using Google Translate or with the help of a colleague. I very much appreciate when people are able to correspond with me in English :-)
You can reach me these ways:
* The best & fastest way is by e-mail at sue[[Image:Nospam at.svg|13px| -at- |link=]]wikimedia.org
* In the office at (415) 839-6885 
* Skype is susanpgardner
* My username on the projects is ''Sue Gardner''
* Mailing address is Wikimedia Foundation, 149 New Montgomery Street, Third Floor, San Francisco CA 94105
* http://www.linkedin.com/in/suegardner
''The information on this page is meant to give answers to the questions I'm most often asked.  If you have a question that's not answered here, please ask it on my talk page, or e-mail me at sue[[Image:Nospam at.svg|13px| -at- |link=]]wikimedia.org. Thanks. [[User:Sue Gardner|Sue Gardner]] 04:13, 18 May 2010 (UTC)''
;Do you edit the Wikimedia projects, and if so, do you have any special status? How are other editors supposed to treat your edits?
:I occasionally edit articles on the English Wikipedia. My Wikipedia editing is purely opportunistic and reactive: while using Wikipedia, if I see a mistake or problem, I sometimes try to fix it.  When I edit, I am in no way acting as an official representative of the Wikimedia Foundation, and my edits should be treated like anyone else's. 
;I have a question or a comment about Wikipedia.  Where can I send it?
:Please send it to info-en[[Image:Nospam at.svg|13px| -at- |link=]]wikimedia.org. Mail sent to that address is handled by a global network of volunteers - the same people who write Wikipedia - and they will be happy to reply to you. Please note that if you have a concern about the article about you, your organization, or someone you know, it might be worth your while to [[w:en:Wikipedia:FAQ/Article subjects|read the Article Subjects FAQ]] first. And thank you for reading Wikipedia.
;I am angry about an editorial dispute I'm having on one of the Wikimedia projects. Can you help me?
:No, I'm sorry, I can't. The Wikimedia editorial community is responsible for resolving editorial disputes, and I don't interfere with those processes.
;I am angry about the way I or my company is being characterized on one of the Wikimedia projects.  What can I do?
:If you have questions or concerns about a Wikipedia article covering you or your organization, [[w:en:Wikipedia:FAQ/Article subjects|please see the Article Subjects FAQ]].
;I would like to make a donation, or, I have a question about my donation.
:If you are a Wikimedia donor or prospective donor, or if you have questions about our fundraising operations, first: thank you! You can send donation-related questions, comments and feedback to our fundraising team, at donate[[Image:Nospam at.svg|13px| -at- |link=]]wikimedia.org. Or, just [[wmf:Support Wikipedia/en|go here to donate]].
;I'm a journalist, and would like to speak with you for a story I'm working on.  Who do I contact?
:You can e-mail me directly at sue[[Image:Nospam at.svg|13px| -at- |link=]]wikimedia.org, or e-mail Wikimedia's spokesperson and Head of Communications, Jay Walsh, at jwalsh[[Image:Nospam at.svg|13px| -at- ]]wikimedia.org. Sometimes it is faster to go to Jay first, rather than trying to reach me directly.
;Where can I send a speaking invitation?
:Please send speaking invitations to The Lavin Agency, at info[[Image:Nospam at.svg|13px| -at- |link=]]thelavinagency.com or +1 800 265 4870. I like to speak, but I only have time to do it a half-dozen or so times a year, so unfortunately I need to turn down most requests. Your invitation is likeliest to be accepted if your event is large and/or education-focused; if your audience is primarily people that Wikimedia wants to reach as partners or prospective new editors (e.g., teachers/students, NGO/NPO staff, women); and if your event is taking place in a region that's a high priority for us: primarily India, Brazil, the Arabic-speaking Middle East / North Africa.
:Please note: if you're a Wikimedian, you don't need to go through Lavin.  In that case, it's probably fastest for you to just write me and [[User:James Owen|James]].
;Do you provide reference-type letters for Wikimedians?
:Yes, definitely. If you want a reference letter, please just ask whoever you know best on the staff: we are all happy to provide reference letters. If you want one from me, please mail me or James. If you don't know anybody on the staff personally, please e-mail Philippe Beaudette at pbeaudette[[Image:Nospam at.svg|13px| -at- |link=]]wikimedia.org. Please note I don't do LinkedIn recommendations.
;How can I find out about jobs at the Wikimedia Foundation?
:[[wmf:Job openings|All Wikimedia Foundation jobs are posted here]].
;I would like permission to reuse material from Wikipedia or one of the other Wikimeda projects.
:First, please be aware that you can reuse Wikipedia article text anywhere you like, without asking permission, as long as you adhere to the conditions of the license.  Wikipedia is freely licensed under the Creative Commons license CC-BY-SA: [http://creativecommons.org/licenses/by-sa/3.0 go here to read a simple explanation of the CC-BY-SA license], or [http://creativecommons.org/licenses/by-sa/3.0/legalcode go here to read the full legal text]. If you want to use the Wikipedia trademark, please read [[wmf:Trademark Policy|our trademark policy]]. 
;I would like to send you a business proposal.
:First, please be aware that I get lots of proposals: I cannot and do not respond to them all. If your proposal doesn't seem rooted in a pretty good understanding of who we are and what we do, I will almost certainly ignore it.  (We are interested in partnerships that would accelerate the growth of Wikipedia's readership particularly outside Europe and North America, that help us recruit new editors, and/or that improve article quality.) Regardless, there will often be a delay of several weeks before you get a response: this is completely normal. Most proposals I receive, I on-pass to the relevant staff - business proposals go to Kul Takanao Wadhwa at kul[[Image:Nospam at.svg|13px| -at- |link=]]wikimedia.org, and proposals offering technical services or products go to CT Woo at ctwoo[[Image:Nospam at.svg|13px| -at- |link=]]wikimedia.org. Please don't send us proposals for staffing solutions: we have good help for that, and we're not looking for more.
;Can I get an official photo?
:[[wmf:File:Sue Gardner May 2008 B.JPG|Here's my official photo]].
;Can I get your official biography?
:Yes, it's below. Please note this version may not be up-to-date. If you need a bio that's guaranteed to be current, please contact my assistant James Owen, at jowen[[Image:Nospam at.svg|13px| -at- |link=]]wikimedia.org.
{| align="center" style="border-collapse:collapse; border-style:none; background-color:transparent;" class="cquote"
| width="20" valign="top" style="color:#B2B7F2;font-size:35px;font-family:'Times New Roman',serif;font-weight:bold;text-align:left;padding:10px 10px;" | “
| valign="top" style="padding:4px 10px;" | 
Sue Gardner is Executive Director of the Wikimedia Foundation, the non-profit organization behind Wikipedia - the world's largest and most popular encyclopedia, which is free to use and free of advertising. Wikipedia contains more than 15 million volunteer-authored articles in 250+ languages, and is visited by more than 365 million people every month, making it the number five most-popular website in the world. Since joining the Wikimedia Foundation in summer of 2007, Gardner has more than tripled revenues, supported an 85% increase in global readership, and instituted projects and activities designed to grow readership and attract new editors.
Gardner, a seasoned journalist, was formerly head of CBC.CA, the website for the Canadian Broadcasting Corporation, one of Canada's most prominent and best-loved cultural institutions. Under her leadership, CBC.CA won many international awards for excellence, and grew to become Canada's most popular news site. Gardner started her career in 1990 as a producer with CBC's “As It Happens,” an internationally-recognized groundbreaking news and current events radio program. She has since worked in radio, television, newspapers, magazines and online.
| width="20" valign="bottom" style="color:#B2B7F2;font-size:36px;font-family:'Times New Roman',serif;font-weight:bold;text-align:right;padding:10px 10px;" | ”
|-
|}
      0ebyob4e7ofrgtm99ma6lwob11p9hbw
    
  
  
    Sgwrs Defnyddiwr:Addihockey10 (automated)
    3
    2275
    
      4029
      2012-02-01T20:16:25Z
      
        Hoo User Page Bot
        646
      
      Creating global talk page, per user request on IRC
      4029
      wikitext
      text/x-wiki
      {{#ifexist: Template:Soft redirect | {{Soft redirect|meta:User talk:Addihockey10}} | {{#ifexist: Template:Softredirect | {{Softredirect|meta:User talk:Addihockey10}} | [[meta:User talk:Addihockey10]] }}}}
      ks9odd5s4vztq8w748arewrnrh2uw4l
    
  
  
    Defnyddiwr:Nihonjoe
    2
    2276
    
      4031
      2012-02-12T18:01:52Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4031
      wikitext
      text/x-wiki
      Greetings! Please contact me at my [[m:w:en:User talk:Nihonjoe|main user talk page]] on the English Wikipedia.
      gmzxbovrm68w3c5eakdn2dd4uhj14r7
    
  
  
    Defnyddiwr:MF-Warburg
    2
    2283
    
      4041
      2012-02-20T08:44:55Z
      
        Quentinv57
        461
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4041
      wikitext
      text/x-wiki
      [[:m:User:MF-Warburg]] - [[:incubator:User:MF-Warburg]]
      boigzkgm7yg6zw5jebe1p750z70t16k
    
  
  
    Defnyddiwr:Mwpnl
    2
    2285
    
      4043
      2012-02-20T13:07:18Z
      
        Hoo User Page Bot
        646
      
      Creating global user page, per request https://meta.wikimedia.org/w/index.php?diff=3424958
      4043
      wikitext
      text/x-wiki
      For more information about me or to get in touch, please visit my [[m:User:Mwpnl|User page]] and [[m:User talk:Mwpnl|talk page]] on meta-wiki. 
Thanks, [[m:User:Mwpnl|<font color="#2B88FE">nl:'''Mark W'''</font>]] <small>(Mwpnl) ¦ [[m:User talk:Mwpnl|<font color="#66AA33">talk</font>]]</small>
      is36zqujj4yd8wa9nfrj6w4wucbn3ku
    
  
  
    Sgwrs Defnyddiwr:Mwpnl
    3
    2286
    
      4045
      4044
      2012-02-20T15:45:27Z
      
        Hoo man
        482
      
      
      "User talk:Mwpnl" wedi'i symud i Sgwrs Defnyddiwr:Mwpnl: Fixing a bot error
      4045
      wikitext
      text/x-wiki
      For more information about me or to get in touch, please visit my [[m:User:Mwpnl|User page]] and [[m:User talk:Mwpnl|talk page]] on meta-wiki. Thanks, [[m:User:Mwpnl|<font color="#2B88FE">nl:'''Mark W'''</font>]] <small>(Mwpnl) ¦ [[m:User talk:Mwpnl|<font color="#66AA33">talk</font>]]</small>
      ddov55vaiv5a1vlmeso3ulm8mhvrsxp
    
  
  
    Defnyddiwr:Mwpnl/common.js
    2
    2287
    
      4046
      2012-02-21T13:15:38Z
      
        Wikitanvir
        438
      
      Creating user JS page per request
      4046
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Mwpnl/global.js&action=raw&ctype=text/javascript');
      a1xu2k17fjilscncb6cxhxmbeuiinbl
    
  
  
    Defnyddiwr:Psubhashish
    2
    2288
    
      4204
      4047
      2012-12-27T18:43:07Z
      
        Wikitanvir
        438
      
      Editing user page on user's request
      4204
      wikitext
      text/x-wiki
      {{User info
| full name = Subhashish Panigrahi
| image name = Subhashish Panigrahi cropped.png
| job title = Programme Officer
| organization = [[m:India Access To Knowledge|Access To Knowledge]], [[m:w:Centre for Internet and Society (India)|Centre for Internet and Society]]
| short quote = Imagine a world in which every single human being can freely share in the sum of all knowledge. Help us make it a reality!
| about me = I work as a Programme Officer for Community and Program Support, [[m:India Access To Knowledge|Access To Knowledge]] for [[m:w:Centre for Internet and Society (India)|Centre for Internet and Society]]. I have a background in Business development in Corporate Communications. My personal username is found [[m:User:Psubhashish|here]].
| about my work = I'm with the [[m:India Access To Knowledge|Access To Knowledge]] [[m:Access To Knowledge/Team|team]] - and we work on supporting, building and expanding the community in India.
| contact me = 
* E-mail: subhashish[[File:At sign.svg|17px| at |link=]]cis-india.org
* English Wikipedia: [[m:en:User:Psubhashish|Psubhashish]]
* Meta: [[m:User:psubhashish|Psubhashish]]
}}
== Details of my work ==
{{#babel:or|en-4|pi-1|kn-1}}
My work broadly includes providing support to community in engaging new editors and supporting [[m:India Access To Knowledge|Access To Knowledge]] in terms of managing administrative and basic finance matters.
; Provided support for:
* New editors on [[m:India Program/Pilot Designs/Social Media|social media]]
* [[m:India Program/Outreach Programs|Outreach Programs]]
* On wiki support to new editors
My work details can be found under the following headers: Community and Program Support. If you still have any further questions about my work, please write to me at subhashish[[File:At sign.svg|17px| at |link=]]cis-india.org.
      ezvhazazj3ttsdqy5ljtcopbb89qy39
    
  
  
    Defnyddiwr:VasilievVV/common.js
    2
    2289
    
      4049
      2012-02-29T23:49:36Z
      
        VasilievVV
        414
      
      
      creating new JS file
      4049
      javascript
      text/javascript
      mw.loader.load( "//meta.wikimedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:VasilievVV/global.js", "text/javascript" );
      sb5332vmtmczw8e6taxjgklrcvvrtj5
    
  
  
    Sgwrs Defnyddiwr:Snowolf
    3
    2291
    
      4051
      2012-03-01T16:56:43Z
      
        Quentinv57
        461
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4051
      wikitext
      text/x-wiki
      {| style="top:2px; width:100%; padding-bottom:0px; background:orange;" valign="middle"
|-
|<center><big>Page not monitored, write to [[:meta:User talk:Snowolf]] instead.</big></center>
|}
      0v8v947jtpxr6w6ftwv7hsdlwr8eh4y
    
  
  
    Defnyddiwr:MBisanz/common.js
    2
    2292
    
      4052
      2012-03-02T15:36:18Z
      
        Quentinv57
        461
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4052
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:MBisanz/global.js&action=raw&ctype=text/javascript');
      f7coylqjl911ai3ccdxujym5ympanto
    
  
  
    Sgwrs Defnyddiwr:Jan Luca
    3
    2296
    
      4062
      2012-03-18T02:53:49Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4062
      wikitext
      text/x-wiki
      '''Please write any comment on [[m:v:de:User talk:Jan Luca|my usertalk on de.wikiversity]]'''
      1bri8n55wqrqompd1tmjsk0ty0hz0us
    
  
  
    Sgwrs:Hafan
    1
    2297
    
      4185
      4065
      2012-10-26T22:11:13Z
      
        Adda'r Yw
        4
      
      4185
      wikitext
      text/x-wiki
      Tynnwch y cysylltiadau gwael ar y brif dudalen? [[Defnyddiwr:Tomtomn00|Tomtomn00]] ([[Sgwrs Defnyddiwr:Tomtomn00|sgwrs]]) 13:28, 18 Mawrth 2012 (UTC)
:Dwi di anwybyddu'r prosiect hwn dros y pum mlynedd diwethaf – mae angen ei atgyfodi! —[[Defnyddiwr:Adam|Adam]] ([[Sgwrs Defnyddiwr:Adam|sgwrs]] • [[Arbennig:Contributions/Adam|cyfraniadau]]) 22:11, 26 Hydref 2012 (UTC)
      qkvyjbzrh8zhh52p6pv19e8bfbu78if
    
  
  
    Defnyddiwr:Tomtomn00
    2
    2298
    
      4066
      2012-03-18T13:28:43Z
      
        Tomtomn00
        726
      
      Crëwyd tudalen newydd yn dechrau gyda '{{softredirect|:en:User:Tomtomn00}}'
      4066
      wikitext
      text/x-wiki
      {{softredirect|:en:User:Tomtomn00}}
      i6227w4ag49q8assjmbjclwaqcxcm32
    
  
  
    Sgwrs Defnyddiwr:Tomtomn00
    3
    2299
    
      4067
      2012-03-18T13:29:13Z
      
        Tomtomn00
        726
      
      Crëwyd tudalen newydd yn dechrau gyda '{{softredirect|:en:User_talk:Tomtomn00}}'
      4067
      wikitext
      text/x-wiki
      {{softredirect|:en:User_talk:Tomtomn00}}
      jrksoxz2dhbbapp8hf4pd88nwu3drpa
    
  
  
    Sgwrs Defnyddiwr:Allan Javier Aguilar Castillo
    3
    2301
    
      4073
      2012-04-01T01:29:13Z
      
        Pathoschild
        32
      
      
      updated global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4073
      wikitext
      text/x-wiki
      {{#babel:es-N|en-3|cy-0}} [[m:w:es:Usuario Discusión:Allan Javier Aguilar Castillo|Talk to me on Spanish Wikipedia]]
      mb27a1r8hhyiag52n7c4o68pyhxveq7
    
  
  
    Defnyddiwr:Tomtomn00/common.js
    2
    2305
    
      4077
      2012-04-03T02:10:35Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Tomtomn00]])
      4077
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Tomtomn00/global.js&action=raw&ctype=text/javascript');
      1rlhjrmntfzgsyx4nxeefb759y2k6ht
    
  
  
    Defnyddiwr:Jafeluv
    2
    2308
    
      4081
      2012-04-05T17:10:11Z
      
        Jafeluv
        421
      
      -> [[meta:User:Jafeluv]]
      4081
      wikitext
      text/x-wiki
      {{#babel:fi|cy-0}}
{{softredirect|meta:User:Jafeluv}}
      fpom4tzsxdjzen9mym3wz25v84f3va4
    
  
  
    Defnyddiwr:Thehelpfulone
    2
    2309
    
      4083
      2012-04-08T17:04:36Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by Thehelpfulone]])
      4083
      wikitext
      text/x-wiki
      Hi! Welcome to my user page, please see my [[m:User:Thehelpfulone|Meta-Wiki user page]] for more information about me. If you'd like to get in contact with me, please contact me on my [[:m:User talk:Thehelpfulone|Meta-Wiki talk page]] or by [[m:Special:EmailUser/Thehelpfulone|e-mail]]. [[User:Thehelpfulone|<font color="red">'''The'''</font>]] [[User_talk:Thehelpfulone|<font color="black"> '''Helpful'''</font>]] [[Special:Contributions/Thehelpfulone|<font color="red"> '''One'''</font>]]
      oegzpzbljca8w0vcsp1ivo5u15oaxxh
    
  
  
    Sgwrs Defnyddiwr:Thehelpfulone
    3
    2310
    
      4084
      2012-04-08T17:38:28Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by Thehelpfulone]])
      4084
      wikitext
      text/x-wiki
      Hi! Welcome to my user talk page, please see my [[m:User:Thehelpfulone|Meta-Wiki user page]] for more information about me. If you'd like to get in contact with me, please contact me on my [[:m:User talk:Thehelpfulone|Meta-Wiki talk page]] or by [[m:Special:EmailUser/Thehelpfulone|e-mail]]. [[User:Thehelpfulone|<font color="red">'''The'''</font>]] [[User_talk:Thehelpfulone|<font color="black"> '''Helpful'''</font>]] [[Special:Contributions/Thehelpfulone|<font color="red"> '''One'''</font>]]
      bb66o0o9in5auhu2oz69opie3261fvk
    
  
  
    Defnyddiwr:Pundit
    2
    2311
    
      4087
      2012-04-11T02:18:15Z
      
        Hoo User Page Bot
        646
      
      Creating global user page, per request https://meta.wikimedia.org/w/index.php?diffonly=1&diff=3631030&oldid=3588687
      4087
      wikitext
      text/x-wiki
      {{#babel:pl|en-4|de-1|ru-1|}} <center>'''[[:m:User:Pundit|(click here for my user page on meta.wikimedia)]]'''</center>
      1eio4tg200n4g0j0gxxwoeapxt6zgh7
    
  
  
    Defnyddiwr:Colourful Bling
    2
    2312
    
      4088
      2012-04-15T17:05:21Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by Colourful Bling]])
      4088
      wikitext
      text/x-wiki
      {{#babel:en|de-2|fr-3}} Hi, I'm '''Colourful Bling'''. To contact me, use my [[:m:en:User talk:Colourful Bling|talk page]] on the English Wikipedia. -- [[:m:en:User:Colourful Bling|Colourful Bling]] ([[:m:en:Special:Contributions/Colourful Bling|contribs]])
      bq2eujkykpgmf22zugb47p8ph63q5b4
    
  
  
    Defnyddiwr:Toto Azéro/common.js
    2
    2317
    
      4093
      2012-05-06T16:52:19Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Toto Azéro]])
      4093
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Toto_Azéro/global.js&action=raw&ctype=text/javascript');
      etglild9qjn78ivjyk1nrudbdtw0m7z
    
  
  
    Defnyddiwr:Guy Macon
    2
    2319
    
      4632
      4096
      2015-07-14T19:32:40Z
      
        Guy Macon
        762
      
      Updating user page Guy Macon (used for internationalization work).
      4632
      wikitext
      text/x-wiki
      [[File:500 x 500 SMPTE Color Bars.png|250px|center|CC0-licensed public domain version of standard SMPTE Color Bars with no EXIF data. At 724 bytes, this image can be used as a test image that uses a minimum of memory / bandwidth.]]
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">
 <tt>
  <font size="5">'''Guy Macon's Webpage:''' </font>
  <br />
  <font size="5">'''http://www.GuyMacon.com/index.html ''' </font>
 </tt>
</div>
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">
 <tt>
  <font size="5">'''Guy Macon's Wikipedia Page:''' </font>
  <br />
  <font size="5">'''https://en.wikipedia.org/wiki/User:Guy_Macon ''' </font>
 </tt>
</div>
<div class="center" style="width:auto; margin-left:auto; margin-right:auto;">
 <tt>
  <font size="5">'''Guy Macon's Wikipedia Talk Page:''' </font>
  <br />
  <font size="5">'''https://en.wikipedia.org/wiki/User_talk:Guy_Macon ''' </font>
 </tt>
</div>
<font size="5"> "Wikipedia's articles are no place for strong views. Or rather, we feel about strong views the way that a natural history museum feels about tigers. We admire them and want our visitors to see how fierce and clever they are, so we stuff them and mount them for close inspection. We put up all sorts of carefully worded signs to get people to appreciate them as much as we do. But however much we adore tigers, a live tiger loose in the museum is seen as an urgent problem." </font>[https://en.wikipedia.org/wiki/Wikipedia:Beware_of_the_tigers]<br>
----
<font size="3">If you find this page on any site other than cy.wikibooks.org you are viewing a mirror site. Be aware that mirrors of this page may be outdated, and that I have no affiliation with or control of mirror websites. The original page is located at [ https://cy.wikibooks.org/wiki/Defnyddiwr:Guy_Macon ].
</font>
<br>
----
<font size="1">
[https://en.wikipedia.org/wiki/Template:User_committed_identity User_committed_identity]: c0c5e71bca550e99a8ae6641e66c428e232051bade39cd47355634ff159c9475fffa1d12eee339aa401bfe5b31ff7fc352c2b9c6f002bfe82d03a6b3f9e40047
</font>
      rk60ekxlr5sjvl992k8p8t4okn4mnpf
    
  
  
    Sgwrs Defnyddiwr:Guy Macon
    3
    2320
    
      4097
      2012-05-26T06:03:46Z
      
        Guy Macon
        762
      
      Created user talk page Guy Macon (for internationalization work).
      4097
      wikitext
      text/x-wiki
      == Wrong Place? ==
I prefer that messages be posted to [ https://en.wikipedia.org/wiki/User_talk:Guy_Macon ] instead of here, but if you post here I will get an email notice and will eventually get back here to respond. This may take several days, so please be patient.
If you find this page on any site other than wikibooks.org, you are viewing a mirror site. I have no affiliation with or control of mirror sites, and the mirrored page may be outdated.
<!-- User committed identity (SHA-512): c0c5e71bca550e99a8ae6641e66c428e232051bade39cd47355634ff159c9475fffa1d12eee339aa401bfe5b31ff7fc352c2b9c6f002bfe82d03a6b3f9e40047 -->
      ixwiy05wyvg4nwqfrxueka5msj4z03l
    
  
  
    Defnyddiwr:Lavallen
    2
    2321
    
      4098
      2012-05-29T18:52:26Z
      
        Hoo User Page Bot
        646
      
      Creating global user page, per request https://meta.wikimedia.org/w/index.php?diffonly=1&diff=3796945&oldid=3636963
      4098
      wikitext
      text/x-wiki
      {{#babel:sv|en-2|no-1|nn-1|da-1|nds-1}} [[Special:Contributions/Innocent bot|Innocent bot]]<br/>
[[Special:Contributions/Innocent iwbot|Innocent iwbot]] [[File:Lavallens skugga.jpg|thumb|left|Moi]] [[sv:Användare:Lavallen]]
      rocy8rz6t73e90eajdsl5svxhqtarvw
    
  
  
    Defnyddiwr:Jasper Deng
    2
    2323
    
      4137
      4101
      2012-07-17T02:06:46Z
      
        Jasper Deng
        765
      
      
      Global userpage
      4137
      wikitext
      text/x-wiki
      [[:w:en:User:Jasper Deng]] {{#ifeq:{{CONTENTLANGUAGE}}|en|{{#babel:en-N|fr-2}}|{{#babel:en-N|fr-2|{{CONTENTLANGUAGE}}-0}}}} __NOINDEX__
      ebh8tv06p67jfaj67zzszp3bosdnxxw
    
  
  
    Defnyddiwr:Iste Praetor/common.js
    2
    2324
    
      4104
      2012-06-02T14:32:52Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Iste Praetor]])
      4104
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Iste_Praetor/global.js&action=raw&ctype=text/javascript');
      tw3wwjh32711od1fjmgu4l0l27xbydb
    
  
  
    Defnyddiwr:Bill william compton/common.js
    2
    2325
    
      4105
      2012-06-02T15:01:38Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Bill william compton]])
      4105
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Bill_william_compton/global.js&action=raw&ctype=text/javascript');
      mjptpgy7k8hn98e59mxm1lcz1y5wmgn
    
  
  
    Defnyddiwr:Frigotoni
    2
    2328
    
      4108
      2012-06-02T17:53:38Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by Frigotoni]])
      4108
      wikitext
      text/x-wiki
      <center>Hello, I am <span style="font-family:Bradley Hand ITC; color:black">'''Frigotoni'''</span>[[User talk:Frigotoni|<small> ...<span style="font-family:Segoe Script; color:navy" >'''i'm here'''</span></small>]]. I'm a member of the [[m:Small Wiki Monitoring Team|Small Wiki Monitoring Team]] and globally active in countervandalism. Feel free to leave me a message on [[m:User talk:Frigotoni|meta]] or on my [[m:it:Discussioni utente:Frigotoni|home]] Wiki. [[File:Face-grin.svg]]<small><br /><span class="plainlinks">[//toolserver.org/~pathoschild/crossactivity/?user=Frigotoni Crossactivity] & [//toolserver.org/~pathoschild/stalktoy/?target=Frigotoni StalkToy]</span> • If you need further information, you can click [[m:User:Frigotoni|here]]. Have I done something wrong? I apologise for this. Report it to me please.</small></center>
      5w4xk8jje5ivh1j1e6b5y557pl8iowz
    
  
  
    Defnyddiwr:タチコマ robot
    2
    2329
    
      4117
      4115
      2012-06-05T16:43:58Z
      
        タチコマ robot
        665
      
      
      r2.7.3) (robot yn ychwanegu: af, ang, ar, az, be, bg, bn, bs, ca, cs, cv, da, de, el, eo, es, et, eu, fa, fi, fr, fy, gl, he, hi, hr, hu, hy, ia, id, ie, is, it, ja, ka, kk, ko, ku, ky, la, li, lt, mg, mk, ml, mr, ms, ne, nl, no, oc, pa, pl, pt, r...
      4117
      wikitext
      text/x-wiki
      {{Bot|とある白い猫|site=meta}}
{{Emergency-bot-shutoff}}
[[af:Gebruiker:タチコマ robot]]
[[ang:User:タチコマ robot]]
[[ar:مستخدم:タチコマ robot]]
[[az:İstifadəçi:タチコマ robot]]
[[be:Удзельнік:タチコマ robot]]
[[bg:Потребител:タチコマ robot]]
[[bn:ব্যবহারকারী:タチコマ robot]]
[[bs:Korisnik:タチコマ robot]]
[[ca:Usuari:タチコマ robot]]
[[cs:Uživatel:タチコマ robot]]
[[cv:Хутшăнакан:タチコマ robot]]
[[da:Bruger:タチコマ robot]]
[[de:Benutzer:タチコマ robot]]
[[el:Χρήστης:タチコマ robot]]
[[en:User:タチコマ robot]]
[[eo:Uzanto:タチコマ robot]]
[[es:Usuario:タチコマ robot]]
[[et:Kasutaja:タチコマ robot]]
[[eu:Lankide:タチコマ robot]]
[[fa:کاربر:タチコマ robot]]
[[fi:Käyttäjä:タチコマ robot]]
[[fr:Utilisateur:タチコマ robot]]
[[fy:Meidogger:タチコマ robot]]
[[gl:Usuario:タチコマ robot]]
[[he:משתמש:タチコマ robot]]
[[hi:सदस्य:タチコマ robot]]
[[hr:Suradnik:タチコマ robot]]
[[hu:Szerkesztő:タチコマ robot]]
[[hy:Մասնակից:タチコマ robot]]
[[ia:Usator:タチコマ robot]]
[[id:Pengguna:タチコマ robot]]
[[ie:Usator:タチコマ robot]]
[[is:Notandi:タチコマ robot]]
[[it:Utente:タチコマ robot]]
[[ja:利用者:タチコマ robot]]
[[ka:მომხმარებელი:タチコマ robot]]
[[kk:Қатысушы:タチコマ robot]]
[[ko:사용자:タチコマ robot]]
[[ku:Bikarhêner:タチコマ robot]]
[[ky:Колдонуучу:タチコマ robot]]
[[la:Usor:タチコマ robot]]
[[li:Gebroeker:タチコマ robot]]
[[lt:Naudotojas:タチコマ robot]]
[[mg:Mpikambana:タチコマ robot]]
[[mk:Корисник:タチコマ robot]]
[[ml:ഉപയോക്താവ്:タチコマ robot]]
[[mr:सदस्य:タチコマ robot]]
[[ms:Pengguna:タチコマ robot]]
[[ne:प्रयोगकर्ता:タチコマ robot]]
[[nl:Gebruiker:タチコマ robot]]
[[no:Bruker:タチコマ robot]]
[[oc:Utilizaire:タチコマ robot]]
[[pa:ਮੈਂਬਰ:タチコマ robot]]
[[pl:Wikipedysta:タチコマ robot]]
[[pt:Utilizador:タチコマ robot]]
[[ro:Utilizator:タチコマ robot]]
[[ru:Участник:タチコマ robot]]
[[sa:योजकः:タチコマ robot]]
[[si:පරිශීලක:タチコマ robot]]
[[sk:Redaktor:タチコマ robot]]
[[sl:Uporabnik:タチコマ robot]]
[[sq:Përdoruesi:タチコマ robot]]
[[sr:Корисник:タチコマ robot]]
[[su:Pamaké:タチコマ robot]]
[[sv:Användare:タチコマ robot]]
[[ta:பயனர்:タチコマ robot]]
[[te:వాడుకరి:タチコマ robot]]
[[tg:Корбар:タチコマ robot]]
[[th:ผู้ใช้:タチコマ robot]]
[[tk:Ulanyjy:タチコマ robot]]
[[tl:Tagagamit:タチコマ robot]]
[[tr:Kullanıcı:タチコマ robot]]
[[tt:Кулланучы:タチコマ robot]]
[[uk:Користувач:タチコマ robot]]
[[ur:صارف:タチコマ robot]]
[[uz:Foydalanuvchi:タチコマ robot]]
[[vi:Thành viên:タチコマ robot]]
[[vo:Geban:タチコマ robot]]
[[zh:User:タチコマ robot]]
[[zh-min-nan:User:タチコマ robot]]
      tgcxm6anqo2od11qqg90w76zhlb7hw1
    
  
  
    Sgwrs Defnyddiwr:タチコマ robot
    3
    2330
    
    
      4116
      2012-06-05T16:15:05Z
      
        タチコマ robot
        665
      
      
      Create
      4116
      wikitext
      text/x-wiki
      #REDIRECT [[User talk:とある白い猫]]
      kkrg56volz0eoyi7rc9seh78x9sdbsx
    
  
  
    Defnyddiwr:とある白い猫
    2
    2331
    
      4121
      4119
      2012-06-05T22:13:49Z
      
        タチコマ robot
        665
      
      
      r2.7.3) (robot yn ychwanegu: af, ang, ar, az, be, bg, bn, bs, ca, cs, cv, da, de, el, eo, es, et, eu, fa, fi, fr, fy, gl, he, hi, hr, hu, hy, ia, id, ie, is, it, ja, ka, kk, ko, ku, ky, la, li, lt, mg, mk, ml, mr, ms, ne, nl, no, oc, pa, pl, pt, r...
      4121
      wikitext
      text/x-wiki
      :<small>''This is the user page of [[Meta:User:とある白い猫]]''</small>
----
{{/cy}}
[[af:Gebruiker:とある白い猫]]
[[ang:User:とある白い猫]]
[[ar:مستخدم:とある白い猫]]
[[az:İstifadəçi:とある白い猫]]
[[be:Удзельнік:とある白い猫]]
[[bg:Потребител:とある白い猫]]
[[bn:ব্যবহারকারী:とある白い猫]]
[[bs:Korisnik:とある白い猫]]
[[ca:Usuari:とある白い猫]]
[[cs:Uživatel:とある白い猫]]
[[cv:Хутшăнакан:とある白い猫]]
[[da:Bruger:とある白い猫]]
[[de:Benutzer:とある白い猫]]
[[el:Χρήστης:とある白い猫]]
[[en:User:とある白い猫]]
[[eo:Uzanto:とある白い猫]]
[[es:Usuario:とある白い猫]]
[[et:Kasutaja:とある白い猫]]
[[eu:Lankide:とある白い猫]]
[[fa:کاربر:とある白い猫]]
[[fi:Käyttäjä:とある白い猫]]
[[fr:Utilisateur:とある白い猫]]
[[fy:Meidogger:とある白い猫]]
[[gl:Usuario:とある白い猫]]
[[he:משתמש:とある白い猫]]
[[hi:सदस्य:とある白い猫]]
[[hr:Suradnik:とある白い猫]]
[[hu:Szerkesztő:とある白い猫]]
[[hy:Մասնակից:とある白い猫]]
[[ia:Usator:とある白い猫]]
[[id:Pengguna:とある白い猫]]
[[ie:Usator:とある白い猫]]
[[is:Notandi:とある白い猫]]
[[it:Utente:とある白い猫]]
[[ja:利用者:とある白い猫]]
[[ka:მომხმარებელი:とある白い猫]]
[[kk:Қатысушы:とある白い猫]]
[[ko:사용자:とある白い猫]]
[[ku:Bikarhêner:とある白い猫]]
[[ky:Колдонуучу:とある白い猫]]
[[la:Usor:とある白い猫]]
[[li:Gebroeker:とある白い猫]]
[[lt:Naudotojas:とある白い猫]]
[[mg:Mpikambana:とある白い猫]]
[[mk:Корисник:とある白い猫]]
[[ml:ഉപയോക്താവ്:とある白い猫]]
[[mr:सदस्य:とある白い猫]]
[[ms:Pengguna:とある白い猫]]
[[ne:प्रयोगकर्ता:とある白い猫]]
[[nl:Gebruiker:とある白い猫]]
[[no:Bruker:とある白い猫]]
[[oc:Utilizaire:とある白い猫]]
[[pa:ਮੈਂਬਰ:とある白い猫]]
[[pl:Wikipedysta:とある白い猫]]
[[pt:Utilizador:とある白い猫]]
[[ro:Utilizator:とある白い猫]]
[[ru:Участник:とある白い猫]]
[[sa:योजकः:とある白い猫]]
[[si:පරිශීලක:とある白い猫]]
[[sk:Redaktor:とある白い猫]]
[[sl:Uporabnik:とある白い猫]]
[[sq:Përdoruesi:とある白い猫]]
[[sr:Корисник:とある白い猫]]
[[su:Pamaké:とある白い猫]]
[[sv:Användare:とある白い猫]]
[[ta:பயனர்:とある白い猫]]
[[te:వాడుకరి:とある白い猫]]
[[tg:Корбар:とある白い猫]]
[[th:ผู้ใช้:とある白い猫]]
[[tl:Tagagamit:とある白い猫]]
[[tr:Kullanıcı:とある白い猫]]
[[tt:Кулланучы:とある白い猫]]
[[uk:Користувач:とある白い猫]]
[[ur:صارف:とある白い猫]]
[[uz:Foydalanuvchi:とある白い猫]]
[[vi:Thành viên:とある白い猫]]
[[vo:Geban:とある白い猫]]
[[zh:User:とある白い猫]]
[[zh-min-nan:User:とある白い猫]]
      9ejpiz0bvm4djnwis52h4abqvj98fcu
    
  
  
    Sgwrs Defnyddiwr:とある白い猫
    3
    2332
    
      4120
      2012-06-05T21:56:02Z
      
        タチコマ robot
        665
      
      
      Create
      4120
      wikitext
      text/x-wiki
      :<small>''This is the user talk page of [[Meta:User talk:とある白い猫]]''</small>
----
{{/cy}}
=Posts=
      qgsl9n1yvu14te80j277cp1acsgxicw
    
  
  
    Sgwrs Defnyddiwr:Billinghurst
    3
    2334
    
      4123
      2012-06-09T15:43:55Z
      
        Billinghurst
        752
      
      Crëwyd tudalen newydd yn dechrau gyda '{{softredirect|m:user talk:billinghurst}}'
      4123
      wikitext
      text/x-wiki
      {{softredirect|m:user talk:billinghurst}}
      797xp8s834df37m164ayal1cflhmawy
    
  
  
    Defnyddiwr:とある白い猫/common.js
    2
    2336
    
      4125
      2012-06-11T01:32:28Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by とある白い猫]])
      4125
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:とある白い猫/global.js&action=raw&ctype=text/javascript');
      demytpwy3j0kikuliopbe5oi6sufviy
    
  
  
    Defnyddiwr:Σ/common.js
    2
    2339
    
      4128
      2012-06-18T04:12:40Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Σ]])
      4128
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Σ/global.js&action=raw&ctype=text/javascript');
      sek291bim4m77l7h0nbx6kyxp0ozaje
    
  
  
    Defnyddiwr:Zscout370
    2
    2341
    
      4130
      2012-06-25T22:46:25Z
      
        Hoo User Page Bot
        646
      
      Creating global user page, per request https://meta.wikimedia.org/w/index.php?diff=3800927
      4130
      wikitext
      text/x-wiki
      [[w:en:User:Zscout370|Zscout370]]
      88eioklo2l6a0lkomuepwxcw2agm36e
    
  
  
    Defnyddiwr:Mathonius
    2
    2345
    
      4147
      4146
      2012-08-06T04:11:01Z
      
        Pathoschild
        32
      
      
      Wedi gwrthdroi golygiadau gan [[Special:Contributions/Pathoschild|Pathoschild]] ([[User talk:Pathoschild|Sgwrs]]); wedi adfer y golygiad diweddaraf gan [[User:Mathonius|Mathonius]]
      4147
      wikitext
      text/x-wiki
      {{#Babel:nl|en-3|fr-1|de-1|cy-0}}
<center>''I'm a member of the [[:m:SWMT|Small Wiki Monitoring Team]]. See [[:sulutil:Mathonius]] for more information. Feel free to leave me a message on [[:User talk:Mathonius|my talk page]].''<br />[[:m:User:Mathonius|(click here for my user page on meta.wikimedia)]]</center>
----
      rurl3udkeysn6hkc3dvwu6efs9fc5pu
    
  
  
    Sgwrs Defnyddiwr:Vogone
    3
    2348
    
    
      4143
      2012-08-04T20:19:12Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by Vogone]])
      4143
      wikitext
      text/x-wiki
      #REDIRECT [[User:Vogone]]
      9r3idjrvf2ajcaaq3mc8x7e2z9vb90w
    
  
  
    Defnyddiwr:Lixer
    2
    2351
    
      4148
      2012-08-06T09:26:09Z
      
        Lixer
        805
      
      Crëwyd tudalen newydd yn dechrau gyda '{{Babel|sv|en-2|no-2|da-2|nn-1|fi-1|{{CONTENTLANGUAGE}}-0}}  '''Lixer''', Swedish user from the Swedish Wikipedia. I will probably not be active here.  Pl...'
      4148
      wikitext
      text/x-wiki
      {{Babel|sv|en-2|no-2|da-2|nn-1|fi-1|{{CONTENTLANGUAGE}}-0}}
'''Lixer''', Swedish user from the Swedish Wikipedia. I will probably not be active here.
Please leave a message on my talk page if you want something. If you need a quick response, you should contact me on my Swedish talk page or my English talk page.
-----
[[File:Animated-Flag-Sweden.gif|45px]] [http://sv.wikipedia.org/wiki/Anv%C3%A4ndare:Lixer Swedish Wikipedia] ([http://sv.wikipedia.org/wiki/Anv%C3%A4ndardiskussion:Lixer Talk])
[[File:Animated-Flag-United-Kingdom.gif|45px]] [http://en.wikipedia.org/wiki/User:Lixer English Wikipedia] ([http://en.wikipedia.org/wiki/User_talk:Lixer Talk])
-----
      qnap53nwxzwd9e01begpyg1p8iz68rn
    
  
  
    Defnyddiwr:Osiris
    2
    2352
    
      4149
      2012-08-07T22:48:11Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by Osiris]])
      4149
      wikitext
      text/x-wiki
      Hello! I am <span class="plainlinks userlinks">[[User:Osiris|Osiris]] ([[User talk:Osiris|talk]] · [[Special:Contributions/Osiris|contribs]] · [[Special:DeletedContributions/Osiris|deleted contribs]] · [{{fullurl:Special:Log|user=Osiris}} logs] · [{{fullurl:Special:AbuseLog|wpSearchUser=Osiris}} edit filter log] · [[Special:Block/Osiris|block user]] · [{{fullurl:Special:Log|type=block&page=User:Osiris}} block log])</span>.
Most of my activity on this project will be related to patrolling recent changes and reverting vandalism. You will find me most active on the [[w:en:User talk:Osiris|English]] and [[w:simple:User talk:Osiris|Simple English Wikipedias]], [[commons:User talk:Osiris|Commons]], [[m:User talk:Osiris|Meta]] and [[incubator:User talk:Osiris|Incubator]]. You can post to my talk page here, but I might be slow in replying.
      afipsvbpoyfq1p4ynv7lj0kn08mjlg2
    
  
  
    Sgwrs Defnyddiwr:Jitrixis
    3
    2356
    
      4153
      2012-08-23T23:43:02Z
      
        Jitrixis
        815
      
      Crëwyd tudalen newydd yn dechrau gyda '<center><table style="width:95%;border-style:solid;border-radius:10px;background-color:{{User:Jitrixis|cadre}};border-color:{{User:Jitrixis|bordure}};"> <...'
      4153
      wikitext
      text/x-wiki
      <center><table style="width:95%;border-style:solid;border-radius:10px;background-color:{{User:Jitrixis|cadre}};border-color:{{User:Jitrixis|bordure}};">
<tr>
<td style="width:25%;padding:20px;color:red"><center><big><big>'''This user doesn't speak very well your language.'''</big></big><br/><br/>But he can speak another language (see Babel).</center><br/>→ <span class="plainlinks">[http://en.wikipedia.org/wiki/User:Jitrixis Main page in english]</span><br/>→ <span class="plainlinks">[http://fr.wikipedia.org/wiki/Utilisateur:Jitrixis Main page in french]</span><br/>→ <span class="plainlinks">[http://fr.wikipedia.org/wiki/Discussion_utilisateur:Jitrixis Talk page in multilinguage]</span></td>
<td style="width:50%;padding:20px"><center><big><big>{{User:Jitrixis|nom|trad}} '''[[Julien]] G.''' aka '''Jitrixis''' {{User:Jitrixis|noms|trad}}</big></big><br/><br/>
Ma langue maternelle est le '''Français''', but I'm able to speek with an advanced level of '''English''' und Ich kann sprechen ein wenig '''Deutsch'''.
{{User:Jitrixis|nee|trad}}.
</center></td>
<td style="width:25%"><center>{{#babel:{{User:Jitrixis|lang|trad}}-0|fr|en-3|de-1}}</center></td>
</tr>
<tr>
<td colspan="3"><center><table class="wikitable centre" style="width:80%;border:1px black;">
<tr>
<td style="border-color:{{User:Jitrixis|bordure}};width:100%;text-align:center;vertical-align:middle;background-color:{{User:Jitrixis|onglets}}">
<big>'''<span class="plainlinks">[http://fr.wikipedia.org/w/index.php?title=Discussion_utilisateur:{{PAGENAMEE}}&action=edit§ion=new <span style="color:{{User:Jitrixis/Couleurs|police}}">New Section</span></span>'''</big>
</td>
</tr>
</table></center></td>
</tr>
</table></center>
<center><table class="wikitable centre" style="border-radius:8px;width:80%;border:1px black;">
<tr>
<td style="border-color:{{User:Jitrixis|bordure}};width:100%;text-align:center;vertical-align:middle;color:red;background-color:{{User:Jitrixis|cadre}}">
<big><big>[[File:Nuvola apps important.svg|90px|right]][[File:Nuvola apps important.svg|90px|left]]'''Thank you to writing nothing on this page.'''</big>
By clicking on new section you will be redirected on the French talk page of Jitrixis.
However you can still writing your messages in English or in another language which he understands.</big>
</td>
</tr>
</table></center>
      51k0y2cpfg7771p9oxoso9vo1cdqxc8
    
  
  
    Sgwrs Defnyddiwr:Avocato
    3
    2358
    
      4155
      2012-08-30T19:51:32Z
      
        Avocato
        625
      
      Creating
      4155
      wikitext
      text/x-wiki
      <div dir=ltr><div style="background: #FFFFFF; text-align: center; font-family: Calibri; font-size: 1.6em; font-weight: bold;"><div style="padding: 5px; border: 3px solid #003882; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;">Please, Do not leave your message here. You can contact me using any of the following:
<div style="margin-top: 10px; padding: 2px; background: #f4f3f0; border: 2px solid #fb139e; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;">[[w:ar:User talk:Avocato|w:ar:user talk:Avocato]] | [[w:en:User talk:Avocato|w:en:user talk:Avocato]] | [[m:User talk:Avocato|meta:user talk:Avocato]]</div></div></div></div>
      3hadats3wp6ted874jwt08stykc5rdi
    
  
  
    Defnyddiwr:AvocatoBot
    2
    2359
    
      4164
      4156
      2012-09-08T09:41:55Z
      
        AvocatoBot
        662
      
      
      r2.7.3) (robot yn ychwanegu: af, ang, az, be, bg, bn, bs, ca, cs, cv, da, de, el, en, eo, es, et, eu, fa, fi, fr, fy, gl, he, hi, hr, hu, hy, ia, id, ie, is, it, ja, ka, kk, ko, ku, ky, la, li, lt, mg, mk, ml, mr, ms, ne, nl, no, oc, pa, pl, pt, ro, ru...
      4164
      wikitext
      text/x-wiki
      <div dir=ltr>
{| width="80%" align="center" style="text-align:justify; border:1px solid #aaaaaa; background-color:#f9f9f9; color:#000000;"
|-  padding:1em;padding-top:0.5em;padding-right:2em;padding-left:3em"
|[[File:Crystal Clear action run.svg|60px|link=]]
|'''This user account is a [[w:en:Wikipedia:Bot policy|bot]] operated by [[w:ar:مستخدم:Avocato|Avocato]] ([[w:ar:نقاش المستخدم:Avocato|talk]]).'''<br />
It is a legitimate alternative account, used to make repetitive automated or semi-automated edits that would be extremely tedious to do manually.
|}
</div>
[[af:Gebruiker:AvocatoBot]]
[[ang:User:AvocatoBot]]
[[ar:مستخدم:AvocatoBot]]
[[az:İstifadəçi:AvocatoBot]]
[[be:Удзельнік:AvocatoBot]]
[[bg:Потребител:AvocatoBot]]
[[bn:ব্যবহারকারী:AvocatoBot]]
[[bs:Korisnik:AvocatoBot]]
[[ca:Usuari:AvocatoBot]]
[[cs:Uživatel:AvocatoBot]]
[[cv:Хутшăнакан:AvocatoBot]]
[[da:Bruger:AvocatoBot]]
[[de:Benutzer:AvocatoBot]]
[[el:Χρήστης:AvocatoBot]]
[[en:User:AvocatoBot]]
[[eo:Uzanto:AvocatoBot]]
[[es:Usuario:AvocatoBot]]
[[et:Kasutaja:AvocatoBot]]
[[eu:Lankide:AvocatoBot]]
[[fa:کاربر:AvocatoBot]]
[[fi:Käyttäjä:AvocatoBot]]
[[fr:Utilisateur:AvocatoBot]]
[[fy:Meidogger:AvocatoBot]]
[[gl:Usuario:AvocatoBot]]
[[he:משתמש:AvocatoBot]]
[[hi:सदस्य:AvocatoBot]]
[[hr:Suradnik:AvocatoBot]]
[[hu:Szerkesztő:AvocatoBot]]
[[hy:Մասնակից:AvocatoBot]]
[[ia:Usator:AvocatoBot]]
[[id:Pengguna:AvocatoBot]]
[[ie:Usator:AvocatoBot]]
[[is:Notandi:AvocatoBot]]
[[it:Utente:AvocatoBot]]
[[ja:利用者:AvocatoBot]]
[[ka:მომხმარებელი:AvocatoBot]]
[[kk:Қатысушы:AvocatoBot]]
[[ko:사용자:AvocatoBot]]
[[ku:Bikarhêner:AvocatoBot]]
[[ky:Колдонуучу:AvocatoBot]]
[[la:Usor:AvocatoBot]]
[[li:Gebroeker:AvocatoBot]]
[[lt:Naudotojas:AvocatoBot]]
[[mg:Mpikambana:AvocatoBot]]
[[mk:Корисник:AvocatoBot]]
[[ml:ഉപയോക്താവ്:AvocatoBot]]
[[mr:सदस्य:AvocatoBot]]
[[ms:Pengguna:AvocatoBot]]
[[ne:प्रयोगकर्ता:AvocatoBot]]
[[nl:Gebruiker:AvocatoBot]]
[[no:Bruker:AvocatoBot]]
[[oc:Utilizaire:AvocatoBot]]
[[pa:ਮੈਂਬਰ:AvocatoBot]]
[[pl:Wikipedysta:AvocatoBot]]
[[pt:Utilizador:AvocatoBot]]
[[ro:Utilizator:AvocatoBot]]
[[ru:Участник:AvocatoBot]]
[[sa:योजकः:AvocatoBot]]
[[si:පරිශීලක:AvocatoBot]]
[[sk:Redaktor:AvocatoBot]]
[[sl:Uporabnik:AvocatoBot]]
[[sq:Përdoruesi:AvocatoBot]]
[[sr:Корисник:AvocatoBot]]
[[sv:Användare:AvocatoBot]]
[[ta:பயனர்:AvocatoBot]]
[[te:వాడుకరి:AvocatoBot]]
[[tg:Корбар:AvocatoBot]]
[[th:ผู้ใช้:AvocatoBot]]
[[tl:Tagagamit:AvocatoBot]]
[[tr:Kullanıcı:AvocatoBot]]
[[tt:Кулланучы:AvocatoBot]]
[[uk:Користувач:AvocatoBot]]
[[ur:صارف:AvocatoBot]]
[[uz:Foydalanuvchi:AvocatoBot]]
[[vi:Thành viên:AvocatoBot]]
[[zh:User:AvocatoBot]]
[[zh-min-nan:User:AvocatoBot]]
      hktiv7lz8qwwggco9l5cifawan15qd4
    
  
  
    Sgwrs Defnyddiwr:AvocatoBot
    3
    2360
    
      4157
      2012-08-31T19:44:04Z
      
        AvocatoBot
        662
      
      Creating
      4157
      wikitext
      text/x-wiki
      <div dir=ltr><div style="background: #FFFFFF; text-align: center; font-family: Calibri; font-size: 1.6em; font-weight: bold;"><div style="padding: 5px; border: 3px solid #003882; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;">Please, Do not leave your message here. You can contact my operator using any of the following:
<div style="margin-top: 10px; padding: 2px; background: #f4f3f0; border: 2px solid #fb139e; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;">[[w:ar:User talk:Avocato|w:ar:user talk:Avocato]] | [[w:en:User talk:Avocato|w:en:user talk:Avocato]] | [[m:User talk:Avocato|meta:user talk:Avocato]]</div></div></div></div>
      sp61nkc3vi6lvhlea1ecl2bxwlit01z
    
  
  
    Defnyddiwr:Antonorsi
    2
    2361
    
      4158
      2012-09-02T23:05:39Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by Antonorsi]])
      4158
      wikitext
      text/x-wiki
      {{#babel:es|en-3|cy-0}}
''Hello, I'm [[:m:User:Antonorsi|Antonorsi]], from es.wiki. You can contact me in [[:m:User talk:Antonorsi|my talk page on meta]].''<br />
----
      6uz3tyda2uzf8xjzy9gva9ounuz8tg5
    
  
  
    Defnyddiwr:Shujenchang/common.js
    2
    2363
    
      4160
      2012-09-03T00:41:24Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Shujenchang]])
      4160
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Shujenchang/global.js&action=raw&ctype=text/javascript');
      qrhxsoxscudtwxlfngb7psz1fhrepcr
    
  
  
    Defnyddiwr:Lukas²³/common.js
    2
    2364
    
      4161
      2012-09-03T01:48:22Z
      
        Pathoschild
        32
      
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Lukas²³]])
      4161
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Lukas²³/global.js&action=raw&ctype=text/javascript');
      83yd8rgqpt0d0uokqpva51quireg5a7
    
  
  
    Sgwrs Defnyddiwr:Moe Epsilon
    3
    2366
    
      4177
      2012-10-13T14:35:59Z
      
        Moe Epsilon
        131
      
      softredirect
      4177
      wikitext
      text/x-wiki
      {{softredirect|w:en:User talk:Moe Epsilon}}
      ca8bozdt81w9azbby0c89g27p9x0nuc
    
  
  
    Defnyddiwr:Translation Notification Bot
    2
    2367
    
      4180
      2012-10-25T18:50:32Z
      
        Quentinv57
        461
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4180
      wikitext
      text/x-wiki
      <div style="min-height: 57px; border: 1px solid #aaaaaa; background-color: #f9f9f9; width: 50%; margin: 0 auto 1em auto; padding: .2em; text-align: justify;">
<div style="float: left">[[File:Wikimedia Community Logo.svg|50px|link=]]</div>
<div style="margin-left: 60px">'''[[:m:User:Translation Notification Bot|m:User:Translation Notification Bot]]'''.<br />(''[[m:Interwiki redirect|{{int:redirectpagesub}}]]'')</div>
</div>
      59xrrxfkj8xh7jw11em0s4rnuulbz9j
    
  
  
    Defnyddiwr:Shujenchang
    2
    2368
    
      4181
      2012-10-26T08:23:24Z
      
        Quentinv57
        461
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4181
      wikitext
      text/x-wiki
      {{#babel:zh|en-4|zh-classical-2|eo-1|ko-1|ja-0|fr-0||cy-0}}
Sometimes this user works as a member of [[m:Small Wiki Monitoring Team|SWMT]] and helps some anti-vandalism and anti-spam works here. To know more about this user, you can see his user page on [[w:en:User:Shujenchang|English Wikipedia]]. You can contact him via [[User talk:Shujenchang|talk page]], [[w:en:Special:EmailUser/Shujenchang|email]] or [[w:en:User:Shujenchang/Contact#IMs|IMs]] (Note: Please use English).
'''Note''': Because of this user perhaps do not know the language on this project totally, so may be sometimes he will do something wrong when he do anti-vandalism and anti-spam works. If he did something wrong, please [[User talk:Shujenchang|let him know]].
      i7beqyc6x4c2brgnyh5llpcv3flnht7
    
  
  
    Defnyddiwr:Mr.Ajedrez
    2
    2369
    
      4182
      2012-10-26T09:34:57Z
      
        Quentinv57
        461
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4182
      wikitext
      text/x-wiki
      {{#babel:es|ast|en-3|fr-2|cy-0}} ''Hello, I'm [[:w:es:User:Mr.Ajedrez|Mr.Ajedrez]], from es.wiki. You can contact me in [[:w:es:User talk:Mr.Ajedrez|my talk page in es.wiki]].''<br /> ----
      0ahezmgqtp1m4ttrbcoz8cwsn8p4ou4
    
  
  
    Defnyddiwr:ChessBOT
    2
    2370
    
      4183
      2012-10-26T09:35:07Z
      
        Quentinv57
        461
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by user]])
      4183
      wikitext
      text/x-wiki
      {{bot|Mr.Ajedrez|site=w:es}}
      pp903u1bf9hm4qev44qoez4ypbpdb73
    
  
  
    Sgwrs MediaWici:Pageinfo-footer
    9
    2372
    
      4952
      4196
      2020-08-10T17:41:48Z
      
        Samuele2002
        1537
      
      fix [[Special:LintErrors]]
      4952
      wikitext
      text/x-wiki
      == {{int:pageinfo-toolboxlink}} ==
Hello! Since a few weeks ago, a "{{int:pageinfo-toolboxlink}}" link has been added to your "{{int:toolbox}}" in the sidebar, giving information and statistics on the pages ([[mw:Requests for comment/Reimplement info action|background]]). You may want to modify this message to add content to the end of the information page, see [[Meta:MediaWiki:Pageinfo-footer]] which has some tools previously on [[m:MediaWiki:Histlegend|MediaWiki:Histlegend]]. I hope this helps, [[m:User:Nemo_bis|Nemo]] 09:19, 4 Rhagfyr 2012 (UTC)
<!-- EdwardsBot 0310 -->
      ip6cpog7tqd29pntdut6x556bnemhbw
    
  
  
    Sgwrs MediaWici:Welcomecreation
    9
    2373
    
      4197
      2012-12-05T21:37:12Z
      
        EdwardsBot
        601
      
      /* New place for this message: action needed */ adran newydd
      4197
      wikitext
      text/x-wiki
      == New place for this message: action needed ==
<div class="mw-content-ltr">
Hello, I'm writing you because this message is no longer active since today (or a week ago) and it must be [//translatewiki.net/w/i.php?title=Special%3ATranslate&taction=translate&group=core&limit=1000&task=view#msg_welcomeuser translated to your language].
You can find [[mw:Special:MyLanguage/MediaWiki_1.21/wmf5#welcomecreation|more information and instructions]]; please also [//www.mediawiki.org/w/index.php?title=Special:Translate&group=page-MediaWiki+1.21%2Fwmf5&task=view translate them] if you can.
Thanks, [[m:User:Nemo_bis|Nemo]] 21:37, 5 Rhagfyr 2012 (UTC)
</div>
<!-- EdwardsBot 0315 -->
      l6yqgenejp0tepbeadhd0kplefhaj0x
    
  
  
    Defnyddiwr:Noommos/common.js
    2
    2374
    
      4198
      2012-12-09T21:14:38Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Noommos]])
      4198
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Noommos/global.js&action=raw&ctype=text/javascript');
      heon0uvy8qznbjj7gzy0htsedh4nvuy
    
  
  
    Defnyddiwr:Sotiale/common.js
    2
    2375
    
      4199
      2012-12-09T22:18:01Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Sotiale]])
      4199
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Sotiale/global.js&action=raw&ctype=text/javascript');
      03gc5bhcnt2oox5rx9ogo1n6m4nvu95
    
  
  
    Defnyddiwr:Base/vector.js
    2
    2377
    
      4201
      2012-12-11T18:57:03Z
      
        Base
        856
      
      creating new ownjs page
      4201
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Base/global.js&action=raw&ctype=text/javascript');
      9giyxj7vuxbzl3gw9t8r2790bzkcnaa
    
  
  
    Defnyddiwr:Makecat
    2
    2379
    
      4735
      4203
      2017-04-04T10:58:25Z
      
        CommonsDelinker
        19
      
      Replacing File-Ngc5866_hst_big.png with [[File:Ngc5866_hst_big.png]] (by [[:c:User:CommonsDelinker|CommonsDelinker]] because: [[:c:COM:FR|File renamed]]: [[:c:COM:FR#reasons|File renaming criterion #6]]: Non-controversial maintenance and bug fixes, includ
      4735
      wikitext
      text/x-wiki
      <div style="margin-left:-1em; margin-right:-1em; margin-bottom:15em;" class="plainlinks">
<div style="padding:0px; background:#99CCCC; border:1px solid #42526C; font-family:Calibri; color:#AAA;">
{| style="border:1px solid #99CCCC; background:#99CCCC; color:#333333;" align="center"
|- style="padding:1em;"
| width="17%" |
<div style="padding:0.5em; margin:0.5em; width:200px; float:left;">[[File:Ngc5866 hst big.png|200px]]</div>
|
{{#Babel:zh|en-2}}
<big>Hello, I am '''Makecat'''. I am an [[w:zh:Wikipedia:管理员|administrator]] on the Chinese Wikipedia, which is my home wiki. I am a member of [[m:SWMT|Small Wiki Monitoring Team]] and may make some edits here occasionally, such as reverting vandalism and requesting pages for speedy deletion. If you want to contact me, please leave a message at [[w:zh:User talk:Makecat|here]].</big> 
|} 
</div>
</div>
[[en:User:Makecat]]
[[zh:User:Makecat]]
      b2u9kso1moq7ec4u7cx2unvgq97vewy
    
  
  
    Wicillyfrau:Y Lolfa
    0
    2380
    
      5102
      5094
      2024-01-02T11:51:19Z
      
        Fehufanga
        2126
      
      
      Gwrthdröwyd golygiad gan [[Special:Contributions/WikiWikibotty|WikiWikibotty]] ([[User talk:WikiWikibotty|sgwrs]]) i'r golygiad diweddaraf gan [[User:Rschen7754|Rschen7754]]
      5052
      wikitext
      text/x-wiki
      * '''en:''' Requests for the [[m:bot|bot]] flag should be made on this page. This wiki uses the [[m:bot policy|standard bot policy]], and allows [[m:bot policy#Global_bots|global bots]] and [[m:bot policy#Automatic_approval|automatic approval of certain types of bots]]. Other bots should apply below, and then [[m:Steward requests/Bot status|request access]] from a steward if there is no objection.
==Betawiki: better support for your language in MediaWiki ==
Dear community. I am writing to you to promote a special wiki called [http://nike.users.idler.fi/betawiki Betawiki]. This wiki facilitates the localisation (l10n) of the MediaWiki interface. You may have changed many messages here on this wiki to use your language, but if you would log in to for example the English language Wiktionary, you would not be able to use the interface as well translated as here. Infact, of the 1793 messages in the core of MediaWiki, 1078 messages have been translated. Betawiki also supports the translation of messages of almost 80 extensions, with 984 messages.
If you wish to contribute to better support of your language in MediaWiki, as well as for many MediaWiki extensions, please visit [http://nike.users.idler.fi/betawiki/Translating:Intro Betawiki], [http://nike.users.idler.fi/dev/?title=Special:Userlogin&type=signup&uselang=en create an account] and [http://nike.users.idler.fi/betawiki/Betawiki:Rights request translator priviledges]. You can see the current status of localisation of your language on [[meta:Localization_statistics|meta]] and do not forget to get in touch with others that may already be [http://nike.users.idler.fi/betawiki/Translating:Languages working on your language on Betawiki].
If you have any further questions, [http://nike.users.idler.fi/betawiki/User_talk:Siebrand please let me know on my talk page on Betawiki]. We will try and assist you as much as possible, for example by importing all messages from a local wiki for you to start with, if you so desire.
You can also find us on the Freenode [[w:Internet Relay Chat|IRC]] network in the channel #mediawiki-i18n where we would be happy to help you get started.
Thank you very much for your attention and I do hope to see some of you on [http://nike.users.idler.fi/betawiki/Etusivu Betawiki] soon! Cheers! [http://nike.users.idler.fi/betawiki/User:Siebrand Siebrand@Betawiki] 09:18, 24 Medi 2007 (UTC)
== Be a Wikimedia fundraising "User Experience" volunteer! ==
Thank you to everyone who volunteered last year on the Wikimedia fundraising 'User Experience' project. We have talked to many different people in different countries and their feedback has helped us immensely in restructuring our pages. If you haven't heard of it yet, the 'User Experience' project has the goal of understanding the donation experience in different countries (outside the USA) and enhancing the localization of our donation pages. 
I am (still) searching for volunteers to spend some time on a Skype chat with me, reviewing their own country's donation pages. It will be done on a 'usability' format (I will ask you to read the text and go through the donation flow) and will be asking your feedback in the meanwhile. 
The only pre-requisite is for the volunteer to actually live in the country and to have access to at least one donation method that we offer for that country (mainly credit/debit card, but also real time banking like IDEAL, E-wallets, etc...) so we can do a live test and see if the donation goes through. **All volunteers will be reimbursed of the donations that eventually succeed (and they will be very low amounts, like 1-2 dollars)**
By helping us you are actually helping thousands of people to support our mission of free knowledge across the world. If you are interested (or know of anyone who could be) please email ppena@wikimedia.org. All countries needed (excepting USA)!!
Thanks!
[[m:User:Ppena (WMF)|Pats Pena]]<br/>
Global Fundraising Operations Manager, Wikimedia Foundation
: Sent using [[m:Global message delivery|Global message delivery]], 20:45, 8 Ionawr 2013 (UTC)
<!-- EdwardsBot 331 -->
== Wikimedia sites to move to primary data center in Ashburn, Virginia. Read-only mode expected. ==
(Apologies if this message isn't in your language.) Next week, the Wikimedia Foundation will transition its main technical operations to a new data center in Ashburn, Virginia, USA. This is intended to improve the technical performance and reliability of all Wikimedia sites, including this wiki. There will be some times when the site will be in read-only mode, and there may be full outages; the current target windows for the migration are January 22nd, 23rd and 24th, 2013, from 17:00 to 01:00 UTC (see [http://www.timeanddate.com/worldclock/fixedtime.html?msg=Wikimedia+data+center+migration&iso=20130122T17&ah=8 other timezones] on timeanddate.com). More information is available [https://blog.wikimedia.org/2013/01/19/wikimedia-sites-move-to-primary-data-center-in-ashburn-virginia/ in the full announcement].
If you would like to stay informed of future technical upgrades, consider [[m:Tech/Ambassadors|becoming a Tech ambassador]] and [https://lists.wikimedia.org/mailman/listinfo/wikitech-ambassadors joining the ambassadors mailing list]. You will be able to help your fellow Wikimedians have a voice in technical discussions and be notified of important decisions.
Thank you for your help and your understanding.
[[:m:user:guillom|Guillaume Paumier]], via the [[:m:Global message delivery|Global message delivery system]] <small>([[:m:Distribution list/Global message delivery|wrong page? You can fix it.]])</small>. 15:09, 19 Ionawr 2013 (UTC)
<!-- EdwardsBot 0338 -->
== Picture of the Year voting round 1 open ==
Dear Wikimedians,
Wikimedia Commons is happy to announce that the 2012 Picture of the Year competition is now open.  We're interested in your opinion as to which images qualify to be the Picture of the Year for 2012. Voting is open to established Wikimedia users who meet the following criteria:
:# Users must have an account, at any Wikimedia project, which was registered '''before Tue, 01 Jan 2013 00:00:00 +0000''' [UTC].
:# This user account must have more than '''75 edits''' on '''any single''' Wikimedia project '''before Tue, 01 Jan 2013 00:00:00 +0000''' [UTC]. Please check your account eligibility at the [//toolserver.org/~pathoschild/accounteligibility/?user=&wiki=&event=27 POTY 2012 Contest Eligibility tool].
:# Users must vote with an account meeting the above requirements either on Commons or another SUL-related Wikimedia project (for other Wikimedia projects, the account must be attached to the user's Commons account through [[meta:Help:Unified login|SUL]]).
Hundreds of images that have been rated Featured Pictures by the international Wikimedia Commons community in the past year are all entered in this competition. From professional animal and plant shots to breathtaking panoramas and skylines, restorations of historically relevant images, images portraying the world's best architecture, maps, emblems, diagrams created with the most modern technology, and impressive human portraits, Commons features pictures of all flavors.  
For your convenience, we have sorted the images into topic categories. Two rounds of voting will be held: In the first round, you can vote for as many images as you like. The first round category winners and the top ten overall will then make it to the final.  In the final round, when a limited number of images are left, you must decide on the one image that you want to become the Picture of the Year.
To see the candidate images just go to [[commons:Commons:Picture_of_the_Year/2012|the POTY 2012 page on Wikimedia Commons]].
Wikimedia Commons celebrates our featured images of 2012 with this contest. Your votes decide the Picture of the Year, so remember to vote in the first round by '''January 30, 2013'''.
Thanks,<br />
the Wikimedia Commons Picture of the Year committee<br />
<small>This message was delivered based on [[:m:Distribution list/Global message delivery]]. Translation fetched from: [[:commons:Commons:Picture of the Year/2012/Translations/Village Pump/en]] -- [[Defnyddiwr:Rillke|Rillke]] ([[Sgwrs Defnyddiwr:Rillke|sgwrs]]) 23:47, 22 Ionawr 2013 (UTC)</small>
== Help turn ideas into grants in the new IdeaLab ==
<div class="mw-content-ltr">
[[File:Wikimedia_Foundation_RGB_logo_with_text.svg|80px|right]]
''I apologize if this message is not in your language. Please help translate it.''
*Do you have an idea for a project to improve this community or website?
*Do you think you could complete your idea if only you had some funding?
*Do you want to help other people turn their ideas into project plans or grant proposals?
Please join us in the [[m:Grants:IdeaLab|IdeaLab]], an incubator for project ideas and Individual Engagement Grant proposals.
The Wikimedia Foundation is seeking new ideas and proposals for Individual Engagement Grants. These grants fund individuals or small groups to complete projects that help improve this community. If interested, please submit a completed proposal by February 15, 2013. Please visit https://meta.wikimedia.org/wiki/Grants:IEG for more information.
Thanks!  --[[m:User:Sbouterse (WMF)|Siko Bouterse, Head of Individual Engagement Grants, Wikimedia Foundation]] 20:15, 30 Ionawr 2013 (UTC)
<small>Distributed via [[m:Global message delivery|Global message delivery]]. (Wrong page? [[m:Distribution list/Global message delivery|Correct it here]].)</small>
</div>
<!-- EdwardsBot 0344 -->
== Convert complex templates to Lua to make them faster and more powerful ==
<small>(Please consider translating this message for the benefit of your fellow Wikimedians)</small>
Greetings. As you might have seen on the [https://blog.wikimedia.org/2013/03/11/lua-templates-faster-more-flexible-pages/ Wikimedia tech blog] or the [http://lists.wikimedia.org/pipermail/wikitech-ambassadors/2013-March/000171.html tech ambassadors list], a new functionality called "Lua" is being enabled on all Wikimedia sites today. [[mw:Lua|Lua]] is a scripting language that enables you to write faster and more powerful MediaWiki templates.
If you have questions about how to convert existing templates to Lua (or how to create new ones), we'll be holding two support sessions on IRC next week: [http://www.timeanddate.com/worldclock/fixedtime.html?hour=02&min=00&sec=0&day=20&month=03&year=2013 one on Wednesday] (for Oceania, Asia & America) and [http://www.timeanddate.com/worldclock/fixedtime.html?hour=18&min=00&sec=0&day=22&month=03&year=2013 one on Friday] (for Europe, Africa & America); see [[m:IRC office hours]] for the details. If you can't make it, you can also get help at [[mw:Talk:Lua scripting]].
If you'd like to learn about this kind of events earlier in advance, consider becoming a [[m:Tech/Ambassadors|Tech ambassador]] by subscribing to the [https://lists.wikimedia.org/mailman/listinfo/wikitech-ambassadors mailing list]. You will also be able to help your fellow Wikimedians have a voice in technical discussions and be notified of important decisions.
[[:m:user:guillom|Guillaume Paumier]], via the [[:m:Global message delivery|Global message delivery system]]. 19:05, 13 Mawrth 2013 (UTC) <small>([[:m:Distribution list/Global message delivery|wrong page? You can fix it.]])</small>
<!-- EdwardsBot 0379 -->
== [[m:Requests for comment/Activity levels of advanced administrative rights holders|Request for comment on inactive administrators]] ==
<small>(Please consider translating this message for the benefit of your fellow Wikimedians. Please also consider translating [[m:Requests for comment/Activity levels of advanced administrative rights holders/Summary|the proposal]].)</small>
<small>[[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message|Read this message in English]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/ast|Lleer esti mensaxe n'asturianu]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/bn|বাংলায় এই বার্তাটি পড়ুন]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/ca|Llegiu aquest missatge en català]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/da|Læs denne besked på dansk]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/de|Lies diese Nachricht auf Deutsch]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/egl|Leś cal mesag' chè in Emiliàn]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/es|Leer este mensaje en español]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/fi|Lue tämä viesti suomeksi]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/fr|Lire ce message en français]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/gl|Ler esta mensaxe en galego]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/hi|हिन्दी]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/hr|Pročitajte ovu poruku na hrvatskom]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/id|Baca pesan ini dalam Bahasa Indonesia]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/it|Leggi questo messaggio in italiano]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/kn|ಈ ಸಂದೇಶವನ್ನು ಕನ್ನಡದಲ್ಲಿ ಓದಿ]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/mt|Aqra dan il-messaġġ bil-Malti]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/nb|norsk (bokmål)]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/nl|Lees dit bericht in het Nederlands]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/pl|Przeczytaj tę wiadomość po polsku]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/ro|Citiți acest mesaj în română]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/ru|Прочитать это сообщение на русском]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/so|Farriintaan ku aqri Af-Soomaali]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/sr|Pročitaj ovu poruku na srpskom (Прочитај ову поруку на српском)]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/th|อ่านข้อความนี้ในภาษาไทย]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/uk|Прочитати це повідомлення українською мовою]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/vi|Đọc thông báo bằng tiếng Việt]] / [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message/zh|使用中文阅读本信息。]]</small>
Hello!
There is [[m:Requests for comment/Activity levels of advanced administrative rights holders|a new request for comment]] on Meta-Wiki concerning the removal of administrative rights from long-term inactive Wikimedians. Generally, this proposal from stewards would apply to wikis without an administrators' review process.
We are also compiling a [[m:Talk:Requests for comment/Activity levels of advanced administrative rights holders|list of projects]] with procedures for removing inactive administrators on the talk page of the request for comment. Feel free to add your project(s) to the list if you have a policy on administrator inactivity.
All input is appreciated. The discussion may close as soon as 21 May 2013 (2013-05-21), but this will be extended if needed.
Thanks, [[m:User:Billinghurst|Billinghurst]] <small>(thanks to all the [[m:Requests for comment/Activity levels of advanced administrative rights holders/Global message|translators]]!)</small> 04:29, 24 Ebrill 2013 (UTC)
:<small>Distributed via [[m:Global message delivery|Global message delivery]] (Wrong page? [[m:Distribution list/Global message delivery|You can fix it]].)</small>
<!-- EdwardsBot 0430 -->
== [en] Change to wiki account system and account renaming ==
<div class="mw-content-ltr">
Some accounts will soon be renamed due to a technical change that the developer team at Wikimedia are making. [[m:Single User Login finalisation announcement|More details on Meta]].
<small>(Distributed via [[m:global message delivery|global message delivery]] 03:27, 30 Ebrill 2013 (UTC). Wrong page? [[m:Distribution list/Global message delivery|Correct it here]].)</small>
</div>
<!-- EdwardsBot 0437 -->
== [en] Change to section edit links ==
<div class="mw-content-ltr">
The default position of the "edit" link in page section headers is going to change soon. The "edit" link will be positioned adjacent to the page header text rather than floating opposite it.
Section edit links will be to the immediate right of section titles, instead of on the far right. If you're an editor of one of the wikis which already implemented this change, nothing will substantially change for you; however, scripts and gadgets depending on the previous implementation of section edit links will have to be adjusted to continue working; however, nothing else should break even if they are not updated in time.
[[m:Change to section edit links|Detailed information and a timeline]] is available on meta.
Ideas to do this all the way to 2009 at least. It is often difficult to track which of several potential section edit links on the far right is associated with the correct section, and many readers and anonymous or new editors may even be failing to notice section edit links at all, since they read section titles, which are far away from the links.
<small>(Distributed via [[m:global message delivery|global message delivery]] 18:17, 30 Ebrill 2013 (UTC). Wrong page? [[m:Distribution list/Global message delivery|Correct it here]].)</small>
</div>
<!-- EdwardsBot 0438 -->
== Tech newsletter: Subscribe to receive the next editions ==
<div style="width:auto; padding: 1em; background:#fdf6e3;" class="plainlinks" ><big>Latest '''[[m:Tech/News|<span style="color:#268bd2;">Tech news</span>]]''' from the Wikimedia technical community.</big> ''Please inform other users about these changes.''</div>
<div style="width:auto; padding: 1em; border: 2px solid #fdf6e3;" class="plainlinks" >
;Recent software changes: ''(Not all changes will affect you.)''
* The latest version of MediaWiki (version [[mw:MediaWiki 1.22/wmf4|1.22/wmf4]]) was added to non-Wikipedia wikis on May 13, and to the English Wikipedia (with a Wikidata software update) on May 20. It will be updated on all other Wikipedia sites on May 22. [https://gerrit.wikimedia.org/r/gitweb?p=operations/mediawiki-config.git;a=commitdiff;h=ed976cf0c14fa3632fd10d9300bb646bfd6fe751;hp=c6c7bb1e5caaddf7325de9eef0e7bf85bcf5cc35] [http://lists.wikimedia.org/pipermail/wikitech-l/2013-May/069458.html]
* A software update will perhaps result in temporary issues with images. Please [[m:Tech/Ambassadors|report any problems]] you notice. [http://lists.wikimedia.org/pipermail/wikitech-l/2013-May/069458.html]
* MediaWiki recognizes links in twelve new [[:w:en:URI scheme|schemes]]. Users can now link to [[:w:en:SSH|SSH]], [[:w:en:XMPP|XMPP]] and [[:w:en:Bitcoin|Bitcoin]] directly from wikicode. [https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=commitdiff;h=a89d623302b5027dbb2d06941a22372948757685]
* VisualEditor was added to [[bugzilla:48430|all content namespaces]] on mediawiki.org on May 20. [http://lists.wikimedia.org/pipermail/wikitech-l/2013-May/069458.html]
* A new extension ("TemplateData") was added to all Wikipedia sites on May 20. It will allow a future version of VisualEditor to [[bugzilla:44444|edit templates]]. [http://lists.wikimedia.org/pipermail/wikitech-l/2013-May/069458.html]
* New sites: [[:voy:el:|Greek Wikivoyage]] and [[:wikt:vec:|Venetian Wiktionary]] joined the Wikimedia family last week; the total number of project wikis is now 794. [https://gerrit.wikimedia.org/r/gitweb?p=operations/mediawiki-config.git;a=commit;h=5d7536b403730bb502580e21243f923c3b79da0e] [https://gerrit.wikimedia.org/r/gitweb?p=operations/mediawiki-config.git;a=commit;h=43c9eebdfc976333be5c890439ba1fae3bef46f7]
* The logo of 18 Wikipedias was changed to [[w:en:Wikipedia:Wikipedia_logos#The_May_2010_logo|version 2.0]] in a [http://lists.wikimedia.org/pipermail/wikimedia-l/2013-May/125999.html third group of updates]. [https://gerrit.wikimedia.org/r/gitweb?p=operations/mediawiki-config.git;a=commitdiff;h=4688adbe467440eea318eecf04839fdd9ffa0565] 
* The [[:commons:Special:UploadWizard|UploadWizard]] on Commons now shows links to the old upload form in 55 languages ([[:bugzilla:33513|bug 33513]]). [https://gerrit.wikimedia.org/r/gitweb?p=operations/mediawiki-config.git;a=commit;h=4197fa18a22660296d0e5b84820d5ebb4cef46d4]
;Future software changes:
* The next version of MediaWiki (version 1.22/wmf5) will be added to Wikimedia sites starting on May 27. [http://lists.wikimedia.org/pipermail/wikitech-l/2013-May/069458.html]
* An updated version of [[mw:Echo (Notifications)|Notifications]], with new features and fewer bugs, will be added to the English Wikipedia on May 23. [http://lists.wikimedia.org/pipermail/wikitech-l/2013-May/069458.html]
* The [[m:Special:MyLanguage/Single User Login finalisation announcement|final version]] of the "single user login" (which allows people to use the same username on different Wikimedia wikis) is moved to August 2013. The software will [http://lists.wikimedia.org/pipermail/wikitech-ambassadors/2013-April/000217.html automatically rename] some usernames. [http://lists.wikimedia.org/pipermail/wikitech-ambassadors/2013-May/000233.html]
* A [[m:Special:MyLanguage/Flow|new discussion system]] for MediaWiki, called "Flow", is under development. Wikimedia designers need your help to inform other users, [http://unicorn.wmflabs.org/flow/ test the prototype] and discuss the interface. [http://lists.wikimedia.org/pipermail/wikitech-l/2013-May/069433.html].
* The Wikimedia Foundation is hiring people to act as links between software developers and users for VisualEditor. [http://lists.wikimedia.org/pipermail/wikitech-ambassadors/2013-May/000245.html]
</div>
<div style="font-size:90%; font-style:italic; background:#fdf6e3; padding:1em;">'''[[m:Tech/News|Tech news]]''' prepared by [[m:Tech/Ambassadors|tech ambassadors]] and posted by [[m:Global message delivery|Global message delivery]] • [[m:Tech/News#contribute|Contribute]] • [[m:Tech/News/2013/21|Translate]] • [[m:Tech|Get help]] • [[m:Talk:Tech/News|Give feedback]] • [[m:Global message delivery/Targets/Tech ambassadors|Unsubscribe]] • 20:24, 20 Mai 2013 (UTC)
</div>
<div style="float:left; background:#eee8d5; border: .2em solid #dc322f; border-left: .7em solid #dc322f; padding: 1em; "><span style="color:#dc322f;font-weight:bold;">Important note:</span> This is the first edition of the [[m:Tech/News|Tech News]] weekly summaries, which help you monitor recent software changes likely to impact you and your fellow Wikimedians.
'''If you want to continue to receive the next issues every week''', please '''[[m:Global message delivery/Targets/Tech ambassadors|subscribe to the newsletter]]'''. You can  subscribe your personal talk page and a community page like this one. The newsletter can be [[m:Tech/News/2013/21|translated into your language]].
You can also [[m:Tech/Ambassadors|become a tech ambassador]], [[m:Tech/News|help us write the next newsletter]] and [[m:Talk:Tech/News|tell us what to improve]]. Your feedback is greatly appreciated. [[m:user:guillom|guillom]] 20:24, 20 Mai 2013 (UTC)</div>
<!-- EdwardsBot 0455 -->
== Trademark discussion ==
Hi, apologies for posting this in English, but I wanted to alert your community to a discussion on Meta about potential changes to the Wikimedia Trademark Policy. Please translate this statement if you can. We hope that you will all participate in the discussion; we also welcome translations of the legal team’s statement into as many languages as possible and encourage you to voice your thoughts there. Please see the [[:m:Trademark practices discussion|Trademark practices discussion (on Meta-Wiki)]] for more information. Thank you! --[[:m:User:Mdennis_(WMF)|Mdennis (WMF)]] ([[:m:User talk:Mdennis_(WMF)|talk]])
<!-- EdwardsBot 0473 -->
== [[:m:Requests_for_comment/X!'s_Edit_Counter|X!'s Edit Counter]] ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr">
<small>(Sorry for writing in English. You can [[:m:Special:MyLanguage/Requests_for_comment/X!%27s_Edit_Counter/Summary|translate the proposal]].)</small>
Should [[tools:~tparis/pcount|X!'s edit counter]] retain the opt-in requirement? Your input is strongly encouraged. [[:m:Requests_for_comment/X!'s_Edit_Counter|Voice your input here]].—[[:m:w:User:Cyberpower678|<span style="color:green;font-family:Neuropol">cyberpower]] [[:m:w:User talk:Cyberpower678|<sup style="color:purple;font-family:arnprior">Chat]]<sub style="margin-left:-4.4ex;color:purple;font-family:arnprior">Automation</sub> 04:17, 23 Mehefin 2013 (UTC)
:<small>Distributed via [[:m:Global message delivery|Global message delivery]]. (Wrong page? [[:m:Distribution list/Global message delivery|Fix here]].)</small>
</div>
<!-- EdwardsBot 0505 -->
== Universal Language Selector will be enabled on 2013-07-09 ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr">
On July 9, 2013, [[mw:Universal Language Selector|Universal Language Selector]] (ULS) will be enabled on this wiki. The ULS provides a flexible way to configure and deliver language settings like interface language, fonts, and input methods (keyboard mappings). Making it available here is the last phase of making ULS available on all Wikimedia wikis.
Please read the announcement on [[m:Announcement Universal Language Selector|Meta-Wiki]] for more information. [[m:User_talk:Siebrand|Siebrand]] 12:17, 4 Gorffennaf 2013 (UTC) <small>(via [[m:Global message delivery|Global message delivery]]).</small>
</div>
<!-- EdwardsBot 0515 -->
== Pywikipedia is migrating to git ==
Hello, Sorry for English but It's very important for bot operators so I hope someone translates this.
[[mw:PWB|Pywikipedia]] is migrating to Git so after July 26, SVN checkouts won't be updated If you're using Pywikipedia you have to switch to git, otherwise you will use out-dated framework and your bot might not work properly. There is a [[mw:Manual:Pywikipediabot/Gerrit|manual]] for doing that and a [https://blog.wikimedia.org/2013/07/23/pywikipediabot-moving-to-git-on-july-26/ blog post] explaining about this change in non-technical language. If you have question feel free to ask in [[mw:Manual talk:Pywikipediabot/Gerrit]], [https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l mailing list], or in the [irc://irc.freenode.net/#pywikipediabot IRC channel]. Best [[mw:User:Ladsgroup|Amir]] <small>(via [[m:Global message delivery|Global message delivery]]).</small> 13:03, 23 Gorffennaf 2013 (UTC)
<!-- EdwardsBot 0534 -->
== HTTPS for users with an account ==
Greetings. Starting on August 21 (tomorrow), all users with an account will be using [[m:w:en:HTTPS|HTTPS]] to access Wikimedia sites. HTTPS brings better security and improves your privacy. More information is available at [[m:HTTPS]].
If HTTPS causes problems for you, tell us [https://bugzilla.wikimedia.org on bugzilla], [[m:IRC|on IRC]] (in the <code>#wikimedia-operations</code> channel) or [[m:Talk:HTTPS|on meta]]. If you can't use the other methods, you can also send an e-mail to <code>https@wikimedia.org</code>.
[[m:User:Greg (WMF)|Greg Grossmeier]] <small>(via the [[m:Global message delivery|Global message delivery]] system)</small>. 18:54, 20 Awst 2013 (UTC) <small>(wrong page? [[m:Distribution list/Global message delivery|You can fix it.]])</small>
<!-- EdwardsBot 0560 -->
== [[:m:Community Logo/Request for consultation|Request for consultation on community logo]] ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr">
[[File:Wikimedia Community Logo.svg|thumb|Request for consultation on this community logo]]
First, I’d like to apologize for the English. If you can, please help to translate this for other members of your community.
The legal team at the Wikimedia Foundation would greatly appreciate your input on the best way to manage the "community logo" (pictured here) to best balance protection of the projects with community support. Accordingly, they have created a “request for consultation” on Meta where they set out briefly some of the issues to be considered and the options that they perceive. [[:m:Community Logo/Request for consultation|Your input would be invaluable]] in helping guide them in how best to serve our mission.
Thank you! --[[m:User:Mdennis|Mdennis]] ([[m:User talk:Mdennis|talk]]) <small>(via the [[m:Global message delivery|Global message delivery]] system)</small>. 02:13, 24 Medi 2013 (UTC) <small>(wrong page? [[m:Distribution list/Global message delivery|You can fix it.]])</small>
</div>
<!-- EdwardsBot 0590 -->
== [[mw:Echo|Notifications]] ==
[[File:Notifications-Flyout-Screenshot-08-10-2013-Cropped.png|thumb|300px|Notifications inform you of new activity that affects you -- and let you take quick action.]]
''(This message is in English, please translate as needed)''
Greetings!  
[[mw:Echo|Notifications]] will inform users about new activity that affects them on this wiki in a unified way: for example, this new tool will let you know when you have new talk page messages, edit reverts, mentions or links -- and is designed to augment (rather than replace) the watchlist. The Wikimedia Foundation's editor engagement team developed this tool (code-named 'Echo') earlier this year, to help users contribute more productively to MediaWiki projects. 
We're now getting ready to bring Notifications to almost all other Wikimedia sites, and are aiming for a 22 October deployment, as outlined in [[mw:Echo/Release_Plan_2013|this release plan]]. It is important that notifications is translated for all of the languages we serve.  
There are three major points of translation needed to be either done or checked:
*[https://translatewiki.net/w/i.php?title=Special%3AMessageGroupStats&x=D&group=ext-echo#sortable:3=desc Echo on translatewiki for user interface] - you must have an account on translatewiki to translate
*[https://translatewiki.net/w/i.php?title=Special%3AMessageGroupStats&x=D&group=ext-thanks#sortable:3=desc Thanks on translatewiki for user interface] - you must have an account on translatewiki to translate
*[[mw:Help:Notifications|Notifications help on mediawiki.org]].  This page can be hosted after translation on mediawiki.org or we can localize it to this Wikipedia.  You do not have to have an account to translate on mediawiki, but single-user login will create it for you there if you follow the link.
:*[[mw:Echo/Release Plan 2013#Checklist|Checklist]]
Please let us know if you have any questions, suggestions or comments about this new tool. For more information, visit [[mw:Echo_(Notifications)|this project hub]] and [[mw:Help:Notifications|this help page]]. [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]]) 18:22, 4 Hydref 2013 (UTC)
:<small>(via the [[m:Global message delivery|Global message delivery]] system) (wrong page? [[m:Distribution list/Global message delivery|You can fix it.]])</small>
<!-- EdwardsBot 0597 -->
== Speak up about the trademark registration of the Community logo. ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr">
Hi all, 
Please join the consultation about the Community logo that represents Meta-Wiki: [[:m:Community Logo/Request for consultation]].
This community consultation was commenced on September 24. The following day, two individuals filed a legal opposition against the registration of the Community logo.
The question is whether the Wikimedia Foundation should seek a collective membership mark with respect to this logo or abandon its registration and protection of the trademark. 
We want to make sure that everyone get a chance to speak up so that we can get clear direction from the community.  We would therefore really appreciate the community's help in translating this announcement from English so that everyone is able to understand it.
Thanks, 
[[m:User:Geoffbrigham|Geoff]] & [[m:User:YWelinder (WMF)|Yana]] 19:54, 8 Hydref 2013 (UTC)
</div>
<!-- EdwardsBot 0601 -->
== Introducting Beta Features ==
<div lang="en" dir="ltr" class="mw-content-ltr">
''(Apologies for writing in English. Please translate if necessary)''
We would like to let you know about [[mw:About_Beta_Features|Beta Features]], a new program from the Wikimedia Foundation that lets you try out new features before they are released for everyone.
Think of it as a digital laboratory where community members can preview upcoming software and give feedback to help improve them. This special preference page lets designers and engineers experiment with new features on a broad scale, but in a way that's not disruptive.
Beta Features is now ready for testing on [[mw:Special:Preferences#mw-prefsection-betafeatures|MediaWiki.org]]. It will also be released on Wikimedia Commons and MetaWiki this Thursday, 7 November. Based on test results, the plan is to release it on all wikis worldwide on 21 November, 2013.
Here are the first features you can test this week:
* [[mw:Multimedia/About_Media_Viewer|Media Viewer]] — view images in large size or full screen
* [[mw:VisualEditor/Beta_Features/Formulae|VisualEditor Formulæ]] (for wikis with [[mw:VisualEditor|VisualEditor]]) — edit algebra or equations on your pages
* [[mw:Typography_Update|Typography Refresh]] —  make text more readable (coming Thursday)
Would you like to try out Beta Features now? After you log in on MediaWiki.org, a small 'Beta' link will appear next to your 'Preferences'. Click on it to see features you can test, check the ones you want, then click 'Save'. Learn more on the [[mw:About_Beta_Features|Beta Features page]].
After you've tested Beta Features, please let the developers know what you think on [[mw:Talk:About_Beta_Features|this discussion page]] -- or report any bugs [http://wmbug.com/new?product=MediaWiki%20extensions&component=BetaFeatures here on Bugzilla]. You're also welcome to join [[m:IRC_office_hours#Upcoming_office_hours|this IRC office hours chat]] on Friday, 8 November at 18:30 UTC. 
Beta Features was developed by the Wikimedia Foundation's Design, Multimedia and VisualEditor teams. Along with other developers, they will be adding new features to this experimental program every few weeks. They are very grateful to all the community members who helped create this project — and look forward to many more productive collaborations in the future.
Enjoy, and don't forget to let developers know what you think!  [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]]) 19:42, 5 Tachwedd 2013 (UTC)
:<small>Distributed via [[m:Global message delivery|Global message delivery]] (wrong page? [[m:Distribution list/Global message delivery|Correct it here]])</small>, 19:42, 5 Tachwedd 2013 (UTC)
</div>
<!-- EdwardsBot 0622 -->
== Call for comments on draft trademark policy ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr">
Hi all, 
The Wikimedia legal team invites you to participate in the development of the new Wikimedia trademark policy.
The [[:wmf:Trademark policy|current trademark policy]] was introduced in 2009 to protect the [[:wmf:Wikimedia trademarks|Wikimedia marks]]. We are now updating this policy to better balance permissive use of the marks with the legal requirements for preserving them for the community. The new draft trademark policy is ready for your review [[:m:Trademark policy|here]], and we encourage you to discuss it [[:m:Talk:Trademark policy|here]].
We would appreciate if someone would translate this message into your language so more members of your community can contribute to the conversation.
Thanks, <br />
[[:m:User:YWelinder (WMF)|Yana]] & [[:m:User:Geoffbrigham|Geoff]]
</div>
<!-- EdwardsBot 0657 -->
== IMPORTANT: Admin activity review ==
Hello. A new policy regarding the removal of "advanced rights" (administrator, bureaucrat, etc) was adopted by [[:m:Requests for comment/Activity levels of advanced administrative rights holders|global community consensus]] in 2013. According to this policy, the [[:m:stewards|stewards]] are reviewing administrators' activity on smaller wikis. To the best of our knowledge, your wiki does not have a formal process for removing "advanced rights" from inactive accounts. This means that the stewards will take care of this according to the [[:m:Admin activity review|admin activity review]].
We have determined that the following users meet the inactivity criteria (no edits and no log actions for more than 2 years):
#Adam (administrator)
These users will receive a notification soon, asking them to start a community discussion if they want to retain some or all of their rights. If the users do not respond, then their advanced rights will be removed by the stewards.
However, if you as a community would like to create your own activity review process superseding the global one, want to make another decision about these inactive rights holders, or already have a policy that we missed, then please notify the [[:m:Stewards' noticeboard|stewards on Meta-Wiki]] so that we know not to proceed with the rights review on your wiki. Thanks, '''[[User:Rschen7754|Rs]][[User talk:Rschen7754|chen]][[Special:Contributions/Rschen7754|7754]]''' 05:43, 12 Ionawr 2015 (UTC)
== Cookbook week ==
Hello, I want to tell you that I've made a proposal for a Cookbook event [[meta:Wikibooks/Cookbooks week|on this Meta page]].
I would be happy to see your comment ! Regards [[Defnyddiwr:Archi38|Archi38]] ([[Sgwrs Defnyddiwr:Archi38|sgwrs]]) 18:18, 15 Mai 2016 (UTC)
== Invitation to participate in the UCoC conversation ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr">
''{{int:Hello}}. Apologies for cross-posting, and that you may not be reading this message in your native language: translations of the following announcement may be available on '''[[:m:Special:MyLanguage/Universal Code of Conduct/Draft review/Invitation (long version)|Meta]]'''. {{int:please-translate}}. {{Int:Feedback-thanks-title}}''
We are excited to share '''[[:m:Special:MyLanguage/Universal Code of Conduct/Draft review|a draft of the Universal Code of Conduct]]''', which the Wikimedia Foundation Board of Trustees called for earlier this year, for your review and feedback. The discussion will be open until October 6, 2020.
The UCoC Drafting Committee wants to learn which parts of the draft would present challenges for you or your work. What is missing from this draft? What do you like, and what could be improved?
Please join the conversation and share this invitation with others who may be interested to join, too. 
To reduce language barriers during the process, you are welcomed to translate this message and the [[:m:Special:MyLanguage/Universal Code of Conduct/Draft review|Universal Code of Conduct/Draft review]]. You and your community may choose to provide your opinions/feedback using your local languages.
To learn more about the UCoC project, see the [[:m:Special:MyLanguage/Universal Code of Conduct|Universal Code of Conduct]] page, and the [[:m:Special:MyLanguage/Universal Code of Conduct/FAQ|FAQ]], on Meta.
Thanks in advance for your attention and contributions, [[:m:Talk:Trust_and_Safety|The Trust and Safety team at Wikimedia Foundation]], 17:55, 10 верасня 2020 (UTC) </div>
<!-- Message sent by User:Elitre (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Universal_Code_of_Conduct/Draft_review/Invitation_(long_version)/List&oldid=20440292 -->
== Voting for the election for the members for the Movement Charter drafting committee is now open ==
<div lang="en" dir="ltr" class="mw-content-ltr">
<section begin="announcement-content"/>
:''<div class="plainlinks">[[m:Special:MyLanguage/Movement Charter/Drafting Committee/MCDC Voter Email short 12-10-2021|{{int:otherlanguages}}]] • [https://meta.wikimedia.org/w/index.php?title=Special:Translate&group=page-{{urlencode:Movement Charter/Drafting Committee/MCDC Voter Email short 12-10-2021}}&language=&action=page&filter= {{int:please-translate}}]''</div>
Voting for the election for the members for the Movement Charter drafting committee is now open. In total, 70 Wikimedians from around the world are running for 7 seats in these elections.
'''Voting is open from October 12 to October 24, 2021.'''
The committee will consist of 15 members in total: The online communities vote for 7 members, 6 members will be selected by the Wikimedia affiliates through a parallel process, and 2 members will be appointed by the Wikimedia Foundation. The plan is to assemble the committee by November 1, 2021.
Learn about each candidate to inform your vote in the language that you prefer: <https://meta.wikimedia.org/wiki/Special:MyLanguage/Movement_Charter/Drafting_Committee/Candidates>
Learn about the Drafting Committee: <https://meta.wikimedia.org/wiki/Special:MyLanguage/Movement_Charter/Drafting_Committee>
We are piloting a voting advice application for this election. Click yourself through the tool and you will see which candidate is closest to you! Check at <https://mcdc-election-compass.toolforge.org/>
Read the full announcement: <https://meta.wikimedia.org/wiki/Special:MyLanguage/Movement_Charter/Drafting_Committee/Elections>
'''Go vote at SecurePoll on:''' <https://meta.wikimedia.org/wiki/Special:MyLanguage/Movement_Charter/Drafting_Committee/Elections>
Best,
Movement Strategy & Governance Team, Wikimedia Foundation
<section end="announcement-content"/>
</div>
[[User:Xeno (WMF)|Xeno (WMF)]] 16:35, 13 oktobar 2021 (KSV)
<!-- Message sent by User:Xeno (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=User:Xeno_(WMF)/Delivery/Wikibooks&oldid=22184228 -->
==Bot policy==
Hello. To facilitate [[:m:Special:MyLanguage/Stewards|steward]] granting of bot access, I suggest implementing the [[m:Special:MyLanguage/Bot policy|standard bot policy]] on this wiki. In particular, this policy allows stewards to automatically flag known interlanguage linking bots (if this page says that is acceptable) or bots that fix double redirects. The policy also enables [[m:Bot policy#Global_bots|global bots]] on this wiki (if this page says that is acceptable), which are trusted bots that will be given bot access on every wiki that allows global bots.
This policy makes bot access requesting much easier for local users, operators, and stewards. To implement it we only need to create a redirect to this page from [[Project:Bot policy]], and add a line at the top noting that it is used here. If you use or prefer to use a dedicated project page for handling bot flag requests, that is also acceptable. Please read [[m:Special:MyLanguage/Bot policy|the text at Meta-Wiki]] before commenting. If you object, please say so; I hope to implement in two weeks if there is no objection, since it is particularly written to streamline bot requests on wikis with little or no community interested in bot access requests. Thank you for your consideration. --'''[[User:Rschen7754|Rs]][[User talk:Rschen7754|chen]][[Special:Contributions/Rschen7754|7754]]''' 02:29, 24 Gorffennaf 2022 (UTC)
      ohxoyock2aqrvx81vxe5d42knj3p7nv
    
  
  
    Defnyddiwr:Herbythyme
    2
    2381
    
      4210
      2013-01-10T17:20:54Z
      
        Herbythyme
        746
      
      m
      4210
      wikitext
      text/x-wiki
      I am [[m:User:Herbythyme]] and I have global rights both [[m:Global rollback|rollback]] and [[m:Global sysops|sysop]].  If you have any queries about my actions it may be best to contact me on my [[m:User talk:Herbythyme|Meta talk page]], thanks.
      cpyf3o3b3bcf7p97jla12d514tq4kqe
    
  
  
    Sgwrs Defnyddiwr:AmandaNP
    3
    2385
    
    
      4941
      4217
      2020-06-26T10:20:01Z
      
        Sakretsu
        1839
      
      
      Symudodd Sakretsu y dudalen [[Sgwrs Defnyddiwr:DeltaQuad]] i [[Sgwrs Defnyddiwr:AmandaNP]]: Automatically moved page while renaming the user "[[Special:CentralAuth/DeltaQuad|DeltaQuad]]" to "[[Special:CentralAuth/AmandaNP|AmandaNP]]"
      4217
      wikitext
      text/x-wiki
      #REDIRECT [[m:User talk:DeltaQuad]]
      hx582ovme1j4qgwq2pp7qrvxx5iap4c
    
  
  
    Defnyddiwr:Yethrosh
    2
    2387
    
    
      4918
      4219
      2019-07-20T00:14:34Z
      
        Ejs-80
        1681
      
      
      Symudodd Ejs-80 y dudalen [[Defnyddiwr:محمد شعیب]] i [[Defnyddiwr:Yethrosh]]: Automatically moved page while renaming the user "[[Special:CentralAuth/محمد شعیب|محمد شعیب]]" to "[[Special:CentralAuth/Yethrosh|Yethrosh]]"
      4219
      wikitext
      text/x-wiki
      #REDIRECT [[ur:User talk:محمد شعیب]]
      fpj2rfbakrb6r7d9uc8reqq7szgsp8m
    
  
  
    Sgwrs Defnyddiwr:Yethrosh
    3
    2388
    
    
      4917
      4220
      2019-07-20T00:14:34Z
      
        Ejs-80
        1681
      
      
      Symudodd Ejs-80 y dudalen [[Sgwrs Defnyddiwr:محمد شعیب]] i [[Sgwrs Defnyddiwr:Yethrosh]]: Automatically moved page while renaming the user "[[Special:CentralAuth/محمد شعیب|محمد شعیب]]" to "[[Special:CentralAuth/Yethrosh|Yethrosh]]"
      4220
      wikitext
      text/x-wiki
      #REDIRECT [[ur:User talk:محمد شعیب]]
      fpj2rfbakrb6r7d9uc8reqq7szgsp8m
    
  
  
    Defnyddiwr:Base/vector.css
    2
    2389
    
      4221
      2013-02-03T16:42:56Z
      
        Base
        856
      
      Global CSS creation/upgrade
      4221
      css
      text/css
      @import url('http://meta.wikimedia.org/w/index.php?title=User:Base/global.css&action=raw&ctype=text/css');
      0ad8lnwox1r6cybruweme61168kinbz
    
  
  
    Defnyddiwr:Green Mostaza/common.js
    2
    2390
    
      4732
      4548
      2017-02-16T12:13:44Z
      
        Savh
        552
      
      
      Symudodd Savh y dudalen [[Defnyddiwr:Allan Aguilar/common.js]] i [[Defnyddiwr:Green Mostaza/common.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Allan Aguilar|Allan Aguilar]]" to "[[Special:CentralAuth/Green Mostaza|Gree...
      4732
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Ralgis/global.js&action=raw&ctype=text/javascript');
      oo0enx1togksp1hr5zyhtjklhr9da8p
    
  
  
    Defnyddiwr:Gwickwire/common.js
    2
    2391
    
      4224
      2013-02-05T03:28:27Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Gwickwire]])
      4224
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Gwickwire/global.js&action=raw&ctype=text/javascript');
      oaavw6b7a7c9mzidklcpj7cy103llx9
    
  
  
    Defnyddiwr:Iste Praetor
    2
    2392
    
      4226
      2013-02-12T19:50:13Z
      
        Hoo User Page Bot
        646
      
      Creating global user page, per request https://meta.wikimedia.org/w/index.php?diff=5222786&oldid=5207141
      4226
      wikitext
      text/x-wiki
      <center><div style="width:800px; border:1px #AAAAAA solid; padding:40px; background-color:#F7F8FF;">[[File:Panorama La Défense.jpg|800px]]
<br />
<big>→ [[:m:User:Iste Praetor]] ←</big> </div></center>
      ffaxuody0ipe4l8qm1yi5efz9gzkkwb
    
  
  
    Defnyddiwr:Sumone10154/common.js
    2
    2393
    
      4228
      2013-02-18T01:06:33Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Sumone10154]])
      4228
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Sumone10154/global.js&action=raw&ctype=text/javascript');
      3kscmjhjt7420t3gpmzm2hurkmq8zey
    
  
  
    Defnyddiwr:Meisam/common.js
    2
    2394
    
      4229
      2013-02-18T02:40:44Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Meisam]])
      4229
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Meisam/global.js&action=raw&ctype=text/javascript');
      q97zabc65asw699merw8wy1dbbqvvpq
    
  
  
    Defnyddiwr:MahdiBot
    2
    2395
    
      4230
      2013-02-18T23:52:34Z
      
        Hoo User Page Bot
        646
      
      Creating global bot page, per request https://meta.wikimedia.org/w/index.php?diff=5239167&oldid=5236560
      4230
      wikitext
      text/x-wiki
      {{Bot|Mahdiz|site=fa}}
[[ab:user:MahdiBot]]
[[ace:user:MahdiBot]]
[[af:user:MahdiBot]]
[[ak:user:MahdiBot]]
[[als:user:MahdiBot]]
[[am:user:MahdiBot]]
[[ang:user:MahdiBot]]
[[an:user:MahdiBot]]
[[arc:user:MahdiBot]]
[[ar:user:MahdiBot]]
[[arz:user:MahdiBot]]
[[ast:user:MahdiBot]]
[[as:user:MahdiBot]]
[[av:user:MahdiBot]]
[[ay:user:MahdiBot]]
[[az:user:MahdiBot]]
[[bar:user:MahdiBot]]
[[bat-smg:user:MahdiBot]]
[[ba:user:MahdiBot]]
[[bcl:user:MahdiBot]]
[[be:user:MahdiBot]]
[[be-x-old:user:MahdiBot]]
[[bg:user:MahdiBot]]
[[bh:user:MahdiBot]]
[[bi:user:MahdiBot]]
[[bjn:user:MahdiBot]]
[[bm:user:MahdiBot]]
[[bug:user:MahdiBot]]
[[bxr:user:MahdiBot]]
[[cbk-zam:user:MahdiBot]]
[[cdo:user:MahdiBot]]
[[ceb:user:MahdiBot]]
[[ce:user:MahdiBot]]
[[chr:user:MahdiBot]]
[[ch:user:MahdiBot]]
[[chy:user:MahdiBot]]
[[ckb:user:MahdiBot]]
[[co:user:MahdiBot]]
[[crh:user:MahdiBot]]
[[cr:user:MahdiBot]]
[[csb:user:MahdiBot]]
[[cs:user:MahdiBot]]
[[cu:user:MahdiBot]]
[[cv:user:MahdiBot]]
[[cy:user:MahdiBot]]
[[da:user:MahdiBot]]
[[de:user:MahdiBot]]
[[diq:user:MahdiBot]]
[[dsb:user:MahdiBot]]
[[dv:user:MahdiBot]]
[[dz:user:MahdiBot]]
[[ee:user:MahdiBot]]
[[en:user:MahdiBot]]
[[el:user:MahdiBot]]
[[eml:user:MahdiBot]]
[[eo:user:MahdiBot]]
[[es:user:MahdiBot]]
[[et:user:MahdiBot]]
[[eu:user:MahdiBot]]
[[ext:user:MahdiBot]]
[[ff:user:MahdiBot]]
[[fiu-vro:user:MahdiBot]]
[[fi:user:MahdiBot]]
[[fj:user:MahdiBot]]
[[fo:user:MahdiBot]]
[[frp:user:MahdiBot]]
[[frr:user:MahdiBot]]
[[fr:user:MahdiBot]]
[[fur:user:MahdiBot]]
[[fy:user:MahdiBot]]
[[gan:user:MahdiBot]]
[[ga:user:MahdiBot]]
[[gd:user:MahdiBot]]
[[glk:user:MahdiBot]]
[[gl:user:MahdiBot]]
[[gn:user:MahdiBot]]
[[got:user:MahdiBot]]
[[gu:user:MahdiBot]]
[[gv:user:MahdiBot]]
[[hak:user:MahdiBot]]
[[ha:user:MahdiBot]]
[[haw:user:MahdiBot]]
[[hif:user:MahdiBot]]
[[hi:user:MahdiBot]]
[[hsb:user:MahdiBot]]
[[ht:user:MahdiBot]]
[[hy:user:MahdiBot]]
[[ia:user:MahdiBot]]
[[id:user:MahdiBot]]
[[ie:user:MahdiBot]]
[[ig:user:MahdiBot]]
[[ik:user:MahdiBot]]
[[ilo:user:MahdiBot]]
[[io:user:MahdiBot]]
[[is:user:MahdiBot]]
[[it:user:MahdiBot]]
[[iu:user:MahdiBot]]
[[ja:user:MahdiBot]]
[[jbo:user:MahdiBot]]
[[jv:user:MahdiBot]]
[[kaa:user:MahdiBot]]
[[kab:user:MahdiBot]]
[[ka:user:MahdiBot]]
[[kbd:user:MahdiBot]]
[[kg:user:MahdiBot]]
[[ki:user:MahdiBot]]
[[kk:user:MahdiBot]]
[[kl:user:MahdiBot]]
[[km:user:MahdiBot]]
[[kn:user:MahdiBot]]
[[krc:user:MahdiBot]]
[[ksh:user:MahdiBot]]
[[ks:user:MahdiBot]]
[[ku:user:MahdiBot]]
[[kv:user:MahdiBot]]
[[kw:user:MahdiBot]]
[[ky:user:MahdiBot]]
[[lad:user:MahdiBot]]
[[la:user:MahdiBot]]
[[lbe:user:MahdiBot]]
[[lb:user:MahdiBot]]
[[lg:user:MahdiBot]]
[[lij:user:MahdiBot]]
[[li:user:MahdiBot]]
[[lmo:user:MahdiBot]]
[[ln:user:MahdiBot]]
[[lo:user:MahdiBot]]
[[ltg:user:MahdiBot]]
[[lt:user:MahdiBot]]
[[lv:user:MahdiBot]]
[[map-bms:user:MahdiBot]]
[[mdf:user:MahdiBot]]
[[mg:user:MahdiBot]]
[[mhr:user:MahdiBot]]
[[mi:user:MahdiBot]]
[[mk:user:MahdiBot]]
[[ml:user:MahdiBot]]
[[mn:user:MahdiBot]]
[[mrj:user:MahdiBot]]
[[mr:user:MahdiBot]]
[[ms:user:MahdiBot]]
[[mt:user:MahdiBot]]
[[mwl:user:MahdiBot]]
[[myv:user:MahdiBot]]
[[my:user:MahdiBot]]
[[mzn:user:MahdiBot]]
[[nah:user:MahdiBot]]
[[nap:user:MahdiBot]]
[[na:user:MahdiBot]]
[[nds-nl:user:MahdiBot]]
[[ne:user:MahdiBot]]
[[new:user:MahdiBot]]
[[nl:user:MahdiBot]]
[[nn:user:MahdiBot]]
[[nov:user:MahdiBot]]
[[no:user:MahdiBot]]
[[nrm:user:MahdiBot]]
[[nv:user:MahdiBot]]
[[ny:user:MahdiBot]]
[[oc:user:MahdiBot]]
[[om:user:MahdiBot]]
[[or:user:MahdiBot]]
[[os:user:MahdiBot]]
[[pag:user:MahdiBot]]
[[pam:user:MahdiBot]]
[[pap:user:MahdiBot]]
[[pa:user:MahdiBot]]
[[pcd:user:MahdiBot]]
[[pdc:user:MahdiBot]]
[[pfl:user:MahdiBot]]
[[pih:user:MahdiBot]]
[[pi:user:MahdiBot]]
[[pl:user:MahdiBot]]
[[pms:user:MahdiBot]]
[[pnb:user:MahdiBot]]
[[pnt:user:MahdiBot]]
[[ps:user:MahdiBot]]
[[qu:user:MahdiBot]]
[[rm:user:MahdiBot]]
[[rmy:user:MahdiBot]]
[[rn:user:MahdiBot]]
[[roa-rup:user:MahdiBot]]
[[roa-tara:user:MahdiBot]]
[[ru:user:MahdiBot]]
[[rw:user:MahdiBot]]
[[sah:user:MahdiBot]]
[[scn:user:MahdiBot]]
[[sco:user:MahdiBot]]
[[sc:user:MahdiBot]]
[[sd:user:MahdiBot]]
[[se:user:MahdiBot]]
[[sg:user:MahdiBot]]
[[sh:user:MahdiBot]]
[[simple:user:MahdiBot]]
[[si:user:MahdiBot]]
[[sk:user:MahdiBot]]
[[sl:user:MahdiBot]]
[[sm:user:MahdiBot]]
[[sn:user:MahdiBot]]
[[so:user:MahdiBot]]
[[sq:user:MahdiBot]]
[[srn:user:MahdiBot]]
[[sr:user:MahdiBot]]
[[ss:user:MahdiBot]]
[[stq:user:MahdiBot]]
[[st:user:MahdiBot]]
[[su:user:MahdiBot]]
[[sv:user:MahdiBot]]
[[sw:user:MahdiBot]]
[[szl:user:MahdiBot]]
[[ta:user:MahdiBot]]
[[te:user:MahdiBot]]
[[tg:user:MahdiBot]]
[[th:user:MahdiBot]]
[[ti:user:MahdiBot]]
[[tk:user:MahdiBot]]
[[tl:user:MahdiBot]]
[[tn:user:MahdiBot]]
[[to:user:MahdiBot]]
[[tpi:user:MahdiBot]]
[[tr:user:MahdiBot]]
[[ts:user:MahdiBot]]
[[tt:user:MahdiBot]]
[[tum:user:MahdiBot]]
[[tw:user:MahdiBot]]
[[ty:user:MahdiBot]]
[[udm:user:MahdiBot]]
[[ug:user:MahdiBot]]
[[uk:user:MahdiBot]]
[[ur:user:MahdiBot]]
[[uz:user:MahdiBot]]
[[vec:user:MahdiBot]]
[[ve:user:MahdiBot]]
[[vls:user:MahdiBot]]
[[vo:user:MahdiBot]]
[[war:user:MahdiBot]]
[[wa:user:MahdiBot]]
[[wo:user:MahdiBot]]
[[wuu:user:MahdiBot]]
[[xal:user:MahdiBot]]
[[xh:user:MahdiBot]]
[[yi:user:MahdiBot]]
[[za:user:MahdiBot]]
[[zea:user:MahdiBot]]
[[zh:user:MahdiBot]]
[[zh-classical:user:MahdiBot]]
[[zh-min-nan:user:MahdiBot]]
[[zh-yue:user:MahdiBot]]
[[zu:user:MahdiBot]]
'''Owner''': [[:fa:user:Mahdiz|Mahdiz]]
      j28t32ijwfpbas6tk5tmozt2wjoedo6
    
  
  
    Llyfr Coginio: Pice ar y maen
    0
    2399
    
      4399
      4397
      2013-11-17T11:57:39Z
      
        Pwyll
        902
      
      4399
      wikitext
      text/x-wiki
      ==Cynhwysion==
[[Delwedd:Welsh hewa cakes.jpg|bawd|dde|Esiampl o bice ar y maen]]
*225g/8oz o flawd codi
*110g/4oz o fenyn hallt (o Gymru yn ddelfrydol) 
*1 wy
* llond llaw o syltanas
* llaeth, os oes angen
* 85g/3oz o siwgr mân
* menyn ychwanegol, er mwyn iro
==Dull paratoi==
# Rhwbiwch y menyn i mewn i'r blawd gogrynedig er mwyn creu briwsion bara. Ychwanegwch y siwgr, ffrwythau sych ac yna'r wy. Cymysgwch y cyfan, yna ffurfiwch pelen o does gan ddefnyddio ychydig o laeth os oes angen. 
# Rholiwch y toes nes ei fod tua 5mm/¼modfedd o drwch ac yna torrwch e'n gylchoedd gyfa thorrwr rhychiog 7.5-10cm/3-4 modfedd. 
#Nawr bydd angen maen neu gradell haearn trwm arnoch. Rhwbiwch fenyn drosto a sychwch unrhyw fenyn sy'n ormodol i ffwrdd. Rhowch y maen neu'r gradell ar y gwres a gadewch iddo gynhesu. Rhowch y pice ar y maen, gan eu troi unwaith. Bydd angen rhyw 2-3 ar bob ochr arnynt. Rhaid i'r ddwy ochr frownio cyn eu troi. 
# Tynnwch y pice oddi ar y maen a taenwch siwgr mân drostynt tra'u bod dal yn gynnes. Gellir hepgor y ffrwythau sych pe dymunir, neu eu torri'n ddwy ar ôl iddynt oeri a chreu rhyw fath o frechdan ohonynt trwy roi jam yn y canol.
[[Categori:Llyfr Coginio]]
      iwpzuy8s2chh9n4kwpu4n3tl19ykj81
    
  
  
    Wiciblant
    0
    2400
    
      5130
      5110
      2024-10-31T19:57:10Z
      
        Таёжный лес
        2197
      
      5130
      wikitext
      text/x-wiki
      __NOTOC__ __NOEDITSECTION__
<div style="font-size: 120%; line-height: 1.5">
{| cellspacing=3 width="100%"
| colspan=2 bgcolor="#fffffc" style="border:1px solid #cfcfcf;padding:1em;padding-top:0.5em;padding-bottom:0em;"|
[[Delwedd:Child reading (Jessie Willcox Smith).jpg|right|150px|border]]
<div style="Font-size: 120%">
=== Croeso i Wiciblant! ===
</div>
<!-- alternative:  [[Delwedd:Child reading at Brookline Booksmith.jpg|dde|316px|border]] -->
Nod y prosiect hwn yw i ddarparu llyfrau anllenyddol sy'n addas i blant o'i genedigaeth hyd at 12 oed. Mae'r llyfrau hyn wedi'u darlunio â ffotograffau, deiagramau, sgetsys, a darluniau gwreiddiol.  Cynhyrchir llyfrau Wiciblant gyda gymuned fyd-eang o ysgrifennwyr, athrawon, myfyrwyr a phobl ifanc, i gyd yn gweithio gyda'i gilydd. Cyflwyna'r llyfrau wybodaeth ffeithiol y gellir ei wirio. Mae croeso i chi ymuno yn y prosiect hefyd, trwy ysgrifennu, golygu, ac ail-ysgrifennu pob modiwl a llyfr er mwyn gwella'u cynnwys. Dosberthir ein llyfrau yn rhad ac am ddim o dan delerau Trwydded Creative Commons Attribution-ShareAlike License.
Gweler hefyd ''[[Wicilyfrau:Beth yw Wiciblant|Beth yw Wiciblant?]]'' am fwy o wybodaeth am y prosiect hwn.
|- style="vertical-align:top" 
| style="background-color:#def; border:1px solid #339; padding:1em; padding-top:0.5em;"|
{{Chwilio Wiciblant}}<br />
----
=== Teitlau ===
Mae gennym dros ddwsin o lyfrau Wiciblant a channoedd a adrannau o fewn yr adrannau hynny yn cael eu paratoi ar gyfer eu cyhoeddi. 
{| cellpadding="0" border="0" cellspacing="0" style="background:transparent;"
| [[Delwedd:Ancient_Civilizations_Spine.png|link=Wikijunior:Gwareiddiad Hynafol]]
| [[Delwedd:Animal_Alphabet_Spine.png|link=Wikijunior:Wyddor yr Anifeiliaid]]
| [[Delwedd:Biology Spine.svg|link=Wikijunior:Bioleg]]
| [[Delwedd:Big_Cats_Spine.png|link=Wikijunior:Cathod mawr]]
| [[Delwedd:Bugs_Spine.png|link=Wikijunior:Bugs]]
| [[Delwedd:Dinosaurs_Spine.png|link=Wikijunior:Deinasoriaid]]
| [[Delwedd:Elements_Spine.png|link=Wikijunior:Yr Elfennau]]
| [[Delwedd:Geometry_Spine.png|link=Geometreg ar gyfer Ysgol Gynradd]]
| [[Delwedd:How_Things_Work_Spine.png|link=Wikijunior:Sut mae pethau'n gweithio]]
| [[Delwedd:Human_Body_Spine.png|link=Wikijunior:Y Corff Dynol]]
| [[Delwedd:Kings_and_Queens_of_England_Spine.png|link=Wikijunior:Brenhinoedd a Brehinesau Lloegr]]
| [[Delwedd:Languages_Spine.png|link=Wikijunior:Ieithoedd]]
| [[Delwedd:Solar_System_Spine.png|link=Wikijunior:Cysawd yr Haul]]
| [[Delwedd:South_America_Spine.png|link=Wikijunior:De America]]
|}
==== Darganfyddiadau a dyfeisiadau ==== 
[[Wiciblant:Yr Elfennau|Yr Elfennau]] 
— [[Wiciblant:Y Llyfr Mawr o Arbrofion Gwyddonol|Arbrofion Gwyddonol Hwylus]] 
— [[Wiciblant:Sut Mae Pethau'n Gweithio|Sut Mae Pethau'n Gweithio]]
==== Y Byd Naturiol ====
[[Wiciblant:Cathod mawr|Cathod mawr]] — [[Wiciblant:Bioleg|Bioleg]] — [[Wiciblant:Pryfed|Pryfed]] — [[Wiciblant:Deinasoriaid|Deinasoriaid]] —  [[Wiciblant:Y Corff Dynol|Y Corff Dynol]] — [[Wiciblant:Cysawd yr Haul|Cysawd yr Haul]]
==== Ein Byd o Bobl ====
[[Wiciblant:Gareiddiaid Hynafol|Gwareiddiaid Hynafol]]
— [[Wiciblant:Kings and Queens of England|Kings and Queens of England]]
— [[Wiciblant:Ieithoedd|Ieithoedd]]
— [[Wiciblant:United States Charters of Freedom|United States Charters of Freedom]]
— [[Wiciblant:Yr Ail Ryfel Byd|Yr Ail Ryfel Byd]]
— [[Wiciblant:Byd Gwaith|Byd Gwaith]]
==== Daearyddiaeth====
[[Wiciblant:Ewrop|Ewrop]]
— [[Wiciblant:De America|De America]]
— [[Wiciblant:World Heritage Sites|World Heritage Sites]]
==== Amser Ysgol ====
[[Geometreg ar gyfer Ysgolion Cynradd]]
==== Cyn Dechrau Darllen ====
[[Wiciblant:Yr Wyddor|Yr Wyddor]]
— [[Wiciblant:Animal Alphabet|Animal Alphabet]]
— [[Wiciblant:Classic_Alphabet_Coloring_Book|Classic Alphabet Coloring Book]]
— [[Wiciblant:Colors|Colors]]
— [[Wiciblant:Flower Alphabet|Flower Alphabet]]
— [[Wiciblant:Food Alphabet|Food Alphabet]]
— [[Wiciblant:Maze and Drawing Book|Maze & Drawing Book]]
— [[Wiciblant:Rhifau o 1 i 20|Rhifau o 1 i 20]]
— [[Wiciblant:Small_Numbers|Small Numbers]]
— [[Wiciblant:Skateboard Alphabet Coloring Pages|Skateboard Alphabet Coloring Pages]]
— [[Wiciblant:Tell Time Clock Coloring Book|Tell Time Clock Coloring Book]]
<----
Mae [[Wiciblant:Pob llyfr|llyfrau ychwanegol Wiciblant]] yn cael eu datblygu.
| style="background-color:#fec; border:1px solid #f82; padding:1em; padding-top:0.5em;"|
=== All for <span style="color:blue">B</span><span style="color:red">L</span><span style="color:green">A</span><span style="color:magenta">N</span><span style="color:orange">T</span> ===
Mae gan Wiciblant lyfrau gwych i chi eu darllen.  Ond gallwch chi helu ''ysgrifennu'' llyfrau hefyd! Os ydych chi'n gwybod rhywbeth am rhyw bwnc penodol a'ch bod eisiau ei rannu gydag eraill, cliciwch ar y botwm "Golygu" a theipiwch yr hyn rydych chi eisiau dweud. Mae mor syml a hynny!
=== Cynorthwyo ===
''Mae bwrw ati'n hawdd. Cliciwch ar y botwm Golygu a dechreuwch ysgrifennu! Rydym yn eich annog i fod yn ddewr a golygu erthyglau.''
Os hoffech syniadau am beth y gallech chi wneud, ystyriwch:
* Edrychwch drwy ein [[Wiciblant:Pob llyfr|casgliad lawn]] o lyfrau ac ychwanegwch ato os ydych yn gallu.
* Dechrau prosiect dosbarth er mwyn ysgrifennu llyfr newydd neu gyfrannu at un sy'n bodoli eisoes er mwyn ei ddatblygu ymhellach.
* Roi adborth i ni ar ein [[Cymorth:Tudalen Sgwrs|tudalen sgwrs]].
* Gwirio'r ffeithiau ar dudalen.
* Gwirio erthyglau am ramadeg, arddull a sillafu.
* Monitro'r {{Plain link|{{fullurl:Special:RecentChanges|namespace=110}}|newidiadau diweddar}} i dudalennau Wiciblant.
There's a [[WJ:SG|Wikijunior Style Guide]] with suggestions for how to write great Wikijunior content.
=== Trafodaethau ===
You can discuss the project at the [[Talk:Wikijunior|Wikijunior talk page]] or one of the [[Wikibooks:Reading room|Wikibooks reading rooms]] to get a broader audience.
To chat about Wikijunior on IRC, use [irc://irc.freenode.net/wikijunior Freenode] or join #wikijunior on [http://www.freenode.net/ Freenode].
|-
| style="background-color:#dfd; border:1px solid #393; padding:1em; padding-top:0.5em;" colspan="2" |
|}
</div>
[[Categori:Wiciblant| ]]
[[ar:ويكي الأطفال]]
[[az:Vikiuşaq]]
[[bn:উইকিশৈশব]]
[[bs:Wiki junior]]
[[ca:Viquillibres:Viquijúnior]]
[[de:Wikijunior]]
[[es:Wikichicos]]
[[fr:Wikijunior]]
[[it:Portale:Wikijunior]]
[[ms:Wikijunior]]
[[nl:Wikijunior]]
[[ja:Wikijunior:メインページ]]
[[pl:Wikijunior]]
[[pt:Wikijúnior]]
[[ro:Wikijunior]]
[[fi:Wikijunior]]
[[zh:维基儿童]]
[[ang:Wicigeonga]]
[[pa:Wikijunior]]
[[tr:Vikiçocuk]]
      5z6nt3o7los49qivcqj15e5rev6owjb
    
  
  
    Nodyn:Chwilio Wiciblant
    10
    2401
    
      4238
      2013-03-02T16:30:00Z
      
        Pwyll
        902
      
      Crëwyd tudalen newydd yn dechrau gyda '<div style="{{{style|}}}"> '''Chwilio [[Wiciblant]]:'''  <inputbox> type=fulltext bgcolor=transparent prefix=Wikijunior: break=no searchbuttonlabel=Search...'
      4238
      wikitext
      text/x-wiki
      <div style="{{{style|}}}">
'''Chwilio [[Wiciblant]]:''' 
<inputbox>
type=fulltext
bgcolor=transparent
prefix=Wikijunior:
break=no
searchbuttonlabel=Search Wikijunior
</inputbox>
</div><noinclude>[[Category:Wikijunior namespace templates|Search]][[Categori:Nodiadau chwilio|Wiciblant]]</noinclude>
      kskf9qknv4ukihek6fy4ditgr50s2p5
    
  
  
    Wiciblant:Yr Wyddor
    0
    2402
    
      5065
      4945
      2023-01-31T03:51:47Z
      
        Kwamikagami
        1991
      
      5065
      wikitext
      text/x-wiki
      Mae'r llyfr hwn yn brosiect o fewn [[Wiciblant]], ac wedi'i gynhyrchu ar lefel [[Wicilyfrau:Lefelau Darllen|Cyn-Darllen]]. Bwriedir i riant / warcheidwad neu athro ddarllen hwn i blentyn fel eu bod yn ymgyfarwyddo â llythrennau'r wyddor a'r seiniau maent yn gwneud.
<div style="width: 100%; text-align: center; font-size: xx-large;">'''Yr Wyddor'''</div>
<center>
[[Delwedd:TransMilenio Estacion A Caracas.svg|frameless]]  [[Delwedd:TransMilenio Estacion B Autonorte.svg|frameless]]  [[Delwedd:TransMilenio Estacion C Suba.svg|frameless]]
<noinclude><div style="font-size: x-large; text-align: center; margin: 0px auto 0px auto;">[[/A/]]  [[/B/]]  [[/C/]]  [[/Ch/]] [[/D/]]  [[/Dd/]]  [[/E/]]  [[/F/]]  [[/Ff/]]  [[/G/]]  [[/Ng/]]  [[/H/]]  [[/I/]]  [[/J/]] [[/L/]]  [[/Ll/]]  [[/M/]]  [[/N/]]  [[/O/]]  [[/P/]]  [[/Ph/]]  [[/R/]]  [[/Rh/]]  [[/S/]]  [[/T/]]   [[/Th/]]  [[/U/]]  [[/W/]]  [[/Y/]]
</div>
</center>
{| style="width: 100%;"
|style="vertical-align: bottom;"|Awdur:  Mark Linley, Kindergarten teacher
|style="vertical-align: bottom;"|{{reading level|Pre-Reader}}
|}
{{Alphabetical|A}}
</noinclude>
[[fr:Wikijunior:Alphabet]]
[[he:ספר אלף בית]]
[[tr:Vikiçocuk:Alfabe]]
      3148nv1nyvwlg3kdz1v2j7orkjuk6kg
    
  
  
    Wiciblant:Yr Wyddor/A
    0
    2403
    
      5066
      4396
      2023-01-31T03:52:00Z
      
        Kwamikagami
        1991
      
      5066
      wikitext
      text/x-wiki
      <div style="text-align: center; font-size: 400%;">Mae '''A''' am '''Afal'''</div>
[[Delwedd:Fuji_apple.jpg|center|frameless|upright=2]]
{{ {{BOOKTEMPLATE}} }}
<br/>
[[az:Vikiuşaq:Əlifba/A]]
[[fr:Wikijunior:Alphabet/A]]
[[tr:Vikiçocuk:Alfabe/A]]
      dk9xdqxpwfgv268iey8i3652d1ws0g2
    
  
  
    Wiciblant:Yr Wyddor/B
    0
    2404
    
      4256
      4252
      2013-03-03T15:30:22Z
      
        Pwyll
        902
      
      4256
      wikitext
      text/x-wiki
      <div style="text-align: center; font-size: 400%;">Mae '''B''' am '''B'''anana</div>
[[Delwedd:Bananas.svg|200px|center]]
[[az:Vikiuşaq:Əlifba/B]]
[[fr:Wikijunior:Alphabet/B]]
      r14lqduv02vkls2l29tz3jdok4wv2oh
    
  
  
    Wiciblant:Yr Wyddor/C
    0
    2405
    
      5100
      5083
      2024-01-02T11:48:32Z
      
        Fehufanga
        2126
      
      
      Gwrthdröwyd golygiad gan [[Special:Contributions/WikiWikibotty|WikiWikibotty]] ([[User talk:WikiWikibotty|sgwrs]]) i'r golygiad diweddaraf gan [[User:Kwamikagami|Kwamikagami]]
      5067
      wikitext
      text/x-wiki
      <div style="text-align: center; font-size: 400%;">Mae '''C''' am '''C'''ath</div>
[[Delwedd:Black hills cat-tochichi.jpg|frameless|upright=2|center]]
{{ {{BOOKTEMPLATE}} }}
<br/>
      4f4pdwj99knfe1mbfdt4br937v2568q
    
  
  
    Nodyn:BOOKTEMPLATE
    10
    2406
    
      4250
      2013-03-03T09:16:49Z
      
        Pwyll
        902
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>Nodyn:{{ROOTBOOKNAME}}</includeonly><noinclude>{{dogfennaeth}}</noinclude>'
      4250
      wikitext
      text/x-wiki
      <includeonly>Nodyn:{{ROOTBOOKNAME}}</includeonly><noinclude>{{dogfennaeth}}</noinclude>
      ezbr3yte5dm8bd1h47yan1ktjqm5x1n
    
  
  
    Nodyn:ROOTBOOKNAME
    10
    2407
    
      4251
      2013-03-03T09:17:53Z
      
        Pwyll
        902
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{#switch:{{ARTICLESPACE:{{{1|{{FULLPAGENAME}}}}}}}|Template=|Category=|User=|=|{{ARTICLESPACE:{{{1|{{FULLPAGENAME}}}}}}}:}}{{BOOKNAME|{{{1|{...'
      4251
      wikitext
      text/x-wiki
      <includeonly>{{#switch:{{ARTICLESPACE:{{{1|{{FULLPAGENAME}}}}}}}|Template=|Category=|User=|=|{{ARTICLESPACE:{{{1|{{FULLPAGENAME}}}}}}}:}}{{BOOKNAME|{{{1|{{FULLPAGENAME}}}}}}}</includeonly><noinclude>{{dogfennaeth}}</noinclude>
      p3wsws53uugnimjl9rxv2gczonyr3jf
    
  
  
    Wiciblant:Yr Wyddor/Ch
    0
    2408
    
      5068
      4253
      2023-01-31T03:53:15Z
      
        Kwamikagami
        1991
      
      5068
      wikitext
      text/x-wiki
      <div style="text-align: center; font-size: 400%;">Mae '''Ch''' am '''Ch'''wilen</div>
[[Delwedd:Aphodius (Koshantschikovius) andrewesi Schmidt, 1908 (8293394005).png|frameless|upright=2|center]]
{{ {{BOOKTEMPLATE}} }}
<br/>
      s869oesmexsridnjxjm3gvgk5rhqktn
    
  
  
    Wiciblant:Yr Wyddor/D
    0
    2409
    
      5069
      4257
      2023-01-31T03:53:29Z
      
        Kwamikagami
        1991
      
      5069
      wikitext
      text/x-wiki
      <div style="text-align: center; font-size: 400%;">Mae '''D''' am '''D'''afad</div>
[[Delwedd:Lleyn sheep.jpg|frameless|upright=2|center]]
<br/>
[[fr:Wikijunior:Alphabet/D]]
      0d2z613ydbxpfy26w881dgtz8zojsur
    
  
  
    Wiciblant:Yr Elfennau
    0
    2410
    
      5132
      4266
      2024-10-31T19:59:03Z
      
        Таёжный лес
        2197
      
      5132
      wikitext
      text/x-wiki
      <!-- '''Mae'r dudalen hon ar gyfer prosiect [[Wiciblant]] ''Yr Elfennau.''' -->
 __NOTOC__
==Am y llyfr==
[[Delwedd:The_Elements.png|right|267px]]'''Croeso i lyfr [[Wiciblant]] Yr Elfennau.'''
Anelir y llyfr hwn at blant 8-12 oed. Bydd teitlau'r adrannau yn cynnwys elfennau a fydd yn wybyddus neu o ddiddordeb i blant. Bydd y fersiwn print yn ffocysu ar ateb cyfres benodol o gwestiynau am yr elfen ac esboniad o beth yw'r elfen. Fe fydd cyflwyniad ac esboniad o eirfa hefyd. Gellir cynnwys erthyglau eraill am yr Elfennau o ddiddordeb cyffredinol hefyd.
Pan yn gweithio ar y prosiect hwn. cofiwch ei fod wedi'i anelu at blant. Mae bod yn ddealladwy yr un mor bwysig a bod yn ffeithiol gywir. Dylai awduron ganolbwyntio ar y cysyniadaiu pwysig un hytrach na son am bob manylyn. Defnyddiwch eirfa dechnegol pan fo angen, ond peidiwch defnyddio geiriau anodd pan fyddai geiriau symlach yr un mor effeithiol.
{| style="width:100%;"
| style="width:50%; background-color:#ffffec; border:1px solid #faf9b2; padding:1em; padding-top:0.5em;" |
==Tudalennau arbennig==
*[[/Cyflwyniad/]] {{stage short|75%|}}
*[[/Cyflwyniad i'r Elfennau/]] {{stage short|50%}} 
*[[/Y Tabl Cyfnodol/|Y Tabl Cyfnodol]] {{stage short|75%|}}
**[[/Elfennau/|Rhestr o'r Elfennau]] {{stage short|50%|}}
*[[/Geirfa/|Rhestr o'r termau elfennol]] {{stage short|75%|}}
===Mater===
*[[/Matter Is The Stuff Around You/]] {{stage short|100%|}}
*[[/States Of Matter/]] {{stage short|50%|}} 
**[[/Solids/]] {{stage short|100%|}} 
**[[/Hylifaus/]] {{stage short|100%|}} 
**[[/Nwyon/]] {{stage short|100%|}} 
**[[/Plasma/]] {{stage short|50%|}}
*[[/Solutions/]] {{stage short|100%|}} 
*[[/Mixtures/]] {{stage short|100%|}}
===Atom===
*[[/Trosolwg/]] {{stage short|100%|}} 
*[[/Strwythur/]] {{stage short|50%|}}
===Moleciwlau===
*[[/Beth yw moleciwl?/]]{{stage short|25%|}}
*[[/Bondio/|Ffurfio Bondiau]]{{stage short|50%|}}
| style="width:50%; background-color:#eeffee; border:1px solid #99ff99; padding:1em; padding-top:0.5em; vertical-align:top;" |
==Cyfrannu==
*[[/Awduron/]]
*[[/Cyfrannu/]]
===Create or Request a Page===
You are encouraged to create a page on an interesting or useful element. If you would like to do so, please read the [[/Contributing/]] page. 
===Nodyn Eginyn===
Please use the [[/Stub Template|Stub Template]] when creating a new article.
===Sources of Additional Information===
{{sisterlinks|Elements}}
|}
{| style="width:100%"
| style="width:33%; vertical-align:top;" |
==Tudalennau Cyhoeddadwy==
* [[/Gold/]] {{stage short|100%|}}
* [[/Hydrogen/]] {{stage short|75%|}}
| style="width:33%; vertical-align:top;" |
==Developing pages==
* [[/Aluminum/]] {{stage short|50%|}}
* [[/Calcium/]] {{stage short|50%|}}
* [[/Carbon/]] {{stage short|50%|}}
* [[/Chlorine/]] {{stage short|50%|}}
* [[/Fluorine/]] {{stage short|50%|}}
* [[/Helium/]] {{stage short|50%|}}
* [[/Iron/]] {{stage short|50%|}}
* [[/Magnesium/]] {{stage short|50%|}}
* [[/Neon/]] {{stage short|50%|}}
* [[/Oxygen/]] {{stage short|50%|}}
* [[/Sodium/]] {{stage short|50%|}}
* [[/Sulfur/]] {{stage short|50%|}}
* [[/Uranium/]] {{stage short|50%|}}
* [[/Zinc/]] {{stage short|50%|}}
| style="width:33%; vertical-align:top;" |
==Stubs==
* [[/Antimony/]] {{stage short|25%|}}
* [[/Argon/]] {{stage short|25%|}}
* [[/Beryllium/]] {{stage short|25%|}}
* [[/Bromine/]] {{stage short|25%|}}
* [[/Copper/]] {{stage short|25%|}}
* [[/Iodine/]] {{stage short|25%|}}
* [[/Lead/]] {{stage short|25%|}}
* [[/Lithium/]] {{stage short|25%|}}
* [[/Mercury/]] {{stage short|25%|}}
* [[/Manganese/]] {{stage short|25%|}}
* [[/Nickel/]] {{stage short|25%|}}
* [[/Nitrogen/]] {{stage short|25%|}}
* [[/Phosphorus/]] {{stage short|25%|}}
* [[/Platinum/]] {{stage short|25%|}}
* [[/Plutonium/]] {{stage short|25%|}}
* [[/Potassium/]] {{stage short|25%|}}
* [[/Radon/]] {{stage short|25%|}}
* [[/Silicon/]] {{stage short|25%|}}
* [[/Silver/]] {{stage short|25%|}}
* [[/Titanium/]] {{stage short|25%|}}
* [[/Tungsten/]] {{stage short|25%|}}
* [[/Ununoctium/]] {{stage short|25%|}}
|}
<!-- Except for the first article, add a request alphabetically in the format:
 * [[/Element/]] 
-->
{{Alphabetical|E}}
[[de:Wikijunior Die Elemente]]
[[fr:Wikijunior:Les éléments]]
      nnic7jh49xb4p2j7rwndhyowqr7m943
    
  
  
    Wiciblant:Yr Wyddor/E
    0
    2411
    
      4687
      4258
      2016-03-26T23:13:15Z
      
        CommonsDelinker
        19
      
      Removing "1AA.PNG", it has been deleted from Commons by [[commons:User:Jcb|Jcb]] because: [[:c:COM:L|Copyright violation]]: http://www.dnsoft.be/dn_apps/ndvd/index.htm.
      4687
      wikitext
      text/x-wiki
      <div style="text-align: center; font-size: 400%;">Mae '''E''' am '''E'''liffant</div>
<br/>
[[az:Vikiuşaq:Əlifba/E]]
[[fr:Wikijunior:Alphabet/E]]
      45x7hspcopyggckqpwvjyc5535d6h07
    
  
  
    Wiciblant:Yr Wyddor/F
    0
    2412
    
      5074
      4259
      2023-01-31T03:54:29Z
      
        Kwamikagami
        1991
      
      5074
      wikitext
      text/x-wiki
      <div style="text-align: center; font-size: 400%;">Mae '''F''' am '''F'''an</div>
[[Delwedd:Nissan Caravan E25 001.JPG|frameless|upright=2|center]]
<br/>
[[az:Vikiuşaq:Əlifba/F]]
[[fr:Wikijunior:Alphabet/F]]
      e6izp7nxtk8ivhmclq2lwu3xhwvc5o0
    
  
  
    Wiciblant:Yr Wyddor/Ff
    0
    2413
    
      5099
      5082
      2024-01-02T11:48:31Z
      
        Fehufanga
        2126
      
      
      Gwrthdröwyd golygiad gan [[Special:Contributions/WikiWikibotty|WikiWikibotty]] ([[User talk:WikiWikibotty|sgwrs]]) i'r golygiad diweddaraf gan [[User:Kwamikagami|Kwamikagami]]
      5073
      wikitext
      text/x-wiki
      <div style="text-align: center; font-size: 400%;">Mae '''Ff''' am '''Ff'''edog</div>
[[Delwedd:Vintage apron.jpg|frameless|upright=1.5|center]]
<br/>
      09qgoocf1nek0t5qrppy2lad2zz84hy
    
  
  
    Wiciblant:Yr Wyddor/G
    0
    2414
    
      5072
      4261
      2023-01-31T03:54:02Z
      
        Kwamikagami
        1991
      
      5072
      wikitext
      text/x-wiki
      <div style="text-align: center; font-size: 400%;">Mae '''G''' am '''G'''afr</div>
[[File:Goat family.jpg|frameless|upright=2|center]]
[[az:Vikiuşaq:Əlifba/G]]
[[fr:Wikijunior:Alphabet/G]]
      27vfrl6itl2gg8clg3g48hut7kd6fo2
    
  
  
    Wiciblant:Yr Wyddor/H
    0
    2415
    
      5107
      5087
      2024-01-02T11:56:11Z
      
        Fehufanga
        2126
      
      
      Gwrthdröwyd golygiad gan [[Special:Contributions/WikiWikibotty|WikiWikibotty]] ([[User talk:WikiWikibotty|sgwrs]]) i'r golygiad diweddaraf gan [[User:Kwamikagami|Kwamikagami]]
      5071
      wikitext
      text/x-wiki
      <div style="text-align: center; font-size: 400%;">Mae '''H''' am '''H'''et</div>
[[File:Straw hat.jpg|frameless|upright=2|center]]
[[az:Vikiuşaq:Əlifba/H]]
[[fr:Wikijunior:Alphabet/H]]
      okmpt6x5nd03yofybvzxc7h74zsvizu
    
  
  
    Defnyddiwr:Pwyll/Pwll tywod
    2
    2416
    
      4263
      2013-03-03T18:30:42Z
      
        Pwyll
        902
      
      Crëwyd tudalen newydd yn dechrau gyda '{{documentation subpage}}__NOTOC__  ==Defnydd== <pre>{{crynodeb rysáit | categori    =  | ar gyfer    =  | amser       =  | hawster     = <!-- Should if ...'
      4263
      wikitext
      text/x-wiki
      {{documentation subpage}}__NOTOC__
==Defnydd==
<pre>{{crynodeb rysáit
| categori    = 
| ar gyfer    = 
| amser       = 
| hawster     = <!-- Should if provided contain a number between 1 and 5 -->
| delwedd     = 
| egni        = 
| nodiadau    = 
}}</pre>
* Mae'r holl baramedrau yn y nodyn <nowiki>{{crynodebrysáit}}</nowiki> yn '''opsiynol'''. 
* The "Category" tries to resolve to an actual category, but does ''not'' include the recipe in that category.
* Difficulty is between 1 and 5 inclusive
* The difficulty includes the recipe in one of the following categories:
**[[:Categori:Ryseitiau hawdd iawn]]
**[[:Categori:Ryseitiau hawdd]]
**[[:Categori:Ryseitiau eithaf anodd]]
**[[:Categori:Ryseitiau anodd]]
**[[:Categori:Ryseitiau anodd iawn]]
== Enghreifftiau ==
=== Named parameters, All values ===
<pre>{{crynodeb rysáit
| category    = Dessert recipes
| servings    = 1-2
| time        = 30 minutes
| difficulty  = 3
| image       = [[Image:Hamburger_sandwich.jpg|300px]]
| energy      = 100 Cal (400 kJ)
| note        = Requires specific tools
}}</pre>
{{crynodebrysáit
| categori    = Dessert recipes
| ar gyfer    = 1-2
| amser       = 30 minutes
| hawster     = 3
| delwedd     = [[Image:Hamburger_sandwich.jpg|300px]]
| egni        = 100 Cal (400 kJ)
| nodiadau    = Requires specific tools
| noincludecat = Don't include this page in the category -- Don't use this for a real recipe!
}}
<br style="clear:both;" />
=== Paramedrau lleoliadol, Pob gwerth ===
<code><nowiki>{{crynodeb rysáit|Ryseitiau pwdinau|1-2|40 munud|3|[[Image:Hamburger_sandwich.jpg|300px]]|100 Cal (400 kJ)|Angen offer arbennig}}</nowiki></code>
Note that some parameters should not have any newlines or spaces around them when using positional parameters as it will break the template.
{{crynodebrysáit|Dessert recipes|1-2|40 minutes|3|[[Image:Hamburger_sandwich.jpg|300px]]|100 Cal (400 kJ)|Requires specific tools|noincludecat=Don't include this page in the category -- Don't use this for a real recipe!}}
<br style="clear:both;" />
=== Named parameters, Partial values ===
<pre>{{crynodebrysáit
| categori    = Ryseitiau pwdinau
| ar gyfer    = 1-2
| amser       = 30 munud
| delwedd     = [[Image:Hamburger_sandwich.jpg|300px]]
}}</pre>
{{crynodebrysáit
| categori    = Ryseitiau pwdinau
| ar gyfer    = 1-2
| amser       = 30 munud
| delwedd     = [[Image:Hamburger_sandwich.jpg|300px]]
| noincludecat=Don't include this page in a category -- Don't use this for a real recipe!
}}
<br style="clear:both;" />
=== Positional parameters, Partial values, Subsequent positional parameters ===
<pre>{{crynodeb rysáit|Ryseitiau pwdinau|1-2|30 munud||[[Image:Hamburger_sandwich.jpg|300px]]||}}</nowiki></pre>
{{crynodebrysáit|Ryseitiau pwdinau|1-2|30 munud||[[Image:Hamburger_sandwich.jpg|300px]]||noincludecat=Don't include this page in a category -- Don't use this for a real recipe!}}
<br style="clear:both;" />
=== Paramedrau lleoliadol, Gwerthoedd rhannol, Dim paramedrau dilynol ===
Os nad oes angen paramedrau dilynol arnoch, gallwch hepgor y "|"s.
<pre>{{crynodebrysáit|Ryseitiau pwdinau|1-2|30 munud}}</pre>
{{crynodebrysáit|Dessert recipes|1-2|30 minutes|noincludecat=Don't include this page in a category -- Don't use this for a real recipe!}}
<br style="clear:both;" />
=== Positional parameters, Partial values, Named subsequent parameters ===
As above, if you do not need later positional parameters, you can omit the "|"s. You may wish to include these via named parameters for clarity or brevity:
<pre>{{recipe summary|Dessert recipes|1-2|30 minutes|image=[[Image:Hamburger_sandwich.jpg|300px]]}}</pre>
{{recipe summary|Dessert recipes|1-2|30 minutes|image=[[Image:Hamburger_sandwich.jpg|300px]]|noincludecat=Don't include this page in a category -- Don't use this for a real recipe!}}
{{clear}}
== See also ==
* {{tl|recipe}}
<includeonly>
<!-- CATEGORIES AND INTERWIKIS HERE -->
[[Category:Cookbook templates|{{PAGENAME}}]]
[[hy:Կաղապար:Բաղադրատոմս]]
[[ko:틀:요리 정보]]
[[ru:Шаблон:Рецепт]]
</includeonly>
      d1sm7sudy41tu3yih43imi862fslz84
    
  
  
    Defnyddiwr:Pwyll/Pwll tywod2
    2
    2417
    
      4264
      2013-03-03T18:32:05Z
      
        Pwyll
        902
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{Infobox |name         =  |bodystyle    = background-color: #FFFFDD; min-width: 300px |title        =  |titlestyle   =  |above        = {{{N...'
      4264
      wikitext
      text/x-wiki
      <includeonly>{{Infobox
|name         = 
|bodystyle    = background-color: #FFFFDD; min-width: 300px
|title        = 
|titlestyle   = 
|above        = {{{Name|{{{name|{{PAGENAME}}}}}}}} {{#if:{{{rating|}}}|<br/>{{Red|The ''rating'' parameter for this template is deprecated; use the ''difficulty'' parameter instead}}|}}
|abovestyle   = background-color: #DDDDBB
|imagestyle   = 
|captionstyle = 
|image        = {{{Image|{{{image|{{{5| }}}}}}}}} {{#if:{{{Image|{{{image|{{{5|}}}}}}}}}| {{#if:{{{Noincludecat|{{{noincludecat|}}}}}}||[[Category:Recipes with images|{{PAGENAME}}]]}} }}
|caption      = 
|image2       = 
|caption2     = 
|headerstyle  = 
|labelstyle   = 
|datastyle    = 
|header1  = 
|label1   = Category
|data1    = {{ #if: {{{Category|{{{category|{{{1|}}}}}}}}}|[[:Category:{{{Category|{{{category|{{{1}}}}}}}}}|{{{Category|{{{category|{{{1}}}}}}}}}]] }}
|header2  = 
|label2   = Servings
|data2    = {{{Servings|{{{servings|{{{2|}}}}}}}}}
|header3  = 
|label3   = Energy
|data3    = {{{Energy|{{{energy|{{{6|}}}}}}}}}
|header4  = 
|label4   = Time
|data4    = {{{Time|{{{time|{{{3|}}}}}}}}}
|header5  = 
|label5   = Difficulty
|data5    = {{#if:{{{Difficulty|{{{difficulty|{{{4|}}}}}}}}}|[[File:{{{Difficulty|{{{difficulty|{{{4}}}}}}}}}o5dots.svg|{{#switch:{{{Difficulty|{{{difficulty|{{{4|}}}}}}}}}|1=Very Easy|2=Easy|3=Medium|4=Difficult|5=Very Difficult}}]]{{#if:{{{Noincludecat|{{{noincludecat|}}}}}}||{{#if:{{{Difficulty|{{{difficulty|{{{4|}}}}}}}}}|[[Category:{{#switch:{{{Difficulty|{{{difficulty|{{{4|}}}}}}}}}|1=Very Easy|2=Easy|3=Medium Difficulty|4=Difficult|5=Very Difficult}} recipes|{{PAGENAME}}]]}}}}}}
|label6   = Note
|data6    = {{{Note|{{{note|{{{7|}}}}}}}}}
|belowstyle =
|below = 
}}{{ #if: {{{Servings|{{{servings|{{{2|}}}}}}}}}||{{{Noincludecat|{{{noincludecat|[[Category:Recipes without servings|{{PAGENAME}}]]}}}}}} }}{{ #if: {{{Time|{{{time|{{{3|}}}}}}}}}||{{{Noincludecat|{{{noincludecat|[[Category:Recipes without cooking time|{{PAGENAME}}]]}}}}}} }}</includeonly><noinclude>{{documentation}}</noinclude>
      a8mer7puirlc1bmb1a70llc76a1nj8b
    
  
  
    Llyfr Coginio:Cacen 1-2-3-4
    0
    2418
    
      5108
      5086
      2024-01-02T11:56:13Z
      
        Fehufanga
        2126
      
      
      Gwrthdröwyd golygiad gan [[Special:Contributions/WikiWikibotty|WikiWikibotty]] ([[User talk:WikiWikibotty|sgwrs]]) i'r golygiad diweddaraf gan [[User:Pwyll|Pwyll]]
      4394
      wikitext
      text/x-wiki
      Rysáit Americanaidd traddodiadol  ar gyfer '''cacen 1-2-3-4''', sy'n fath syml o gacen felen.
==Cynhwysion==
* 1 [[Llyfr Coginio:cwpanaid|cwpanaid]] (240 mL) [[Llyfr Coginio:Menyn|menyn]] 
* 1 cwpanaid (240 mL) [[Llyfr Coginio:Llaeth|llaeth]]
* 2 gwpanaid (480 mL) [[Llyfr Coginio:Siwgr|siwgr]]
* 3 cwpanaid (720 mL) [[Llyfr Coginio:Blawd|blawd]] 
* 3 [[Llyfr Coginio:Llwy de|llwy de]] (15 mL) [[Llyfr Coginio:Powdr codi|powdr codi]], 
* 3 pinsiaid [[Llyfr Coginio:Halen|halen]]
* 4 [[Llyfr Coginio:Wy|wy]]
==Dull (yn gryno)==
# Cynheswch y ffwrn i 175 °C (350 °F)
# [[Llyfr Coginio:Hufennu|Hufennwch]] y menyn a'r siwgr gyda'i gilydd nes eu bod yn gymysgedd ysgafn. 
# Curwch yr wyau i mewn i'r gymysgedd. 
# Yn raddol, sifftiwch y cynhwysion sych, gan ychwanegu ychydig laeth am yn ail. 
# Trosglwyddwch y gymysgedd i badell sydd wedi'i iro a'i flawdio. 
# Pobwch ar dymheredd o 175 °C (350 °F), nes y bydd sgiwar a gaiff ei roi yn y gacen yn medru cael ei dynnu allan heb unrhyw friwsion llaith.
==Dull (manwl)==
===Paratoi===
Bydd angen y canlynol arnoch:
<gallery>
File:1-2-3-4 Cake ingredients.JPG|Y cynhwysion. (Ni ddangosir yr halen yma)
File:1-2-3-4 Cake cooking implements.JPG|Offer coginio: curwyr, bowlen fawr, cwpan fesur a thun cacen mawr. Tafol opsiynol.
File:Oven.jpg|Ffwrn, wrth gwrs! 
</gallery>
===Dull===
<gallery>
File:Oven.jpg|1. Cynheswch eich ffwrn ymlaen llaw.
File:Creaming butter - step 1.JPG|2. [[Llyfr Coginio:Hufennu|Hufennwch]] y menyn a'r siwgr gyda'i gilydd.
File:Cracking an egg.JPG|3. Craciwch yr wyau, a churwch hwy i mewn i'r gymysgedd hefyd
File:1-2-3-4 Cake after beating in eggs.JPG|Ar ôl ychwanegu'r wyau, dylai edrych fel hyn
File:Flour and milk.JPG|4. Nawr ewch i hol y blawd a'r llaeth
File:Beating flour into cake mixture.JPG|5. Cymysgwch ychydig o'r blawd ynddo.
File:Beating milk into cake mixture.JPG|6. Yna ychydig o laeth.
File:1-2-3-4 Cake mixture.JPG|Ail-adroddwch camau 5 a 6 nes ei fod wedi gorffen. Erbyn hyn dylai'r gymysgedd fod yn llyfn iawn.
File:Cake mixture in tin.JPG|7. Arllwyswch y gymysgedd i mewn i dun sydd wedi'i iro a'i flawdio, a rhowch y tun yn y ffwrn
File:Checking if cake is done.JPG|8. Gwirio i weld os yw'r gacen yn barod: rhowch gyllell mminiog neu sgiwar i mewn i ganol y gacen
File:Dirty knife from cake.JPG|Os yw'r gyllell yn frwnt - mae'r gymysgedd dal yn wlyb ac mae angen mwy o goginio arno! (Roedd hyn ar ôl 15 munud. Mae angen tipyn mwy o amser arno)
File:1-2-3-4 cake.JPG|O'r diwedd, rydych chi wedi gorffen! Sylwer pa mor frown yw top y gacen, o ganlyniad i'r ganran uchel o siwgr
</gallery>
===Delweddau eraill===
<gallery>
File:Chocolate Sour-Cream Icing on cake.JPG
File:Cake slice - original.JPG
</gallery>
{{DEFAULTSORT:1-2-3-4 Cake}}
[[Categori:Ryseitiau cacennau]]
[[Categori:Ryseitiau Americanaidd]]
[[ar:كعكة-1-2-3-4]]
      gr6j95fgbxql6wn74lu3uy78srflp50
    
  
  
    Llyfr Coginio:Ŵy wedi ffrio
    0
    2419
    
      5098
      5081
      2024-01-02T11:48:31Z
      
        Fehufanga
        2126
      
      
      Gwrthdröwyd golygiad gan [[Special:Contributions/WikiWikibotty|WikiWikibotty]] ([[User talk:WikiWikibotty|sgwrs]]) i'r golygiad diweddaraf gan [[User:Pwyll|Pwyll]]
      4267
      wikitext
      text/x-wiki
      Mae '''ŵyau wedi ffrio''', yn frecwast poblogaidd yn yr Unol Daleithiau, Canada, a Gorllewin Ewrop, ac mae'n cymryd tua 5 munud i'w baratoi. Yn aml cânt eu gweini gyda thost neu fwydydd eraill wedi'u ffrio.
==Cynhwysion==
*2 llwy de o [[Llyfr Coginio:Menyn|fenyn]] (neu [[Llyfr Coginio:Olew olewydd|olew olewydd]])
*2 neu 3 [[Llyfr Coginio:Ŵy|ŵy]], yn dibynnu ar archwaeth
*[[Llyfr Coginio:Halen|Halen]] a [[Llyfr Coginio:Pupur|phupur]] i'w flasu (opsiynnol)
==Offer==
* [[Llyfr Coginio:Padell ffrio|Padell ffrio]] fach (10")
* [[Llyfr Coginio:Ysbodol|Ysbodol]] ''(spatula)'' 
* Cylch nwy, ar wres cymhedrol
==Dull==  
[[Delwedd:Fried egg, sunny side up.jpg|bawd|dde|Ŵy wedi'i ffrio ar un ochr]]
#Toddwch y menyn yn y badell ffrio dros wres cymhedrol.
#Craciwch yr ŵy i mewn i'r badell ffrio a gadewch iddo ffrio nes i ochrau'r melyn ŵy ddechrau caledu (a ddynodir gan liw y melyn ŵy yn goleuo). 
#Defnyddio'r ysbodol, trowch yr wyau drosodd a gadewch iddynt goginio am rhwng 10 eiliad i 90 eiliad, yn dibynnu ar ba mor rhedlyd rydych yn hoffi eich melyn ŵy.
# Ychwanegwch halen a phupur am flas, ac yna gweinwch y bwyd.
[[Categori:Ryseitiau brecwast|Ŵy wedi ffrio]]
[[en:Cookbook:Fried eggs]]
[[ko:달걀 프라이]]
      sw0yat9vo70175nupm7tamjqbv0qy3b
    
  
  
    Llyfr Coginio:Teisen Banoffi
    0
    2420
    
      5120
      5119
      2024-06-26T20:05:54Z
      
        Leonidlednev
        2143
      
      
      Gwrthdröwyd golygiad gan [[Special:Contributions/81.248.177.61|81.248.177.61]] ([[User talk:81.248.177.61|sgwrs]]) i'r golygiad diweddaraf gan [[User:Pwyll|Pwyll]]
      4400
      wikitext
      text/x-wiki
      [[Delwedd:Banoffeepie.jpg|bawd|dde|250px|Teisen Banoffi]]
==Cynhwysion==
*9[[Llyfr Coginio:Owns|oz]] (250g) bisgedyn sinsir (neu [[Llyfr Coginio:Bisgedi Digestive|fisgedi digestive]]) 
*10[[Llyfr Coginio:Owns|oz]] (275g) [[Llyfr Coginio:Menyn|menyn]] 
*1 tin (400g) [[Llyfr Coginio:Llaeth Tewychedig wedi'i Felysu|llaeth tewychedig wedi'i felysu]]
*6[[Llyfr Coginio:Owns|oz]] (175g) [[Llyfr Coginio:Siwgr mân|siwgr mân]]
*1/4 peint (150[[Llyfr Coginio:mL|ml]]) [[Llyfr Coginio:Hwfen Dwbwl|hufen dwbwl]]
*2 [[Llyfr Coginio:Banana|fanana]]
==Dull==
I wneud gwaelod y deisen, malwch y bisgedi'n frwision gyda [[Llyfr Coginio:Rholbren|rholbren]]. Mae'n well gwneud hyn mewn gyda'r bisgedi tu fewn bag rhewi er mwyn hwyluso'r broses. Toddwch 2/5 o'r menyn (tua 4oz) mewn sosban fawr. Ar ôl ei doddi, tynnwch e oddi ar y gwres ac ychwanegwch i'r briwsion bosgedi. Gwasgwch y cyfan i waelod tun gwaelod-rhydd 8-modfedd (20cm) a throsglwyddwch hyn i'r oergell i oeri.
Er mwyn gwneud y llenwad, rhowch y menyn sydd dros ben a'r siwgr i mewn i sosban o faint canolig (un gwrth-stic yn ddelfrydol) a thoddwch dros wres cymhedrol, gan droi'r gymysgedd nes fod y menyn wedi toddi, a'r siwgr yn dechrau toddi. Ychwanegwch y llaeth tewychedig a chynyddwch y gwres nes i'r gymysgedd ferwi, gan ei droi'n barhaus am 5 munud er mwyn creu'r caramel.
I roi'r cyfan at ei gilydd, torrwch y bananas yn sleisiau, gosodwch nhw dros y gwaelod o fisgedi, ac arllwyswch y caramel drosto. Yna rhowch e nol yn yr oergell am awr o leiaf er mwyn i'r caramel galedu.
Cyn ei weini, chwipiwch yr hufen a'i osod ar ben y bananas a'r caramel gan ddefnyddio llwy. Pe dymunwch gallwch addurno'r deisen gyda chrafion siocled.
==Rhybudd==
*Mae'n bosib na fydd un teisen yn ddigon!
[[Categori:Llyfr Coginio]]
[[Categori:Ryseitiau pwdinau|{{PAGENAME}}]]
[[en:Cookbook:Banoffee Pie]]
      3qxbfp3buwq9cgcoqy0h655lh0o6pas
    
  
  
    Sut i wneud paned o de
    0
    2421
    
      4285
      2013-03-18T13:32:38Z
      
        194.81.160.29
      
      Crëwyd tudalen newydd yn dechrau gyda '==Offer== * [[cwpan]] neu [[mwg|fwg]] * [[bag tê]] * [[llaeth]] * [[siwgr]] * [[dŵr]] * [[tegell]]  ==Dull== # Yn gyntaf, rhowch y dwr yn y tegell a'i f...'
      4285
      wikitext
      text/x-wiki
      ==Offer==
* [[cwpan]] neu [[mwg|fwg]]
* [[bag tê]]
* [[llaeth]]
* [[siwgr]]
* [[dŵr]]
* [[tegell]]
==Dull==
# Yn gyntaf, rhowch y dwr yn y tegell a'i ferwi.
# Rhowch y bag tê yn y cwpan.
# Ar ôl i'r dwr ferwi, arwllwyswch e dros y bag tê a gadewch ef am ychydig eiliadau neu funudau, yn dibynnu ar pa mor gryf rydych yn hoffi'ch tê.
# Ychwanegwch llaeth a siwgr yn ôl eich dymuniad.
# Yfwch y tê.
[[Categori:Sut i]]
      n5oxd5re4g4x8rpw772vn5vlrv6wwdk
    
  
  
    Sgwrs Defnyddiwr:Usien
    3
    2422
    
      4286
      2013-03-18T21:46:31Z
      
        Usien
        912
      
      Crëwyd tudalen newydd yn dechrau gyda '<blockquote> ''O Captain! My Captain! our fearful trip is done;<br />  ''The ship has weather'd every rack, the prize we sought is won;<br />  ''The port ...'
      4286
      wikitext
      text/x-wiki
      <blockquote>
''O Captain! My Captain! our fearful trip is done;<br /> 
''The ship has weather'd every rack, the prize we sought is won;<br /> 
''The port is near, the bells I hear, the people all exulting,<br /> 
''While follow eyes the steady keel, the vessel grim and daring:<br /> 
:''But O heart! heart! heart!
:''O the bleeding drops of red,
:''Where on the deck my Captain lies,
:''Fallen cold and dead.
''O Captain! my Captain! rise up and hear the bells;<br /> 
''Rise up—for you the flag is flung—for you the bugle trills;<br /> 
''For you bouquets and ribbon'd wreaths—for you the shores a-crowding;<br /> 
''For you they call, the swaying mass, their eager faces turning; 
:''O captain! dear father!
:''This arm beneath your head;
:''It is some dream that on the deck,
:''You've fallen cold and dead.
''My Captain does not answer, his lips are pale and still;<br /> 
''My father does not feel my arm, he has no pulse nor will;<br /> 
''The ship is anchor'd safe and sound, its voyage closed and done;<br /> 
''From fearful trip, the victor ship, comes in with object won; 
:''Exult, O shores, and ring, O bells!
:''But I, with mournful tread,
:''Walk the deck my captain lies,
::''Fallen cold and dead.
</blockquote>
[[File:Fussgaengerbrücke von Patog 10.JPG|center|600 px]]
      6mf8wnuecelvx1dqj5tsvlhjsh24tye
    
  
  
    Sgwrs Defnyddiwr:The Bible in Metre
    3
    2423
    
      4287
      2013-03-20T16:17:14Z
      
        The Bible in Metre
        911
      
      new
      4287
      wikitext
      text/x-wiki
      __NOTOC__
If you wish to leave a message, please do so [http://en.wikisource.org/wiki/User_talk:The_Bible_in_Metre here], thank you.
      exq3u3qcj2swqpxp9fkrp42b1ygjfn3
    
  
  
    Defnyddiwr:The Bible in Metre
    2
    2424
    
      4288
      2013-03-20T16:17:25Z
      
        The Bible in Metre
        911
      
      new
      4288
      wikitext
      text/x-wiki
      __NOTOC__
If you wish to leave a message, please do so [http://en.wikisource.org/wiki/User_talk:The_Bible_in_Metre here], thank you.
      exq3u3qcj2swqpxp9fkrp42b1ygjfn3
    
  
  
    Defnyddiwr:MJ94/common.js
    2
    2426
    
      4290
      2013-03-24T16:25:06Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by MJ94]])
      4290
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:MJ94/global.js&action=raw&ctype=text/javascript');
      h49gs4mgd3t5c9wyrikjug5zvkpn7kv
    
  
  
    Defnyddiwr:JamesA/common.js
    2
    2427
    
      4291
      2013-03-24T16:51:57Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by JamesA]])
      4291
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:JamesA/global.js&action=raw&ctype=text/javascript');
      m9g8tb8ugvjbdhi3ea1eb38dcov4yta
    
  
  
    Defnyddiwr:Vacation9/common.js
    2
    2428
    
      4292
      2013-03-24T17:33:14Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Vacation9]])
      4292
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Vacation9/global.js&action=raw&ctype=text/javascript');
      d2r5k2culovici3hq4kxyskbldp19jp
    
  
  
    Defnyddiwr:Soul Train/common.js
    2
    2431
    
      4295
      2013-03-25T00:53:54Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Soul Train]])
      4295
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Soul Train/global.js&action=raw&ctype=text/javascript');
      6qwcojg9yj8tlbkjmf64ogd88cnbepz
    
  
  
    Defnyddiwr:Razr Nation/common.js
    2
    2432
    
      4683
      4296
      2015-12-30T19:05:58Z
      
        Steinsplitter
        893
      
      
      Symudodd Steinsplitter y dudalen [[Defnyddiwr:Hahc21/common.js]] i [[Defnyddiwr:Razr Nation/common.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Hahc21|Hahc21]]" to "[[Special:CentralAuth/Razr Nation|Razr Nation]]"
      4683
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Hahc21/global.js&action=raw&ctype=text/javascript');
      bs42x31d4gl13hy71n4x1xvrisbvycp
    
  
  
    Defnyddiwr:VIGNERON
    2
    2433
    
      4297
      2013-04-06T11:36:17Z
      
        VIGNERON
        922
      
      + IWL
      4297
      wikitext
      text/x-wiki
      [[fr:user:VIGNERON]]
[[:fr:user:VIGNERON]]
      4jfr7f94p5j0lw8xzjxm35lukv5rlc1
    
  
  
    Defnyddiwr:RileyBot/Stop
    2
    2434
    
      4298
      2013-04-16T02:08:11Z
      
        RileyBot
        929
      
      Disabling checkpage on all Wikimedia sites RileyBot is not flagged to run on.
      4298
      wikitext
      text/x-wiki
      disable
      nxtahk3t41kbuldajcexl2qzue0v1og
    
  
  
    Defnyddiwr:S.M.Samee
    2
    2435
    
      4300
      2013-04-28T18:07:21Z
      
        Hoo User Page Bot
        646
      
      Creating global user page, per request https://meta.wikimedia.org/w/index.php?diff=5240959&oldid=5239167
      4300
      wikitext
      text/x-wiki
      {{softredirect|w:en:User talk:S.M.Samee}}
      g7rqs6n50baydaqxems7vzo0y6ix12g
    
  
  
    Defnyddiwr:Razr Nation
    2
    2436
    
      4680
      4303
      2015-12-30T19:05:29Z
      
        Steinsplitter
        893
      
      
      Symudodd Steinsplitter y dudalen [[Defnyddiwr:Hahc21]] i [[Defnyddiwr:Razr Nation]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Hahc21|Hahc21]]" to "[[Special:CentralAuth/Razr Nation|Razr Nation]]"
      4680
      wikitext
      text/x-wiki
      <div style="position: relative; margin: 0 -1em; padding: 0; background-color: transparent; border: 1px none #ddd; height: 1%;">
<div style="position: relative; margin: 0 auto; background: #DED3CF; width: 950px; border: 1px solid #cccccc; height: 1%;">
<div style="position: relative; overflow: hidden; height:750px;"><!-- Height of the main image -->
<div style="position: relative; overflow: hidden; margin: 0;">[[File:Nature at Caracas (27).jpg|1000px]]</div>
</div>
<div style="position: absolute; top: 0; width: 100%; height: 100%;">
<div style="position: absolute; left: 0.9em; top: 1em; z-index: 10; width: 250px; border: none; background-color:none;">
<!-- START LEFT USERBOXES -->
<div style="opacity: 0.8; -moz-opacity: 0.8;">
<!-- END LEFT USERBOXES -->
</div></div>
<div style="position: absolute; right: 0.4em; top: 1em; z-index: 10; width: 250px; border: none; background-color:none;">
<!-- START RIGHT USERBOXES -->
<div style="opacity: 0.8; -moz-opacity: 0.8;">
<!-- END RIGHT USERBOXES -->
</div></div></div>
</div>
<br>
{| style="font-family:Tahoma; background-color: #FFFFFF; border: 1px solid #CCCCCC; width:950px" cellpadding="15" align="center"
|
[[File:Razr Nation logo.png|center]]
<center>| <span class="plainlinks">[[Special:Contributions/Hahc21|contribs]]  · [[:luxo:Hahc21|cross-wiki]] · [http://en.wikichecker.com/user/?t=Hahc21 wikichecker] · [http://meta.wikimedia.org/wiki/Identification_noticeboard identified] · [{{fullurl:Special:Listusers|limit=1&username=Hahc21}} lu]</span> |</center>
<center>| '''Me at''': [[:d:User:Hahc21|Wikidata]] · [[:n:es:Usuario:Hahc21|Spanish Wikinews]] · [[:en:User:Hahc21|English Wikipedia]] · [[:commons:User:Hahc21|Commons]] · [[:m:User:Hahc21|Meta]] |</center>
|}
      sdqdwk0m4lgow9bnif51kxlxkf0pf1u
    
  
  
    Defnyddiwr:Pratyya Ghosh
    2
    2437
    
      4936
      4484
      2020-05-02T20:53:50Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Pratyya Ghosh]])
      4936
      wikitext
      text/x-wiki
      <!------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------
NOTE THIS PLEASE.
BEFORE MAKING ANY KIND OF EDITS / CHANGES TO THIS PAGE PLEASE LET ME KNOW AT ANY OF THE LINKS GIVEN AT THIS PAGE.
IF YOU TRANSLATE / WANT TO TRANSLATE THIS PAGE IN SOME OTHER / MAIN LANGUAGE OF THIS WIKIMEDIA PROJECT, LET ME KNOW, AND THEN GO AHEAD. I'LL REALLY APPRECIATE THAT. BUT PLEASE DON'T BREAK ANY CODE.
THANKS TO YOU FOR READING AND FOLLOWING THE WORDS.
--------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------->
{{DISPLAYTITLE:<span style="font: bold 30px 'Cambria';">User:Pratyya Ghosh</span>}}
<div style="font-family: Cambria">
<table style="width: 750px; background-color:#f9f9f9; border-color: black; margin-left: auto; margin-right: auto;" border="14">
<tr style="height: 300px;">
<td style="width: 521px; height: 144px; border-color: #f9f9f9;">
<strong>
<!-----------------------------------------  START PARA 1 ---------------------------------------------->
<p style="text-align: justify; padding-left: 7px; padding-right: 7px">
<span style="color:#006400"><big><big>'''HELLO AND WELCOME!'''</big></big></span>
<br />
<big><big>This is '''Pratyya Ghosh''' </big></big><small><small>(check [[:commons:File:Pratyya Ghosh pronunciation.ogg|<u>'''THIS'''</u>]] out for the pronunciation).</small></small>
<br />
I am from [[w:en:Bangladesh|'''Bangladesh''']], so I am a native speaker of [[w:en:Bengali Language|'''Bangla''']]. I can also frequently communicate using '''English''', and I can speak and understand '''Hindi'''.<br />
<br />
<span style="color:#B22222">I am not effectively active in this Wikimedia Project. If I've made any edit here, that is most probably an automated one. I do <u>NOT</u> visit this site often/regularly. So I can <u>NOT</u> guarantee a swift and quick reply, OR in WORST CASE, a reply.</span><br />
<br />
However, I am mostly active in the projects which uses the languages I know.
<br />
So, if you want to <u>CONTACT ME</u> or <u>TALK TO ME</u> or know more about me, then please use the Wikimedia Projects mentioned below.<br />
</p>
<!------------------------------------------- END PARA 1 ----------------------------------------------->
<!-----------------------------------------  START PARA 2 ---------------------------------------------->
<p style="text-align: left; padding-left: 7px;">
❏ <span style="color:#228B22"><big>'''Wikimedia Projects where I am mostly <u>active</u>:'''</big></span>
* '''[[w:en:English Wikipedia|English Wikipedia]] ([[w:en:Main Page|enwiki]]) : [[w:en:User:Pratyya Ghosh|User Page]] ([[w:en:User talk:Pratyya Ghosh|talk page]]) ([[w:en:Special:Contributions/Pratyya_Ghosh|contributions]]) (<span class="plainlinks">[https://xtools.wmflabs.org/ec/en.wikipedia.org/Pratyya_Ghosh user-stats]</span>)''' 
* '''[[w:en:Bengali Wikipedia|Bangla Wikipedia]] ([[w:bn:প্রধান পাতা|bnwiki]]) :  [[w:bn:ব্যবহারকারী:Pratyya Ghosh|User Page]] ([[w:bn:ব্যবহারকারী আলাপ:Pratyya Ghosh|talk page]]) ([[w:bn:বিশেষ:অবদান/Pratyya_Ghosh|contributions]]) (<span class="plainlinks">[https://xtools.wmflabs.org/ec/bn.wikipedia.org/Pratyya_Ghosh user-stats]</span>)''' 
</p>
<!------------------------------------------- END PARA 2 ----------------------------------------------->
</strong>
</td>
</tr>
</table>
</div>
<!------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------
                                                        END OF CODE
--------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------->
      o22gone0vn0cnupb7is833hah5g5p4f
    
  
  
    Defnyddiwr:Lukas²³
    2
    2438
    
      4306
      2013-06-02T23:28:16Z
      
        Pathoschild
        32
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by Lukas²³]])
      4306
      wikitext
      text/x-wiki
      Hello! I'm Lukas. As a member of the [[m:Small Wiki Monitoring Team|Small Wiki Monitoring Team]], I was probably just here to fix or revert unhelpful edits. You can contact me [[m:User talk:Lukas²³|here (Meta-Wiki)]].
{{#babel:de-N|en-3|fr-1}}
Regards, [[m:User:Lukas²³|Lukas²³]]
      m757r6e97b6jywxzfvlsai29gq6iumx
    
  
  
    Sgwrs Defnyddiwr:Pratyya Ghosh
    3
    2439
    
      4937
      4382
      2020-05-02T21:58:59Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Pratyya Ghosh]])
      4937
      wikitext
      text/x-wiki
      <!------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------
                                                         BEGIN
--------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------->
{{DISPLAYTITLE:<span style="font: bold 30px 'Cambria';">User talk:Pratyya Ghosh</span>}}
<div style="font-family: Cambria">
<table style="width: 750px; background-color:#f9f9f9; border-color: black; margin-left: auto; margin-right: auto;" border="14">
<tr style="height: 300px;">
<td style="width: 521px; height: 144px; border-color: #f9f9f9; font-weight: bold;">
<!-----------------------------------------  START PARA 1 ---------------------------------------------->
<p style="text-align: justify; padding-left: 7px; padding-right: 7px">
<big><big><span style="color:#006400">'''HELLO AND WELCOME'''</span> to the talk page of '''Pratyya Ghosh'''</big></big> <small><small>([[:commons:File:Pratyya Ghosh pronunciation.ogg|<u>'''pronunciation'''</u>]])</small></small>
<br />
Before placing any message here, I would ask you to TAKE A LOOK at my [[User:Pratyya Ghosh|<u>'''user page'''</u>]] on this wiki.
<br />
If you have come here after looking at my user page, then once again I would like to mention the fact that,
</p>
<!------------------------------------------- END PARA 1 ----------------------------------------------->
<!-----------------------------------------  START PARA 2 ---------------------------------------------->
<p style="text-align: justify; padding-left: 50px; padding-right: 110px">
<small>
<span style="color:#B22222">I am not effectively active in this Wikimedia Project. If I've made any edit here, that is most probably an automated one. I do <u>NOT</u> visit this site often/regularly. So I can <u>NOT</u> guarantee a swift and quick reply, OR in WORST CASE, a reply.</span><br />
So, if you want to <u>CONTACT ME</u> or <u>TALK TO ME</u> or know more about me, then please use the Wikimedia Projects mentioned below.<br />
⦿ '''[[w:en:English Wikipedia|English Wikipedia]] ([[w:en:Main Page|enwiki]]) : [[w:en:User:Pratyya Ghosh|User Page]] ([[w:en:User talk:Pratyya Ghosh|talk page]]) ([[w:en:Special:Contributions/Pratyya Ghosh|contributions]]) (<span class="plainlinks">[https://xtools.wmflabs.org/ec/en.wikipedia.org/Pratyya_Ghosh user-stats]</span>)'''<br />
⦿ '''[[w:en:Bengali Wikipedia|Bangla Wikipedia]] ([[w:bn:প্রধান পাতা|bnwiki]]) :  [[w:bn:ব্যবহারকারী:Pratyya Ghosh|User Page]] ([[w:bn:ব্যবহারকারী আলাপ:Pratyya Ghosh|talk page]]) ([[w:bn:বিশেষ:অবদান/Pratyya Ghosh|contributions]]) (<span class="plainlinks">[https://xtools.wmflabs.org/ec/bn.wikipedia.org/Pratyya_Ghosh user-stats]</span>)'''
</small>
</p>
<!------------------------------------------- END PARA 2 ----------------------------------------------->
<!-----------------------------------------  START PARA 3 ---------------------------------------------->
<p style="text-align: justify; padding-left: 7px; padding-right: 7px">
Yet if you want to place message here, then please FOLLOW THESE NOTES:<br />
⚫ Do NOT [[w:en:Wikipedia:Vandalism|Vandalize]] this page. I WON'T be appreciating you for that.<br />
⚫ Be on point. Please don't put some unnecessary message or bring up any irrelevant issues.<br />
⚫ Use a language which I understand. (Otherwise, even if I see your message, I might not be able to reply.)<br />
⚫ BE <u>CIVIL</u> and MAINTAIN <u>ETIQUETTE</u>.<br />
⚫ Finally, you MUST sign your post with <nowiki>~~~~</nowiki><br />
</p>
<!------------------------------------------- END PARA 3 ----------------------------------------------->
</td>
</tr>
</table>
<!------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------
START BELOW THIS PARA. DO NOT CHANGE ANYTHING ABOVE THE LINE.
BEFORE PLACING ANY MESSAGE HERE, ONCE AGAIN,
I AM NOT EFFECTIVELY ACTIVE IN THIS WIKIMEDIA PROJECT. IF I'VE MADE ANY EDIT HERE, THAT IS MOST PROBABLY AN AUTOMATED ONE. I DO NOT VISIT THIS SITE OFTEN/REGULARLY. SO I CAN NOT GUARANTEE A SWIFT AND QUICK REPLY, OR IN WORST CASE, A REPLY.
--------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------->
      9qtlaulm2q8nlzm95nj3cdbnjjsv70g
    
  
  
    Defnyddiwr:FrigidNinja/common.js
    2
    2440
    
      4311
      2013-07-02T02:52:15Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by FrigidNinja]])
      4311
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:FrigidNinja/global.js&action=raw&ctype=text/javascript');
      1ad7mvbfckmxgbqjjd3woeefbtvwdbl
    
  
  
    Defnyddiwr:Knopfkind/common.js
    2
    2442
    
      4313
      2013-07-03T03:04:04Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Knopfkind]])
      4313
      javascript
      text/javascript
      mw.loader.load("//de.wikipedia.org/w/index.php?title=Benutzer:Knopfkind/global.js&action=raw&ctype=text/javascript");
      mxlwb5jbyijlz06up8aadcbgx7hebyi
    
  
  
    Defnyddiwr:TCN7JM
    2
    2443
    
      4372
      4316
      2013-10-13T16:38:25Z
      
        Pathoschild
        32
      
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by TCN7JM]])
      4372
      wikitext
      text/x-wiki
      {{DISPLAYTITLE:<font face="Tahoma">User:</font><font color="blue" face="Tahoma">T</font><font color="red" face="Tahoma">C</font><font color="gray" face="Tahoma">N7</font><font face="Tahoma">JM</font>}}
<center><font face="Tahoma">[[w:en:User:TCN7JM|English Wikipedia]] — [[d:User:TCN7JM|Wikidata]] — [[w:simple:User:TCN7JM|Simple English Wikipedia]] — [[m:User talk:TCN7JM|Contact me]]</font></center>
[[File:TCN7JM Global Userpage.png|center|middle]]
      4v20vrzaoqwfb827ef0df1x3hxhxdgv
    
  
  
    Defnyddiwr:Akhilan
    2
    2444
    
      4317
      2013-07-19T14:36:58Z
      
        Akhilan
        801
      
      Crëwyd tudalen newydd yn dechrau gyda '<div style="min-height: 57px; border: 1px solid #aaaaaa; background-color: #f9f9f9; width: 50%; margin: 0 auto 1em auto; padding: .2em; text-align: justif...'
      4317
      wikitext
      text/x-wiki
      <div style="min-height: 57px; border: 1px solid #aaaaaa; background-color: #f9f9f9; width: 50%; margin: 0 auto 1em auto; padding: .2em; text-align: justify;"> <div style="float: left">[[Image:Wiki.png|50px| ]]</div> <div style="margin-left: 60px">'''Interwiki redirect''' <br> This page can be found at [[w:User:Akhilan|Akhilan]] or [[w:ml:User:Akhilan|അഖിലൻ</span>]] .</div> </div>
      3mdhcacij2ldjzg7ps8x4e1cuq94dtw
    
  
  
    Defnyddiwr:Kolega2357
    2
    2446
    
      4324
      2013-08-12T17:19:25Z
      
        Kolega2357
        1016
      
      Crëwyd tudalen newydd yn dechrau gyda '<div align="center" class="usermessage">[[File:Internet-group-chat.svg|left|25px]] '''<span class="plainlinks">Send me a new message [https://meta.wikimed...'
      4324
      wikitext
      text/x-wiki
      <div align="center" class="usermessage">[[File:Internet-group-chat.svg|left|25px]] '''<span class="plainlinks">Send me a new message [https://meta.wikimedia.org/w/index.php?title=User_talk:Kolega2357&action=edit§ion=new here]</div>
      66zgvzht0wewtwfteswq66hkbdv574w
    
  
  
    Defnyddiwr:Nirakka/common.js
    2
    2447
    
      4325
      2013-08-16T19:19:44Z
      
        Nirakka
        1015
      
      global JS from meta
      4325
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Nirakka/global.js&action=raw&ctype=text/javascript');
      ivy7jznevtbkfvg3gj0p9ywoh3uph4k
    
  
  
    Defnyddiwr:Nirakka
    2
    2448
    
      4327
      2013-08-31T23:07:44Z
      
        Nirakka
        1015
      
      creating user page (script edit)
      4327
      wikitext
      text/x-wiki
      {{#babel:de-N|en-3|cy-0}}
				
				I help [[meta:Small Wiki Monitoring Team|monitoring small wikis]]. For further information see [[meta:User:Nirakka]].
				
				
				[[File:Wikipedia h2g2.jpg|400px|center]]
      rrjp7fjl7xiw0g5v2gg6wkxvnida3xt
    
  
  
    Sgwrs Defnyddiwr:Romaine
    3
    2449
    
      4335
      2013-09-14T11:53:33Z
      
        Romaine
        230
      
      Crëwyd tudalen newydd yn dechrau gyda '* '''(nl)''': Deze gebruikerspagina is van een gebruiker die het meest actief is op de Nederlandstalige Wikipedia. <br /> * '''(en)''': This userpage is f...'
      4335
      wikitext
      text/x-wiki
      * '''(nl)''': Deze gebruikerspagina is van een gebruiker die het meest actief is op de Nederlandstalige Wikipedia. <br />
* '''(en)''': This userpage is from a frequent wikipedian from the Dutch Wikipedia. <br />
* '''(de)''': Diese Benutzerseite ist von einem Benutzer von der Niederländischen Wikipedia.<br />
<br />
:::[[File:2rightarrow.png|20px]] My homewiki is located at: [[w:nl:Gebruiker:Romaine]]<br />
<br />
[[File:2rightarrow.png|20px]] If you want to contact me, please write a message on my nl-Wikipedia [//nl.wikipedia.org/w/index.php?title=Overleg_gebruiker:Romaine&action=edit§ion=new talk-page]. 
<small>
:* Please mention that it takes some time before messages on my talkpage of this project are seen.
</small>
----
      fvpgewpgeoxumpoq8myg9ggbo5djq5k
    
  
  
    Defnyddiwr:Romaine
    2
    2450
    
      4336
      2013-09-14T11:53:34Z
      
        Romaine
        230
      
      Crëwyd tudalen newydd yn dechrau gyda '* '''(nl)''': Deze gebruikerspagina is van een gebruiker die het meest actief is op de Nederlandstalige Wikipedia. <br /> * '''(en)''': This userpage is f...'
      4336
      wikitext
      text/x-wiki
      * '''(nl)''': Deze gebruikerspagina is van een gebruiker die het meest actief is op de Nederlandstalige Wikipedia. <br />
* '''(en)''': This userpage is from a frequent wikipedian from the Dutch Wikipedia. <br />
* '''(de)''': Diese Benutzerseite ist von einem Benutzer von der Niederländischen Wikipedia.<br />
<br />
:::[[File:2rightarrow.png|20px]] My homewiki is located at: [[w:nl:Gebruiker:Romaine]]<br />
<br />
[[File:2rightarrow.png|20px]] If you want to contact me, please write a message on my nl-Wikipedia [//nl.wikipedia.org/w/index.php?title=Overleg_gebruiker:Romaine&action=edit§ion=new talk-page]. 
<small>
:* Please mention that it takes some time before messages on my talkpage of this project are seen.
</small>
----
      fvpgewpgeoxumpoq8myg9ggbo5djq5k
    
  
  
    Defnyddiwr:Knopfkind/common.css
    2
    2452
    
      4338
      2013-09-15T21:36:21Z
      
        Pathoschild
        32
      
      global CSS ([[m:User:Pathoschild/Scripts/Synchbot|requested by Knopfkind]])
      4338
      css
      text/css
      @import "//de.wikipedia.org/w/index.php?title=Benutzer:Knopfkind/global.css&action=raw&ctype=text/css";
      cecddlyfgkfe7ic5sztx0q3nzchdsal
    
  
  
    Defnyddiwr:Razr Nation/common.css
    2
    2453
    
      4685
      4339
      2015-12-30T20:05:33Z
      
        Steinsplitter
        893
      
      
      Symudodd Steinsplitter y dudalen [[Defnyddiwr:Hahc21/common.css]] i [[Defnyddiwr:Razr Nation/common.css]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Hahc21|Hahc21]]" to "[[Special:CentralAuth/Razr Nation|Razr Nation]]"
      4685
      css
      text/css
      @import "//meta.wikimedia.org/w/index.php?title=User:Hahc21/global.css&action=raw&ctype=text/css";
      7g4x6knmp3vyc37fzpnizhtomrecyso
    
  
  
    Defnyddiwr:Bellayet/common.js
    2
    2455
    
      4341
      2013-09-18T00:21:36Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Bellayet]])
      4341
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Bellayet/global.js&action=raw&ctype=text/javascript');
      b52e6o2o28jg360opd5q4leedft135q
    
  
  
    Defnyddiwr:*Youngjin/common.js
    2
    2456
    
      4749
      4342
      2017-12-06T21:29:38Z
      
        Revi C.
        1027
      
      
      Symudodd -revi y dudalen [[Defnyddiwr:분당선M/common.js]] i [[Defnyddiwr:*Youngjin/common.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/분당선M|분당선M]]" to "[[Special:CentralAuth/*Youngjin|*Youngjin]]"
      4749
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:%EB%B6%84%EB%8B%B9%EC%84%A0M/global.js&action=raw&ctype=text/javascript');
      mbvzo0n6smqy1qq9skech5273xqjsm9
    
  
  
    Defnyddiwr:LlamaAl/common.css
    2
    2461
    
      4348
      2013-09-19T03:18:27Z
      
        Pathoschild
        32
      
      global CSS ([[m:User:Pathoschild/Scripts/Synchbot|requested by LlamaAl]])
      4348
      css
      text/css
      @import "//meta.wikimedia.org/w/index.php?title=User:LlamaAl/global.css&action=raw&ctype=text/css";
      keqd1vd77jud9evny17wbnai8awv1wh
    
  
  
    Defnyddiwr:LlamaAl
    2
    2462
    
      4349
      2013-09-19T03:46:47Z
      
        Pathoschild
        32
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by LlamaAl]])
      4349
      wikitext
      text/x-wiki
      __NOINDEX__
[[:m:user:LlamaAl]]
      5k6cylbo9luu5ncjnu4ax2hqsbnvydt
    
  
  
    Sgwrs Defnyddiwr:LlamaAl
    3
    2463
    
      4350
      2013-09-19T04:09:13Z
      
        Pathoschild
        32
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by LlamaAl]])
      4350
      wikitext
      text/x-wiki
      __NOINDEX__
[[:m:user talk:LlamaAl]]
      oub4g2jl4r1fb2czujsn6wgu83g97l3
    
  
  
    Sgwrs Defnyddiwr:Wim b
    3
    2466
    
      4353
      2013-09-23T00:45:57Z
      
        Pathoschild
        32
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by Wim b]])
      4353
      wikitext
      text/x-wiki
      <div class="mw-content-ltr">
{{#babel:it|en-2|cy-0}}
:'''Talk''': my user talk on [[:m:it:wikt:User talk:Wim b|it.wikt]] 
:'''Info''': my user page on [[m:User:Wim b|Meta]]
'''You can contact me also''' : 
* [irc://irc.freenode.net/wiktionary-it '''#wiktionary-it''']
* [irc://irc.freenode.net/wikipedia-it '''#wikipedia-it''']
* [irc://irc.freenode.net/wikbooks-it '''#wikibooks-it''']
* [irc://irc.freenode.net/wikivoyage-it '''#wikivoyage-it''']
* [irc://irc.freenode.net/wikimedia-admin '''#wikimedia-admin''']
* [irc://irc.freenode.net/wikimedia-gs '''#wikimedia-gs''']
</div>
      7ikon5f6h2dte4ouf9tm72hl9n4w3js
    
  
  
    Defnyddiwr:Spacebirdy/common.css
    2
    2471
    
      4359
      2013-09-26T01:39:36Z
      
        Pathoschild
        32
      
      global CSS ([[m:User:Pathoschild/Scripts/Synchbot|requested by Spacebirdy]])
      4359
      css
      text/css
      @import "//meta.wikimedia.org/w/index.php?title=User:Spacebirdy/altækt.css&action=raw&ctype=text/css";
      bqvpi9d4fil15fheszanjeyelf7804e
    
  
  
    Defnyddiwr:Spacebirdy/common.js
    2
    2472
    
      4961
      4360
      2021-01-31T11:28:03Z
      
        Ladsgroup
        1006
      
      
      Maintenance: Replacing importScriptURI with mw.loader.load ([[phab:T95964]])
      4961
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Spacebirdy/altækt.js&action=raw&ctype=text/javascript');
      km9s3o2cm5a2pnznrsp9bowpmbklnry
    
  
  
    Defnyddiwr:Sergio Andres Segovia/common.js
    2
    2474
    
      4362
      2013-09-28T19:18:01Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Sergio Andres Segovia]])
      4362
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Sergio Andres Segovia/global.js&action=raw&ctype=text/javascript');
      kw7fnwvspulwu42vm2yj6n3qot7g4tk
    
  
  
    Defnyddiwr:Behemot leviatan/common.js
    2
    2475
    
      4363
      2013-09-28T19:40:59Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Behemot leviatan]])
      4363
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Behemot leviatan/global.js&action=raw&ctype=text/javascript');
      dvsds5g4drwbhfmo1jvecbjsjdzug3v
    
  
  
    Defnyddiwr:Revi C.
    2
    2477
    
      5136
      4638
      2024-11-04T08:05:48Z
      
        HakanIST
        1473
      
      
      Symudodd HakanIST y dudalen [[Defnyddiwr:-revi]] i [[Defnyddiwr:Revi C.]]: Automatically moved page while renaming the user "[[Special:CentralAuth/-revi|-revi]]" to "[[Special:CentralAuth/Revi C.|Revi C.]]"
      4638
      wikitext
      text/x-wiki
      __NOINDEX__
<div class="mw-content-ltr" lang="en" dir="ltr">
{{#babel:ko|en-3|cy-0}}
[[File:Revi wikimedia image.jpg|thumb|center|middle|If you are here to talk about CommonsDelinker removing a deleted image, please [[:c:User talk:-revi|go here]].]]
Hello! I am [[:m:User:-revi|Revi]]. I edit to [[m:SWMT|revert vandals]], do Wikidata stuff (I am a Wikidata Admin! <small>([{{fullurl:wikidata:Special:ListUsers/-revi|limit=1}} Verify])</small>), or do [[:c:COM:FR|Commons Filemoving stuff]] (I am Commons Admin too! <small>([{{fullurl:c:Special:ListUsers/-revi|limit=1}} Verify])</small>). Come to [[:m:User:-revi|my Meta userpage]] or [[:c:User:-revi|my Commons userpage]] for more information. Thank you.
----
This is not a [[mw:Extension:GlobalUserPage|GlobalUserPage]] provided userpage. It's maintained per-wiki basis and I am not willing to change it.
      fl7cxp0f1mtwamflev0t4q617ry64u3
    
  
  
    Sgwrs Defnyddiwr:Revi C.
    3
    2478
    
      5135
      4520
      2024-11-04T08:05:48Z
      
        HakanIST
        1473
      
      
      Symudodd HakanIST y dudalen [[Sgwrs Defnyddiwr:-revi]] i [[Sgwrs Defnyddiwr:Revi C.]]: Automatically moved page while renaming the user "[[Special:CentralAuth/-revi|-revi]]" to "[[Special:CentralAuth/Revi C.|Revi C.]]"
      4520
      wikitext
      text/x-wiki
      __NOINDEX__<div class="mw-content-ltr" lang="en" dir="ltr">[[File:Revi logo (pink).png|thumb|center|<span style="color:red">PLEASE DO NOT LEAVE MESSAGE HERE!</span>]]
''' <span style="color:red">Before blocking my account: if you're blocking me for edits with summaries containing </span>''(Script)''<span style="color:red">, just tell me to slow down at [[:c:User talk:-revi]] instead. Those are automated script edits for Commons' filemove system.</span>
Please leave your message at one of the following sites:<br />
[[File:Wikidata-logo-en.svg|45px|link=d:User talk:-revi]] [[d:User talk:-revi]] for Wikidata/interwikilinks stuff (I'm one of the {{int:Group-sysop}} there);<br />
[[File:Commons-logo.svg|45px|link=commons:User talk:-revi]] [[commons:User talk:-revi]] for renaming stuff or [[User:CommonsDelinker|CommonsDelinker]] actions (I'm one of the {{int:Group-sysop}} there);<br />
[[File:Wikimedia Community Logo optimized.svg|45px|link=m:User talk:-revi]] [[meta:User talk:-revi]] for other stuff (like user right notifications or revert messages).</div>
      lwjsr976jdsq551jmw5zumkbtvudhn1
    
  
  
    Defnyddiwr:Seti6908
    2
    2480
    
      4369
      2013-09-29T20:33:46Z
      
        Seti6908
        905
      
      N
      4369
      wikitext
      text/x-wiki
      {{#babel:pl|de-1|en-1|cy-0}}
[[de:Benutzer:Seti6908]]
[[en:User:Seti6908]]
[[pl:Wikipedysta:Seti6908]]
      okje7igijcdldlu052oqss4qod9mkrt
    
  
  
    Defnyddiwr:*Youngjin/common.css
    2
    2481
    
      4747
      4373
      2017-12-06T21:29:37Z
      
        Revi C.
        1027
      
      
      Symudodd -revi y dudalen [[Defnyddiwr:분당선M/common.css]] i [[Defnyddiwr:*Youngjin/common.css]]: Automatically moved page while renaming the user "[[Special:CentralAuth/분당선M|분당선M]]" to "[[Special:CentralAuth/*Youngjin|*Youngjin]]"
      4747
      css
      text/css
      @import "//meta.wikimedia.org/w/index.php?title=User:%EB%B6%84%EB%8B%B9%EC%84%A0M/global.css&action=raw&ctype=text/css";
      gt41tyc1mmomd9lj9qv6vtr76ycszo0
    
  
  
    Defnyddiwr:Galahad/common.js
    2
    2484
    
      4877
      4678
      2018-04-04T19:49:18Z
      
        علاء
        1545
      
      
      Symudodd علاء y dudalen [[Defnyddiwr:White Master/common.js]] i [[Defnyddiwr:Galahad/common.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/White Master|White Master]]" to "[[Special:CentralAuth/Galahad|Galahad]]"
      4877
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:White Master King/global.js&action=raw&ctype=text/javascript');
      dgab902j4rc9x4lh5nvneik9hap840j
    
  
  
    Beth i wneud mewn daeargryn
    0
    2485
    
      5097
      5080
      2024-01-02T11:48:30Z
      
        Fehufanga
        2126
      
      
      Gwrthdröwyd golygiad gan [[Special:Contributions/WikiWikibotty|WikiWikibotty]] ([[User talk:WikiWikibotty|sgwrs]]) i'r golygiad diweddaraf gan [[User:194.81.160.51|194.81.160.51]]
      4380
      wikitext
      text/x-wiki
      ==Beth ddylech chi wneud mewn daeargryn?==
[[Delwedd:Earthquake-protective-foundation.gif|bawd|dde|Esiampl o adeilad yn symud mewn daeargryn]]
Os ydych yn byw mewn ardal lle ceir daeargrynfeydd, mae yna nifer o bethau y gallwch wneud er mwyn amddiffyn eich hun cyn, yn ystod, ac ar ôl daeargryn. Y ddau brif nod yw sicrhau nad yw eich tŷ na'i gynnwys yn beryglus a bod eich tŷ yn rhywle y medrwch fyw ynddo'n annibynnol am ychydig ddyddiau tan fod y gwasanaethau brys yn gallu eich helpu.
'''Cyn y ddaeargryn:'''
* Trefnwch fod peirannydd yn dod i weld pa mor gadarn yw strwythur y tŷ. Sicrhewch fod darnau gwahanol o'r lloriau, y waliau a'r seiliau wedi'u cysylltu â'i gilydd.
* Rhowch fraced er mwyn cysylltu'r simne â'r to.
* Sicrhewch nad yw eitemau trwm wedi'u storio mewn mannau uchel. Symudwch nhw i fan îs er mwyn eu hatal rhag syrthio.
* Bolltwch ddodrefn trwm i'r waliau gyda bolltiau, sgriwiau neu golfachau strap.
* Amnewidiwch bylbiau golau halogen gyda bylbiau fflwroleuol er mwyn lleihau'r risg o dân.
* Gwiriwch fod y pibellau nwy wedi eu gwneud o ddefnydd hyblyg er mwyn sicrhau nad ydynt yn rhwygo.
* Dylai pawb yn y cartref fod yn gwybod sut i ddiffodd y cyflenwad nwy. 
* Paratowch git daeargryn gyda digon o ddŵr a bwyd am dridiau o leiaf. Dylech gynnwys radio a batris hefyd.
* Gosodwch fflachlampau dros y tŷ i gyd fel bod un ar gael ar bob adeg. Rhowch un yn nhu blaen eich car hefyd.
* Cadwch nifer o ddiffoddwyr tân o amgylch y tŷ i ddelio ag unrhyw danau bychain.
* Gwnewch yn siwr fod cit cymorth cyntaf gennych yn gyfleus. 
* Cynlluniwch sut y byddwch yn gadael eich cartref a ble y byddwch yn ymgynnull ymlaen llaw. Peidiwch cynllunio gyrru ar heolydd sydd yn debygol o fod wedi'u difrodi.
[[Delwedd:LomaPrieta-Marina.jpeg|bawd|dde|300px|Adeilad wedi'i ddifrodi gan ddaeargryn]]
'''Yn ystod y daeargryn:'''
* Os ydych mewn adeilad, ewch ar y llawr o dan ddesg neu fwrdd cadarn, amddiffynnwch eich pen ac arhoswch yno.
* Osgowch ffenestri a drychau oherwydd gallant gwympo a glanio arnoch. Osgowch ddodrefn mawr allai syrthio arnoch.
* Os nad yw'r adeilad yn ddiogel, ewch tu allan cyn gynted a phosib. Rhedwch i fan agored, yn ddigon pell o adeiladau a gwifrau trydan allai ddisgyn arnoch.
* Os ydych mewn car, arhoswch yn y car ac osgowch adeiladau a allai gwympo e.e. pontydd, adeiladau, trosffyrdd.
'''Ar ôl y ddaeargryn:'''
* Cofiwch mae'n debygol y bydd ôl-dirgryniadau.
* Osgowch ardaloedd peryglus fel llethrau bryniau lle gallai tirlithriad ddigwydd.
* Diffoddwch y dŵr a'r trydan i'ch cartref.
* Defnyddiwch eich ffôn mewn argyfwch '''yn unig'''. Bydd nifer o bobl gydag anghenion difrifol iawn yn ceisio cysylltu â'r gwasanaethau brys.
* Byddwch yn barod i aros am gymorth neu gyfarwyddiadau. Cynorthwywch bobl eraill os oes angen.
[[Categori:Beth i wneud]]
      ktfotxnn02ccy0qtxny5kj087ptvd2y
    
  
  
    Defnyddiwr:William915
    2
    2488
    
      4387
      2013-10-28T06:17:53Z
      
        William915
        1031
      
      Editing global userpage
      4387
      wikitext
      text/x-wiki
      __NOINDEX__
{{softredirect|w:en:User:William915}}
{{#babel:zh|yue|en-3|cy-0}}
      2c8ppt2dhs2fjc6wdbluam6lcj6gfu4
    
  
  
    Defnyddiwr:Renamed user 9thz5duyuxms/common.js
    2
    2489
    
      5075
      4756
      2023-03-11T10:33:12Z
      
        Taketa
        1333
      
      
      Symudodd Taketa y dudalen [[Defnyddiwr:KernelFreeze/common.js]] i [[Defnyddiwr:Renamed user 9thz5duyuxms/common.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/KernelFreeze|KernelFreeze]]" to "[[Special:CentralAuth/Renamed user 9thz5duyuxms|Renamed user 9thz5duyuxms]]"
      4756
      javascript
      text/javascript
      // Created using [[m:User:PiRSquared17/Global Userpage]] (feel free to remove this line)
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Miguel2706/global.js&action=raw&ctype=text/javascript');
      mt87reyatdkpnh0iayjh58yfkjvfwj1
    
  
  
    Llyfr coginio:Cacen 1-2-3-4
    0
    2491
    
    
      4395
      2013-11-17T11:54:53Z
      
        Pwyll
        902
      
      Symudodd Pwyll y dudalen [[Llyfr coginio:Cacen 1-2-3-4]] i [[Llyfr Coginio:Cacen 1-2-3-4]]
      4395
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Llyfr Coginio:Cacen 1-2-3-4]]
      glzeykgxb96xg5awfkqe8fbmoyurdl6
    
  
  
    Sut i wneud pice ar y maen
    0
    2492
    
    
      4398
      2013-11-17T11:56:39Z
      
        Pwyll
        902
      
      Symudodd Pwyll y dudalen [[Sut i wneud pice ar y maen]] i [[Llyfr Coginio: Pice ar y maen]]
      4398
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Llyfr Coginio: Pice ar y maen]]
      m0zulk17a0l22linag67x4sbmsfmi3y
    
  
  
    Defnyddiwr:AmaryllisGardener
    2
    2493
    
      4402
      2013-11-17T14:25:59Z
      
        AmaryllisGardener
        1041
      
      Editing global userpage
      4402
      wikitext
      text/x-wiki
      {{#babel:en|sco-2|pih-1|nov-1}}
      b0yvcx7beool1djayxe8ixy1apoijrs
    
  
  
    Defnyddiwr:Jayantanth
    2
    2494
    
      4405
      4403
      2013-11-18T14:33:42Z
      
        PiRSquared17
        444
      
      Fixing userpage (per request).
      4405
      wikitext
      text/x-wiki
      {{#babel:bn|en-1}}
<div class="mw-content-ltr" lang="en" dir="ltr">
Hello. I do not edit here much. You can find me on [[m:bn:User:Jayantanth|the Bengali Wikipedia]] or [[m:User:Jayantanth|Meta]].
</div>
<!--This can be used to make a redirect arrow.-->[[File:Redirect arrow without text.svg|46px|link=]][[m:bn:User talk:Jayantanth|w:bn:{{ns:3}}:Jayantanth]] ([[m:w:User talk:Jayantanth|en]], [[m:User talk:Jayantanth|Meta]])
      iswgnavz6i0274lvy2730ubtx5kv9qb
    
  
  
    Defnyddiwr:TBloemink
    2
    2498
    
      4409
      2013-11-25T12:43:56Z
      
        TBloemink
        559
      
      Editing global userpage
      4409
      wikitext
      text/x-wiki
      <!--This is just an example. Edit it to make it yours. PLEASE CHANGE THE BABEL AND CONTENT. THIS IS 100% YOUR RESPONSIBILITY. -->
<div class="mw-content-ltr" lang="en" dir="ltr">Hello. I do not edit here much, but I am a member of [[m:Special:MyLanguage/Small Wiki Monitoring Team|the Small Wiki Monitoring Team]]. You can find me on Meta [[m:User:TBloemink|here]].
</div>
[[File:Redirect arrow without text.svg|46px|link=]][[m:User talk:TBloemink|m:{{ns:3}}:TBloemink]]
      qybcofzlzv3draz0hxv2g3uclqg09za
    
  
  
    Sgwrs Defnyddiwr:*Youngjin
    3
    2505
    
      4751
      4421
      2017-12-06T21:29:38Z
      
        Revi C.
        1027
      
      
      Symudodd -revi y dudalen [[Sgwrs Defnyddiwr:분당선M]] i [[Sgwrs Defnyddiwr:*Youngjin]]: Automatically moved page while renaming the user "[[Special:CentralAuth/분당선M|분당선M]]" to "[[Special:CentralAuth/*Youngjin|*Youngjin]]"
      4751
      wikitext
      text/x-wiki
      <div style="border:1px solid; background-color:#E8E8E8; margin:10px; padding:10px">
[[File:Gnome-help-faq.svg|100px|left]] 
<big> ''' NOTICE''' I am not active in here exapt SWMT works. So I may not replay quicly, Instead please visit my [[m:user talk:분당선M|Meta-wiki user talk page]]. Thank you </big>
      qhdktpypuswez5axawcgeouy42wixwq
    
  
  
    Defnyddiwr:La fée Didier/common.js
    2
    2506
    
      4730
      4425
      2017-02-15T22:37:29Z
      
        Litlok
        1527
      
      
      Symudodd Litlok y dudalen [[Defnyddiwr:Morphypnos/common.js]] i [[Defnyddiwr:La fée Didier/common.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Morphypnos|Morphypnos]]" to "[[Special:CentralAuth/La fée Didier|La fée D...
      4730
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Morphypnos/global.js&action=raw&ctype=text/javascript');
      qrxr6dgh3gg23pvlzua88n4xx2yk05f
    
  
  
    Defnyddiwr:JøMa/common.css
    2
    2509
    
      4430
      2014-01-20T21:41:38Z
      
        Pathoschild
        32
      
      global CSS ([[m:User:Pathoschild/Scripts/Synchbot|requested by JøMa]])
      4430
      css
      text/css
      @import "//de.wikipedia.org/w/index.php?title=User:JøMa/global.css&action=raw&ctype=text/css";
      b6im9giy1jl9jqfj9p8k1krtlppdc20
    
  
  
    Defnyddiwr:Jmvgpartner/common.js
    2
    2513
    
      4435
      2014-01-21T00:47:12Z
      
        Pathoschild
        32
      
      global JavaScript ([[m:User:Pathoschild/Scripts/Synchbot|requested by Jmvgpartner]])
      4435
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Jmvgpartner/global.js&action=raw&ctype=text/javascript');
      973biicq1oyeknwznhafa9banyrg90m
    
  
  
    Sgwrs Defnyddiwr:Alan
    3
    2514
    
      4437
      2014-01-21T10:19:21Z
      
        Alan
        988
      
      Editing global usertalk page
      4437
      wikitext
      text/x-wiki
      {{#babel:es-N|en-2|eu-3}}
[[File:Redirect arrow without text.svg|46px|link=]][[m:User talk:Alan|m:User talk:Alan]]
      k199yb4edrodawb5z4jl9cueesbzddb
    
  
  
    Defnyddiwr:Iluvatar
    2
    2518
    
      4448
      2014-02-14T14:25:01Z
      
        Iluvatar
        1080
      
      Editing global userpage
      4448
      wikitext
      text/x-wiki
      {{#babel:ru-N|en-1|be-1|}}
<div class="mw-content-ltr" lang="en" dir="ltr">Hello. I do not edit here much, but I am a member of [[m:Special:MyLanguage/Small Wiki Monitoring Team|the Small Wiki Monitoring Team]]. You can find me on Meta: [[m:User:Iluvatar]].
</div>
[[File:Redirect arrow without text.svg|46px|link=]][[m:User talk:Iluvatar|m:{{ns:3}}:Iluvatar]]
      2u2txozbl1ux8kpr7mp9i86e0b9h4kr
    
  
  
    Defnyddiwr:Randykitty
    2
    2520
    
      4451
      2014-02-28T05:01:22Z
      
        Pathoschild
        32
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by Randykitty]])
      4451
      wikitext
      text/x-wiki
      Please click<br>→ [[m:w:en:User:Randykitty|'''here''']] to visit my user page on my English home wiki,<br>→ [[m:w:en:Talk:Randykitty|'''here''']] to access my talk page on my home wiki.<br><br>Thank you, Randykitty
      qlj5rkivvr1qfq7puri3vd4kcuim2q2
    
  
  
    Defnyddiwr:Dusti
    2
    2523
    
      4454
      2014-02-28T07:02:46Z
      
        Pathoschild
        32
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by Dusti]])
      4454
      wikitext
      text/x-wiki
      {{#babel:en|es-3}}[[File:Redirect arrow  without text.svg|46px|link=]][[w:en:User:Dusti|w:en:{{ns:3}}:Dusti]]
      imzuc5l2cxomqg3bmsjnqupazotkb6p
    
  
  
    Defnyddiwr:Jaxxes
    2
    2524
    
      4456
      2014-03-14T00:23:33Z
      
        PiRSquared17
        444
      
      Editing global userpage on request
      4456
      wikitext
      text/x-wiki
      <div style="background-color:black; color:white; -moz-border-radius: 13px; border-radius: 11px; solid #000000; padding:5px; font new; font-size:95%; width:95%; margin:auto;" class="mw-content-ltr" lang="en" dir="ltr">
Sup. I'm [[wikia:central:User:Alpha God|<span style="color:#FF0000;">Alpha-God]] or on Wikimedia [[m:User:Jaxxes|<span style="color:#FF0000;">Jaxxes]] and I do [[m:Countervandalism Network|<span style="color:#FF0000;">counter-vandalism]] for Wikia and Wikimedia, meaning that if you are seeing this, I have probably been here cleaning up spam and/or vandalism. I am also an experienced member of the [[m:Small Wiki Monitoring Team|<span style="color:#FF0000;">SWMT]] so I might be doing counter-vandalism on small wikis. <br /><br /> Feel free to contact me on my [[wikia:central:Message Wall:Alpha God|<span style="color:#FF0000;">Wikia Message Wall</span>]] or [[m:User Talk:Jaxxes|<span style="color:#FF0000;">Meta User-Talk</span>]] if you have anything you need!
      b0c80xx890hjulrn9v02czklgvulew1
    
  
  
    Defnyddiwr:Natuur12/vector.css
    2
    2530
    
      4468
      2014-04-03T22:01:31Z
      
        Natuur12
        1074
      
      Editing global userpage
      4468
      css
      text/css
      * {
	font-family: sans-serif;
}
h2#mw-previewheader,
div#mw-usercsspreview strong {
	font-family: sans-serif !important;
	color: #c00 !important;
}
div#content #toc h2, div#content .toc h2,
h2.diff-currentversion-title {
	font-family: sans-serif !important;
}
div.mw-geshi div, div.mw-geshi div span, div.mw-geshi div pre, span.mw-geshi, span.mw-geshi span, pre.source-css, pre.source-css span, pre.source-javascript, pre.source-javascript span, pre.source-lua, pre.source-lua span {
	font-family: monospace !important;
	-moz-tab-size: 4;
}
div#content {
	font-size: 93%;
}
h1#firstHeading {
	font-size: 1.6em !important;
}
div#content.mw-body {
	margin-left: 11.8em;
	color: #000;
}
textarea#wpTextbox1,
pre {
	font-family: monospace;
}
 
/* Font size */
code a {
	font-family: monospace;
	font-size: 130%;
}
pre {
	font-size: 130%;
}
div#content h3 {
	font-size: 132%;
}
div#content h4 {
	font-sizeː 116%;
}
div#content h5 {
	font-size: 100%;
}
div#content h6 {
	font-size: 80%;
}
td.diff-deletedline,
td.diff-addedline,
td.diff-context {
	font-size: 85%;
}
      4ciwchmduyqbsol7vm6r1143zsm9r2a
    
  
  
    Defnyddiwr:JurgenNL/common.css
    2
    2533
    
      4472
      2014-04-04T07:28:59Z
      
        JurgenNL
        944
      
      Editing global css
      4472
      css
      text/css
      @import "//meta.wikimedia.org/w/index.php?title=User:JurgenNL/global.css&action=raw&ctype=text/css";
      7f2rb7kpwjtpaud5unzlfzgvmiyopcq
    
  
  
    Defnyddiwr:Aldnonymous
    2
    2534
    
      4473
      2014-04-08T11:31:17Z
      
        Aldnonymous
        1011
      
      Crëwyd tudalen newydd yn dechrau gyda '<div class="mw-content-ltr">[[File:Redirect arrow without text.svg|46px|link=]][[meta:User:Aldnonymous|meta:{{ns:2}}:Aldnonymous]]</div>'
      4473
      wikitext
      text/x-wiki
      <div class="mw-content-ltr">[[File:Redirect arrow without text.svg|46px|link=]][[meta:User:Aldnonymous|meta:{{ns:2}}:Aldnonymous]]</div>
      gbx9kjahhy89ybr4b8d90tkkide85yn
    
  
  
    Sgwrs Wicilyfrau:Porth y Gymuned
    5
    2536
    
      4476
      2014-05-19T20:38:38Z
      
        MediaWiki message delivery
        1067
      
      /* Using only UploadWizard for uploads */ adran newydd
      4476
      wikitext
      text/x-wiki
      == Using only [[commons:Special:MyLanguage/Commons:Upload Wizard|UploadWizard]] for uploads ==
[[Image:Commons-logo.svg|right|220px|alt=Wikimedia Commons logo]]
<div lang="en" dir="ltr" class="mw-content-ltr">
Hello! It was noted that on this wiki you have [[Special:Statistics|less than 10 local files]]. Presumably, you therefore don't have interest nor energies to have [[commons:Category:Licensing templates|hundreds templates]] with the [[mw:Multimedia/Media Viewer/Template compatibility|now required HTML]], even less a local [[m:EDP|EDP]]. However, this means that users here will experience a mostly broken and/or [[wmf:Resolution:Licensing policy|illegal]] uploading.
I propose to
* '''have [[Special:Upload|local upload]] [[commons:Commons:Turning off local uploads|restricted]]''' to the "{{int:group-sysop}}" group (for emergency uploads) and
* the '''sidebar point to [[commons:Special:UploadWizard]]''',
so that you can avoid local maintenance and all users can have a functioning, easy upload interface [[translatewiki:Special:Translate/ext-uploadwizard|in their own language]]. All registered users can upload on Commons and [[Special:ListFiles|existing files]] will not be affected.
I'll get this done in one week from now.
# If you disagree with the proposal, just [[m:User:Nemo bis/Unused local uploads|remove your wiki from the list]].
# To make the UploadWizard even better, please tell your experience and ideas on [[commons:Commons:Upload Wizard feedback]].
[[m:User:Nemo_bis|Nemo]] 20:38, 19 Mai 2014 (UTC)
</div>
<!-- Message sent by User:Nemo bis@metawiki using the list at http://meta.wikimedia.org/w/index.php?title=User_talk:Nemo_bis/Unused_local_uploads&oldid=8578536 -->
      k1f6o5hq4z0uoriooj1gupv2d03ljwr
    
  
  
    Defnyddiwr:MoiraMoira
    2
    2539
    
      4480
      2014-06-16T15:31:40Z
      
        MoiraMoira
        1116
      
      Crëwyd tudalen newydd yn dechrau gyda 'global sysop; when around here helping out with vandalism/spam'
      4480
      wikitext
      text/x-wiki
      global sysop; when around here helping out with vandalism/spam
      97khejce7pg4el5kbdtqo4mvyhl0p97
    
  
  
    Sgwrs MediaWici:Monobook.js
    9
    2540
    
      4738
      4481
      2017-05-14T09:49:35Z
      
        MediaWiki message delivery
        1067
      
      /* Broken JavaScript */ adran newydd
      4738
      wikitext
      text/x-wiki
      == LinkFA ==
Hello, it [[mailarchive:wikitech-ambassadors/2014-July/000827.html|seems]] that this wiki is using [[d:Q16467|LinkFA]] in this skin, but forgot to enable it for all skins: the block containing the LinkFA function should be moved to [[MediaWiki:Common.js]] instead. [[m:User:Nemo_bis|Nemo]] 22:51, 25 Gorffennaf 2014 (UTC)
<!-- Message sent by User:Nemo bis@metawiki using the list at http://meta.wikimedia.org/w/index.php?title=Meta:Sandbox&oldid=9309960 -->
== Broken JavaScript ==
MediaWiki developers found that this page probably breaks JavaScript for users (example: not seeing the buttons when editing a page). You probably need to edit this .js page and/or [[MediaWiki:Gadgets-definition]] as in the examples at [[phabricator:T122755]]. [{{SERVER}}/w/index.php?search=insource%3A%2F(mw.util|mw.notify)%2F+-loader.using&title=Special:Search&fulltext=1&ns8=1 List more pages to check].
If you have questions or need help, please ask at [[phabricator:T164242]]. You can login with your wiki account. Best wishes, [[User:Nemo_bis|Nemo]] 09:49, 14 Mai 2017 (UTC)
<!-- Message sent by User:Nemo bis@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=Meta:Sandbox&oldid=16758538 -->
      fpexqqm3i3du4pmwpzzj72k0t166v3w
    
  
  
    Defnyddiwr:Jalexander
    2
    2541
    
    
      4483
      2014-08-17T23:19:58Z
      
        MF-Warburg
        28
      
      Symudodd MF-Warburg y dudalen [[Defnyddiwr:Jalexander]] i [[Defnyddiwr:Jalexander-WMF]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Jalexander|Jalexander]]" to "[[Special:CentralAuth/Jalexander-WMF|Jalexander-WMF]]"
      4483
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Jalexander-WMF]]
      1chqhawdfv5bg7ti6yg2lc4gc5w6z2j
    
  
  
    Defnyddiwr:Good afternoon
    2
    2543
    
      4487
      2014-08-27T02:24:17Z
      
        Pathoschild
        32
      
      global user pages ([[m:User:Pathoschild/Scripts/Synchbot|requested by Good afternoon]])
      4487
      wikitext
      text/x-wiki
      __NOINDEX__ Greetings! I'm most active on [[:w:zh:User:Good afternoon|Chinese Wikipedia]]. Please leave me messages there. Thank you!
      5p9zn8ygjlpiez32knrqmg16jzgc3ps
    
  
  
    Defnyddiwr:Vanished user 9oijnsdfknefijh3tjasfi34
    2
    2545
    
      4669
      4494
      2015-11-13T03:08:36Z
      
        Nihonjoe
        430
      
      
      Symudodd Nihonjoe y dudalen [[Defnyddiwr:Romtam]] i [[Defnyddiwr:Vanished user 9oijnsdfknefijh3tjasfi34]] heb adael dolen ailgyfeirio: Automatically moved page while renaming the user "[[Special:CentralAuth/Romtam|Romtam]]" to "[[Special:CentralAuth/Va...
      4669
      wikitext
      text/x-wiki
      <center>Hi there. If you want to contact me, please visit my talk page at [[m:w:en:User talk:Romtam|English Wikipedia]] or [[m:w:th:คุยกับผู้ใช้:Romtam|Thai Wikipedia]]. Thanks for visiting.
<br />
สวัสดีครับ ถ้าคุณต้องการติดต่อผม ขอให้คุยที่[[m:w:th:คุยกับผู้ใช้:Romtam|วิกิพีเดีย]]ครับ ขอบคุณครับ
<br />
[[File:BTS Surasak Aug2014.jpg|700px]]</center>
      kflhupopageql1pdurbu1tyspe6jq1i
    
  
  
    Defnyddiwr:Vajotwo
    2
    2547
    
      4497
      2014-09-14T15:45:31Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Vajotwo]])
      4497
      wikitext
      text/x-wiki
      '''Hi, if you want to contact me, please visit my talk page at [[m:w:it:User talk:Vajotwo|Italian Wikipedia]]. Thanks for your attention'''
      3x6177sgt4xcdumkkbdt95dxsj5r9n8
    
  
  
    Sgwrs Defnyddiwr:Vanished user 9oijnsdfknefijh3tjasfi34
    3
    2548
    
      4670
      4498
      2015-11-13T03:10:08Z
      
        Nihonjoe
        430
      
      
      Symudodd Nihonjoe y dudalen [[Sgwrs Defnyddiwr:Romtam]] i [[Sgwrs Defnyddiwr:Vanished user 9oijnsdfknefijh3tjasfi34]] heb adael dolen ailgyfeirio: Automatically moved page while renaming the user "[[Special:CentralAuth/Romtam|Romtam]]" to "[[Special:Ce...
      4670
      wikitext
      text/x-wiki
      <center>Hi there. If you want to contact me, please visit my talk page at [[m:w:en:User talk:Romtam|English Wikipedia]] or [[m:w:th:คุยกับผู้ใช้:Romtam|Thai Wikipedia]]. Thanks for visiting.
<br />
สวัสดีครับ ถ้าคุณต้องการติดต่อผม ขอให้คุยที่[[m:w:th:คุยกับผู้ใช้:Romtam|วิกิพีเดีย]]ครับ ขอบคุณครับ
<br />
[[File:BTS Surasak Aug2014.jpg|700px]]</center>
      kflhupopageql1pdurbu1tyspe6jq1i
    
  
  
    Defnyddiwr:Hym411
    2
    2549
    
    
      5141
      4555
      2024-11-07T12:10:16Z
      
        EmausBot
        1988
      
      
      Yn trwsio ail-gyfeiriad dwbl i [[Defnyddiwr:Revi C.]]
      5141
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Revi C.]]
      5n6yxqh4xthmiq2ukxkf7y16tehv900
    
  
  
    Sgwrs Defnyddiwr:Hym411
    3
    2550
    
    
      5142
      4556
      2024-11-07T12:10:36Z
      
        EmausBot
        1988
      
      
      Yn trwsio ail-gyfeiriad dwbl i [[Sgwrs Defnyddiwr:Revi C.]]
      5142
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Sgwrs Defnyddiwr:Revi C.]]
      sp9yhe28qo7x8t066r7w0cqzehdywv7
    
  
  
    Defnyddiwr:Conquistador/sandbox
    2
    2557
    
      4672
      4666
      2015-11-17T06:59:36Z
      
        Conquistador
        1163
      
      
      page blanking
      4672
      wikitext
      text/x-wiki
      
      phoiac9h4m842xq45sp7s6u21eteeq1
    
  
  
    Defnyddiwr:V(g)
    2
    2579
    
      4697
      4695
      2016-08-25T10:46:01Z
      
        Céréales Killer
        1293
      
      
      Symudodd Céréales Killer y dudalen [[Defnyddiwr:G(x)-former]] i [[Defnyddiwr:V(g)]]: Automatically moved page while renaming the user "[[Special:CentralAuth/G(x)-former|G(x)-former]]" to "[[Special:CentralAuth/V(g)|V(g)]]"
      4697
      wikitext
      text/x-wiki
      [[File:Redirect arrow without text.svg|46px|link=]][[m:th:User:V(g)|w:th:{{ns:3}}:V(g)]]
      slukf703ujdbkhc42onrhxjkk50gtvz
    
  
  
    Sgwrs Defnyddiwr:V(g)
    3
    2580
    
      4699
      4696
      2016-08-25T10:46:01Z
      
        Céréales Killer
        1293
      
      
      Symudodd Céréales Killer y dudalen [[Sgwrs Defnyddiwr:G(x)-former]] i [[Sgwrs Defnyddiwr:V(g)]]: Automatically moved page while renaming the user "[[Special:CentralAuth/G(x)-former|G(x)-former]]" to "[[Special:CentralAuth/V(g)|V(g)]]"
      4699
      wikitext
      text/x-wiki
      [[File:Redirect arrow without text.svg|46px|link=]][[m:th:User talk:V(g)|w:th:{{ns:3}}:V(g)]]
      0a8ll03hwd1s0o95bb7tbg7ww2ctts0
    
  
  
    Defnyddiwr:Holder
    2
    2581
    
      4545
      2014-11-26T06:40:12Z
      
        Holder
        337
      
      Crëwyd tudalen newydd yn dechrau gyda '{{#babel:als|de-4|en-3|cy-0}} Hello, I'm [https://als.wikipedia.org/wiki/Benutzer:Holder Holder], administrator (sysop) and bureaucrat from [https://als.w...'
      4545
      wikitext
      text/x-wiki
      {{#babel:als|de-4|en-3|cy-0}}
Hello, I'm [https://als.wikipedia.org/wiki/Benutzer:Holder Holder], administrator (sysop) and bureaucrat from [https://als.wikipedia.org/wiki/Wikipedia:Houptsyte Alemannic Wikipedia].
As contributor of a small wikipedia in a regional language, I’m  interested in discussing problems of minority languages and dialects with users of other wikipedias in minority languages, regional languages, and dialects.
I'm also member of the [[:meta:Small Wiki Monitoring Team|Small Wiki Monitoring Team]].
Please contact me [https://als.wikipedia.org/wiki/Benutzer_Diskussion:Holder here].
      q1r4jxlbkoc5u2tc9twyedwbfiiqc0x
    
  
  
    Sgwrs Defnyddiwr:Ah3kal
    3
    2585
    
      4552
      2014-11-30T04:17:53Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Ah3kal]])
      4552
      wikitext
      text/x-wiki
      Welcome to my page! please contact me at [[m:w:el:User talk:Ah3kal|User talk:Ah3kal @ el.wikipedia]]
      67vgypbz2gxfpukcgcsc2b4x43eg8w1
    
  
  
    Sgwrs Defnyddiwr:Sir Lestaty de Lioncourt
    3
    2587
    
      4557
      2015-01-11T23:02:55Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Sir Lestaty de Lioncourt]])
      4557
      wikitext
      text/x-wiki
      __NOINDEX__{{#babel:pt|en-3}}[[File:Redirect arrow without text.svg|45px|link=]][[m:User talk:Sir Lestaty de Lioncourt|Lestaty de Lioncourt (Meta-Wiki)]]
      0738nao5e9r9j989zct5f35xw1x5bxc
    
  
  
    Defnyddiwr:Lestaty
    2
    2588
    
    
      4560
      2015-01-13T01:11:48Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Lestaty]])
      4560
      wikitext
      text/x-wiki
      #REDIRECT [[User talk:Sir Lestaty de Lioncourt]]
      cc8rweyhovhvvro1gd6g7rh9zxi29el
    
  
  
    Sgwrs Defnyddiwr:Lestaty
    3
    2589
    
    
      4561
      2015-01-13T02:18:19Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Lestaty]])
      4561
      wikitext
      text/x-wiki
      #REDIRECT [[User talk:Sir Lestaty de Lioncourt]]
      cc8rweyhovhvvro1gd6g7rh9zxi29el
    
  
  
    Defnyddiwr:Caliburn
    2
    2590
    
      4588
      4580
      2015-02-20T11:34:15Z
      
        Billinghurst
        752
      
      
      Symudodd Billinghurst y dudalen [[Defnyddiwr:George.Edward.C]] i [[Defnyddiwr:Caliburn]]: Automatically moved page while renaming the user "[[Special:CentralAuth/George.Edward.C|George.Edward.C]]" to "[[Special:CentralAuth/Caliburn|Caliburn]]"
      4588
      wikitext
      text/x-wiki
      __NOINDEX__[[File:Redirectltr.png]][[meta:User:George.Edward.C|Me @ Meta]]
      0qt2melp40r0592gltncjamudoyvboh
    
  
  
    Sgwrs Defnyddiwr:Adda'r Yw
    3
    2591
    
      4886
      4563
      2018-09-25T15:55:46Z
      
        Céréales Killer
        1293
      
      
      Symudodd Céréales Killer y dudalen [[Sgwrs Defnyddiwr:Adam]] i [[Sgwrs Defnyddiwr:Adda'r Yw]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Adam|Adam]]" to "[[Special:CentralAuth/Adda'r Yw|Adda'r Yw]]"
      4563
      wikitext
      text/x-wiki
      ==Your administrator status on the Welsh Wikibooks== 
Hello. A [[:m:Admin activity review|policy]] regarding the removal of "advanced rights" (administrator, bureaucrat, etc.) was adopted by [[:m:Requests for comment/Activity levels of advanced administrative rights holders|community consensus]] in 2013. According to this policy, the stewards are reviewing activity on wikis with no inactivity policy.
You meet the inactivity criteria (no edits and no log actions for 2 years) on the wiki listed above. Since that wiki does not have its own rights review process, the global one applies.
If you want to keep your rights, you should inform the community of the wiki about the fact that the stewards have sent you this information about your inactivity. If the community has a discussion about it and then wants you to keep your rights, please contact the stewards at [[:m:Stewards' noticeboard]], and link to the discussion of the local community, where they express their wish to continue to maintain the rights.
If you wish to resign your rights, you can reply here or [[m:SRP|request removal of your rights on Meta]].
If there is no response at all after approximately one month, stewards will proceed to remove your administrator and/or bureaucrat rights. In ambiguous cases, stewards will evaluate the responses and will refer a decision back to the local community for their comment and review. If you have any questions, please contact the [[:m:Stewards' noticeboard|stewards]]. '''[[User:Rschen7754|Rs]][[User talk:Rschen7754|chen]][[Special:Contributions/Rschen7754|7754]]''' 05:41, 14 Ionawr 2015 (UTC)
      bdjwjt5ubfbokko569u1jm350l52x1k
    
  
  
    Defnyddiwr:*SM*
    2
    2592
    
    
      4573
      4570
      2015-02-03T18:04:36Z
      
        Céréales Killer
        1293
      
      
      Symudwyd y dudalen [[Defnyddiwr:Suprememangaka]] i [[Defnyddiwr:*SM*]] gan Céréales Killer dros y ddolen ailgyfeirio: Automatically moved page while renaming the user "[[Special:CentralAuth/Suprememangaka|Suprememangaka]]" to "[[Special:CentralAuth/*...
      4573
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:*SM*]]
      6i4wwdo4xwiddm2reyxvcyj6mwel01y
    
  
  
    Sgwrs Defnyddiwr:*SM*
    3
    2593
    
    
      4575
      4572
      2015-02-03T18:04:36Z
      
        Céréales Killer
        1293
      
      
      Symudwyd y dudalen [[Sgwrs Defnyddiwr:Suprememangaka]] i [[Sgwrs Defnyddiwr:*SM*]] gan Céréales Killer dros y ddolen ailgyfeirio: Automatically moved page while renaming the user "[[Special:CentralAuth/Suprememangaka|Suprememangaka]]" to "[[Special:C...
      4575
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Sgwrs Defnyddiwr:*SM*]]
      eky116wygimi54e1g5xbh9kax1xynt1
    
  
  
    Defnyddiwr:Suprememangaka
    2
    2594
    
    
      4574
      2015-02-03T18:04:36Z
      
        Céréales Killer
        1293
      
      Symudwyd y dudalen [[Defnyddiwr:Suprememangaka]] i [[Defnyddiwr:*SM*]] gan Céréales Killer dros y ddolen ailgyfeirio: Automatically moved page while renaming the user "[[Special:CentralAuth/Suprememangaka|Suprememangaka]]" to "[[Special:CentralAuth/*...
      4574
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:*SM*]]
      6i4wwdo4xwiddm2reyxvcyj6mwel01y
    
  
  
    Sgwrs Defnyddiwr:Suprememangaka
    3
    2595
    
    
      4576
      2015-02-03T18:04:36Z
      
        Céréales Killer
        1293
      
      Symudwyd y dudalen [[Sgwrs Defnyddiwr:Suprememangaka]] i [[Sgwrs Defnyddiwr:*SM*]] gan Céréales Killer dros y ddolen ailgyfeirio: Automatically moved page while renaming the user "[[Special:CentralAuth/Suprememangaka|Suprememangaka]]" to "[[Special:C...
      4576
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Sgwrs Defnyddiwr:*SM*]]
      eky116wygimi54e1g5xbh9kax1xynt1
    
  
  
    Sgwrs Defnyddiwr:Unapersona
    3
    2597
    
    
      4579
      2015-02-08T04:41:41Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Unapersona]])
      4579
      wikitext
      text/x-wiki
      #REDIRECT[[m:User talk:Unapersona]]
      axmxwqgqn5cc3repvdpskh427rynpkh
    
  
  
    Sgwrs Defnyddiwr:Caliburn
    3
    2598
    
      4590
      4581
      2015-02-20T11:34:15Z
      
        Billinghurst
        752
      
      
      Symudodd Billinghurst y dudalen [[Sgwrs Defnyddiwr:George.Edward.C]] i [[Sgwrs Defnyddiwr:Caliburn]]: Automatically moved page while renaming the user "[[Special:CentralAuth/George.Edward.C|George.Edward.C]]" to "[[Special:CentralAuth/Caliburn|Caliburn]]"
      4590
      wikitext
      text/x-wiki
      <center><font face="Georgia">'''Hi there! Please do not contact me here. Instead, please contact me on [[meta:User_talk:George.Edward.C|meta]]. Messages left here may not get a timely response.</font></center>
      kv5wzoqoqwkaewjwmlncjbvwbbz9e5h
    
  
  
    Sgwrs Defnyddiwr:Mjbmr
    3
    2599
    
      4582
      2015-02-12T02:29:44Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Mjbmr]])
      4582
      wikitext
      text/x-wiki
      __NOINDEX__<div dir="ltr">[[File:Redirect arrow without text.svg|46px|link=]][[w:en:User:Mjbmr|Mjbmr]]@Wikipedia ([[w:en:User talk:Mjbmr|Talk]]@Wikipedia)</div>
      iixdp9ugeyiqeurocghjgsb2lkrjjfm
    
  
  
    Defnyddiwr:NahidSultan
    2
    2600
    
      4583
      2015-02-14T18:57:52Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by NahidSultan]])
      4583
      wikitext
      text/x-wiki
      {{DISPLAYTITLE:<span style="display:none;">User:</span><span style="font-family:Comic Sans MS;font-size:30px"><b><font color=green>Nahid Sultan</font></b></span>}}
<div style="padding: 12px 18px 5px 15px; width: absolute; border: 2px solid #000; background: #F5F5F5; color: #000; text-align: justify;">Thanks for stopping by! The purpose of this user page is to point you to the right direction where you can contact me in need. Please do not leave your message here, otherwise in most cases, they will not be noticed in time and eventually be removed.
However, you are encouraged to contact me or say hello. :-)
Please note that I can communicate in either Bangla or English. My apologies for not knowing your language.
If you prefer to leave me a message, please choose any of the following talk pages I maintain frequently.
* [[m:User talk:NahidSultan|Meta-Wiki talk page]]
* [[m:bn:User talk:NahidSultan|Bangla Wikipedia talk page]] 
* [[m:en:User talk:NahidSultan|English Wikipedia talk page]]
* [[m:commons:User talk:NahidSultan|Wikimedia Commons talk page]]
If you have something to say to me in private, e-mail is a good option.
* If you are logged in to your Wikimedia account you can probably e-mail me by [[Special:EmailUser/NahidSultan|clicking here]].
Finally, If you have an IRC client, you can contact me there as well. I can be found in [irc://irc.freenode.net/cvn-sw #cvn-sw] and [irc://irc.freenode.net/wikimedia-commons #wikimedia-commons] on the Freenode IRC network, usually with the nick <code>NahidSultan</code>. Please be bold and talk.</font></center></div>
      7g7jlke3se59pr3n34z6pd2eymm6gfy
    
  
  
    Sgwrs Defnyddiwr:Vanished user 24kwjf10h32h
    3
    2601
    
      4939
      4635
      2020-06-05T13:20:54Z
      
        Sotiale
        808
      
      
      Symudodd Sotiale y dudalen [[Sgwrs Defnyddiwr:Diego Grez-Cañete]] i [[Sgwrs Defnyddiwr:Vanished user 24kwjf10h32h]] heb adael dolen ailgyfeirio: Automatically moved page while renaming the user "[[Special:CentralAuth/Diego Grez-Cañete|Diego Grez-Cañete]]" to "[[Special:CentralAuth/Vanished user 24kwjf10h32h|Vanished user 24kwjf10h32h]]"
      4635
      wikitext
      text/x-wiki
      __NOINDEX__
      4dk4zevx7zb4mh95uavtx21at6jgovp
    
  
  
    Defnyddiwr:George.Edward.C
    2
    2603
    
    
      4589
      2015-02-20T11:34:15Z
      
        Billinghurst
        752
      
      Symudodd Billinghurst y dudalen [[Defnyddiwr:George.Edward.C]] i [[Defnyddiwr:Caliburn]]: Automatically moved page while renaming the user "[[Special:CentralAuth/George.Edward.C|George.Edward.C]]" to "[[Special:CentralAuth/Caliburn|Caliburn]]"
      4589
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Caliburn]]
      e2zcv7rfchw8teozyslsn9ywaqefldv
    
  
  
    Sgwrs Defnyddiwr:George.Edward.C
    3
    2604
    
    
      4591
      2015-02-20T11:34:15Z
      
        Billinghurst
        752
      
      Symudodd Billinghurst y dudalen [[Sgwrs Defnyddiwr:George.Edward.C]] i [[Sgwrs Defnyddiwr:Caliburn]]: Automatically moved page while renaming the user "[[Special:CentralAuth/George.Edward.C|George.Edward.C]]" to "[[Special:CentralAuth/Caliburn|Caliburn]]"
      4591
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Sgwrs Defnyddiwr:Caliburn]]
      k9zxbk6n1zupjevu2t52m5dwlyr1ukg
    
  
  
    Defnyddiwr:Vanished user 24kwjf10h32h
    2
    2605
    
      4938
      4633
      2020-06-05T13:20:54Z
      
        Sotiale
        808
      
      
      Symudodd Sotiale y dudalen [[Defnyddiwr:Diego Grez-Cañete]] i [[Defnyddiwr:Vanished user 24kwjf10h32h]] heb adael dolen ailgyfeirio: Automatically moved page while renaming the user "[[Special:CentralAuth/Diego Grez-Cañete|Diego Grez-Cañete]]" to "[[Special:CentralAuth/Vanished user 24kwjf10h32h|Vanished user 24kwjf10h32h]]"
      4633
      wikitext
      text/x-wiki
      __NOINDEX__
      4dk4zevx7zb4mh95uavtx21at6jgovp
    
  
  
    Defnyddiwr:Küñall
    2
    2606
    
    
      4637
      4593
      2015-08-01T05:34:39Z
      
        タチコマ robot
        665
      
      
      Bot: Yn trwsio ailgyfeiriad dwbl i [[Defnyddiwr:Diego Grez-Cañete]]
      4637
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Diego Grez-Cañete]]
      ibdp2h5hmw2c20y7i73s4l2pbyqp5if
    
  
  
    Sgwrs Defnyddiwr:H.P~cywikibooks
    3
    2607
    
      4623
      4611
      2015-04-17T04:38:56Z
      
        MediaWiki message delivery
        1067
      
      Renamed
      4623
      wikitext
      text/x-wiki
      == Bydd eich cyfri'n cael ei ailenwi ==
<div class="plainlinks mw-content-ltr" lang="cy" dir="ltr">
Pa hwyl?
Mae datblygwyr Wikimedia yn aildrefnu sut mae rhai cyfrifon yn gweithio, fel rhan o'n hymgais i ddarparu adnoddau gwell, megis cyhoeddiadau traws-wici. Yn syml: bydd gennych un enw yn unig i'ch holl gyfrifon. Mae hyn yn ein galluogi i ni ddarparu gwell cefnogaeth i chi ee hawliau a nodweddion mwy hyblyg a chryfach i chi eu defnyddio. Un o brif sgil-effeithiau hyn ydy y bydd yn rhaid i'ch holl gyfrifon ledled yr holl wicis - ac mae dros 900 ohonyn nhw - gael un enw yn unig. Gweler: [[m:Special:MyLanguage/Single User Login finalisation announcement|y datganiad]] am ragor o fanylion.
Yn anffodus, mae eich henw hefyd ar gael mewn wicis eraill, sef H.P. Er mwyn sicrhau y gall y ddau ohonoch barhau i ddefnyddio wicis Wikimedia byddwn yn ail-enwi eich cyfrif i H.P~cywikibooks. Bydd hyn yn digwydd ym mis Ebrill 2015, ymhlith newidiadau tebyg i nifer o gyfrifon eraill.
Bydd eich cyfri'n dal i weithio fel o'r blaen, a bydd y dolennau i'ch golygiadau'n dal yno! Os nad ydych yn hoffi'r enw rydym wedi'i glustnodi ar eich cyfer, gallwch wneud cais i'w newid unwaith eto gan ddefnyddio'r  [[Special:GlobalRenameRequest|ffurflen hon]].
Ymddiheurwn am eich trafferthu fel hyn!
Yours,<br />[[m:User:Keegan (WMF)|Keegan Peterzell]]<br />Community Liaison, Wikimedia Foundation
</div> 22:30, 17 Mawrth 2015 (UTC)
<!-- SUL finalisation notification -->
== Renamed ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr”>
This account has been renamed as part of [[m:Special:MyLanguage/Single User Login finalisation announcement|single-user login finalisation]]. If you own this account you can [[{{#special:userlogin}}|log in using your previous username and password]] for more information. If you do not like this account's new name, you can choose your own using this form after logging in: [[{{#special:GlobalRenameRequest}}]]. -- [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]])
</div> 04:38, 17 Ebrill 2015 (UTC)
<!-- SUL post-rename notification -->
      9bcb1rvxw76trwgos5pybh6em7c6a3x
    
  
  
    Sgwrs Defnyddiwr:Heriberto~cywikibooks
    3
    2608
    
      4622
      4615
      2015-04-17T04:38:56Z
      
        MediaWiki message delivery
        1067
      
      Renamed
      4622
      wikitext
      text/x-wiki
      == Bydd eich cyfri'n cael ei ailenwi ==
<div class="plainlinks mw-content-ltr" lang="cy" dir="ltr">
Pa hwyl?
Mae datblygwyr Wikimedia yn aildrefnu sut mae rhai cyfrifon yn gweithio, fel rhan o'n hymgais i ddarparu adnoddau gwell, megis cyhoeddiadau traws-wici. Yn syml: bydd gennych un enw yn unig i'ch holl gyfrifon. Mae hyn yn ein galluogi i ni ddarparu gwell cefnogaeth i chi ee hawliau a nodweddion mwy hyblyg a chryfach i chi eu defnyddio. Un o brif sgil-effeithiau hyn ydy y bydd yn rhaid i'ch holl gyfrifon ledled yr holl wicis - ac mae dros 900 ohonyn nhw - gael un enw yn unig. Gweler: [[m:Special:MyLanguage/Single User Login finalisation announcement|y datganiad]] am ragor o fanylion.
Yn anffodus, mae eich henw hefyd ar gael mewn wicis eraill, sef Heriberto. Er mwyn sicrhau y gall y ddau ohonoch barhau i ddefnyddio wicis Wikimedia byddwn yn ail-enwi eich cyfrif i Heriberto~cywikibooks. Bydd hyn yn digwydd ym mis Ebrill 2015, ymhlith newidiadau tebyg i nifer o gyfrifon eraill.
Bydd eich cyfri'n dal i weithio fel o'r blaen, a bydd y dolennau i'ch golygiadau'n dal yno! Os nad ydych yn hoffi'r enw rydym wedi'i glustnodi ar eich cyfer, gallwch wneud cais i'w newid unwaith eto gan ddefnyddio'r  [[Special:GlobalRenameRequest|ffurflen hon]].
Ymddiheurwn am eich trafferthu fel hyn!
Yours,<br />[[m:User:Keegan (WMF)|Keegan Peterzell]]<br />Community Liaison, Wikimedia Foundation
</div> 22:30, 17 Mawrth 2015 (UTC)
<!-- SUL finalisation notification -->
== Renamed ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr”>
This account has been renamed as part of [[m:Special:MyLanguage/Single User Login finalisation announcement|single-user login finalisation]]. If you own this account you can [[{{#special:userlogin}}|log in using your previous username and password]] for more information. If you do not like this account's new name, you can choose your own using this form after logging in: [[{{#special:GlobalRenameRequest}}]]. -- [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]])
</div> 04:38, 17 Ebrill 2015 (UTC)
<!-- SUL post-rename notification -->
      pv46kp0y72xrbe3ei3k71plzfvqnmcj
    
  
  
    Sgwrs Defnyddiwr:Hoo MergeAccount Test~cywikibooks
    3
    2609
    
      4624
      4612
      2015-04-17T04:38:56Z
      
        MediaWiki message delivery
        1067
      
      Renamed
      4624
      wikitext
      text/x-wiki
      == Bydd eich cyfri'n cael ei ailenwi ==
<div class="plainlinks mw-content-ltr" lang="cy" dir="ltr">
Pa hwyl?
Mae datblygwyr Wikimedia yn aildrefnu sut mae rhai cyfrifon yn gweithio, fel rhan o'n hymgais i ddarparu adnoddau gwell, megis cyhoeddiadau traws-wici. Yn syml: bydd gennych un enw yn unig i'ch holl gyfrifon. Mae hyn yn ein galluogi i ni ddarparu gwell cefnogaeth i chi ee hawliau a nodweddion mwy hyblyg a chryfach i chi eu defnyddio. Un o brif sgil-effeithiau hyn ydy y bydd yn rhaid i'ch holl gyfrifon ledled yr holl wicis - ac mae dros 900 ohonyn nhw - gael un enw yn unig. Gweler: [[m:Special:MyLanguage/Single User Login finalisation announcement|y datganiad]] am ragor o fanylion.
Yn anffodus, mae eich henw hefyd ar gael mewn wicis eraill, sef Hoo MergeAccount Test. Er mwyn sicrhau y gall y ddau ohonoch barhau i ddefnyddio wicis Wikimedia byddwn yn ail-enwi eich cyfrif i Hoo MergeAccount Test~cywikibooks. Bydd hyn yn digwydd ym mis Ebrill 2015, ymhlith newidiadau tebyg i nifer o gyfrifon eraill.
Bydd eich cyfri'n dal i weithio fel o'r blaen, a bydd y dolennau i'ch golygiadau'n dal yno! Os nad ydych yn hoffi'r enw rydym wedi'i glustnodi ar eich cyfer, gallwch wneud cais i'w newid unwaith eto gan ddefnyddio'r  [[Special:GlobalRenameRequest|ffurflen hon]].
Ymddiheurwn am eich trafferthu fel hyn!
Yours,<br />[[m:User:Keegan (WMF)|Keegan Peterzell]]<br />Community Liaison, Wikimedia Foundation
</div> 22:30, 17 Mawrth 2015 (UTC)
<!-- SUL finalisation notification -->
== Renamed ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr”>
This account has been renamed as part of [[m:Special:MyLanguage/Single User Login finalisation announcement|single-user login finalisation]]. If you own this account you can [[{{#special:userlogin}}|log in using your previous username and password]] for more information. If you do not like this account's new name, you can choose your own using this form after logging in: [[{{#special:GlobalRenameRequest}}]]. -- [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]])
</div> 04:38, 17 Ebrill 2015 (UTC)
<!-- SUL post-rename notification -->
      88qhbrsqeef0eks3f4ma051c09w3nur
    
  
  
    Sgwrs Defnyddiwr:Llull~cywikibooks
    3
    2610
    
      4629
      4613
      2015-04-17T04:38:56Z
      
        MediaWiki message delivery
        1067
      
      Renamed
      4629
      wikitext
      text/x-wiki
      == Bydd eich cyfri'n cael ei ailenwi ==
<div class="plainlinks mw-content-ltr" lang="cy" dir="ltr">
Pa hwyl?
Mae datblygwyr Wikimedia yn aildrefnu sut mae rhai cyfrifon yn gweithio, fel rhan o'n hymgais i ddarparu adnoddau gwell, megis cyhoeddiadau traws-wici. Yn syml: bydd gennych un enw yn unig i'ch holl gyfrifon. Mae hyn yn ein galluogi i ni ddarparu gwell cefnogaeth i chi ee hawliau a nodweddion mwy hyblyg a chryfach i chi eu defnyddio. Un o brif sgil-effeithiau hyn ydy y bydd yn rhaid i'ch holl gyfrifon ledled yr holl wicis - ac mae dros 900 ohonyn nhw - gael un enw yn unig. Gweler: [[m:Special:MyLanguage/Single User Login finalisation announcement|y datganiad]] am ragor o fanylion.
Yn anffodus, mae eich henw hefyd ar gael mewn wicis eraill, sef Llull. Er mwyn sicrhau y gall y ddau ohonoch barhau i ddefnyddio wicis Wikimedia byddwn yn ail-enwi eich cyfrif i Llull~cywikibooks. Bydd hyn yn digwydd ym mis Ebrill 2015, ymhlith newidiadau tebyg i nifer o gyfrifon eraill.
Bydd eich cyfri'n dal i weithio fel o'r blaen, a bydd y dolennau i'ch golygiadau'n dal yno! Os nad ydych yn hoffi'r enw rydym wedi'i glustnodi ar eich cyfer, gallwch wneud cais i'w newid unwaith eto gan ddefnyddio'r  [[Special:GlobalRenameRequest|ffurflen hon]].
Ymddiheurwn am eich trafferthu fel hyn!
Yours,<br />[[m:User:Keegan (WMF)|Keegan Peterzell]]<br />Community Liaison, Wikimedia Foundation
</div> 22:30, 17 Mawrth 2015 (UTC)
<!-- SUL finalisation notification -->
== Renamed ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr”>
This account has been renamed as part of [[m:Special:MyLanguage/Single User Login finalisation announcement|single-user login finalisation]]. If you own this account you can [[{{#special:userlogin}}|log in using your previous username and password]] for more information. If you do not like this account's new name, you can choose your own using this form after logging in: [[{{#special:GlobalRenameRequest}}]]. -- [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]])
</div> 04:38, 17 Ebrill 2015 (UTC)
<!-- SUL post-rename notification -->
      o66k9x2gosju42fermbhq6ipljli8xg
    
  
  
    Sgwrs Defnyddiwr:MediaWiki default
    3
    2611
    
      4599
      2015-03-17T22:30:31Z
      
        MediaWiki message delivery
        1067
      
      Bydd eich cyfri'n cael ei ailenwi
      4599
      wikitext
      text/x-wiki
      == Bydd eich cyfri'n cael ei ailenwi ==
<div class="plainlinks mw-content-ltr" lang="cy" dir="ltr">
Pa hwyl?
Mae datblygwyr Wikimedia yn aildrefnu sut mae rhai cyfrifon yn gweithio, fel rhan o'n hymgais i ddarparu adnoddau gwell, megis cyhoeddiadau traws-wici. Yn syml: bydd gennych un enw yn unig i'ch holl gyfrifon. Mae hyn yn ein galluogi i ni ddarparu gwell cefnogaeth i chi ee hawliau a nodweddion mwy hyblyg a chryfach i chi eu defnyddio. Un o brif sgil-effeithiau hyn ydy y bydd yn rhaid i'ch holl gyfrifon ledled yr holl wicis - ac mae dros 900 ohonyn nhw - gael un enw yn unig. Gweler: [[m:Special:MyLanguage/Single User Login finalisation announcement|y datganiad]] am ragor o fanylion.
Yn anffodus, mae eich henw hefyd ar gael mewn wicis eraill, sef MediaWiki default. Er mwyn sicrhau y gall y ddau ohonoch barhau i ddefnyddio wicis Wikimedia byddwn yn ail-enwi eich cyfrif i MediaWiki default~cywikibooks. Bydd hyn yn digwydd ym mis Ebrill 2015, ymhlith newidiadau tebyg i nifer o gyfrifon eraill.
Bydd eich cyfri'n dal i weithio fel o'r blaen, a bydd y dolennau i'ch golygiadau'n dal yno! Os nad ydych yn hoffi'r enw rydym wedi'i glustnodi ar eich cyfer, gallwch wneud cais i'w newid unwaith eto gan ddefnyddio'r  [[Special:GlobalRenameRequest|ffurflen hon]].
Ymddiheurwn am eich trafferthu fel hyn!
Yours,<br />[[m:User:Keegan (WMF)|Keegan Peterzell]]<br />Community Liaison, Wikimedia Foundation
</div> 22:30, 17 Mawrth 2015 (UTC)
<!-- SUL finalisation notification -->
      3iwrscw39ortpc8uxlv6oc91npla4o1
    
  
  
    Sgwrs Defnyddiwr:Lucinda~cywikibooks
    3
    2612
    
      4626
      4618
      2015-04-17T04:38:56Z
      
        MediaWiki message delivery
        1067
      
      Renamed
      4626
      wikitext
      text/x-wiki
      == Bydd eich cyfri'n cael ei ailenwi ==
<div class="plainlinks mw-content-ltr" lang="cy" dir="ltr">
Pa hwyl?
Mae datblygwyr Wikimedia yn aildrefnu sut mae rhai cyfrifon yn gweithio, fel rhan o'n hymgais i ddarparu adnoddau gwell, megis cyhoeddiadau traws-wici. Yn syml: bydd gennych un enw yn unig i'ch holl gyfrifon. Mae hyn yn ein galluogi i ni ddarparu gwell cefnogaeth i chi ee hawliau a nodweddion mwy hyblyg a chryfach i chi eu defnyddio. Un o brif sgil-effeithiau hyn ydy y bydd yn rhaid i'ch holl gyfrifon ledled yr holl wicis - ac mae dros 900 ohonyn nhw - gael un enw yn unig. Gweler: [[m:Special:MyLanguage/Single User Login finalisation announcement|y datganiad]] am ragor o fanylion.
Yn anffodus, mae eich henw hefyd ar gael mewn wicis eraill, sef Lucinda. Er mwyn sicrhau y gall y ddau ohonoch barhau i ddefnyddio wicis Wikimedia byddwn yn ail-enwi eich cyfrif i Lucinda~cywikibooks. Bydd hyn yn digwydd ym mis Ebrill 2015, ymhlith newidiadau tebyg i nifer o gyfrifon eraill.
Bydd eich cyfri'n dal i weithio fel o'r blaen, a bydd y dolennau i'ch golygiadau'n dal yno! Os nad ydych yn hoffi'r enw rydym wedi'i glustnodi ar eich cyfer, gallwch wneud cais i'w newid unwaith eto gan ddefnyddio'r  [[Special:GlobalRenameRequest|ffurflen hon]].
Ymddiheurwn am eich trafferthu fel hyn!
Yours,<br />[[m:User:Keegan (WMF)|Keegan Peterzell]]<br />Community Liaison, Wikimedia Foundation
</div> 22:30, 17 Mawrth 2015 (UTC)
<!-- SUL finalisation notification -->
== Renamed ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr”>
This account has been renamed as part of [[m:Special:MyLanguage/Single User Login finalisation announcement|single-user login finalisation]]. If you own this account you can [[{{#special:userlogin}}|log in using your previous username and password]] for more information. If you do not like this account's new name, you can choose your own using this form after logging in: [[{{#special:GlobalRenameRequest}}]]. -- [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]])
</div> 04:38, 17 Ebrill 2015 (UTC)
<!-- SUL post-rename notification -->
      9zgyaw7gkxflojoocts5wdj5xo1hmjr
    
  
  
    Sgwrs Defnyddiwr:MediaWiki spam cleanup~cywikibooks
    3
    2613
    
      4625
      4617
      2015-04-17T04:38:56Z
      
        MediaWiki message delivery
        1067
      
      Renamed
      4625
      wikitext
      text/x-wiki
      == Bydd eich cyfri'n cael ei ailenwi ==
<div class="plainlinks mw-content-ltr" lang="cy" dir="ltr">
Pa hwyl?
Mae datblygwyr Wikimedia yn aildrefnu sut mae rhai cyfrifon yn gweithio, fel rhan o'n hymgais i ddarparu adnoddau gwell, megis cyhoeddiadau traws-wici. Yn syml: bydd gennych un enw yn unig i'ch holl gyfrifon. Mae hyn yn ein galluogi i ni ddarparu gwell cefnogaeth i chi ee hawliau a nodweddion mwy hyblyg a chryfach i chi eu defnyddio. Un o brif sgil-effeithiau hyn ydy y bydd yn rhaid i'ch holl gyfrifon ledled yr holl wicis - ac mae dros 900 ohonyn nhw - gael un enw yn unig. Gweler: [[m:Special:MyLanguage/Single User Login finalisation announcement|y datganiad]] am ragor o fanylion.
Yn anffodus, mae eich henw hefyd ar gael mewn wicis eraill, sef MediaWiki spam cleanup. Er mwyn sicrhau y gall y ddau ohonoch barhau i ddefnyddio wicis Wikimedia byddwn yn ail-enwi eich cyfrif i MediaWiki spam cleanup~cywikibooks. Bydd hyn yn digwydd ym mis Ebrill 2015, ymhlith newidiadau tebyg i nifer o gyfrifon eraill.
Bydd eich cyfri'n dal i weithio fel o'r blaen, a bydd y dolennau i'ch golygiadau'n dal yno! Os nad ydych yn hoffi'r enw rydym wedi'i glustnodi ar eich cyfer, gallwch wneud cais i'w newid unwaith eto gan ddefnyddio'r  [[Special:GlobalRenameRequest|ffurflen hon]].
Ymddiheurwn am eich trafferthu fel hyn!
Yours,<br />[[m:User:Keegan (WMF)|Keegan Peterzell]]<br />Community Liaison, Wikimedia Foundation
</div> 22:30, 17 Mawrth 2015 (UTC)
<!-- SUL finalisation notification -->
== Renamed ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr”>
This account has been renamed as part of [[m:Special:MyLanguage/Single User Login finalisation announcement|single-user login finalisation]]. If you own this account you can [[{{#special:userlogin}}|log in using your previous username and password]] for more information. If you do not like this account's new name, you can choose your own using this form after logging in: [[{{#special:GlobalRenameRequest}}]]. -- [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]])
</div> 04:38, 17 Ebrill 2015 (UTC)
<!-- SUL post-rename notification -->
      otowyxwuzrg6rbqo9r4ebax73ia4ebr
    
  
  
    Sgwrs Defnyddiwr:Rhian~cywikibooks
    3
    2614
    
      4627
      4619
      2015-04-17T04:38:56Z
      
        MediaWiki message delivery
        1067
      
      Renamed
      4627
      wikitext
      text/x-wiki
      == Bydd eich cyfri'n cael ei ailenwi ==
<div class="plainlinks mw-content-ltr" lang="cy" dir="ltr">
Pa hwyl?
Mae datblygwyr Wikimedia yn aildrefnu sut mae rhai cyfrifon yn gweithio, fel rhan o'n hymgais i ddarparu adnoddau gwell, megis cyhoeddiadau traws-wici. Yn syml: bydd gennych un enw yn unig i'ch holl gyfrifon. Mae hyn yn ein galluogi i ni ddarparu gwell cefnogaeth i chi ee hawliau a nodweddion mwy hyblyg a chryfach i chi eu defnyddio. Un o brif sgil-effeithiau hyn ydy y bydd yn rhaid i'ch holl gyfrifon ledled yr holl wicis - ac mae dros 900 ohonyn nhw - gael un enw yn unig. Gweler: [[m:Special:MyLanguage/Single User Login finalisation announcement|y datganiad]] am ragor o fanylion.
Yn anffodus, mae eich henw hefyd ar gael mewn wicis eraill, sef Rhian. Er mwyn sicrhau y gall y ddau ohonoch barhau i ddefnyddio wicis Wikimedia byddwn yn ail-enwi eich cyfrif i Rhian~cywikibooks. Bydd hyn yn digwydd ym mis Ebrill 2015, ymhlith newidiadau tebyg i nifer o gyfrifon eraill.
Bydd eich cyfri'n dal i weithio fel o'r blaen, a bydd y dolennau i'ch golygiadau'n dal yno! Os nad ydych yn hoffi'r enw rydym wedi'i glustnodi ar eich cyfer, gallwch wneud cais i'w newid unwaith eto gan ddefnyddio'r  [[Special:GlobalRenameRequest|ffurflen hon]].
Ymddiheurwn am eich trafferthu fel hyn!
Yours,<br />[[m:User:Keegan (WMF)|Keegan Peterzell]]<br />Community Liaison, Wikimedia Foundation
</div> 22:30, 17 Mawrth 2015 (UTC)
<!-- SUL finalisation notification -->
== Renamed ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr”>
This account has been renamed as part of [[m:Special:MyLanguage/Single User Login finalisation announcement|single-user login finalisation]]. If you own this account you can [[{{#special:userlogin}}|log in using your previous username and password]] for more information. If you do not like this account's new name, you can choose your own using this form after logging in: [[{{#special:GlobalRenameRequest}}]]. -- [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]])
</div> 04:38, 17 Ebrill 2015 (UTC)
<!-- SUL post-rename notification -->
      f8p5l0jhqca8uukkryhmm0pam5j1iqd
    
  
  
    Sgwrs Defnyddiwr:Rift~cywikibooks
    3
    2615
    
      4628
      4620
      2015-04-17T04:38:56Z
      
        MediaWiki message delivery
        1067
      
      Renamed
      4628
      wikitext
      text/x-wiki
      == Bydd eich cyfri'n cael ei ailenwi ==
<div class="plainlinks mw-content-ltr" lang="cy" dir="ltr">
Pa hwyl?
Mae datblygwyr Wikimedia yn aildrefnu sut mae rhai cyfrifon yn gweithio, fel rhan o'n hymgais i ddarparu adnoddau gwell, megis cyhoeddiadau traws-wici. Yn syml: bydd gennych un enw yn unig i'ch holl gyfrifon. Mae hyn yn ein galluogi i ni ddarparu gwell cefnogaeth i chi ee hawliau a nodweddion mwy hyblyg a chryfach i chi eu defnyddio. Un o brif sgil-effeithiau hyn ydy y bydd yn rhaid i'ch holl gyfrifon ledled yr holl wicis - ac mae dros 900 ohonyn nhw - gael un enw yn unig. Gweler: [[m:Special:MyLanguage/Single User Login finalisation announcement|y datganiad]] am ragor o fanylion.
Yn anffodus, mae eich henw hefyd ar gael mewn wicis eraill, sef Rift. Er mwyn sicrhau y gall y ddau ohonoch barhau i ddefnyddio wicis Wikimedia byddwn yn ail-enwi eich cyfrif i Rift~cywikibooks. Bydd hyn yn digwydd ym mis Ebrill 2015, ymhlith newidiadau tebyg i nifer o gyfrifon eraill.
Bydd eich cyfri'n dal i weithio fel o'r blaen, a bydd y dolennau i'ch golygiadau'n dal yno! Os nad ydych yn hoffi'r enw rydym wedi'i glustnodi ar eich cyfer, gallwch wneud cais i'w newid unwaith eto gan ddefnyddio'r  [[Special:GlobalRenameRequest|ffurflen hon]].
Ymddiheurwn am eich trafferthu fel hyn!
Yours,<br />[[m:User:Keegan (WMF)|Keegan Peterzell]]<br />Community Liaison, Wikimedia Foundation
</div> 22:30, 17 Mawrth 2015 (UTC)
<!-- SUL finalisation notification -->
== Renamed ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr”>
This account has been renamed as part of [[m:Special:MyLanguage/Single User Login finalisation announcement|single-user login finalisation]]. If you own this account you can [[{{#special:userlogin}}|log in using your previous username and password]] for more information. If you do not like this account's new name, you can choose your own using this form after logging in: [[{{#special:GlobalRenameRequest}}]]. -- [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]])
</div> 04:38, 17 Ebrill 2015 (UTC)
<!-- SUL post-rename notification -->
      2fvdyf5zy3158n2lcl4isqxz2dgnd36
    
  
  
    Sgwrs Defnyddiwr:Spam cleanup script~cywikibooks
    3
    2616
    
      4630
      4616
      2015-04-17T04:38:56Z
      
        MediaWiki message delivery
        1067
      
      Renamed
      4630
      wikitext
      text/x-wiki
      == Bydd eich cyfri'n cael ei ailenwi ==
<div class="plainlinks mw-content-ltr" lang="cy" dir="ltr">
Pa hwyl?
Mae datblygwyr Wikimedia yn aildrefnu sut mae rhai cyfrifon yn gweithio, fel rhan o'n hymgais i ddarparu adnoddau gwell, megis cyhoeddiadau traws-wici. Yn syml: bydd gennych un enw yn unig i'ch holl gyfrifon. Mae hyn yn ein galluogi i ni ddarparu gwell cefnogaeth i chi ee hawliau a nodweddion mwy hyblyg a chryfach i chi eu defnyddio. Un o brif sgil-effeithiau hyn ydy y bydd yn rhaid i'ch holl gyfrifon ledled yr holl wicis - ac mae dros 900 ohonyn nhw - gael un enw yn unig. Gweler: [[m:Special:MyLanguage/Single User Login finalisation announcement|y datganiad]] am ragor o fanylion.
Yn anffodus, mae eich henw hefyd ar gael mewn wicis eraill, sef Spam cleanup script. Er mwyn sicrhau y gall y ddau ohonoch barhau i ddefnyddio wicis Wikimedia byddwn yn ail-enwi eich cyfrif i Spam cleanup script~cywikibooks. Bydd hyn yn digwydd ym mis Ebrill 2015, ymhlith newidiadau tebyg i nifer o gyfrifon eraill.
Bydd eich cyfri'n dal i weithio fel o'r blaen, a bydd y dolennau i'ch golygiadau'n dal yno! Os nad ydych yn hoffi'r enw rydym wedi'i glustnodi ar eich cyfer, gallwch wneud cais i'w newid unwaith eto gan ddefnyddio'r  [[Special:GlobalRenameRequest|ffurflen hon]].
Ymddiheurwn am eich trafferthu fel hyn!
Yours,<br />[[m:User:Keegan (WMF)|Keegan Peterzell]]<br />Community Liaison, Wikimedia Foundation
</div> 22:30, 17 Mawrth 2015 (UTC)
<!-- SUL finalisation notification -->
== Renamed ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr”>
This account has been renamed as part of [[m:Special:MyLanguage/Single User Login finalisation announcement|single-user login finalisation]]. If you own this account you can [[{{#special:userlogin}}|log in using your previous username and password]] for more information. If you do not like this account's new name, you can choose your own using this form after logging in: [[{{#special:GlobalRenameRequest}}]]. -- [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]])
</div> 04:38, 17 Ebrill 2015 (UTC)
<!-- SUL post-rename notification -->
      frh8t9kxwu5zq8go6d5mrgtusfz5cuf
    
  
  
    Sgwrs Defnyddiwr:Tehut~cywikibooks
    3
    2617
    
      4631
      4614
      2015-04-17T04:38:56Z
      
        MediaWiki message delivery
        1067
      
      Renamed
      4631
      wikitext
      text/x-wiki
      == Bydd eich cyfri'n cael ei ailenwi ==
<div class="plainlinks mw-content-ltr" lang="cy" dir="ltr">
Pa hwyl?
Mae datblygwyr Wikimedia yn aildrefnu sut mae rhai cyfrifon yn gweithio, fel rhan o'n hymgais i ddarparu adnoddau gwell, megis cyhoeddiadau traws-wici. Yn syml: bydd gennych un enw yn unig i'ch holl gyfrifon. Mae hyn yn ein galluogi i ni ddarparu gwell cefnogaeth i chi ee hawliau a nodweddion mwy hyblyg a chryfach i chi eu defnyddio. Un o brif sgil-effeithiau hyn ydy y bydd yn rhaid i'ch holl gyfrifon ledled yr holl wicis - ac mae dros 900 ohonyn nhw - gael un enw yn unig. Gweler: [[m:Special:MyLanguage/Single User Login finalisation announcement|y datganiad]] am ragor o fanylion.
Yn anffodus, mae eich henw hefyd ar gael mewn wicis eraill, sef Tehut. Er mwyn sicrhau y gall y ddau ohonoch barhau i ddefnyddio wicis Wikimedia byddwn yn ail-enwi eich cyfrif i Tehut~cywikibooks. Bydd hyn yn digwydd ym mis Ebrill 2015, ymhlith newidiadau tebyg i nifer o gyfrifon eraill.
Bydd eich cyfri'n dal i weithio fel o'r blaen, a bydd y dolennau i'ch golygiadau'n dal yno! Os nad ydych yn hoffi'r enw rydym wedi'i glustnodi ar eich cyfer, gallwch wneud cais i'w newid unwaith eto gan ddefnyddio'r  [[Special:GlobalRenameRequest|ffurflen hon]].
Ymddiheurwn am eich trafferthu fel hyn!
Yours,<br />[[m:User:Keegan (WMF)|Keegan Peterzell]]<br />Community Liaison, Wikimedia Foundation
</div> 22:30, 17 Mawrth 2015 (UTC)
<!-- SUL finalisation notification -->
== Renamed ==
<div class="plainlinks mw-content-ltr" lang="en" dir="ltr”>
This account has been renamed as part of [[m:Special:MyLanguage/Single User Login finalisation announcement|single-user login finalisation]]. If you own this account you can [[{{#special:userlogin}}|log in using your previous username and password]] for more information. If you do not like this account's new name, you can choose your own using this form after logging in: [[{{#special:GlobalRenameRequest}}]]. -- [[m:User:Keegan (WMF)|Keegan (WMF)]] ([[m:User talk:Keegan (WMF)|talk]])
</div> 04:38, 17 Ebrill 2015 (UTC)
<!-- SUL post-rename notification -->
      qrasitmhx84v9v0o3wqnum5991hq1dp
    
  
  
    Sgwrs Defnyddiwr:Sevela.p
    3
    2618
    
      4606
      2015-03-18T01:22:41Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Sevela.p]])
      4606
      wikitext
      text/x-wiki
      __NOINDEX__[[File:Redirect arrow without text.svg|45px|link=]][[w:cs:User talk:Sevela.p|Sevela.p (cs.wikipedia.org)]]
      7210kk8bqhstp21n3p3mihytpu2dcan
    
  
  
    Defnyddiwr:Azariv
    2
    2621
    
    
      4610
      2015-04-16T19:22:56Z
      
        Jalexander-WMF
        469
      
      Symudodd Jalexander-WMF y dudalen [[Defnyddiwr:Azariv]] i [[Defnyddiwr:Azariv-WMF]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Azariv|Azariv]]" to "[[Special:CentralAuth/Azariv-WMF|Azariv-WMF]]"
      4610
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Azariv-WMF]]
      gavzfgww7scp9f1dc7jx1ljqbcrztf0
    
  
  
    Defnyddiwr:Diego Grez
    2
    2622
    
    
      4634
      2015-07-29T20:36:47Z
      
        Céréales Killer
        1293
      
      Symudodd Céréales Killer y dudalen [[Defnyddiwr:Diego Grez]] i [[Defnyddiwr:Diego Grez-Cañete]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Diego Grez|Diego Grez]]" to "[[Special:CentralAuth/Diego Grez-Cañete|Diego Grez...
      4634
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Diego Grez-Cañete]]
      ibdp2h5hmw2c20y7i73s4l2pbyqp5if
    
  
  
    Sgwrs Defnyddiwr:Diego Grez
    3
    2623
    
    
      4636
      2015-07-29T20:36:50Z
      
        Céréales Killer
        1293
      
      Symudodd Céréales Killer y dudalen [[Sgwrs Defnyddiwr:Diego Grez]] i [[Sgwrs Defnyddiwr:Diego Grez-Cañete]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Diego Grez|Diego Grez]]" to "[[Special:CentralAuth/Diego Grez-Cañet...
      4636
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Sgwrs Defnyddiwr:Diego Grez-Cañete]]
      k85xjn116g31yyayzx79yase8jit8ig
    
  
  
    Nodyn:FlowMention
    10
    2624
    
      4639
      2015-08-03T23:31:06Z
      
        Flow talk page manager
        1399
      
      /* Automatically created by Flow */
      4639
      wikitext
      text/x-wiki
      @[[Defnyddiwr:{{{1|Example}}}|{{{2|{{{1|Example}}}}}}]]
      m6tbdb23y8ntv3fx0qd6es5zxjq1521
    
  
  
    Sgwrs Defnyddiwr:לערי ריינהארט
    3
    2626
    
      4646
      2015-09-09T18:28:15Z
      
        לערי ריינהארט
        1409
      
      layout: 2015-09-07…d LTR RTL leri
      4646
      wikitext
      text/x-wiki
      {| class="float-center" border="0" cellpadding="0" cellspacing="0" style="background:#efefef; color:black" align="center" LANG="en"
|-
| align="center" colspan="2" |
<span dir="ltr" >The phonetic transcription of <span class="nowrap" >« לערי ריינהארט »</span> is <span class="nowrap" LANG="he" >/lɛʁi ʁɑjnhɑʁt/</span> <span class="nowrap" >(leri raynhart).</span></span><br />
<!--
<span dir="ltr" >The phonetic transcription of <span class="nowrap" LANG="he" >« [[s:yi:בייַ מיר ביסטו שיין|בײַ מיר ביסטו שיין]] »</span> is <span class="nowrap" >/bɑj mɪʁ bɪstu ʃɛyn/</span> <span class="nowrap" >([[w:en:Bei Mir Bistu Shein|bay mir bistu sheyn]]).</span><br /> </span><br />
-->
{{Softredirect|1=testwiki:user talk:{{PAGENAME}}|2=<span dir="ltr" >testwiki:user talk:<span dir="ltr" >{{PAGENAME}}</span></span>}}
|-
| align="right" | [[image:Redirectltr.png|right]]
| align="left" dir="ltr" | [[user talk:Gangleri]]
|-
| align="right" | [[Image:Redirectltr.png|right]]
| align="left" dir="ltr" | [[user talk:לערי ריינהארט]] aka "''Gangleri''"
|-
| align="right" | [[Image:Redirectltr.png|right]]
| align="left" dir="ltr" | '''[[testwiki:user talk:לערי ריינהארט]] aka "''Gangleri''"'''
|}<!--
|-
| align="center" colspan="2" dir="ltr" | [[image:Redirectltr.png|left]] [[user talk:Gangleri]]
|-
| align="center" colspan="2" dir="ltr" | [[image:Redirectltr.png|left]] [[user talk:לערי ריינהארט]] aka "''Gangleri''"
|-
| align="center" colspan="2" dir="ltr" | [[image:Redirectltr.png|left]] '''[[testwiki:user talk:לערי ריינהארט]] aka "''Gangleri''"'''
-->
<br clear="all" />
<!--
**only at sandbox subpages**
<center dir="ltr" >This page is an '''user sandbox page'''.<br />'''SUBPAGENAME''': '''{{SUBPAGENAME}}''' – '''[[mediawiki:Sandbox]]''': '''{{int:Sandbox}}''' <sup>[[w:en:mediawiki:Sandbox]]</sup></center>
----
-->
<center>
: <sup><span dir="ltr" class="plainlinks" >SITENAME: '''{{SITENAME}}''' · '''language:''' {{CONTENTLANG}}: '''[{{fullurl:{{FULLPAGENAME}}|uselang={{CONTENTLANG}}}}#top <span dir="ltr" LANG="{{CONTENTLANG}}" >{{#LANGUAGE:{{CONTENTLANG}}}}</span>]''' ·  [{{fullurl:{{FULLPAGENAME}}|uselang=en}}#top <span dir="ltr" LANG="en" >{{#LANGUAGE:{{CONTENTLANG}}|en}}</span>'''] · [{{fullurl:{{FULLPAGENAME}}|uselang=de}}#top <span dir="ltr" LANG="de" >{{#LANGUAGE:{{CONTENTLANG}}|de}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=es}}#top <span dir="ltr" LANG="es" >{{#LANGUAGE:{{CONTENTLANG}}|es}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=fr}}#top <span dir="ltr" LANG="fr" >{{#LANGUAGE:{{CONTENTLANG}}|fr}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=it}}#top <span dir="ltr" LANG="it" >{{#LANGUAGE:{{CONTENTLANG}}|it}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=ru}}#top <span dir="ltr" LANG="ru" >{{#LANGUAGE:{{CONTENTLANG}}|ru}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=zh}}#top <span dir="ltr" LANG="zh" >{{#LANGUAGE:{{CONTENTLANG}}|zh}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=ar}}#top <span dir="ltr" LANG="ar" >{{#LANGUAGE:{{CONTENTLANG}}|ar}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=he}}#top <span dir="ltr" LANG="he" >{{#LANGUAGE:{{CONTENTLANG}}|he}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=hi}}#top <span dir="ltr" LANG="hi" >{{#LANGUAGE:{{CONTENTLANG}}|hi}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=eo}}#top <span dir="ltr" LANG="eo" >{{#LANGUAGE:{{CONTENTLANG}}|eo}}</span>] · [{{fullurl:{{FULLPAGENAME}}}}#footer #footer]</span></sup><!--
special:version
-->
: <sup><span dir "ltr" class="plainlinks" >[[special:version|local curent version]]: {{CURRENTVERSION}} · versions at [[b:special:version|b:]] · [[c:special:version|c:]] · [[d:special:version|d:]] · '''[[m:special:version|m:]]''' · [[mw:special:version|mw:]] · [[n:special:version|n:]] · [[q:special:version|q:]] · [[s:special:version|s:]] · '''[[testwiki:special:version|t:]]''' · [[v:special:version|v:]] · [[voy:special:version|voy:]] · [[w:special:version|w:]] · [[wikt:special:version|wikt:]] · [[w:en:special:version|w:en:]] · [[m:special:sitematrix#{{CONTENTLANG}}|m:special:sitematrix#{{CONTENTLANG}}]] · [[template:Wikivar]] · <sup>[[m:template:Wikivar|m:]]‎</sup></span></sup>
: <sup><span dir="ltr" class="plainlinks" >'''mediawiki:Sidebar''' '''[{{fullurl:mediawiki:Sidebar|uselang={{CONTENTLANG}}}}#top <span dir="ltr" LANG="{{CONTENTLANG}}" >{{#LANGUAGE:{{CONTENTLANG}}}}</span>]''' ·  [{{fullurl:mediawiki:Sidebar/en|uselang=en}}#top <span dir="ltr" LANG="en" >{{#LANGUAGE:{{CONTENTLANG}}|en}}</span>'''] · [{{fullurl:mediawiki:Sidebar/de|uselang=de}}#top <span dir="ltr" LANG="de" >{{#LANGUAGE:{{CONTENTLANG}}|de}}</span>] · [{{fullurl:mediawiki:Sidebar/es|uselang=es}}#top <span dir="ltr" LANG="es" >{{#LANGUAGE:{{CONTENTLANG}}|es}}</span>] · [{{fullurl:mediawiki:Sidebar/fr|uselang=fr}}#top <span dir="ltr" LANG="fr" >{{#LANGUAGE:{{CONTENTLANG}}|fr}}</span>] · [{{fullurl:mediawiki:Sidebar/it|uselang=it}}#top <span dir="ltr" LANG="it" >{{#LANGUAGE:{{CONTENTLANG}}|it}}</span>] · [{{fullurl:mediawiki:Sidebar/ru|uselang=ru}}#top <span dir="ltr" LANG="ru" >{{#LANGUAGE:{{CONTENTLANG}}|ru}}</span>] · [{{fullurl:mediawiki:Sidebar/zh|uselang=zh}}#top <span dir="ltr" LANG="zh" >{{#LANGUAGE:{{CONTENTLANG}}|zh}}</span>] · [{{fullurl:mediawiki:Sidebar/ar|uselang=ar}}#top <span dir="ltr" LANG="ar" >{{#LANGUAGE:{{CONTENTLANG}}|ar}}</span>] · [{{fullurl:mediawiki:Sidebar/he|uselang=he}}#top <span dir="ltr" LANG="he" >{{#LANGUAGE:{{CONTENTLANG}}|he}}</span>] · [{{fullurl:mediawiki:Sidebar/hi|uselang=hi}}#top <span dir="ltr" LANG="hi" >{{#LANGUAGE:{{CONTENTLANG}}|hi}}</span>] · [{{fullurl:mediawiki:Sidebar/eo|uselang=eo}}#top <span dir="ltr" LANG="eo" >{{#LANGUAGE:{{CONTENTLANG}}|eo}}</span>]</span></sup>
: <sup><span dir "ltr" class="plainlinks" >[{{fullurl:special:Preferences}}#top <span dir="ltr" LANG="en" >your] [{{fullurl:special:Preferences|uselang=en}}#top <span dir="ltr" LANG="en" >local preferences] · [{{fullurl:special:Preferences|uselang=de}}#mw-prefsection-personal <span dir="ltr" LANG="de" >Einstellungen</span>] · [{{fullurl:special:Preferences|uselang=es}}#mw-prefsection-rendering <span dir="ltr" LANG="es" >Preferencias</span>] · [{{fullurl:special:Preferences|uselang=fr}}#mw-prefsection-editing <span dir="ltr" LANG="fr" >Préférences</span>] · [{{fullurl:special:Preferences|uselang=it}}#mw-prefsection-rc <span dir="ltr" LANG="it" >Preferenze</span>] · [{{fullurl:special:Preferences|uselang=ru}}#mw-prefsection-watchlist <span dir="ltr" LANG="ru" >Настройки</span>] · [{{fullurl:special:Preferences|uselang=zh}}#mw-prefsection-gadgets <span dir="ltr" LANG="zh" >设置</span>] · [{{fullurl:special:Preferences|uselang=ar}}#mw-prefsection-betafeatures <span dir="ltr" LANG="ar" >تفضيلات</span>] · [{{fullurl:special:Preferences|uselang=he}}#mw-prefsection-betafeatures <span dir="ltr" LANG="he" >העדפות</span>] · [{{fullurl:special:Preferences|uselang=hi}}#top <span dir="ltr" LANG="hi" >मेरी वरीयताएँ</span>] · [{{fullurl:special:Preferences|uselang=eo}}#top <span dir="ltr" LANG="eo" >Preferoj</span>]</span></sup><!--
user:{{BASEPAGENAME}}
-->
: <sup><span dir "ltr" class="plainlinks" >user / ‎'''<span dir="ltr" >{{ns:2}}</span>'''‎: ‎'''<span dir="ltr" >[[user:{{BASEPAGENAME}}|{{BASEPAGENAME}}]]</span>‎''' · [{{SERVER}}/?title=special:ListUsers&limit=1&username={{BASEPAGENAMEE}} rights] · [[special:Prefixindex/user:{{BASEPAGENAME}}|all subpages]] [[special:Prefixindex/user talk:{{BASEPAGENAME}}|T]] · [[user:{{BASEPAGENAME}}/common.css|‎/common.css]] · [[user:{{BASEPAGENAME}}/common.js|/common.js]] · [[user:{{BASEPAGENAME}}/Archive/previous user page|/previous user page]] · [[special:Prefixindex/user:{{BASEPAGENAME}}/Archive|archives]] [[special:Prefixindex/user talk:{{BASEPAGENAME}}/Archive|archived talks]] · [[b:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|b:]] · [[c:user:{{BASEPAGENAME}}|c:]] · [[d:user:{{BASEPAGENAME}}|d:]] · [[m:user:{{BASEPAGENAME}}|m:]] · [[mw:user:{{BASEPAGENAME}}|mw:]] · [[n:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|n:]] · [[q:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|q:]] · [[s:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|s:]] · [[testwiki:user:{{BASEPAGENAME}}|t:]] · [[v:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|v:]] · [[voy:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|voy:]] · [[w:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|w:]] · [[wikt:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|wikt:]] · [[w:en:user:{{BASEPAGENAME}}|w:en:]] · [[w:user:{{BASEPAGENAME}}|w:]] · [[:en:user:{{BASEPAGENAME}}|:en:]]‎</span></sup><!--
special:foobar
-->
: <sup><span dir "ltr" class="plainlinks" > [{{fullurl:special:WhatLinksHere/{{FULLPAGENAME}}|uselang=en}}#top <span LANG="en" >'''local''' WLH]‎ · [{{fullurl:special:RecentChanges|uselang=en}}#top <span LANG="en" >'''local''' RC]‎ · [{{fullurl:special:Logs|uselang=en}}#top <span LANG="en" >'''local''' logs]‎ · [{{fullurl:special:WatchList|uselang=en}}#top <span LANG="en" >'''local''' watchlist]‎ · [{{fullurl:special:Contributions/{{BASEPAGENAME}}|uselang=en}}#top <span LANG="en" >'''local''' ontributions]‎ · [[mediawiki:Common.css|'''local''' mediawiki:Common.css]] · [[mediawiki:Common.js|'''local''' mediawiki:Common.js]] · [[mediawiki:Gadgets-definition|'''local''' mediawiki:Gadgets-definition]] · '''[[special:Notifications|local notifications]]'''<br />[[m:user:{{BASEPAGENAME}}/global.css|m:…'''/global.css''']] · [[m:user:{{BASEPAGENAME}}/global.js|m:…'''/global.js''']] · [[special:centralAuth/{{BASEPAGENAMEE}}|'''global''' account information]] · [https://tools.wmflabs.org/guc/?user={{URLENCODE:{{BASEPAGENAME}}|WIKI}} '''global''' user contributions]<!--
 · [https://toolserver.org/~River/cgi-bin/count_edits?user={{BASEPAGENAMEE}}&dbname=wikidatawiki_p&machread=1]
--></span></sup><!--
PAGEID related links
-->
: <sup><span dir "ltr" class="plainlinks" >'''PAGEID:''' {{PAGEID}} · [https:{{SERVER}}/?curid={{PAGEID}}#top links '''here'''] · <sup>[https:{{SERVER}}/?curid={{PAGEID}}&action=purge# purge ↺] · [https:{{SERVER}}/?curid={{PAGEID}}&action=edit§ion=0# section=0]</sup> · '''REVISIONID:''' {{REVISIONID}} · [https:{{SERVER}}/?oldid={{REVISIONID}}# permanent link] · (layout: 2015-09-07…d [https://fi.wikipedia.org/?curid=468081#top LTR] [https://ug.wiktionary.org/?curid=5716#top RTL] short)‎</span></sup><!--
testing and validation links related languages / dialects
-->
: <sup><span dir "ltr" class="plainlinks" >'''testing and validation links:''' [[user:בײַ מיר ביסטו שיין#BiDi_issues|BiDi issues]] · [[user:I18n|gadget issues]] · '''related languages / dialects:''' [[w:foo:user:{{BASEPAGENAME}}|w:foo:]] · [[w:bar:user:{{BASEPAGENAME}}|w:bar:]]‎</span></sup>
</center>
----
<!--
<br clear="all" />
-->
__TOC__
== <span dir="ltr" >Welcome‎ <span id="Welcome" dir="ltr" >{{PAGENAME}}</span> to <span id="WelcomeToSITENAME" dir="ltr" >{{SITENAME}}</span>!</span> ==
: [[Defnyddiwr:לערי ריינהארט|לערי ריינהארט]] ([[Sgwrs Defnyddiwr:לערי ריינהארט|sgwrs]]) 18:28, 9 Medi 2015 (UTC)
      97afvd7ofrndyhjh3ezbw10chgag6t3
    
  
  
    Sgwrs Defnyddiwr:בײַ מיר ביסטו שיין
    3
    2627
    
      4647
      2015-09-09T20:22:29Z
      
        בײַ מיר ביסטו שיין
        1410
      
      layout: 2015-09-07…d LTR RTL short bmbsh
      4647
      wikitext
      text/x-wiki
      {| class="float-center" border="0" cellpadding="0" cellspacing="0" style="background:#efefef; color:black" align="center" LANG="en"
|-
| align="center" colspan="2" |
<!--
<span dir="ltr" >The phonetic transcription of <span class="nowrap" >« לערי ריינהארט »</span> is <span class="nowrap" LANG="he" >/lɛʁi ʁɑjnhɑʁt/</span> <span class="nowrap" >(leri raynhart).</span></span><br />
-->
<span dir="ltr" >The phonetic transcription of <span class="nowrap" LANG="he" >« [[s:yi:בייַ מיר ביסטו שיין|בײַ מיר ביסטו שיין]] »</span> is <span class="nowrap" >/bɑj mɪʁ bɪstu ʃɛyn/</span> <span class="nowrap" >([[w:en:Bei Mir Bistu Shein|bay mir bistu sheyn]]).</span><br /> </span><br />
{{Softredirect|1=testwiki:user talk:{{PAGENAME}}|2=<span dir="ltr" >testwiki:user talk:<span dir="ltr" >{{PAGENAME}}</span></span>}}
<!--
|-
| align="right" | [[image:Redirectltr.png|right]]
| align="left" dir="ltr" | [[user talk:Gangleri]]
-->
|-
| align="right" | [[Image:Redirectltr.png|right]]
| align="left" dir="ltr" | [[user talk:לערי ריינהארט]] aka "''Gangleri''"
|-
| align="right" | [[Image:Redirectltr.png|right]]
| align="left" dir="ltr" | '''[[testwiki:user talk:לערי ריינהארט]] aka "''Gangleri''"'''
|}<!--
|-
| align="center" colspan="2" dir="ltr" | [[image:Redirectltr.png|left]] [[user talk:Gangleri]]
|-
| align="center" colspan="2" dir="ltr" | [[image:Redirectltr.png|left]] [[user talk:לערי ריינהארט]] aka "''Gangleri''"
|-
| align="center" colspan="2" dir="ltr" | [[image:Redirectltr.png|left]] '''[[testwiki:user talk:לערי ריינהארט]] aka "''Gangleri''"'''
-->
<br clear="all" />
<!--
**only at sandbox subpages**
<center dir="ltr" >This page is an '''user sandbox page'''.<br />'''SUBPAGENAME''': '''{{SUBPAGENAME}}''' – '''[[mediawiki:Sandbox]]''': '''{{int:Sandbox}}''' <sup>[[w:en:mediawiki:Sandbox]]</sup></center>
----
-->
<center>
: <sup><span dir="ltr" class="plainlinks" >SITENAME: '''{{SITENAME}}''' · '''language:''' {{CONTENTLANG}}: '''[{{fullurl:{{FULLPAGENAME}}|uselang={{CONTENTLANG}}}}#top <span dir="ltr" LANG="{{CONTENTLANG}}" >{{#LANGUAGE:{{CONTENTLANG}}}}</span>]''' ·  [{{fullurl:{{FULLPAGENAME}}|uselang=en}}#top <span dir="ltr" LANG="en" >{{#LANGUAGE:{{CONTENTLANG}}|en}}</span>'''] · [{{fullurl:{{FULLPAGENAME}}|uselang=de}}#top <span dir="ltr" LANG="de" >{{#LANGUAGE:{{CONTENTLANG}}|de}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=es}}#top <span dir="ltr" LANG="es" >{{#LANGUAGE:{{CONTENTLANG}}|es}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=fr}}#top <span dir="ltr" LANG="fr" >{{#LANGUAGE:{{CONTENTLANG}}|fr}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=it}}#top <span dir="ltr" LANG="it" >{{#LANGUAGE:{{CONTENTLANG}}|it}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=ru}}#top <span dir="ltr" LANG="ru" >{{#LANGUAGE:{{CONTENTLANG}}|ru}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=zh}}#top <span dir="ltr" LANG="zh" >{{#LANGUAGE:{{CONTENTLANG}}|zh}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=ar}}#top <span dir="ltr" LANG="ar" >{{#LANGUAGE:{{CONTENTLANG}}|ar}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=he}}#top <span dir="ltr" LANG="he" >{{#LANGUAGE:{{CONTENTLANG}}|he}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=hi}}#top <span dir="ltr" LANG="hi" >{{#LANGUAGE:{{CONTENTLANG}}|hi}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=eo}}#top <span dir="ltr" LANG="eo" >{{#LANGUAGE:{{CONTENTLANG}}|eo}}</span>] · [{{fullurl:{{FULLPAGENAME}}}}#footer #footer]</span></sup><!--
special:version
-->
: <sup><span dir "ltr" class="plainlinks" >[[special:version|local curent version]]: {{CURRENTVERSION}} · versions at [[b:special:version|b:]] · [[c:special:version|c:]] · [[d:special:version|d:]] · '''[[m:special:version|m:]]''' · [[mw:special:version|mw:]] · [[n:special:version|n:]] · [[q:special:version|q:]] · [[s:special:version|s:]] · '''[[testwiki:special:version|t:]]''' · [[v:special:version|v:]] · [[voy:special:version|voy:]] · [[w:special:version|w:]] · [[wikt:special:version|wikt:]] · [[w:en:special:version|w:en:]] · [[m:special:sitematrix#{{CONTENTLANG}}|m:special:sitematrix#{{CONTENTLANG}}]] · [[template:Wikivar]] · <sup>[[m:template:Wikivar|m:]]‎</sup></span></sup>
: <sup><span dir="ltr" class="plainlinks" >'''mediawiki:Sidebar''' '''[{{fullurl:mediawiki:Sidebar|uselang={{CONTENTLANG}}}}#top <span dir="ltr" LANG="{{CONTENTLANG}}" >{{#LANGUAGE:{{CONTENTLANG}}}}</span>]''' ·  [{{fullurl:mediawiki:Sidebar/en|uselang=en}}#top <span dir="ltr" LANG="en" >{{#LANGUAGE:{{CONTENTLANG}}|en}}</span>'''] · [{{fullurl:mediawiki:Sidebar/de|uselang=de}}#top <span dir="ltr" LANG="de" >{{#LANGUAGE:{{CONTENTLANG}}|de}}</span>] · [{{fullurl:mediawiki:Sidebar/es|uselang=es}}#top <span dir="ltr" LANG="es" >{{#LANGUAGE:{{CONTENTLANG}}|es}}</span>] · [{{fullurl:mediawiki:Sidebar/fr|uselang=fr}}#top <span dir="ltr" LANG="fr" >{{#LANGUAGE:{{CONTENTLANG}}|fr}}</span>] · [{{fullurl:mediawiki:Sidebar/it|uselang=it}}#top <span dir="ltr" LANG="it" >{{#LANGUAGE:{{CONTENTLANG}}|it}}</span>] · [{{fullurl:mediawiki:Sidebar/ru|uselang=ru}}#top <span dir="ltr" LANG="ru" >{{#LANGUAGE:{{CONTENTLANG}}|ru}}</span>] · [{{fullurl:mediawiki:Sidebar/zh|uselang=zh}}#top <span dir="ltr" LANG="zh" >{{#LANGUAGE:{{CONTENTLANG}}|zh}}</span>] · [{{fullurl:mediawiki:Sidebar/ar|uselang=ar}}#top <span dir="ltr" LANG="ar" >{{#LANGUAGE:{{CONTENTLANG}}|ar}}</span>] · [{{fullurl:mediawiki:Sidebar/he|uselang=he}}#top <span dir="ltr" LANG="he" >{{#LANGUAGE:{{CONTENTLANG}}|he}}</span>] · [{{fullurl:mediawiki:Sidebar/hi|uselang=hi}}#top <span dir="ltr" LANG="hi" >{{#LANGUAGE:{{CONTENTLANG}}|hi}}</span>] · [{{fullurl:mediawiki:Sidebar/eo|uselang=eo}}#top <span dir="ltr" LANG="eo" >{{#LANGUAGE:{{CONTENTLANG}}|eo}}</span>]</span></sup>
: <sup><span dir "ltr" class="plainlinks" >[{{fullurl:special:Preferences}}#top <span dir="ltr" LANG="en" >your] [{{fullurl:special:Preferences|uselang=en}}#top <span dir="ltr" LANG="en" >local preferences] · [{{fullurl:special:Preferences|uselang=de}}#mw-prefsection-personal <span dir="ltr" LANG="de" >Einstellungen</span>] · [{{fullurl:special:Preferences|uselang=es}}#mw-prefsection-rendering <span dir="ltr" LANG="es" >Preferencias</span>] · [{{fullurl:special:Preferences|uselang=fr}}#mw-prefsection-editing <span dir="ltr" LANG="fr" >Préférences</span>] · [{{fullurl:special:Preferences|uselang=it}}#mw-prefsection-rc <span dir="ltr" LANG="it" >Preferenze</span>] · [{{fullurl:special:Preferences|uselang=ru}}#mw-prefsection-watchlist <span dir="ltr" LANG="ru" >Настройки</span>] · [{{fullurl:special:Preferences|uselang=zh}}#mw-prefsection-gadgets <span dir="ltr" LANG="zh" >设置</span>] · [{{fullurl:special:Preferences|uselang=ar}}#mw-prefsection-betafeatures <span dir="ltr" LANG="ar" >تفضيلات</span>] · [{{fullurl:special:Preferences|uselang=he}}#mw-prefsection-betafeatures <span dir="ltr" LANG="he" >העדפות</span>] · [{{fullurl:special:Preferences|uselang=hi}}#top <span dir="ltr" LANG="hi" >मेरी वरीयताएँ</span>] · [{{fullurl:special:Preferences|uselang=eo}}#top <span dir="ltr" LANG="eo" >Preferoj</span>]</span></sup><!--
user:{{BASEPAGENAME}}
-->
: <sup><span dir "ltr" class="plainlinks" >user / ‎'''<span dir="ltr" >{{ns:2}}</span>'''‎: ‎'''<span dir="ltr" >[[user:{{BASEPAGENAME}}|{{BASEPAGENAME}}]]</span>‎''' · [{{SERVER}}/?title=special:ListUsers&limit=1&username={{BASEPAGENAMEE}} rights] · [[special:Prefixindex/user:{{BASEPAGENAME}}|all subpages]] [[special:Prefixindex/user talk:{{BASEPAGENAME}}|T]] · [[user:{{BASEPAGENAME}}/common.css|‎/common.css]] · [[user:{{BASEPAGENAME}}/common.js|/common.js]] · [[user:{{BASEPAGENAME}}/Archive/previous user page|/previous user page]] · [[special:Prefixindex/user:{{BASEPAGENAME}}/Archive|archives]] [[special:Prefixindex/user talk:{{BASEPAGENAME}}/Archive|archived talks]] · [[b:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|b:]] · [[c:user:{{BASEPAGENAME}}|c:]] · [[d:user:{{BASEPAGENAME}}|d:]] · [[m:user:{{BASEPAGENAME}}|m:]] · [[mw:user:{{BASEPAGENAME}}|mw:]] · [[n:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|n:]] · [[q:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|q:]] · [[s:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|s:]] · [[testwiki:user:{{BASEPAGENAME}}|t:]] · [[v:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|v:]] · [[voy:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|voy:]] · [[w:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|w:]] · [[wikt:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|wikt:]] · [[w:en:user:{{BASEPAGENAME}}|w:en:]] · [[w:user:{{BASEPAGENAME}}|w:]] · [[:en:user:{{BASEPAGENAME}}|:en:]]‎</span></sup><!--
special:foobar
-->
: <sup><span dir "ltr" class="plainlinks" > [{{fullurl:special:WhatLinksHere/{{FULLPAGENAME}}|uselang=en}}#top <span LANG="en" >'''local''' WLH]‎ · [{{fullurl:special:RecentChanges|uselang=en}}#top <span LANG="en" >'''local''' RC]‎ · [{{fullurl:special:Logs|uselang=en}}#top <span LANG="en" >'''local''' logs]‎ · [{{fullurl:special:WatchList|uselang=en}}#top <span LANG="en" >'''local''' watchlist]‎ · [{{fullurl:special:Contributions/{{BASEPAGENAME}}|uselang=en}}#top <span LANG="en" >'''local''' ontributions]‎ · [[mediawiki:Common.css|'''local''' mediawiki:Common.css]] · [[mediawiki:Common.js|'''local''' mediawiki:Common.js]] · [[mediawiki:Gadgets-definition|'''local''' mediawiki:Gadgets-definition]] · '''[[special:Notifications|local notifications]]'''<br />[[m:user:{{BASEPAGENAME}}/global.css|m:…'''/global.css''']] · [[m:user:{{BASEPAGENAME}}/global.js|m:…'''/global.js''']] · [[special:centralAuth/{{BASEPAGENAMEE}}|'''global''' account information]] · [https://tools.wmflabs.org/guc/?user={{URLENCODE:{{BASEPAGENAME}}|WIKI}} '''global''' user contributions]<!--
 · [https://toolserver.org/~River/cgi-bin/count_edits?user={{BASEPAGENAMEE}}&dbname=wikidatawiki_p&machread=1]
--></span></sup><!--
PAGEID related links
-->
: <sup><span dir "ltr" class="plainlinks" >'''PAGEID:''' {{PAGEID}} · [https:{{SERVER}}/?curid={{PAGEID}}#top links '''here'''] · <sup>[https:{{SERVER}}/?curid={{PAGEID}}&action=purge# purge ↺] · [https:{{SERVER}}/?curid={{PAGEID}}&action=edit§ion=0# section=0]</sup> · '''REVISIONID:''' {{REVISIONID}} · [https:{{SERVER}}/?oldid={{REVISIONID}}# permanent link] · (layout: 2015-09-07…d [https://fi.wikipedia.org/?curid=468081#top LTR] [https://ug.wiktionary.org/?curid=5716#top RTL] short)‎</span></sup><!--
testing and validation links related languages / dialects
-->
: <sup><span dir "ltr" class="plainlinks" >'''testing and validation links:''' [[user:בײַ מיר ביסטו שיין#BiDi_issues|BiDi issues]] · [[user:I18n|gadget issues]] · '''related languages / dialects:''' [[w:foo:user:{{BASEPAGENAME}}|w:foo:]] · [[w:bar:user:{{BASEPAGENAME}}|w:bar:]]‎</span></sup>
</center>
----
<!--
<br clear="all" />
-->
__TOC__
== <span dir="ltr" >Welcome‎ <span id="Welcome" dir="ltr" >{{PAGENAME}}</span> to <span id="WelcomeToSITENAME" dir="ltr" >{{SITENAME}}</span>!</span> ==
: [[Defnyddiwr:בײַ מיר ביסטו שיין|בײַ מיר ביסטו שיין]] ([[Sgwrs Defnyddiwr:בײַ מיר ביסטו שיין|sgwrs]]) 20:22, 9 Medi 2015 (UTC)
      ddo99atog5of455u9i2pqkd74h7yage
    
  
  
    Sgwrs Defnyddiwr:I18n
    3
    2628
    
      4651
      4650
      2015-09-15T19:15:59Z
      
        I18n
        1411
      
      layout: 2015-09-07…d LTR RTL short leri
      4651
      wikitext
      text/x-wiki
      {| class="float-center" border="0" cellpadding="3" cellspacing="5" style="background:#efefef; color:black" align="center" LANG="en"
|-
| align="center" colspan="2" |
<!--
<span dir="ltr" >The phonetic transcription of <span class="nowrap" >« לערי ריינהארט »</span> is <span class="nowrap" LANG="he" >/lɛʁi ʁɑjnhɑʁt/</span> <span class="nowrap" >(leri raynhart).</span></span><br />
<span dir="ltr" >The phonetic transcription of <span class="nowrap" LANG="he" >« [[s:yi:בייַ מיר ביסטו שיין|בײַ מיר ביסטו שיין]] »</span> is <span class="nowrap" >/bɑj mɪʁ bɪstu ʃɛyn/</span> <span class="nowrap" >([[w:en:Bei Mir Bistu Shein|bay mir bistu sheyn]]).</span><br /> </span><br />
-->
{{Softredirect|1=testwiki:user talk:{{PAGENAME}}|2=<span dir="ltr" >testwiki:user talk:<span dir="ltr" >{{PAGENAME}}</span></span>}}
<!--
|-
| align="right" | [[image:Redirectltr.png|right]]
| align="left" dir="ltr" | [[user talk:Gangleri]]
-->
|-
| align="right" | [[Image:Redirectltr.png|right]]
| align="left" dir="ltr" | [[user talk:לערי ריינהארט]] aka "''Gangleri''"
|-
| align="right" | [[Image:Redirectltr.png|right]]
| align="left" dir="ltr" | '''[[testwiki:user talk:לערי ריינהארט]] aka "''Gangleri''"'''
|}<!--
|-
| align="center" colspan="2" dir="ltr" | [[image:Redirectltr.png|left]] [[user talk:Gangleri]]
|-
| align="center" colspan="2" dir="ltr" | [[image:Redirectltr.png|left]] [[user talk:לערי ריינהארט]] aka "''Gangleri''"
|-
| align="center" colspan="2" dir="ltr" | [[image:Redirectltr.png|left]] '''[[testwiki:user talk:לערי ריינהארט]] aka "''Gangleri''"'''
-->
<br clear="all" />
<!--
**only at sandbox subpages**
<center dir="ltr" >This page is an '''user sandbox page'''.<br />'''SUBPAGENAME''': '''{{SUBPAGENAME}}''' – '''[[mediawiki:Sandbox]]''': '''{{int:Sandbox}}''' <sup>[[w:en:mediawiki:Sandbox]]</sup></center>
----
-->
<center>
: <sup><span dir="ltr" class="plainlinks" >SITENAME: '''{{SITENAME}}''' · '''language:''' {{CONTENTLANG}}: '''[{{fullurl:{{FULLPAGENAME}}|uselang={{CONTENTLANG}}}}#top <span dir="ltr" LANG="{{CONTENTLANG}}" >{{#LANGUAGE:{{CONTENTLANG}}}}</span>]''' ·  [{{fullurl:{{FULLPAGENAME}}|uselang=en}}#top <span dir="ltr" LANG="en" >{{#LANGUAGE:{{CONTENTLANG}}|en}}</span>'''] · [{{fullurl:{{FULLPAGENAME}}|uselang=de}}#top <span dir="ltr" LANG="de" >{{#LANGUAGE:{{CONTENTLANG}}|de}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=es}}#top <span dir="ltr" LANG="es" >{{#LANGUAGE:{{CONTENTLANG}}|es}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=fr}}#top <span dir="ltr" LANG="fr" >{{#LANGUAGE:{{CONTENTLANG}}|fr}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=it}}#top <span dir="ltr" LANG="it" >{{#LANGUAGE:{{CONTENTLANG}}|it}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=ru}}#top <span dir="ltr" LANG="ru" >{{#LANGUAGE:{{CONTENTLANG}}|ru}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=zh}}#top <span dir="ltr" LANG="zh" >{{#LANGUAGE:{{CONTENTLANG}}|zh}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=ar}}#top <span dir="ltr" LANG="ar" >{{#LANGUAGE:{{CONTENTLANG}}|ar}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=he}}#top <span dir="ltr" LANG="he" >{{#LANGUAGE:{{CONTENTLANG}}|he}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=hi}}#top <span dir="ltr" LANG="hi" >{{#LANGUAGE:{{CONTENTLANG}}|hi}}</span>] · [{{fullurl:{{FULLPAGENAME}}|uselang=eo}}#top <span dir="ltr" LANG="eo" >{{#LANGUAGE:{{CONTENTLANG}}|eo}}</span>] · [{{fullurl:{{FULLPAGENAME}}}}#footer #footer]</span></sup><!--
special:version
-->
: <sup><span dir "ltr" class="plainlinks" >[[special:version|local curent version]]: {{CURRENTVERSION}} · versions at [[b:special:version|b:]] · [[c:special:version|c:]] · [[d:special:version|d:]] · '''[[m:special:version|m:]]''' · [[mw:special:version|mw:]] · [[n:special:version|n:]] · [[q:special:version|q:]] · [[s:special:version|s:]] · '''[[testwiki:special:version|t:]]''' · [[v:special:version|v:]] · [[voy:special:version|voy:]] · [[w:special:version|w:]] · [[wikt:special:version|wikt:]] · [[w:en:special:version|w:en:]] · [[m:special:sitematrix#{{CONTENTLANG}}|m:special:sitematrix#{{CONTENTLANG}}]] · [[template:Wikivar]] · <sup>[[m:template:Wikivar|m:]]‎</sup></span></sup>
: <sup><span dir="ltr" class="plainlinks" >'''mediawiki:Sidebar''' '''[{{fullurl:mediawiki:Sidebar|uselang={{CONTENTLANG}}}}#top <span dir="ltr" LANG="{{CONTENTLANG}}" >{{#LANGUAGE:{{CONTENTLANG}}}}</span>]''' ·  [{{fullurl:mediawiki:Sidebar/en|uselang=en}}#top <span dir="ltr" LANG="en" >{{#LANGUAGE:{{CONTENTLANG}}|en}}</span>'''] · [{{fullurl:mediawiki:Sidebar/de|uselang=de}}#top <span dir="ltr" LANG="de" >{{#LANGUAGE:{{CONTENTLANG}}|de}}</span>] · [{{fullurl:mediawiki:Sidebar/es|uselang=es}}#top <span dir="ltr" LANG="es" >{{#LANGUAGE:{{CONTENTLANG}}|es}}</span>] · [{{fullurl:mediawiki:Sidebar/fr|uselang=fr}}#top <span dir="ltr" LANG="fr" >{{#LANGUAGE:{{CONTENTLANG}}|fr}}</span>] · [{{fullurl:mediawiki:Sidebar/it|uselang=it}}#top <span dir="ltr" LANG="it" >{{#LANGUAGE:{{CONTENTLANG}}|it}}</span>] · [{{fullurl:mediawiki:Sidebar/ru|uselang=ru}}#top <span dir="ltr" LANG="ru" >{{#LANGUAGE:{{CONTENTLANG}}|ru}}</span>] · [{{fullurl:mediawiki:Sidebar/zh|uselang=zh}}#top <span dir="ltr" LANG="zh" >{{#LANGUAGE:{{CONTENTLANG}}|zh}}</span>] · [{{fullurl:mediawiki:Sidebar/ar|uselang=ar}}#top <span dir="ltr" LANG="ar" >{{#LANGUAGE:{{CONTENTLANG}}|ar}}</span>] · [{{fullurl:mediawiki:Sidebar/he|uselang=he}}#top <span dir="ltr" LANG="he" >{{#LANGUAGE:{{CONTENTLANG}}|he}}</span>] · [{{fullurl:mediawiki:Sidebar/hi|uselang=hi}}#top <span dir="ltr" LANG="hi" >{{#LANGUAGE:{{CONTENTLANG}}|hi}}</span>] · [{{fullurl:mediawiki:Sidebar/eo|uselang=eo}}#top <span dir="ltr" LANG="eo" >{{#LANGUAGE:{{CONTENTLANG}}|eo}}</span>]</span></sup>
: <sup><span dir "ltr" class="plainlinks" >[{{fullurl:special:Preferences}}#top <span dir="ltr" LANG="en" >your] [{{fullurl:special:Preferences|uselang=en}}#top <span dir="ltr" LANG="en" >local preferences] · [{{fullurl:special:Preferences|uselang=de}}#mw-prefsection-personal <span dir="ltr" LANG="de" >Einstellungen</span>] · [{{fullurl:special:Preferences|uselang=es}}#mw-prefsection-rendering <span dir="ltr" LANG="es" >Preferencias</span>] · [{{fullurl:special:Preferences|uselang=fr}}#mw-prefsection-editing <span dir="ltr" LANG="fr" >Préférences</span>] · [{{fullurl:special:Preferences|uselang=it}}#mw-prefsection-rc <span dir="ltr" LANG="it" >Preferenze</span>] · [{{fullurl:special:Preferences|uselang=ru}}#mw-prefsection-watchlist <span dir="ltr" LANG="ru" >Настройки</span>] · [{{fullurl:special:Preferences|uselang=zh}}#mw-prefsection-gadgets <span dir="ltr" LANG="zh" >设置</span>] · [{{fullurl:special:Preferences|uselang=ar}}#mw-prefsection-betafeatures <span dir="ltr" LANG="ar" >تفضيلات</span>] · [{{fullurl:special:Preferences|uselang=he}}#mw-prefsection-betafeatures <span dir="ltr" LANG="he" >העדפות</span>] · [{{fullurl:special:Preferences|uselang=hi}}#top <span dir="ltr" LANG="hi" >मेरी वरीयताएँ</span>] · [{{fullurl:special:Preferences|uselang=eo}}#top <span dir="ltr" LANG="eo" >Preferoj</span>]</span></sup><!--
user:{{BASEPAGENAME}}
-->
: <sup><span dir "ltr" class="plainlinks" >user / ‎'''<span dir="ltr" >{{ns:2}}</span>'''‎: ‎'''<span dir="ltr" >[[user:{{BASEPAGENAME}}|{{BASEPAGENAME}}]]</span>‎''' · [{{SERVER}}/?title=special:ListUsers&limit=1&username={{BASEPAGENAMEE}} rights] · [[special:Prefixindex/user:{{BASEPAGENAME}}|all subpages]] [[special:Prefixindex/user talk:{{BASEPAGENAME}}|T]] · [[user:{{BASEPAGENAME}}/common.css|‎/common.css]] · [[user:{{BASEPAGENAME}}/common.js|/common.js]] · [[user:{{BASEPAGENAME}}/Archive/previous user page|/previous user page]] · [[special:Prefixindex/user:{{BASEPAGENAME}}/Archive|archives]] [[special:Prefixindex/user talk:{{BASEPAGENAME}}/Archive|archived talks]] · [[b:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|b:]] · [[c:user:{{BASEPAGENAME}}|c:]] · [[d:user:{{BASEPAGENAME}}|d:]] · [[m:user:{{BASEPAGENAME}}|m:]] · [[mw:user:{{BASEPAGENAME}}|mw:]] · [[n:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|n:]] · [[q:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|q:]] · [[s:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|s:]] · [[testwiki:user:{{BASEPAGENAME}}|t:]] · [[v:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|v:]] · [[voy:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|voy:]] · [[w:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|w:]] · [[wikt:{{CONTENTLANG}}:user:{{BASEPAGENAME}}|wikt:]] · [[w:en:user:{{BASEPAGENAME}}|w:en:]] · [[w:user:{{BASEPAGENAME}}|w:]] · [[:en:user:{{BASEPAGENAME}}|:en:]]‎</span></sup><!--
special:foobar
-->
: <sup><span dir "ltr" class="plainlinks" > [{{fullurl:special:WhatLinksHere/{{FULLPAGENAME}}|uselang=en}}#top <span LANG="en" >'''local''' WLH]‎ · [{{fullurl:special:RecentChanges|uselang=en}}#top <span LANG="en" >'''local''' RC]‎ · [{{fullurl:special:Logs|uselang=en}}#top <span LANG="en" >'''local''' logs]‎ · [{{fullurl:special:WatchList|uselang=en}}#top <span LANG="en" >'''local''' watchlist]‎ · [{{fullurl:special:Contributions/{{BASEPAGENAME}}|uselang=en}}#top <span LANG="en" >'''local''' ontributions]‎ · [[mediawiki:Common.css|'''local''' mediawiki:Common.css]] · [[mediawiki:Common.js|'''local''' mediawiki:Common.js]] · [[mediawiki:Gadgets-definition|'''local''' mediawiki:Gadgets-definition]] · '''[[special:Notifications|local notifications]]'''<br />[[m:user:{{BASEPAGENAME}}/global.css|m:…'''/global.css''']] · [[m:user:{{BASEPAGENAME}}/global.js|m:…'''/global.js''']] · [[special:centralAuth/{{BASEPAGENAMEE}}|'''global''' account information]] · [https://tools.wmflabs.org/guc/?user={{URLENCODE:{{BASEPAGENAME}}|WIKI}} '''global''' user contributions]<!--
 · [https://toolserver.org/~River/cgi-bin/count_edits?user={{BASEPAGENAMEE}}&dbname=wikidatawiki_p&machread=1]
--></span></sup><!--
PAGEID related links
-->
: <sup><span dir "ltr" class="plainlinks" >'''PAGEID:''' {{PAGEID}} · [https:{{SERVER}}/?curid={{PAGEID}}#top links '''here'''] · <sup>[https:{{SERVER}}/?curid={{PAGEID}}&action=purge# purge ↺] · [https:{{SERVER}}/?curid={{PAGEID}}&action=edit§ion=0# section=0]</sup> · '''REVISIONID:''' {{REVISIONID}} · [https:{{SERVER}}/?oldid={{REVISIONID}}# permanent link] · (layout: 2015-09-07…d [https://fi.wikipedia.org/?curid=468081#top LTR] [https://ug.wiktionary.org/?curid=5716#top RTL] short)‎</span></sup><!--
testing and validation links related languages / dialects
-->
: <sup><span dir "ltr" class="plainlinks" >'''testing and validation links:''' [[user:בײַ מיר ביסטו שיין#BiDi_issues|BiDi issues]] · [[user:I18n|gadget issues]] · '''related languages / dialects:''' [[w:foo:user:{{BASEPAGENAME}}|w:foo:]] · [[w:bar:user:{{BASEPAGENAME}}|w:bar:]]‎</span></sup>
</center>
----
<!--
<br clear="all" />
-->
__TOC__
== <span dir="ltr" >Welcome‎ <span id="Welcome" dir="ltr" >{{PAGENAME}}</span> to <span id="WelcomeToSITENAME" dir="ltr" >{{SITENAME}}</span>!</span> ==
: [[Defnyddiwr:I18n|I18n]] ([[Sgwrs Defnyddiwr:I18n|sgwrs]]) 08:07, 13 Medi 2015 (UTC)
: [[Defnyddiwr:I18n|I18n]] ([[Sgwrs Defnyddiwr:I18n|sgwrs]]) 19:15, 15 Medi 2015 (UTC)
      ce07fxz1ezulaywkcegypxtbaa9jv07
    
  
  
    Nodyn:LQT Moved thread stub converted to Flow
    10
    2634
    
      4657
      2015-10-02T19:56:20Z
      
        Flow talk page manager
        1399
      
      /* Automatically created by Flow */
      4657
      wikitext
      text/x-wiki
      This post by {{{author}}} was moved on {{{date}}}. You can find it at [[{{{title}}}]].
      e5j16chw2130kmdotptl65jvxa6lw5w
    
  
  
    Nodyn:LQT page converted to Flow
    10
    2635
    
      4658
      2015-10-02T19:56:20Z
      
        Flow talk page manager
        1399
      
      /* Automatically created by Flow */
      4658
      wikitext
      text/x-wiki
      Previous page history was archived for backup purposes at <span class='flow-link-to-archive'>[[{{{archive}}}]]</span> on {{#time: Y-m-d|{{{date}}}}}.
      njhr9sbh7lx81p2xfwikn7amdd3n1zn
    
  
  
    Nodyn:Archive for converted LQT page
    10
    2636
    
      4659
      2015-10-02T19:56:20Z
      
        Flow talk page manager
        1399
      
      /* Automatically created by Flow */
      4659
      wikitext
      text/x-wiki
      This page is an archived LiquidThreads page. '''Do not edit the contents of this page'''. Please direct any additional comments to the [[{{{from}}}|current talk page]].
      nigyidinm7czjt0s9dq851dwhckapia
    
  
  
    Nodyn:LQT post imported with supressed user
    10
    2637
    
      4660
      2015-10-02T19:56:20Z
      
        Flow talk page manager
        1399
      
      /* Automatically created by Flow */
      4660
      wikitext
      text/x-wiki
      This revision was imported from LiquidThreads with a suppressed user. It has been reassigned to the current user.
      1pswkbcu7hauadd98nklgf3pku080ee
    
  
  
    Nodyn:LQT post imported with different signature user
    10
    2638
    
      4661
      2015-10-02T19:56:20Z
      
        Flow talk page manager
        1399
      
      /* Automatically created by Flow */
      4661
      wikitext
      text/x-wiki
      ''This post was posted by [[User:{{{authorUser}}}|{{{authorUser}}}]], but signed as [[User:{{{signatureUser}}}|{{{signatureUser}}}]].''
      gr9xg2oo9p9alcaf8usi587bcmsi65s
    
  
  
    Nodyn:Wikitext talk page converted to Flow
    10
    2639
    
      4662
      2015-10-02T19:56:21Z
      
        Flow talk page manager
        1399
      
      /* Automatically created by Flow */
      4662
      wikitext
      text/x-wiki
      Previous discussion was archived at <span class='flow-link-to-archive'>[[{{{archive}}}]]</span> on {{#time: Y-m-d|{{{date}}}}}.
      ccusakfp9y2sl227h5sbt4ok1ptcsxi
    
  
  
    Nodyn:Archive for converted wikitext talk page
    10
    2640
    
      4663
      2015-10-02T19:56:21Z
      
        Flow talk page manager
        1399
      
      /* Automatically created by Flow */
      4663
      wikitext
      text/x-wiki
      This page is an archive. '''Do not edit the contents of this page'''. Please direct any additional comments to the [[{{{from|{{TALKSPACE}}:{{BASEPAGENAME}}}}}|current talk page]].
      hd1xxik7k0u7gcb9oq9ddgh20zmhpy4
    
  
  
    Defnyddiwr:Hahc21
    2
    2644
    
    
      4681
      2015-12-30T19:05:29Z
      
        Steinsplitter
        893
      
      Symudodd Steinsplitter y dudalen [[Defnyddiwr:Hahc21]] i [[Defnyddiwr:Razr Nation]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Hahc21|Hahc21]]" to "[[Special:CentralAuth/Razr Nation|Razr Nation]]"
      4681
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Razr Nation]]
      h9dmen8363rmsxa9l71vpwvpb1i5kiv
    
  
  
    Defnyddiwr:Hahc21/common.js
    2
    2645
    
    
      4684
      2015-12-30T19:05:58Z
      
        Steinsplitter
        893
      
      Symudodd Steinsplitter y dudalen [[Defnyddiwr:Hahc21/common.js]] i [[Defnyddiwr:Razr Nation/common.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Hahc21|Hahc21]]" to "[[Special:CentralAuth/Razr Nation|Razr Nation]]"
      4684
      javascript
      text/javascript
      /* #REDIRECT */mw.loader.load("//cy.wikibooks.org/w/index.php?title=Defnyddiwr:Razr_Nation/common.js\u0026action=raw\u0026ctype=text/javascript");
      3up33221or6wpxztbokikygs8u0iayy
    
  
  
    Defnyddiwr:Hahc21/common.css
    2
    2646
    
    
      4686
      2015-12-30T20:05:33Z
      
        Steinsplitter
        893
      
      Symudodd Steinsplitter y dudalen [[Defnyddiwr:Hahc21/common.css]] i [[Defnyddiwr:Razr Nation/common.css]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Hahc21|Hahc21]]" to "[[Special:CentralAuth/Razr Nation|Razr Nation]]"
      4686
      css
      text/css
      /* #REDIRECT */@import url(//cy.wikibooks.org/w/index.php?title=Defnyddiwr:Razr_Nation/common.css&action=raw&ctype=text/css);
      8zllexwawcmokd1tl046sikiuid3fh8
    
  
  
    Sgwrs Defnyddiwr:Sam Sailor
    3
    2647
    
      5143
      4688
      2025-01-24T21:19:09Z
      
        Ziv
        2225
      
      → File replacement: jpg/png/gif to svg vector image ([[:c:GR]])
      5143
      wikitext
      text/x-wiki
      <table style="background:#F8EABA; width:100%"><tr><td>
[[Image:Information icon4.svg|left|40px]] 
{{{{{|safesubst:}}}#ifeq:{{{noheader}}}|yes||=={{{header|Feel free to leave me a message here, but you will get a quicker response if you visit [[:w:en:User talk:Sam Sailor|my English Wikipedia user talk page]].}}}==}}
</td></tr></table>
      6kwv84krpgmt49xth7fkpd3aqpf4177
    
  
  
    Defnyddiwr:Riley Huntley
    2
    2648
    
    
      4691
      2016-05-04T17:41:48Z
      
        Steinsplitter
        893
      
      Symudodd Steinsplitter y dudalen [[Defnyddiwr:Riley Huntley]] i [[Defnyddiwr:~riley]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Riley Huntley|Riley Huntley]]" to "[[Special:CentralAuth/~riley|~riley]]"
      4691
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:~riley]]
      m9o1ua7btp7aqt0n2hybpy8ieuy13k6
    
  
  
    Sgwrs Defnyddiwr:HakanIST
    3
    2649
    
    
      4693
      2016-05-21T08:33:28Z
      
        HakanIST
        1473
      
      redirect to my main talk page
      4693
      wikitext
      text/x-wiki
      #REDIRECT [[m:User_talk:HakanIST]]
      ma80ys6tyyeuuvkmjl8wic828n6kzw0
    
  
  
    Defnyddiwr:G(x)-former
    2
    2651
    
    
      4698
      2016-08-25T10:46:01Z
      
        Céréales Killer
        1293
      
      Symudodd Céréales Killer y dudalen [[Defnyddiwr:G(x)-former]] i [[Defnyddiwr:V(g)]]: Automatically moved page while renaming the user "[[Special:CentralAuth/G(x)-former|G(x)-former]]" to "[[Special:CentralAuth/V(g)|V(g)]]"
      4698
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:V(g)]]
      c897yyyy68rqa0i3a3pskq7fjynf472
    
  
  
    Sgwrs Defnyddiwr:G(x)-former
    3
    2652
    
    
      4700
      2016-08-25T10:46:01Z
      
        Céréales Killer
        1293
      
      Symudodd Céréales Killer y dudalen [[Sgwrs Defnyddiwr:G(x)-former]] i [[Sgwrs Defnyddiwr:V(g)]]: Automatically moved page while renaming the user "[[Special:CentralAuth/G(x)-former|G(x)-former]]" to "[[Special:CentralAuth/V(g)|V(g)]]"
      4700
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Sgwrs Defnyddiwr:V(g)]]
      i6ghbddl2dneode7htwuqvx5i04w1z2
    
  
  
    Sgwrs Defnyddiwr:Stïnger
    3
    2667
    
      4754
      4727
      2018-02-02T11:33:06Z
      
        MarcoAurelio
        977
      
      
      Symudodd MarcoAurelio y dudalen [[Sgwrs Defnyddiwr:Ks-M9]] i [[Sgwrs Defnyddiwr:Stïnger]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Ks-M9|Ks-M9]]" to "[[Special:CentralAuth/Stïnger|Stïnger]]"
      4754
      wikitext
      text/x-wiki
      [[:m:User talk:Ks-M9]]
      ff9olr1xs6oky5yunu2wq4iwdk7ulh7
    
  
  
    Defnyddiwr:Morphypnos/common.js
    2
    2668
    
    
      4731
      2017-02-15T22:37:29Z
      
        Litlok
        1527
      
      Symudodd Litlok y dudalen [[Defnyddiwr:Morphypnos/common.js]] i [[Defnyddiwr:La fée Didier/common.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Morphypnos|Morphypnos]]" to "[[Special:CentralAuth/La fée Didier|La fée D...
      4731
      javascript
      text/javascript
      /* #REDIRECT */mw.loader.load("//cy.wikibooks.org/w/index.php?title=Defnyddiwr:La_f%C3%A9e_Didier/common.js\u0026action=raw\u0026ctype=text/javascript");
      hysu0r8p63j2f7qvgingif4ep7ks9pc
    
  
  
    Defnyddiwr:Allan Aguilar/common.js
    2
    2669
    
    
      4733
      2017-02-16T12:13:44Z
      
        Savh
        552
      
      Symudodd Savh y dudalen [[Defnyddiwr:Allan Aguilar/common.js]] i [[Defnyddiwr:Green Mostaza/common.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Allan Aguilar|Allan Aguilar]]" to "[[Special:CentralAuth/Green Mostaza|Gree...
      4733
      javascript
      text/javascript
      /* #REDIRECT */mw.loader.load("//cy.wikibooks.org/w/index.php?title=Defnyddiwr:Green_Mostaza/common.js\u0026action=raw\u0026ctype=text/javascript");
      jzloq6xjrcdy4458gtvgcibw023jf7l
    
  
  
    Defnyddiwr:DexterHateley8
    2
    2671
    
      4741
      2017-07-21T00:32:15Z
      
        DexterHateley8
        1557
      
      Crëwyd tudalen newydd yn dechrau gyda 'Ι use a broad range associated with likes and dislikes. I love to read in аddition to help make pointѕ. I prefer art and also dancing and also music....'
      4741
      wikitext
      text/x-wiki
      Ι use a broad range associated with likes and dislikes. I love to read in аddition to help make pointѕ. I prefer art and also dancing and also music. I am adԀitionally a huge perѕons man or woman. I merely like hangіng out with pals іn addition to obtaining good times laughing in addition to doіng humor. I love creatіve persons along with accomplishing creative issues with them.
      hclt2mw72uk6fzn26e99ko3as2vhdgs
    
  
  
    Defnyddiwr:Brubaker610
    2
    2672
    
      5020
      5017
      2022-02-16T19:43:10Z
      
        Base
        856
      
      
      Symudodd Base y dudalen [[Defnyddiwr:Vanished user jfyedt7]] i [[Defnyddiwr:Brubaker610]] heb adael dolen ailgyfeirio: Automatically moved page while renaming the user "[[Special:CentralAuth/Vanished user jfyedt7|Vanished user jfyedt7]]" to "[[Special:CentralAuth/Brubaker610|Brubaker610]]"
      4742
      wikitext
      text/x-wiki
      {{#babel:cy-0}}
      9i9fc6ofadt3bktoev288udwerssk3z
    
  
  
    Defnyddiwr:분당선M/common.css
    2
    2676
    
    
      4748
      2017-12-06T21:29:37Z
      
        Revi C.
        1027
      
      Symudodd -revi y dudalen [[Defnyddiwr:분당선M/common.css]] i [[Defnyddiwr:*Youngjin/common.css]]: Automatically moved page while renaming the user "[[Special:CentralAuth/분당선M|분당선M]]" to "[[Special:CentralAuth/*Youngjin|*Youngjin]]"
      4748
      css
      text/css
      /* #REDIRECT */@import url("//cy.wikibooks.org/w/index.php?title=Defnyddiwr:*Youngjin/common.css&action=raw&ctype=text/css");
      q3qwklhumio7rjnqp27vpu7igynh1xf
    
  
  
    Defnyddiwr:분당선M/common.js
    2
    2677
    
    
      4750
      2017-12-06T21:29:38Z
      
        Revi C.
        1027
      
      Symudodd -revi y dudalen [[Defnyddiwr:분당선M/common.js]] i [[Defnyddiwr:*Youngjin/common.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/분당선M|분당선M]]" to "[[Special:CentralAuth/*Youngjin|*Youngjin]]"
      4750
      javascript
      text/javascript
      /* #REDIRECT */mw.loader.load("//cy.wikibooks.org/w/index.php?title=Defnyddiwr:*Youngjin/common.js\u0026action=raw\u0026ctype=text/javascript");
      lziiui2425k4nmxv4jj08ccelyjhz89
    
  
  
    Sgwrs Defnyddiwr:분당선M
    3
    2678
    
    
      4752
      2017-12-06T21:29:38Z
      
        Revi C.
        1027
      
      Symudodd -revi y dudalen [[Sgwrs Defnyddiwr:분당선M]] i [[Sgwrs Defnyddiwr:*Youngjin]]: Automatically moved page while renaming the user "[[Special:CentralAuth/분당선M|분당선M]]" to "[[Special:CentralAuth/*Youngjin|*Youngjin]]"
      4752
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Sgwrs Defnyddiwr:*Youngjin]]
      fk91wbsd5423hqelj2ye6n5scc0sbzb
    
  
  
    Sgwrs Defnyddiwr:Ks-M9
    3
    2680
    
    
      4755
      2018-02-02T11:33:06Z
      
        MarcoAurelio
        977
      
      Symudodd MarcoAurelio y dudalen [[Sgwrs Defnyddiwr:Ks-M9]] i [[Sgwrs Defnyddiwr:Stïnger]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Ks-M9|Ks-M9]]" to "[[Special:CentralAuth/Stïnger|Stïnger]]"
      4755
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Sgwrs Defnyddiwr:Stïnger]]
      bb7rvrudwhj0mscplku7cznn1dqeec0
    
  
  
    Defnyddiwr:Miguel2706/common.js
    2
    2681
    
    
      4757
      2018-02-08T03:19:02Z
      
        Matiia
        1303
      
      Symudodd Matiia y dudalen [[Defnyddiwr:Miguel2706/common.js]] i [[Defnyddiwr:KernelFreeze/common.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Miguel2706|Miguel2706]]" to "[[Special:CentralAuth/KernelFreeze|KernelFreeze]]"
      4757
      javascript
      text/javascript
      /* #REDIRECT */mw.loader.load("//cy.wikibooks.org/w/index.php?title=Defnyddiwr:KernelFreeze/common.js\u0026action=raw\u0026ctype=text/javascript");
      b65aowpzruzj0jen16lxx7qqsnw5knd
    
  
  
    Defnyddiwr:TracyMccrory919
    2
    2682
    
      5111
      4759
      2024-03-27T15:26:37Z
      
        Leonidlednev
        2143
      
      Requesting speedy deletion with rationale "Spambot". ([[m:TWG|TWG]])
      5111
      wikitext
      text/x-wiki
      {{Delete|1=Spambot}}
Hello! <br>I'm Korean female :). <br>I really love Sons of Anarchy!
      2dxiymi5y236njw2ot96k3xuxqp70rg
    
  
  
    Categori:Candidates for speedy deletion
    14
    2684
    
      4950
      4949
      2020-08-10T17:39:31Z
      
        Samuele2002
        1537
      
      fix
      4950
      wikitext
      text/x-wiki
      {{empty category}}
__EXPECTUNUSEDCATEGORY__
      mxx6elbx4wyoxhb8whce5mvwbr4jhkh
    
  
  
    Nodyn:Purge
    10
    2685
    
      4767
      4766
      2018-03-30T05:22:17Z
      
        116.237.18.33
      
      4767
      wikitext
      text/x-wiki
      <span class="plainlinks">[{{fullurl:{{{page|{{FULLPAGENAME}}}}}|action=purge}} <span title="Purge this page">{{{1|Puro}}}</span>]</span>
      0oyqzt6nzytsquheclpnjf1s2lt5y7m
    
  
  
    Nodyn:D
    10
    2686
    
    
      4768
      2018-03-30T05:23:46Z
      
        116.237.18.33
      
      Yn ailgyfeirio at [[Nodyn:Delete]]
      4768
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Nodyn:Delete]]
      a2v29p1ywj7hz01tnhcuyu09a3ik3hn
    
  
  
    Nodyn:Empty category
    10
    2687
    
      4792
      4783
      2018-03-31T02:37:13Z
      
        116.237.18.33
      
      4792
      wikitext
      text/x-wiki
      {{Cmbox
| type  = content
| text  = '''Administrators: Please do not delete this category even if it is empty!'''<br/>This category may be empty occasionally or even most of the time. 
}}<includeonly>{{#ifeq:{{{nocat|}}}|true||[[Category:Categorïau na ddylid ei ddileu hyd yn oed os ydynt yn cael eu wag]]}}</includeonly><noinclude>{{Documentation}}</noinclude>
      kqpfrwb4tmwcg4s0tuym76sbk515y3q
    
  
  
    Nodyn:Cmbox
    10
    2688
    
      4771
      2018-03-31T01:54:46Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '{{#invoke:Message box|cmbox}}<noinclude>{{documentation}}</noinclude>'
      4771
      wikitext
      text/x-wiki
      {{#invoke:Message box|cmbox}}<noinclude>{{documentation}}</noinclude>
      hvt086as3h2xmvmbjecpp8pt338ozl9
    
  
  
    Modiwl:Message box
    828
    2689
    
      4772
      2018-03-31T01:55:38Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}....'
      4772
      Scribunto
      text/plain
      -- This is a meta-module for producing message box templates, including
-- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}.
-- Load necessary modules.
require('Module:No globals')
local getArgs
local categoryHandler = require('Module:Category handler')._main
local yesno = require('Module:Yesno')
-- Get a language object for formatDate and ucfirst.
local lang = mw.language.getContentLanguage()
-- Define constants
local CONFIG_MODULE = 'Module:Message box/configuration'
--------------------------------------------------------------------------------
-- Helper functions
--------------------------------------------------------------------------------
local function getTitleObject(...)
	-- Get the title object, passing the function through pcall
	-- in case we are over the expensive function count limit.
	local success, title = pcall(mw.title.new, ...)
	if success then
		return title
	end
end
local function union(t1, t2)
	-- Returns the union of two arrays.
	local vals = {}
	for i, v in ipairs(t1) do
		vals[v] = true
	end
	for i, v in ipairs(t2) do
		vals[v] = true
	end
	local ret = {}
	for k in pairs(vals) do
		table.insert(ret, k)
	end
	table.sort(ret)
	return ret
end
local function getArgNums(args, prefix)
	local nums = {}
	for k, v in pairs(args) do
		local num = mw.ustring.match(tostring(k), '^' .. prefix .. '([1-9]%d*)$')
		if num then
			table.insert(nums, tonumber(num))
		end
	end
	table.sort(nums)
	return nums
end
--------------------------------------------------------------------------------
-- Box class definition
--------------------------------------------------------------------------------
local MessageBox = {}
MessageBox.__index = MessageBox
function MessageBox.new(boxType, args, cfg)
	args = args or {}
	local obj = {}
	-- Set the title object and the namespace.
	obj.title = getTitleObject(args.page) or mw.title.getCurrentTitle()
	-- Set the config for our box type.
	obj.cfg = cfg[boxType]
	if not obj.cfg then
		local ns = obj.title.namespace
		-- boxType is "mbox" or invalid input
		if ns == 0 then
			obj.cfg = cfg.ambox -- main namespace
		elseif ns == 6 then
			obj.cfg = cfg.imbox -- file namespace
		elseif ns == 14 then
			obj.cfg = cfg.cmbox -- category namespace
		else
			local nsTable = mw.site.namespaces[ns]
			if nsTable and nsTable.isTalk then
				obj.cfg = cfg.tmbox -- any talk namespace
			else
				obj.cfg = cfg.ombox -- other namespaces or invalid input
			end
		end
	end
	-- Set the arguments, and remove all blank arguments except for the ones
	-- listed in cfg.allowBlankParams.
	do
		local newArgs = {}
		for k, v in pairs(args) do
			if v ~= '' then
				newArgs[k] = v
			end
		end
		for i, param in ipairs(obj.cfg.allowBlankParams or {}) do
			newArgs[param] = args[param]
		end
		obj.args = newArgs
	end
	-- Define internal data structure.
	obj.categories = {}
	obj.classes = {}
	return setmetatable(obj, MessageBox)
end
function MessageBox:addCat(ns, cat, sort)
	if not cat then
		return nil
	end
	if sort then
		cat = string.format('[[Category:%s|%s]]', cat, sort)
	else
		cat = string.format('[[Category:%s]]', cat)
	end
	self.categories[ns] = self.categories[ns] or {}
	table.insert(self.categories[ns], cat)
end
function MessageBox:addClass(class)
	if not class then
		return nil
	end
	table.insert(self.classes, class)
end
function MessageBox:setParameters()
	local args = self.args
	local cfg = self.cfg
	-- Get type data.
	self.type = args.type
	local typeData = cfg.types[self.type]
	self.invalidTypeError = cfg.showInvalidTypeError
		and self.type
		and not typeData
	typeData = typeData or cfg.types[cfg.default]
	self.typeClass = typeData.class
	self.typeImage = typeData.image
	-- Find if the box has been wrongly substituted.
	self.isSubstituted = cfg.substCheck and args.subst == 'SUBST'
	-- Find whether we are using a small message box.
	self.isSmall = cfg.allowSmall and (
		cfg.smallParam and args.small == cfg.smallParam
		or not cfg.smallParam and yesno(args.small)
	)
	-- Add attributes, classes and styles.
	self.id = args.id
	if yesno(args.plainlinks) ~= false then
		self:addClass('plainlinks')
	end
	for _, class in ipairs(cfg.classes or {}) do
		self:addClass(class)
	end
	if self.isSmall then
		self:addClass(cfg.smallClass or 'mbox-small')
	end
	self:addClass(self.typeClass)
	self:addClass(args.class)
	self.style = args.style
	self.attrs = args.attrs
	-- Set text style.
	self.textstyle = args.textstyle
	-- Find if we are on the template page or not. This functionality is only
	-- used if useCollapsibleTextFields is set, or if both cfg.templateCategory
	-- and cfg.templateCategoryRequireName are set.
	self.useCollapsibleTextFields = cfg.useCollapsibleTextFields
	if self.useCollapsibleTextFields
		or cfg.templateCategory
		and cfg.templateCategoryRequireName
	then
		self.name = args.name
		if self.name then
			local templateName = mw.ustring.match(
				self.name,
				'^[tT][eE][mM][pP][lL][aA][tT][eE][%s_]*:[%s_]*(.*)$'
			) or self.name
			templateName = 'Template:' .. templateName
			self.templateTitle = getTitleObject(templateName)
		end
		self.isTemplatePage = self.templateTitle
			and mw.title.equals(self.title, self.templateTitle)
	end
	-- Process data for collapsible text fields. At the moment these are only
	-- used in {{ambox}}.
	if self.useCollapsibleTextFields then
		-- Get the self.issue value.
		if self.isSmall and args.smalltext then
			self.issue = args.smalltext
		else
			local sect
			if args.sect == '' then
				sect = 'This ' .. (cfg.sectionDefault or 'page')
			elseif type(args.sect) == 'string' then
				sect = 'This ' .. args.sect
			end
			local issue = args.issue
			issue = type(issue) == 'string' and issue ~= '' and issue or nil
			local text = args.text
			text = type(text) == 'string' and text or nil
			local issues = {}
			table.insert(issues, sect)
			table.insert(issues, issue)
			table.insert(issues, text)
			self.issue = table.concat(issues, ' ')
		end
		-- Get the self.talk value.
		local talk = args.talk
		-- Show talk links on the template page or template subpages if the talk
		-- parameter is blank.
		if talk == ''
			and self.templateTitle
			and (
				mw.title.equals(self.templateTitle, self.title)
				or self.title:isSubpageOf(self.templateTitle)
			)
		then
			talk = '#'
		elseif talk == '' then
			talk = nil
		end
		if talk then
			-- If the talk value is a talk page, make a link to that page. Else
			-- assume that it's a section heading, and make a link to the talk
			-- page of the current page with that section heading.
			local talkTitle = getTitleObject(talk)
			local talkArgIsTalkPage = true
			if not talkTitle or not talkTitle.isTalkPage then
				talkArgIsTalkPage = false
				talkTitle = getTitleObject(
					self.title.text,
					mw.site.namespaces[self.title.namespace].talk.id
				)
			end
			if talkTitle and talkTitle.exists then
				local talkText = 'Relevant discussion may be found on'
				if talkArgIsTalkPage then
					talkText = string.format(
						'%s [[%s|%s]].',
						talkText,
						talk,
						talkTitle.prefixedText
					)
				else
					talkText = string.format(
						'%s the [[%s#%s|talk page]].',
						talkText,
						talkTitle.prefixedText,
						talk
					)
				end
				self.talk = talkText
			end
		end
		-- Get other values.
		self.fix = args.fix ~= '' and args.fix or nil
		local date
		if args.date and args.date ~= '' then
			date = args.date
		elseif args.date == '' and self.isTemplatePage then
			date = lang:formatDate('F Y')
		end
		if date then
			self.date = string.format(" <small>''(%s)''</small>", date)
		end
		self.info = args.info
		if yesno(args.removalnotice) then
			self.removalNotice = cfg.removalNotice
		end
	end
	-- Set the non-collapsible text field. At the moment this is used by all box
	-- types other than ambox, and also by ambox when small=yes.
	if self.isSmall then
		self.text = args.smalltext or args.text
	else
		self.text = args.text
	end
	-- Set the below row.
	self.below = cfg.below and args.below
	-- General image settings.
	self.imageCellDiv = not self.isSmall and cfg.imageCellDiv
	self.imageEmptyCell = cfg.imageEmptyCell
	if cfg.imageEmptyCellStyle then
		self.imageEmptyCellStyle = 'border:none;padding:0px;width:1px'
	end
	-- Left image settings.
	local imageLeft = self.isSmall and args.smallimage or args.image
	if cfg.imageCheckBlank and imageLeft ~= 'blank' and imageLeft ~= 'none'
		or not cfg.imageCheckBlank and imageLeft ~= 'none'
	then
		self.imageLeft = imageLeft
		if not imageLeft then
			local imageSize = self.isSmall
				and (cfg.imageSmallSize or '30x30px')
				or '40x40px'
			self.imageLeft = string.format('[[File:%s|%s|link=|alt=]]', self.typeImage
				or 'Imbox notice.png', imageSize)
		end
	end
	-- Right image settings.
	local imageRight = self.isSmall and args.smallimageright or args.imageright
	if not (cfg.imageRightNone and imageRight == 'none') then
		self.imageRight = imageRight
	end
end
function MessageBox:setMainspaceCategories()
	local args = self.args
	local cfg = self.cfg
	if not cfg.allowMainspaceCategories then
		return nil
	end
	local nums = {}
	for _, prefix in ipairs{'cat', 'category', 'all'} do
		args[prefix .. '1'] = args[prefix]
		nums = union(nums, getArgNums(args, prefix))
	end
	-- The following is roughly equivalent to the old {{Ambox/category}}.
	local date = args.date
	date = type(date) == 'string' and date
	local preposition = 'from'
	for _, num in ipairs(nums) do
		local mainCat = args['cat' .. tostring(num)]
			or args['category' .. tostring(num)]
		local allCat = args['all' .. tostring(num)]
		mainCat = type(mainCat) == 'string' and mainCat
		allCat = type(allCat) == 'string' and allCat
		if mainCat and date and date ~= '' then
			local catTitle = string.format('%s %s %s', mainCat, preposition, date)
			self:addCat(0, catTitle)
			catTitle = getTitleObject('Category:' .. catTitle)
			if not catTitle or not catTitle.exists then
				self:addCat(0, 'Articles with invalid date parameter in template')
			end
		elseif mainCat and (not date or date == '') then
			self:addCat(0, mainCat)
		end
		if allCat then
			self:addCat(0, allCat)
		end
	end
end
function MessageBox:setTemplateCategories()
	local args = self.args
	local cfg = self.cfg
	-- Add template categories.
	if cfg.templateCategory then
		if cfg.templateCategoryRequireName then
			if self.isTemplatePage then
				self:addCat(10, cfg.templateCategory)
			end
		elseif not self.title.isSubpage then
			self:addCat(10, cfg.templateCategory)
		end
	end
	-- Add template error categories.
	if cfg.templateErrorCategory then
		local templateErrorCategory = cfg.templateErrorCategory
		local templateCat, templateSort
		if not self.name and not self.title.isSubpage then
			templateCat = templateErrorCategory
		elseif self.isTemplatePage then
			local paramsToCheck = cfg.templateErrorParamsToCheck or {}
			local count = 0
			for i, param in ipairs(paramsToCheck) do
				if not args[param] then
					count = count + 1
				end
			end
			if count > 0 then
				templateCat = templateErrorCategory
				templateSort = tostring(count)
			end
			if self.categoryNums and #self.categoryNums > 0 then
				templateCat = templateErrorCategory
				templateSort = 'C'
			end
		end
		self:addCat(10, templateCat, templateSort)
	end
end
function MessageBox:setAllNamespaceCategories()
	-- Set categories for all namespaces.
	if self.invalidTypeError then
		local allSort = (self.title.namespace == 0 and 'Main:' or '') .. self.title.prefixedText
		self:addCat('all', 'Wikipedia message box parameter needs fixing', allSort)
	end
	if self.isSubstituted then
		self:addCat('all', 'Pages with incorrectly substituted templates')
	end
end
function MessageBox:setCategories()
	if self.title.namespace == 0 then
		self:setMainspaceCategories()
	elseif self.title.namespace == 10 then
		self:setTemplateCategories()
	end
	self:setAllNamespaceCategories()
end
function MessageBox:renderCategories()
	-- Convert category tables to strings and pass them through
	-- [[Module:Category handler]].
	return categoryHandler{
		main = table.concat(self.categories[0] or {}),
		template = table.concat(self.categories[10] or {}),
		all = table.concat(self.categories.all or {}),
		nocat = self.args.nocat,
		page = self.args.page
	}
end
function MessageBox:export()
	local root = mw.html.create()
	-- Add the subst check error.
	if self.isSubstituted and self.name then
		root:tag('b')
			:addClass('error')
			:wikitext(string.format(
				'Template <code>%s[[Template:%s|%s]]%s</code> has been incorrectly substituted.',
				mw.text.nowiki('{{'), self.name, self.name, mw.text.nowiki('}}')
			))
	end
	-- Create the box table.
	local boxTable = root:tag('table')
	boxTable:attr('id', self.id or nil)
	for i, class in ipairs(self.classes or {}) do
		boxTable:addClass(class or nil)
	end
	boxTable
		:cssText(self.style or nil)
		:attr('role', 'presentation')
	if self.attrs then
		boxTable:attr(self.attrs)
	end
	-- Add the left-hand image.
	local row = boxTable:tag('tr')
	if self.imageLeft then
		local imageLeftCell = row:tag('td'):addClass('mbox-image')
		if self.imageCellDiv then
			-- If we are using a div, redefine imageLeftCell so that the image
			-- is inside it. Divs use style="width: 52px;", which limits the
			-- image width to 52px. If any images in a div are wider than that,
			-- they may overlap with the text or cause other display problems.
			imageLeftCell = imageLeftCell:tag('div'):css('width', '52px')
		end
		imageLeftCell:wikitext(self.imageLeft or nil)
	elseif self.imageEmptyCell then
		-- Some message boxes define an empty cell if no image is specified, and
		-- some don't. The old template code in templates where empty cells are
		-- specified gives the following hint: "No image. Cell with some width
		-- or padding necessary for text cell to have 100% width."
		row:tag('td')
			:addClass('mbox-empty-cell')
			:cssText(self.imageEmptyCellStyle or nil)
	end
	-- Add the text.
	local textCell = row:tag('td'):addClass('mbox-text')
	if self.useCollapsibleTextFields then
		-- The message box uses advanced text parameters that allow things to be
		-- collapsible. At the moment, only ambox uses this.
		textCell:cssText(self.textstyle or nil)
		local textCellDiv = textCell:tag('div')
		textCellDiv
			:addClass('mbox-text-span')
			:wikitext(self.issue or nil)
		if (self.talk or self.fix) and not self.isSmall then
			textCellDiv:tag('span')
				:addClass('hide-when-compact')
				:wikitext(self.talk and (' ' .. self.talk) or nil)
				:wikitext(self.fix and (' ' .. self.fix) or nil)
		end
		textCellDiv:wikitext(self.date and (' ' .. self.date) or nil)
		if self.info and not self.isSmall then
			textCellDiv
				:tag('span')
				:addClass('hide-when-compact')
				:wikitext(self.info and (' ' .. self.info) or nil)
		end
		if self.removalNotice then
			textCellDiv:tag('small')
				:addClass('hide-when-compact')
				:tag('i')
					:wikitext(string.format(" (%s)", self.removalNotice))
		end
	else
		-- Default text formatting - anything goes.
		textCell
			:cssText(self.textstyle or nil)
			:wikitext(self.text or nil)
	end
	-- Add the right-hand image.
	if self.imageRight then
		local imageRightCell = row:tag('td'):addClass('mbox-imageright')
		if self.imageCellDiv then
			-- If we are using a div, redefine imageRightCell so that the image
			-- is inside it.
			imageRightCell = imageRightCell:tag('div'):css('width', '52px')
		end
		imageRightCell
			:wikitext(self.imageRight or nil)
	end
	-- Add the below row.
	if self.below then
		boxTable:tag('tr')
			:tag('td')
				:attr('colspan', self.imageRight and '3' or '2')
				:addClass('mbox-text')
				:cssText(self.textstyle or nil)
				:wikitext(self.below or nil)
	end
	-- Add error message for invalid type parameters.
	if self.invalidTypeError then
		root:tag('div')
			:css('text-align', 'center')
			:wikitext(string.format(
				'This message box is using an invalid "type=%s" parameter and needs fixing.',
				self.type or ''
			))
	end
	-- Add categories.
	root:wikitext(self:renderCategories() or nil)
	return tostring(root)
end
--------------------------------------------------------------------------------
-- Exports
--------------------------------------------------------------------------------
local p, mt = {}, {}
function p._exportClasses()
	-- For testing.
	return {
		MessageBox = MessageBox
	}
end
function p.main(boxType, args, cfgTables)
	local box = MessageBox.new(boxType, args, cfgTables or mw.loadData(CONFIG_MODULE))
	box:setParameters()
	box:setCategories()
	return box:export()
end
function mt.__index(t, k)
	return function (frame)
		if not getArgs then
			getArgs = require('Module:Arguments').getArgs
		end
		return t.main(k, getArgs(frame, {trim = false, removeBlanks = false}))
	end
end
return setmetatable(p, mt)
      o82985w14pvc3irjmn280op991seq7t
    
  
  
    Modiwl:No globals
    828
    2690
    
      4773
      2018-03-31T01:56:22Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda 'local mt = getmetatable(_G) or {} function mt.__index (t, k) 	if k ~= 'arg' then 		error('Tried to read nil global ' .. tostring(k), 2) 	end 	return nil e...'
      4773
      Scribunto
      text/plain
      local mt = getmetatable(_G) or {}
function mt.__index (t, k)
	if k ~= 'arg' then
		error('Tried to read nil global ' .. tostring(k), 2)
	end
	return nil
end
function mt.__newindex(t, k, v)
	if k ~= 'arg' then
		error('Tried to write global ' .. tostring(k), 2)
	end
	rawset(t, k, v)
end
setmetatable(_G, mt)
      gggsv54pq7f94l3up48hr91qtxnskdm
    
  
  
    Modiwl:Category handler
    828
    2691
    
      4774
      2018-03-31T01:57:09Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '-------------------------------------------------------------------------------- --...'
      4774
      Scribunto
      text/plain
      --------------------------------------------------------------------------------
--                                                                            --
--                              CATEGORY HANDLER                              --
--                                                                            --
--      This module implements the {{category handler}} template in Lua,      --
--      with a few improvements: all namespaces and all namespace aliases     --
--      are supported, and namespace names are detected automatically for     --
--      the local wiki. This module requires [[Module:Namespace detect]]      --
--      and [[Module:Yesno]] to be available on the local wiki. It can be     --
--      configured for different wikis by altering the values in              --
--      [[Module:Category handler/config]], and pages can be blacklisted      --
--      from categorisation by using [[Module:Category handler/blacklist]].   --
--                                                                            --
--------------------------------------------------------------------------------
-- Load required modules
local yesno = require('Module:Yesno')
-- Lazily load things we don't always need
local mShared, mappings
local p = {}
--------------------------------------------------------------------------------
-- Helper functions
--------------------------------------------------------------------------------
local function trimWhitespace(s, removeBlanks)
	if type(s) ~= 'string' then
		return s
	end
	s = s:match('^%s*(.-)%s*$')
	if removeBlanks then
		if s ~= '' then
			return s
		else
			return nil
		end
	else
		return s
	end
end
--------------------------------------------------------------------------------
-- CategoryHandler class
--------------------------------------------------------------------------------
local CategoryHandler = {}
CategoryHandler.__index = CategoryHandler
function CategoryHandler.new(data, args)
	local obj = setmetatable({ _data = data, _args = args }, CategoryHandler)
	
	-- Set the title object
	do
		local pagename = obj:parameter('demopage')
		local success, titleObj
		if pagename then
			success, titleObj = pcall(mw.title.new, pagename)
		end
		if success and titleObj then
			obj.title = titleObj
			if titleObj == mw.title.getCurrentTitle() then
				obj._usesCurrentTitle = true
			end
		else
			obj.title = mw.title.getCurrentTitle()
			obj._usesCurrentTitle = true
		end
	end
	-- Set suppression parameter values
	for _, key in ipairs{'nocat', 'categories'} do
		local value = obj:parameter(key)
		value = trimWhitespace(value, true)
		obj['_' .. key] = yesno(value)
	end
	do
		local subpage = obj:parameter('subpage')
		local category2 = obj:parameter('category2')
		if type(subpage) == 'string' then
			subpage = mw.ustring.lower(subpage)
		end
		if type(category2) == 'string' then
			subpage = mw.ustring.lower(category2)
		end
		obj._subpage = trimWhitespace(subpage, true)
		obj._category2 = trimWhitespace(category2) -- don't remove blank values
	end
	return obj
end
function CategoryHandler:parameter(key)
	local parameterNames = self._data.parameters[key]
	local pntype = type(parameterNames)
	if pntype == 'string' or pntype == 'number' then
		return self._args[parameterNames]
	elseif pntype == 'table' then
		for _, name in ipairs(parameterNames) do
			local value = self._args[name]
			if value ~= nil then
				return value
			end
		end
		return nil
	else
		error(string.format(
			'invalid config key "%s"',
			tostring(key)
		), 2)
	end
end
function CategoryHandler:isSuppressedByArguments()
	return
		-- See if a category suppression argument has been set.
		self._nocat == true
		or self._categories == false
		or (
			self._category2
			and self._category2 ~= self._data.category2Yes
			and self._category2 ~= self._data.category2Negative
		)
		-- Check whether we are on a subpage, and see if categories are
		-- suppressed based on our subpage status.
		or self._subpage == self._data.subpageNo and self.title.isSubpage
		or self._subpage == self._data.subpageOnly and not self.title.isSubpage
end
function CategoryHandler:shouldSkipBlacklistCheck()
	-- Check whether the category suppression arguments indicate we
	-- should skip the blacklist check.
	return self._nocat == false
		or self._categories == true
		or self._category2 == self._data.category2Yes
end
function CategoryHandler:matchesBlacklist()
	if self._usesCurrentTitle then
		return self._data.currentTitleMatchesBlacklist
	else
		mShared = mShared or require('Module:Category handler/shared')
		return mShared.matchesBlacklist(
			self.title.prefixedText,
			mw.loadData('Module:Category handler/blacklist')
		)
	end
end
function CategoryHandler:isSuppressed()
	-- Find if categories are suppressed by either the arguments or by
	-- matching the blacklist.
	return self:isSuppressedByArguments()
		or not self:shouldSkipBlacklistCheck() and self:matchesBlacklist()
end
function CategoryHandler:getNamespaceParameters()
	if self._usesCurrentTitle then
		return self._data.currentTitleNamespaceParameters
	else
		if not mappings then
			mShared = mShared or require('Module:Category handler/shared')
			mappings = mShared.getParamMappings(true) -- gets mappings with mw.loadData
		end
		return mShared.getNamespaceParameters(
			self.title,
			mappings
		)
	end
end
function CategoryHandler:namespaceParametersExist()
	-- Find whether any namespace parameters have been specified.
	-- We use the order "all" --> namespace params --> "other" as this is what
	-- the old template did.
	if self:parameter('all') then
		return true
	end
	if not mappings then
		mShared = mShared or require('Module:Category handler/shared')
		mappings = mShared.getParamMappings(true) -- gets mappings with mw.loadData
	end
	for ns, params in pairs(mappings) do
		for i, param in ipairs(params) do
			if self._args[param] then
				return true
			end
		end
	end
	if self:parameter('other') then
		return true
	end
	return false
end
function CategoryHandler:getCategories()
	local params = self:getNamespaceParameters()
	local nsCategory
	for i, param in ipairs(params) do
		local value = self._args[param]
		if value ~= nil then
			nsCategory = value
			break
		end
	end
	if nsCategory ~= nil or self:namespaceParametersExist() then
		-- Namespace parameters exist - advanced usage.
		if nsCategory == nil then
			nsCategory = self:parameter('other')
		end
		local ret = {self:parameter('all')}
		local numParam = tonumber(nsCategory)
		if numParam and numParam >= 1 and math.floor(numParam) == numParam then
			-- nsCategory is an integer
			ret[#ret + 1] = self._args[numParam]
		else
			ret[#ret + 1] = nsCategory
		end
		if #ret < 1 then
			return nil
		else
			return table.concat(ret)
		end
	elseif self._data.defaultNamespaces[self.title.namespace] then
		-- Namespace parameters don't exist, simple usage.
		return self._args[1]
	end
	return nil
end
--------------------------------------------------------------------------------
-- Exports
--------------------------------------------------------------------------------
local p = {}
function p._exportClasses()
	-- Used for testing purposes.
	return {
		CategoryHandler = CategoryHandler
	}
end
function p._main(args, data)
	data = data or mw.loadData('Module:Category handler/data')
	local handler = CategoryHandler.new(data, args)
	if handler:isSuppressed() then
		return nil
	end
	return handler:getCategories()
end
function p.main(frame, data)
	data = data or mw.loadData('Module:Category handler/data')
	local args = require('Module:Arguments').getArgs(frame, {
		wrappers = data.wrappers,
		valueFunc = function (k, v)
			v = trimWhitespace(v)
			if type(k) == 'number' then
				if v ~= '' then
					return v
				else
					return nil
				end
			else
				return v
			end
		end
	})
	return p._main(args, data)
end
return p
      letwavu3yvlayfzew66uuwixmwebq5b
    
  
  
    Modiwl:Yesno
    828
    2692
    
      4775
      2018-03-31T01:58:00Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}.  return function (val, defa...'
      4775
      Scribunto
      text/plain
      -- Function allowing for consistent treatment of boolean-like wikitext input.
-- It works similarly to the template {{yesno}}.
return function (val, default)
	-- If your wiki uses non-ascii characters for any of "yes", "no", etc., you
	-- should replace "val:lower()" with "mw.ustring.lower(val)" in the
	-- following line.
	val = type(val) == 'string' and val:lower() or val
	if val == nil then
		return nil
	elseif val == true 
		or val == 'yes'
		or val == 'y'
		or val == 'true'
		or val == 't'
		or val == 'on'
		or tonumber(val) == 1
	then
		return true
	elseif val == false
		or val == 'no'
		or val == 'n'
		or val == 'false'
		or val == 'f'
		or val == 'off'
		or tonumber(val) == 0
	then
		return false
	else
		return default
	end
end
      swdskn7svew8i9wuydn9uj5l3r2ghcs
    
  
  
    Modiwl:Arguments
    828
    2693
    
      4776
      2018-03-31T01:59:23Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -...'
      4776
      Scribunto
      text/plain
      -- This module provides easy processing of arguments passed to Scribunto from
-- #invoke. It is intended for use by other Lua modules, and should not be
-- called from #invoke directly.
local libraryUtil = require('libraryUtil')
local checkType = libraryUtil.checkType
local arguments = {}
-- Generate four different tidyVal functions, so that we don't have to check the
-- options every time we call it.
local function tidyValDefault(key, val)
	if type(val) == 'string' then
		val = val:match('^%s*(.-)%s*$')
		if val == '' then
			return nil
		else
			return val
		end
	else
		return val
	end
end
local function tidyValTrimOnly(key, val)
	if type(val) == 'string' then
		return val:match('^%s*(.-)%s*$')
	else
		return val
	end
end
local function tidyValRemoveBlanksOnly(key, val)
	if type(val) == 'string' then
		if val:find('%S') then
			return val
		else
			return nil
		end
	else
		return val
	end
end
local function tidyValNoChange(key, val)
	return val
end
local function matchesTitle(given, title)
	local tp = type( given )
	return (tp == 'string' or tp == 'number') and mw.title.new( given ).prefixedText == title
end
local translate_mt = { __index = function(t, k) return k end }
function arguments.getArgs(frame, options)
	checkType('getArgs', 1, frame, 'table', true)
	checkType('getArgs', 2, options, 'table', true)
	frame = frame or {}
	options = options or {}
	--[[
	-- Set up argument translation.
	--]]
	options.translate = options.translate or {}
	if getmetatable(options.translate) == nil then
		setmetatable(options.translate, translate_mt)
	end
	if options.backtranslate == nil then
		options.backtranslate = {}
		for k,v in pairs(options.translate) do
			options.backtranslate[v] = k
		end
	end
	if options.backtranslate and getmetatable(options.backtranslate) == nil then
		setmetatable(options.backtranslate, {
			__index = function(t, k)
				if options.translate[k] ~= k then
					return nil
				else
					return k
				end
			end
		})
	end
	--[[
	-- Get the argument tables. If we were passed a valid frame object, get the
	-- frame arguments (fargs) and the parent frame arguments (pargs), depending
	-- on the options set and on the parent frame's availability. If we weren't
	-- passed a valid frame object, we are being called from another Lua module
	-- or from the debug console, so assume that we were passed a table of args
	-- directly, and assign it to a new variable (luaArgs).
	--]]
	local fargs, pargs, luaArgs
	if type(frame.args) == 'table' and type(frame.getParent) == 'function' then
		if options.wrappers then
			--[[
			-- The wrappers option makes Module:Arguments look up arguments in
			-- either the frame argument table or the parent argument table, but
			-- not both. This means that users can use either the #invoke syntax
			-- or a wrapper template without the loss of performance associated
			-- with looking arguments up in both the frame and the parent frame.
			-- Module:Arguments will look up arguments in the parent frame
			-- if it finds the parent frame's title in options.wrapper;
			-- otherwise it will look up arguments in the frame object passed
			-- to getArgs.
			--]]
			local parent = frame:getParent()
			if not parent then
				fargs = frame.args
			else
				local title = parent:getTitle():gsub('/sandbox$', '')
				local found = false
				if matchesTitle(options.wrappers, title) then
					found = true
				elseif type(options.wrappers) == 'table' then
					for _,v in pairs(options.wrappers) do
						if matchesTitle(v, title) then
							found = true
							break
						end
					end
				end
				-- We test for false specifically here so that nil (the default) acts like true.
				if found or options.frameOnly == false then
					pargs = parent.args
				end
				if not found or options.parentOnly == false then
					fargs = frame.args
				end
			end
		else
			-- options.wrapper isn't set, so check the other options.
			if not options.parentOnly then
				fargs = frame.args
			end
			if not options.frameOnly then
				local parent = frame:getParent()
				pargs = parent and parent.args or nil
			end
		end
		if options.parentFirst then
			fargs, pargs = pargs, fargs
		end
	else
		luaArgs = frame
	end
	-- Set the order of precedence of the argument tables. If the variables are
	-- nil, nothing will be added to the table, which is how we avoid clashes
	-- between the frame/parent args and the Lua args.
	local argTables = {fargs}
	argTables[#argTables + 1] = pargs
	argTables[#argTables + 1] = luaArgs
	--[[
	-- Generate the tidyVal function. If it has been specified by the user, we
	-- use that; if not, we choose one of four functions depending on the
	-- options chosen. This is so that we don't have to call the options table
	-- every time the function is called.
	--]]
	local tidyVal = options.valueFunc
	if tidyVal then
		if type(tidyVal) ~= 'function' then
			error(
				"bad value assigned to option 'valueFunc'"
					.. '(function expected, got '
					.. type(tidyVal)
					.. ')',
				2
			)
		end
	elseif options.trim ~= false then
		if options.removeBlanks ~= false then
			tidyVal = tidyValDefault
		else
			tidyVal = tidyValTrimOnly
		end
	else
		if options.removeBlanks ~= false then
			tidyVal = tidyValRemoveBlanksOnly
		else
			tidyVal = tidyValNoChange
		end
	end
	--[[
	-- Set up the args, metaArgs and nilArgs tables. args will be the one
	-- accessed from functions, and metaArgs will hold the actual arguments. Nil
	-- arguments are memoized in nilArgs, and the metatable connects all of them
	-- together.
	--]]
	local args, metaArgs, nilArgs, metatable = {}, {}, {}, {}
	setmetatable(args, metatable)
	local function mergeArgs(tables)
		--[[
		-- Accepts multiple tables as input and merges their keys and values
		-- into one table. If a value is already present it is not overwritten;
		-- tables listed earlier have precedence. We are also memoizing nil
		-- values, which can be overwritten if they are 's' (soft).
		--]]
		for _, t in ipairs(tables) do
			for key, val in pairs(t) do
				if metaArgs[key] == nil and nilArgs[key] ~= 'h' then
					local tidiedVal = tidyVal(key, val)
					if tidiedVal == nil then
						nilArgs[key] = 's'
					else
						metaArgs[key] = tidiedVal
					end
				end
			end
		end
	end
	--[[
	-- Define metatable behaviour. Arguments are memoized in the metaArgs table,
	-- and are only fetched from the argument tables once. Fetching arguments
	-- from the argument tables is the most resource-intensive step in this
	-- module, so we try and avoid it where possible. For this reason, nil
	-- arguments are also memoized, in the nilArgs table. Also, we keep a record
	-- in the metatable of when pairs and ipairs have been called, so we do not
	-- run pairs and ipairs on the argument tables more than once. We also do
	-- not run ipairs on fargs and pargs if pairs has already been run, as all
	-- the arguments will already have been copied over.
	--]]
	metatable.__index = function (t, key)
		--[[
		-- Fetches an argument when the args table is indexed. First we check
		-- to see if the value is memoized, and if not we try and fetch it from
		-- the argument tables. When we check memoization, we need to check
		-- metaArgs before nilArgs, as both can be non-nil at the same time.
		-- If the argument is not present in metaArgs, we also check whether
		-- pairs has been run yet. If pairs has already been run, we return nil.
		-- This is because all the arguments will have already been copied into
		-- metaArgs by the mergeArgs function, meaning that any other arguments
		-- must be nil.
		--]]
		if type(key) == 'string' then
			key = options.translate[key]
		end
		local val = metaArgs[key]
		if val ~= nil then
			return val
		elseif metatable.donePairs or nilArgs[key] then
			return nil
		end
		for _, argTable in ipairs(argTables) do
			local argTableVal = tidyVal(key, argTable[key])
			if argTableVal ~= nil then
				metaArgs[key] = argTableVal
				return argTableVal
			end
		end
		nilArgs[key] = 'h'
		return nil
	end
	metatable.__newindex = function (t, key, val)
		-- This function is called when a module tries to add a new value to the
		-- args table, or tries to change an existing value.
		if type(key) == 'string' then
			key = options.translate[key]
		end
		if options.readOnly then
			error(
				'could not write to argument table key "'
					.. tostring(key)
					.. '"; the table is read-only',
				2
			)
		elseif options.noOverwrite and args[key] ~= nil then
			error(
				'could not write to argument table key "'
					.. tostring(key)
					.. '"; overwriting existing arguments is not permitted',
				2
			)
		elseif val == nil then
			--[[
			-- If the argument is to be overwritten with nil, we need to erase
			-- the value in metaArgs, so that __index, __pairs and __ipairs do
			-- not use a previous existing value, if present; and we also need
			-- to memoize the nil in nilArgs, so that the value isn't looked
			-- up in the argument tables if it is accessed again.
			--]]
			metaArgs[key] = nil
			nilArgs[key] = 'h'
		else
			metaArgs[key] = val
		end
	end
	local function translatenext(invariant)
		local k, v = next(invariant.t, invariant.k)
		invariant.k = k
		if k == nil then
			return nil
		elseif type(k) ~= 'string' or not options.backtranslate then
			return k, v
		else
			local backtranslate = options.backtranslate[k]
			if backtranslate == nil then
				-- Skip this one. This is a tail call, so this won't cause stack overflow
				return translatenext(invariant)
			else
				return backtranslate, v
			end
		end
	end
	metatable.__pairs = function ()
		-- Called when pairs is run on the args table.
		if not metatable.donePairs then
			mergeArgs(argTables)
			metatable.donePairs = true
		end
		return translatenext, { t = metaArgs }
	end
	local function inext(t, i)
		-- This uses our __index metamethod
		local v = t[i + 1]
		if v ~= nil then
			return i + 1, v
		end
	end
	metatable.__ipairs = function (t)
		-- Called when ipairs is run on the args table.
		return inext, t, 0
	end
	return args
end
return arguments
      5qx9tzlul9ser30uxj9nbasjt92cevn
    
  
  
    Nodyn:Documentation
    10
    2694
    
      4778
      2018-03-31T02:03:37Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}'
      4778
      wikitext
      text/x-wiki
      {{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}
      nv5jn7gh95nk19m97fw0ea0k1uzdyi8
    
  
  
    Categori:Pages with script errors
    14
    2695
    
      4779
      2018-03-31T02:04:47Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '{{Empty category}} {{hidden category}}'
      4779
      wikitext
      text/x-wiki
      {{Empty category}}
{{hidden category}}
      g4qi4cewnhs68a59bt4dixecc1uzz63
    
  
  
    Modiwl:Message box/configuration
    828
    2696
    
      4780
      2018-03-31T02:07:32Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '-------------------------------------------------------------------------------- --                          Message box configuration...'
      4780
      Scribunto
      text/plain
      --------------------------------------------------------------------------------
--                          Message box configuration                         --
--                                                                            --
-- This module contains configuration data for [[Module:Message box]].        --
--------------------------------------------------------------------------------
return {
	ambox = {
		types = {
			speedy = {
				class = 'ambox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'ambox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'ambox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'ambox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'ambox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'ambox-protection',
				image = 'Padlock-silver-medium.svg'
			},
			notice = {
				class = 'ambox-notice',
				image = 'Information icon4.svg'
			}
		},
		default                     = 'notice',
		allowBlankParams            = {'talk', 'sect', 'date', 'issue', 'fix', 'subst', 'hidden'},
		allowSmall                  = true,
		smallParam                  = 'left',
		smallClass                  = 'mbox-small-left',
		substCheck                  = true,
		classes                     = {'metadata', 'ambox'},
		imageEmptyCell              = true,
		imageCheckBlank             = true,
		imageSmallSize              = '20x20px',
		imageCellDiv                = true,
		useCollapsibleTextFields    = true,
		imageRightNone              = true,
		sectionDefault              = 'article',
		allowMainspaceCategories    = true,
		templateCategory            = 'Article message templates',
	        templateCategoryRequireName = true,
		templateErrorCategory       = 'Article message templates with missing parameters',
		templateErrorParamsToCheck  = {'issue', 'fix', 'subst'},
		removalNotice               = '[[Help:Maintenance template removal|Learn how and when to remove this template message]]'
	},
	
	cmbox = {
		types = {
			speedy = {
				class = 'cmbox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'cmbox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'cmbox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'cmbox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'cmbox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'cmbox-protection',
				image = 'Padlock-silver-medium.svg'
			},
			notice = {
				class = 'cmbox-notice',
				image = 'Information icon4.svg'
			}
		},
		default              = 'notice',
		showInvalidTypeError = true,
		classes              = {'cmbox'},
		imageEmptyCell       = true
	},
	
	fmbox = {
		types = {
			warning = {
				class = 'fmbox-warning',
				image = 'Ambox warning pn.svg'
			},
			editnotice = {
				class = 'fmbox-editnotice',
				image = 'Information icon4.svg'
			},
			system = {
				class = 'fmbox-system',
				image = 'Information icon4.svg'
			}
		},
		default              = 'system',
		showInvalidTypeError = true,
		classes              = {'fmbox'},
		imageEmptyCell       = false,
		imageRightNone       = false
	},
	
	imbox = {
		types = {
			speedy = {
				class = 'imbox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'imbox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'imbox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'imbox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'imbox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'imbox-protection',
				image = 'Padlock-silver-medium.svg'
			},
			license = {
				class = 'imbox-license licensetpl',
				image = 'Imbox license.png' -- @todo We need an SVG version of this
			},
			featured = {
				class = 'imbox-featured',
				image = 'Cscr-featured.svg'
			},
			notice = {
				class = 'imbox-notice',
				image = 'Information icon4.svg'
			}
		},
		default              = 'notice',
		showInvalidTypeError = true,
		classes              = {'imbox'},
		imageEmptyCell       = true,
		below                = true,
		templateCategory     = 'File message boxes'
	},
	
	ombox = {
		types = {
			speedy = {
				class = 'ombox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'ombox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'ombox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'ombox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'ombox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'ombox-protection',
				image = 'Padlock-silver-medium.svg'
			},
			notice = {
				class = 'ombox-notice',
				image = 'Information icon4.svg'
			}
		},
		default              = 'notice',
		showInvalidTypeError = true,
		classes              = {'ombox'},
		allowSmall           = true,
		imageEmptyCell       = true,
		imageRightNone       = true
	},
	
	tmbox = {
		types = {
			speedy = {
				class = 'tmbox-speedy',
				image = 'Ambox warning pn.svg'
			},
			delete = {
				class = 'tmbox-delete',
				image = 'Ambox warning pn.svg'
			},
			content = {
				class = 'tmbox-content',
				image = 'Ambox important.svg'
			},
			style = {
				class = 'tmbox-style',
				image = 'Edit-clear.svg'
			},
			move = {
				class = 'tmbox-move',
				image = 'Merge-split-transwiki default.svg'
			},
			protection = {
				class = 'tmbox-protection',
				image = 'Padlock-silver-medium.svg'
			},
			notice = {
				class = 'tmbox-notice',
				image = 'Information icon4.svg'
			}
		},
		default              = 'notice',
		showInvalidTypeError = true,
		classes              = {'tmbox'},
		allowSmall           = true,
		imageRightNone       = true,
		imageEmptyCell       = true,
		imageEmptyCellStyle  = true,
		templateCategory     = 'Talk message boxes'
	}
}
      16xsc67jviirmw0nf2yuxvotqd7rygq
    
  
  
    Nodyn:Hidden category
    10
    2697
    
      4782
      4781
      2018-03-31T02:09:37Z
      
        116.237.18.33
      
      4782
      wikitext
      text/x-wiki
      __HIDDENCAT__{{cmbox
| type = notice
| text = This category is [[:Category:Categorïau cuddiedig|not shown]] on its member pages.
}}<noinclude>{{Documentation}}</noinclude>
      56x9g3npi6dugpt7fg9wpef3cxj2hum
    
  
  
    Modiwl:Category handler/data
    828
    2698
    
      4784
      2018-03-31T02:11:16Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '-- This module assembles data to be passed to [[Module:Category handler]] using -- mw.loadData. This includes the configuration data and whether the curre...'
      4784
      Scribunto
      text/plain
      -- This module assembles data to be passed to [[Module:Category handler]] using
-- mw.loadData. This includes the configuration data and whether the current
-- page matches the title blacklist.
local data = require('Module:Category handler/config')
local mShared = require('Module:Category handler/shared')
local blacklist = require('Module:Category handler/blacklist')
local title = mw.title.getCurrentTitle()
data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(
	title.prefixedText,
	blacklist
)
data.currentTitleNamespaceParameters = mShared.getNamespaceParameters(
	title,
	mShared.getParamMappings()
)
return data
      k26mwixuaeijisfddb0sxkg82iux8v4
    
  
  
    Modiwl:Category handler/config
    828
    2699
    
      4785
      2018-03-31T02:12:44Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '-------------------------------------------------------------------------------- --            [[Module:Category handler]] configuration data...'
      4785
      Scribunto
      text/plain
      --------------------------------------------------------------------------------
--            [[Module:Category handler]] configuration data                  --
--       Language-specific parameter names and values can be set here.        --
--       For blacklist config, see [[Module:Category handler/blacklist]].     --
--------------------------------------------------------------------------------
local cfg = {} -- Don't edit this line.
--------------------------------------------------------------------------------
--                       Start configuration data                             --
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--                              Parameter names                               --
-- These configuration items specify custom parameter names.                  --
-- To add one extra name, you can use this format:                            --
--                                                                            --
-- foo = 'parameter name',                                                    --
--                                                                            --
-- To add multiple names, you can use this format:                            --
--                                                                            --
-- foo = {'parameter name 1', 'parameter name 2', 'parameter name 3'},        --
--------------------------------------------------------------------------------
cfg.parameters = {
	
	-- The nocat and categories parameter suppress
	-- categorisation. They are used with Module:Yesno, and work as follows:
	--
	-- cfg.nocat:
	-- Result of yesno()                        Effect
	-- true                                     Categorisation is suppressed
	-- false                                    Categorisation is allowed, and
	--                                          the blacklist check is skipped
	-- nil                                      Categorisation is allowed
	--
	-- cfg.categories:
	-- Result of yesno()                        Effect
	-- true                                     Categorisation is allowed, and
	--                                          the blacklist check is skipped
	-- false                                    Categorisation is suppressed
	-- nil                                      Categorisation is allowed
	nocat = 'nocat',
	categories = 'categories',
	
	-- The parameter name for the legacy "category2" parameter. This skips the
	-- blacklist if set to the cfg.category2Yes value, and suppresses
	-- categorisation if present but equal to anything other than
	-- cfg.category2Yes or cfg.category2Negative.
	category2 = 'category2',
	
	-- cfg.subpage is the parameter name to specify how to behave on subpages.
	subpage = 'subpage',
	
	-- The parameter for data to return in all namespaces.
	all = 'all',
	
	-- The parameter name for data to return if no data is specified for the
	-- namespace that is detected.
	other = 'other',
	
	-- The parameter name used to specify a page other than the current page;
	-- used for testing and demonstration.
	demopage = 'page',
}
--------------------------------------------------------------------------------
--                              Parameter values                              --
-- These are set values that can be used with certain parameters. Only one    --
-- value can be specified, like this:                                         --
--                                                                            --
-- cfg.foo = 'value name'                                                     --                                               --
--------------------------------------------------------------------------------
-- The following settings are used with the cfg.category2 parameter. Setting
-- cfg.category2 to cfg.category2Yes skips the blacklist, and if cfg.category2
-- is present but equal to anything other than cfg.category2Yes or
-- cfg.category2Negative then it supresses cateogrisation.
cfg.category2Yes = 'yes'
cfg.category2Negative = '¬'
-- The following settings are used with the cfg.subpage parameter.
-- cfg.subpageNo is the value to specify to not categorise on subpages;
-- cfg.subpageOnly is the value to specify to only categorise on subpages.
cfg.subpageNo = 'no'
cfg.subpageOnly = 'only'
--------------------------------------------------------------------------------
--                           Default namespaces                               --
-- This is a table of namespaces to categorise by default. The keys are the   --
-- namespace numbers.                                                         --
--------------------------------------------------------------------------------
cfg.defaultNamespaces = {
	[  0] = true, -- main
	[  6] = true, -- file
	[ 12] = true, -- help
	[ 14] = true, -- categori
	[100] = true, -- portal
	[108] = true, -- book
}
--------------------------------------------------------------------------------
--                                Wrappers                                    --
-- This is a wrapper template or a list of wrapper templates to be passed to  --
-- [[Module:Arguments]].                                                      --
--------------------------------------------------------------------------------
cfg.wrappers = 'Template:Category handler'
--------------------------------------------------------------------------------
--                           End configuration data                           --
--------------------------------------------------------------------------------
return cfg -- Don't edit this line.
      htxkdzrn1kazq4t050bk0qrktgrkfdy
    
  
  
    Modiwl:Category handler/shared
    828
    2700
    
      4786
      2018-03-31T02:19:56Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '-- This module contains shared functions used by [[Module:Category handler]] -- and its submodules.  local p = {}  function p.matchesBlacklist(page, black...'
      4786
      Scribunto
      text/plain
      -- This module contains shared functions used by [[Module:Category handler]]
-- and its submodules.
local p = {}
function p.matchesBlacklist(page, blacklist)
	for i, pattern in ipairs(blacklist) do
		local match = mw.ustring.match(page, pattern)
		if match then
			return true
		end
	end
	return false
end
function p.getParamMappings(useLoadData)
	local dataPage = 'Module:Namespace detect/data'
	if useLoadData then
		return mw.loadData(dataPage).mappings
	else
		return require(dataPage).mappings
	end
end
function p.getNamespaceParameters(titleObj, mappings)
	-- We don't use title.nsText for the namespace name because it adds
	-- underscores.
	local mappingsKey
	if titleObj.isTalkPage then
		mappingsKey = 'talk'
	else
		mappingsKey = mw.site.namespaces[titleObj.namespace].name
	end
	mappingsKey = mw.ustring.lower(mappingsKey)
	return mappings[mappingsKey] or {}
end
return p
      omlsnhudxz6juptvtxz7ns97jutbzc5
    
  
  
    Modiwl:Category handler/blacklist
    828
    2701
    
      4787
      2018-03-31T02:24:27Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '-- This module contains the blacklist used by [[Module:Category handler]]. -- Pages that match Lua patterns in this list will not be categorised unless --...'
      4787
      Scribunto
      text/plain
      -- This module contains the blacklist used by [[Module:Category handler]].
-- Pages that match Lua patterns in this list will not be categorised unless
-- categorisation is explicitly requested.
return {
	'^Main Page$', -- don't categorise the main page.
	-- Don't categorise the following pages or their subpages.
	-- "%f[/\0]" matches if the next character is "/" or the end of the string.
	'^Wikipedia:Cascade%-protected items%f[/\0]',
	'^User:UBX%f[/\0]', -- The userbox "template" space.
	'^User talk:UBX%f[/\0]',
	-- Don't categorise subpages of these pages, but allow
	-- categorisation of the base page.
	'^Wikipedia:Template messages/.*$',
	-- Don't categorise archives.
	'/[aA]rchive',
	"^Wikipedia:Administrators' noticeboard/IncidentArchive%d+$",
}
      hwue3i1eua4tsdxlsbcs4f5syudywbe
    
  
  
    Modiwl:Namespace detect/data
    828
    2702
    
      4788
      2018-03-31T02:28:56Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '-------------------------------------------------------------------------------- --                          Namespace detect data...'
      4788
      Scribunto
      text/plain
      --------------------------------------------------------------------------------
--                          Namespace detect data                             --
-- This module holds data for [[Module:Namespace detect]] to be loaded per    --
-- page, rather than per #invoke, for performance reasons.                    --
--------------------------------------------------------------------------------
local cfg = require('Module:Namespace detect/config')
local function addKey(t, key, defaultKey)
	if key ~= defaultKey then
		t[#t + 1] = key
	end
end
-- Get a table of parameters to query for each default parameter name.
-- This allows wikis to customise parameter names in the cfg table while
-- ensuring that default parameter names will always work. The cfg table
-- values can be added as a string, or as an array of strings.
local defaultKeys = {
	'main',
	'talk',
	'other',
	'subjectns',
	'demospace',
	'demopage'
}
local argKeys = {}
for i, defaultKey in ipairs(defaultKeys) do
	argKeys[defaultKey] = {defaultKey}
end
for defaultKey, t in pairs(argKeys) do
	local cfgValue = cfg[defaultKey]
	local cfgValueType = type(cfgValue)
	if cfgValueType == 'string' then
		addKey(t, cfgValue, defaultKey)
	elseif cfgValueType == 'table' then
		for i, key in ipairs(cfgValue) do
			addKey(t, key, defaultKey)
		end
	end
	cfg[defaultKey] = nil -- Free the cfg value as we don't need it any more.
end
local function getParamMappings()
	--[[
	-- Returns a table of how parameter names map to namespace names. The keys
	-- are the actual namespace names, in lower case, and the values are the
	-- possible parameter names for that namespace, also in lower case. The
	-- table entries are structured like this:
	-- {
	--   [''] = {'main'},
	--   ['wicilyfuau'] = {'wicilyfuau', 'project', 'wikibooks'},
	--   ...
	-- }
	--]]
	local mappings = {}
	local mainNsName = mw.site.subjectNamespaces[0].name
	mainNsName = mw.ustring.lower(mainNsName)
	mappings[mainNsName] = mw.clone(argKeys.main)
	mappings['talk'] = mw.clone(argKeys.talk)
	for nsid, ns in pairs(mw.site.subjectNamespaces) do
		if nsid ~= 0 then -- Exclude main namespace.
			local nsname = mw.ustring.lower(ns.name)
			local canonicalName = mw.ustring.lower(ns.canonicalName)
			mappings[nsname] = {nsname}
			if canonicalName ~= nsname then
				table.insert(mappings[nsname], canonicalName)
			end
			for _, alias in ipairs(ns.aliases) do
				table.insert(mappings[nsname], mw.ustring.lower(alias))
			end
		end
	end
	return mappings
end
return {
	argKeys = argKeys,
	cfg = cfg,
	mappings = getParamMappings()
}
      tdaefw5rp0f3id0dhsgyzdi937c95nt
    
  
  
    Modiwl:Namespace detect/config
    828
    2703
    
      4789
      2018-03-31T02:33:15Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '-------------------------------------------------------------------------------- --                    Namespace detect configuration data...'
      4789
      Scribunto
      text/plain
      --------------------------------------------------------------------------------
--                    Namespace detect configuration data                     --
--                                                                            --
-- This module stores configuration data for Module:Namespace detect. Here    --
-- you can localise the module to your wiki's language.                       --
--                                                                            --
-- To activate a configuration item, you need to uncomment it. This means     --
-- that you need to remove the text "-- " at the start of the line.           --
--------------------------------------------------------------------------------
local cfg = {} -- Don't edit this line.
--------------------------------------------------------------------------------
--                              Parameter names                               --
-- These configuration items specify custom parameter names. Values added     --
-- here will work in addition to the default English parameter names.         --
-- To add one extra name, you can use this format:                            --
--                                                                            --
-- cfg.foo = 'parameter name'                                                 --
--                                                                            --
-- To add multiple names, you can use this format:                            --
--                                                                            --
-- cfg.foo = {'parameter name 1', 'parameter name 2', 'parameter name 3'}     --
--------------------------------------------------------------------------------
---- This parameter displays content for the main namespace:
-- cfg.main = 'main'
---- This parameter displays in talk namespaces:
-- cfg.talk = 'talk'
---- This parameter displays content for "other" namespaces (namespaces for which
---- parameters have not been specified):
-- cfg.other = 'other'
---- This parameter makes talk pages behave as though they are the corresponding
---- subject namespace. Note that this parameter is used with [[Module:Yesno]].
---- Edit that module to change the default values of "yes", "no", etc.
-- cfg.subjectns = 'subjectns'
---- This parameter sets a demonstration namespace:
-- cfg.demospace = 'demospace'
---- This parameter sets a specific page to compare:
cfg.demopage = 'page'
--------------------------------------------------------------------------------
--                           Table configuration                              --
-- These configuration items allow customisation of the "table" function,     --
-- used to generate a table of possible parameters in the module              --
-- documentation.                                                             --
--------------------------------------------------------------------------------
---- The header for the namespace column in the wikitable containing the list of
---- possible subject-space parameters.
-- cfg.wikitableNamespaceHeader = 'Namespace'
---- The header for the wikitable containing the list of possible subject-space
---- parameters.
-- cfg.wikitableAliasesHeader = 'Aliases'
--------------------------------------------------------------------------------
--                        End of configuration data                           --
--------------------------------------------------------------------------------
return cfg -- Don't edit this line.
      1o6ozz56i8q0xgyl6xa41n2v7kelhli
    
  
  
    Modiwl:Documentation
    828
    2704
    
      5139
      4790
      2024-11-04T22:19:35Z
      
        Rarani
        2152
      
      Update from [[d:Special:GoToLinkedPage/enwiki/Q14357839|master]] using [[mw:Synchronizer| #Synchronizer]]
      5139
      Scribunto
      text/plain
      -- This module implements {{documentation}}.
-- Get required modules.
local getArgs = require('Module:Arguments').getArgs
-- Get the config table.
local cfg = mw.loadData('Module:Documentation/config')
local p = {}
-- Often-used functions.
local ugsub = mw.ustring.gsub
local format = mw.ustring.format
----------------------------------------------------------------------------
-- Helper functions
--
-- These are defined as local functions, but are made available in the p
-- table for testing purposes.
----------------------------------------------------------------------------
local function message(cfgKey, valArray, expectType)
	--[[
	-- Gets a message from the cfg table and formats it if appropriate.
	-- The function raises an error if the value from the cfg table is not
	-- of the type expectType. The default type for expectType is 'string'.
	-- If the table valArray is present, strings such as $1, $2 etc. in the
	-- message are substituted with values from the table keys [1], [2] etc.
	-- For example, if the message "foo-message" had the value 'Foo $2 bar $1.',
	-- message('foo-message', {'baz', 'qux'}) would return "Foo qux bar baz."
	--]]
	local msg = cfg[cfgKey]
	expectType = expectType or 'string'
	if type(msg) ~= expectType then
		error('message: type error in message cfg.' .. cfgKey .. ' (' .. expectType .. ' expected, got ' .. type(msg) .. ')', 2)
	end
	if not valArray then
		return msg
	end
	local function getMessageVal(match)
		match = tonumber(match)
		return valArray[match] or error('message: no value found for key $' .. match .. ' in message cfg.' .. cfgKey, 4)
	end
	return ugsub(msg, '$([1-9][0-9]*)', getMessageVal)
end
p.message = message
local function makeWikilink(page, display)
	if display then
		return format('[[%s|%s]]', page, display)
	else
		return format('[[%s]]', page)
	end
end
p.makeWikilink = makeWikilink
local function makeCategoryLink(cat, sort)
	local catns = mw.site.namespaces[14].name
	return makeWikilink(catns .. ':' .. cat, sort)
end
p.makeCategoryLink = makeCategoryLink
local function makeUrlLink(url, display)
	return format('[%s %s]', url, display)
end
p.makeUrlLink = makeUrlLink
local function makeToolbar(...)
	local ret = {}
	local lim = select('#', ...)
	if lim < 1 then
		return nil
	end
	for i = 1, lim do
		ret[#ret + 1] = select(i, ...)
	end
	-- 'documentation-toolbar'
	return format(
		'<span class="%s">(%s)</span>',
		message('toolbar-class'),
		table.concat(ret, ' | ')
	)
end	
p.makeToolbar = makeToolbar
----------------------------------------------------------------------------
-- Argument processing
----------------------------------------------------------------------------
local function makeInvokeFunc(funcName)
	return function (frame)
		local args = getArgs(frame, {
			valueFunc = function (key, value)
				if type(value) == 'string' then
					value = value:match('^%s*(.-)%s*$') -- Remove whitespace.
					if key == 'heading' or value ~= '' then
						return value
					else
						return nil
					end
				else
					return value
				end
			end
		})
		return p[funcName](args)
	end
end
----------------------------------------------------------------------------
-- Entry points
----------------------------------------------------------------------------
function p.nonexistent(frame)
	if mw.title.getCurrentTitle().subpageText == 'testcases' then
		return frame:expandTemplate{title = 'module test cases notice'}
	else
		return p.main(frame)
	end
end
p.main = makeInvokeFunc('_main')
function p._main(args)
	--[[
	-- This function defines logic flow for the module.
	-- @args - table of arguments passed by the user
	--]]
	local env = p.getEnvironment(args)
	local root = mw.html.create()
	root
		:wikitext(p._getModuleWikitext(args, env))
		:wikitext(p.protectionTemplate(env))
		:wikitext(p.sandboxNotice(args, env))
		:tag('div')
			-- 'documentation-container'
			:addClass(message('container'))
			:attr('role', 'complementary')
			:attr('aria-labelledby', args.heading ~= '' and 'documentation-heading' or nil)
			:attr('aria-label', args.heading == '' and 'Documentation' or nil)
			:newline()
			:tag('div')
				-- 'documentation'
				:addClass(message('main-div-classes'))
				:newline()
				:wikitext(p._startBox(args, env))
				:wikitext(p._content(args, env))
				:tag('div')
					-- 'documentation-clear'
					:addClass(message('clear'))
					:done()
				:newline()
				:done()
			:wikitext(p._endBox(args, env))
			:done()
		:wikitext(p.addTrackingCategories(env))
	-- 'Module:Documentation/styles.css'
	return mw.getCurrentFrame():extensionTag (
		'templatestyles', '', {src=cfg['templatestyles']
	}) .. tostring(root)
end
----------------------------------------------------------------------------
-- Environment settings
----------------------------------------------------------------------------
function p.getEnvironment(args)
	--[[
	-- Returns a table with information about the environment, including title
	-- objects and other namespace- or path-related data.
	-- @args - table of arguments passed by the user
	--
	-- Title objects include:
	-- env.title - the page we are making documentation for (usually the current title)
	-- env.templateTitle - the template (or module, file, etc.)
	-- env.docTitle - the /doc subpage.
	-- env.sandboxTitle - the /sandbox subpage.
	-- env.testcasesTitle - the /testcases subpage.
	--
	-- Data includes:
	-- env.protectionLevels - the protection levels table of the title object.
	-- env.subjectSpace - the number of the title's subject namespace.
	-- env.docSpace - the number of the namespace the title puts its documentation in.
	-- env.docpageBase - the text of the base page of the /doc, /sandbox and /testcases pages, with namespace.
	-- env.compareUrl - URL of the Special:ComparePages page comparing the sandbox with the template.
	-- 
	-- All table lookups are passed through pcall so that errors are caught. If an error occurs, the value
	-- returned will be nil.
	--]]
	
	local env, envFuncs = {}, {}
	-- Set up the metatable. If triggered we call the corresponding function in the envFuncs table. The value
	-- returned by that function is memoized in the env table so that we don't call any of the functions
	-- more than once. (Nils won't be memoized.)
	setmetatable(env, {
		__index = function (t, key)
			local envFunc = envFuncs[key]
			if envFunc then
				local success, val = pcall(envFunc)
				if success then
					env[key] = val -- Memoise the value.
					return val
				end
			end
			return nil
		end
	})	
	function envFuncs.title()
		-- The title object for the current page, or a test page passed with args.page.
		local title
		local titleArg = args.page
		if titleArg then
			title = mw.title.new(titleArg)
		else
			title = mw.title.getCurrentTitle()
		end
		return title
	end
	function envFuncs.templateTitle()
		--[[
		-- The template (or module, etc.) title object.
		-- Messages:
		-- 'sandbox-subpage' --> 'sandbox'
		-- 'testcases-subpage' --> 'testcases'
		--]]
		local subjectSpace = env.subjectSpace
		local title = env.title
		local subpage = title.subpageText
		if subpage == message('sandbox-subpage') or subpage == message('testcases-subpage') then
			return mw.title.makeTitle(subjectSpace, title.baseText)
		else
			return mw.title.makeTitle(subjectSpace, title.text)
		end
	end
	function envFuncs.docTitle()
		--[[
		-- Title object of the /doc subpage.
		-- Messages:
		-- 'doc-subpage' --> 'doc'
		--]]
		local title = env.title
		local docname = args[1] -- User-specified doc page.
		local docpage
		if docname then
			docpage = docname
		else
			docpage = env.docpageBase .. '/' .. message('doc-subpage')
		end
		return mw.title.new(docpage)
	end
	
	function envFuncs.sandboxTitle()
		--[[
		-- Title object for the /sandbox subpage.
		-- Messages:
		-- 'sandbox-subpage' --> 'sandbox'
		--]]
		return mw.title.new(env.docpageBase .. '/' .. message('sandbox-subpage'))
	end
	
	function envFuncs.testcasesTitle()
		--[[
		-- Title object for the /testcases subpage.
		-- Messages:
		-- 'testcases-subpage' --> 'testcases'
		--]]
		return mw.title.new(env.docpageBase .. '/' .. message('testcases-subpage'))
	end
	function envFuncs.protectionLevels()
		-- The protection levels table of the title object.
		return env.title.protectionLevels
	end
	function envFuncs.subjectSpace()
		-- The subject namespace number.
		return mw.site.namespaces[env.title.namespace].subject.id
	end
	function envFuncs.docSpace()
		-- The documentation namespace number. For most namespaces this is the
		-- same as the subject namespace. However, pages in the Article, File,
		-- MediaWiki or Category namespaces must have their /doc, /sandbox and
		-- /testcases pages in talk space.
		local subjectSpace = env.subjectSpace
		if subjectSpace == 0 or subjectSpace == 6 or subjectSpace == 8 or subjectSpace == 14 then
			return subjectSpace + 1
		else
			return subjectSpace
		end
	end
	function envFuncs.docpageBase()
		-- The base page of the /doc, /sandbox, and /testcases subpages.
		-- For some namespaces this is the talk page, rather than the template page.
		local templateTitle = env.templateTitle
		local docSpace = env.docSpace
		local docSpaceText = mw.site.namespaces[docSpace].name
		-- Assemble the link. docSpace is never the main namespace, so we can hardcode the colon.
		return docSpaceText .. ':' .. templateTitle.text
	end
	
	function envFuncs.compareUrl()
		-- Diff link between the sandbox and the main template using [[Special:ComparePages]].
		local templateTitle = env.templateTitle
		local sandboxTitle = env.sandboxTitle
		if templateTitle.exists and sandboxTitle.exists then
			local compareUrl = mw.uri.canonicalUrl(
				'Special:ComparePages',
				{ page1 = templateTitle.prefixedText, page2 = sandboxTitle.prefixedText}
			)
			return tostring(compareUrl)
		else
			return nil
		end
	end		
	return env
end	
----------------------------------------------------------------------------
-- Auxiliary templates
----------------------------------------------------------------------------
p.getModuleWikitext = makeInvokeFunc('_getModuleWikitext')
function p._getModuleWikitext(args, env)
	local currentTitle = mw.title.getCurrentTitle()
	if currentTitle.contentModel ~= 'Scribunto' then return end
	pcall(require, currentTitle.prefixedText) -- if it fails, we don't care
	local moduleWikitext =  package.loaded["Module:Module wikitext"]
	if moduleWikitext then
		return moduleWikitext.main()
	end
end
function p.sandboxNotice(args, env)
	--[=[
	-- Generates a sandbox notice for display above sandbox pages.
	-- @args - a table of arguments passed by the user
	-- @env - environment table containing title objects, etc., generated with p.getEnvironment
	-- 
	-- Messages:
	-- 'sandbox-notice-image' --> '[[File:Sandbox.svg|50px|alt=|link=]]'
	-- 'sandbox-notice-blurb' --> 'This is the $1 for $2.'
	-- 'sandbox-notice-diff-blurb' --> 'This is the $1 for $2 ($3).'
	-- 'sandbox-notice-pagetype-template' --> '[[Wikipedia:Template test cases|template sandbox]] page'
	-- 'sandbox-notice-pagetype-module' --> '[[Wikipedia:Template test cases|module sandbox]] page'
	-- 'sandbox-notice-pagetype-other' --> 'sandbox page'
	-- 'sandbox-notice-compare-link-display' --> 'diff'
	-- 'sandbox-notice-testcases-blurb' --> 'See also the companion subpage for $1.'
	-- 'sandbox-notice-testcases-link-display' --> 'test cases'
	-- 'sandbox-category' --> 'Template sandboxes'
	-- 'module-sandbox-category' --> 'Module sandboxes'
	-- 'other-sandbox-category' --> 'Sandboxes outside of template or module namespace'
	--]=]
	local title = env.title
	local sandboxTitle = env.sandboxTitle
	local templateTitle = env.templateTitle
	local subjectSpace = env.subjectSpace
	if not (subjectSpace and title and sandboxTitle and templateTitle
		and mw.title.equals(title, sandboxTitle)) then
		return nil
	end
	-- Build the table of arguments to pass to {{ombox}}. We need just two fields, "image" and "text".
	local omargs = {}
	omargs.image = message('sandbox-notice-image')
	-- Get the text. We start with the opening blurb, which is something like
	-- "This is the template sandbox for [[Template:Foo]] (diff)."
	local text = '__EXPECTUNUSEDTEMPLATE__'
	local pagetype, sandboxCat
	if subjectSpace == 10 then
		pagetype = message('sandbox-notice-pagetype-template')
		sandboxCat = message('sandbox-category')
	elseif subjectSpace == 828 then
		pagetype = message('sandbox-notice-pagetype-module')
		sandboxCat = message('module-sandbox-category')
	else
		pagetype = message('sandbox-notice-pagetype-other')
		sandboxCat = message('other-sandbox-category')
	end
	local templateLink = makeWikilink(templateTitle.prefixedText)
	local compareUrl = env.compareUrl
	if compareUrl then
		local compareDisplay = message('sandbox-notice-compare-link-display')
		local compareLink = makeUrlLink(compareUrl, compareDisplay)
		text = text .. message('sandbox-notice-diff-blurb', {pagetype, templateLink, compareLink})
	else
		text = text .. message('sandbox-notice-blurb', {pagetype, templateLink})
	end
	-- Get the test cases page blurb if the page exists. This is something like
	-- "See also the companion subpage for [[Template:Foo/testcases|test cases]]."
	local testcasesTitle = env.testcasesTitle
	if testcasesTitle and testcasesTitle.exists then
		if testcasesTitle.contentModel == "Scribunto" then
			local testcasesLinkDisplay = message('sandbox-notice-testcases-link-display')
			local testcasesRunLinkDisplay = message('sandbox-notice-testcases-run-link-display')
			local testcasesLink = makeWikilink(testcasesTitle.prefixedText, testcasesLinkDisplay)
			local testcasesRunLink = makeWikilink(testcasesTitle.talkPageTitle.prefixedText, testcasesRunLinkDisplay)
			text = text .. '<br />' .. message('sandbox-notice-testcases-run-blurb', {testcasesLink, testcasesRunLink})
		else
			local testcasesLinkDisplay = message('sandbox-notice-testcases-link-display')
			local testcasesLink = makeWikilink(testcasesTitle.prefixedText, testcasesLinkDisplay)
			text = text .. '<br />' .. message('sandbox-notice-testcases-blurb', {testcasesLink})
		end
	end
	
	-- Add the sandbox to the sandbox category.
	omargs.text = text .. makeCategoryLink(sandboxCat)
	-- 'documentation-clear'
	return '<div class="' .. message('clear') .. '"></div>'
		.. require('Module:Message box').main('ombox', omargs)
end
function p.protectionTemplate(env)
	-- Generates the padlock icon in the top right.
	-- @env - environment table containing title objects, etc., generated with p.getEnvironment
	-- Messages:
	-- 'protection-template' --> 'pp-template'
	-- 'protection-template-args' --> {docusage = 'yes'}
	local protectionLevels = env.protectionLevels
	if not protectionLevels then
		return nil
	end
	local editProt = protectionLevels.edit and protectionLevels.edit[1]
	local moveProt = protectionLevels.move and protectionLevels.move[1]
	if editProt then
		-- The page is edit-protected.
		return require('Module:Protection banner')._main{
			message('protection-reason-edit'), small = true
		}
	elseif moveProt and moveProt ~= 'autoconfirmed' then
		-- The page is move-protected but not edit-protected. Exclude move
		-- protection with the level "autoconfirmed", as this is equivalent to
		-- no move protection at all.
		return require('Module:Protection banner')._main{
			action = 'move', small = true
		}
	else
		return nil
	end
end
----------------------------------------------------------------------------
-- Start box
----------------------------------------------------------------------------
p.startBox = makeInvokeFunc('_startBox')
function p._startBox(args, env)
	--[[
	-- This function generates the start box.
	-- @args - a table of arguments passed by the user
	-- @env - environment table containing title objects, etc., generated with p.getEnvironment
	-- 
	-- The actual work is done by p.makeStartBoxLinksData and p.renderStartBoxLinks which make
	-- the [view] [edit] [history] [purge] links, and by p.makeStartBoxData and p.renderStartBox
	-- which generate the box HTML.
	--]]
	env = env or p.getEnvironment(args)
	local links
	local content = args.content
	if not content or args[1] then
		-- No need to include the links if the documentation is on the template page itself.
		local linksData = p.makeStartBoxLinksData(args, env)
		if linksData then
			links = p.renderStartBoxLinks(linksData)
		end
	end
	-- Generate the start box html.
	local data = p.makeStartBoxData(args, env, links)
	if data then
		return p.renderStartBox(data)
	else
		-- User specified no heading.
		return nil
	end
end
function p.makeStartBoxLinksData(args, env)
	--[[
	-- Does initial processing of data to make the [view] [edit] [history] [purge] links.
	-- @args - a table of arguments passed by the user
	-- @env - environment table containing title objects, etc., generated with p.getEnvironment
	-- 
	-- Messages:
	-- 'view-link-display' --> 'view'
	-- 'edit-link-display' --> 'edit'
	-- 'history-link-display' --> 'history'
	-- 'purge-link-display' --> 'purge'
	-- 'module-preload' --> 'Template:Documentation/preload-module-doc'
	-- 'docpage-preload' --> 'Template:Documentation/preload'
	-- 'create-link-display' --> 'create'
	--]]
	local subjectSpace = env.subjectSpace
	local title = env.title
	local docTitle = env.docTitle
	if not title or not docTitle then
		return nil
	end
	if docTitle.isRedirect then 
		docTitle = docTitle.redirectTarget
	end
	-- Create link if /doc doesn't exist.
	local preload = args.preload
	if not preload then
		if subjectSpace == 828 then -- Module namespace
			preload = message('module-preload')
		else
			preload = message('docpage-preload')
		end
	end
	
	return {
		title = title,
		docTitle = docTitle,
		-- View, display, edit, and purge links if /doc exists.
		viewLinkDisplay = message('view-link-display'),
		editLinkDisplay = message('edit-link-display'),
		historyLinkDisplay = message('history-link-display'),
		purgeLinkDisplay = message('purge-link-display'),
		preload = preload,
		createLinkDisplay = message('create-link-display')
	}
end
function p.renderStartBoxLinks(data)
	--[[
	-- Generates the [view][edit][history][purge] or [create][purge] links from the data table.
	-- @data - a table of data generated by p.makeStartBoxLinksData
	--]]
	local docTitle = data.docTitle
	-- yes, we do intend to purge the template page on which the documentation appears
	local purgeLink = makeWikilink("Special:Purge/" .. data.title.prefixedText, data.purgeLinkDisplay)
	
	if docTitle.exists then
		local viewLink = makeWikilink(docTitle.prefixedText, data.viewLinkDisplay)
		local editLink = makeWikilink("Special:EditPage/" .. docTitle.prefixedText, data.editLinkDisplay)
		local historyLink = makeWikilink("Special:PageHistory/" .. docTitle.prefixedText, data.historyLinkDisplay)
		return "[" .. viewLink .. "] [" .. editLink .. "] [" .. historyLink .. "] [" .. purgeLink .. "]"
	else
		local createLink = makeUrlLink(docTitle:canonicalUrl{action = 'edit', preload = data.preload}, data.createLinkDisplay)
		return  "[" .. createLink .. "] [" .. purgeLink .. "]"
	end
	return ret
end
function p.makeStartBoxData(args, env, links)
	--[=[
	-- Does initial processing of data to pass to the start-box render function, p.renderStartBox.
	-- @args - a table of arguments passed by the user
	-- @env - environment table containing title objects, etc., generated with p.getEnvironment
	-- @links - a string containing the [view][edit][history][purge] links - could be nil if there's an error.
	--
	-- Messages:
	-- 'documentation-icon-wikitext' --> '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]'
	-- 'template-namespace-heading' --> 'Template documentation'
	-- 'module-namespace-heading' --> 'Module documentation'
	-- 'file-namespace-heading' --> 'Summary'
	-- 'other-namespaces-heading' --> 'Documentation'
	-- 'testcases-create-link-display' --> 'create'
	--]=]
	local subjectSpace = env.subjectSpace
	if not subjectSpace then
		-- Default to an "other namespaces" namespace, so that we get at least some output
		-- if an error occurs.
		subjectSpace = 2
	end
	local data = {}
	
	-- Heading
	local heading = args.heading -- Blank values are not removed.
	if heading == '' then
		-- Don't display the start box if the heading arg is defined but blank.
		return nil
	end
	if heading then
		data.heading = heading
	elseif subjectSpace == 10 then -- Template namespace
		data.heading = message('documentation-icon-wikitext') .. ' ' .. message('template-namespace-heading')
	elseif subjectSpace == 828 then -- Module namespace
		data.heading = message('documentation-icon-wikitext') .. ' ' .. message('module-namespace-heading')
	elseif subjectSpace == 6 then -- File namespace
		data.heading = message('file-namespace-heading')
	else
		data.heading = message('other-namespaces-heading')
	end
	
	-- Heading CSS
	local headingStyle = args['heading-style']
	if headingStyle then
		data.headingStyleText = headingStyle
	else
		-- 'documentation-heading'
		data.headingClass = message('main-div-heading-class')
	end
	
	-- Data for the [view][edit][history][purge] or [create] links.
	if links then
		-- 'mw-editsection-like plainlinks'
		data.linksClass = message('start-box-link-classes')
		data.links = links
	end
	
	return data
end
function p.renderStartBox(data)
	-- Renders the start box html.
	-- @data - a table of data generated by p.makeStartBoxData.
	local sbox = mw.html.create('div')
	sbox
		-- 'documentation-startbox'
		:addClass(message('start-box-class'))
		:newline()
		:tag('span')
			:addClass(data.headingClass)
			:attr('id', 'documentation-heading')
			:cssText(data.headingStyleText)
			:wikitext(data.heading)
	local links = data.links
	if links then
		sbox:tag('span')
			:addClass(data.linksClass)
			:attr('id', data.linksId)
			:wikitext(links)
	end
	return tostring(sbox)
end
----------------------------------------------------------------------------
-- Documentation content
----------------------------------------------------------------------------
p.content = makeInvokeFunc('_content')
function p._content(args, env)
	-- Displays the documentation contents
	-- @args - a table of arguments passed by the user
	-- @env - environment table containing title objects, etc., generated with p.getEnvironment
	env = env or p.getEnvironment(args)
	local docTitle = env.docTitle
	local content = args.content
	if not content and docTitle and docTitle.exists then
		content = args._content or mw.getCurrentFrame():expandTemplate{title = docTitle.prefixedText}
	end
	-- The line breaks below are necessary so that "=== Headings ===" at the start and end
	-- of docs are interpreted correctly.
	return '\n' .. (content or '') .. '\n' 
end
p.contentTitle = makeInvokeFunc('_contentTitle')
function p._contentTitle(args, env)
	env = env or p.getEnvironment(args)
	local docTitle = env.docTitle
	if not args.content and docTitle and docTitle.exists then
		return docTitle.prefixedText
	else
		return ''
	end
end
----------------------------------------------------------------------------
-- End box
----------------------------------------------------------------------------
p.endBox = makeInvokeFunc('_endBox')
function p._endBox(args, env)
	--[=[
	-- This function generates the end box (also known as the link box).
	-- @args - a table of arguments passed by the user
	-- @env - environment table containing title objects, etc., generated with p.getEnvironment
	-- 
	--]=]
	
	-- Get environment data.
	env = env or p.getEnvironment(args)
	local subjectSpace = env.subjectSpace
	local docTitle = env.docTitle
	if not subjectSpace or not docTitle then
		return nil
	end
		
	-- Check whether we should output the end box at all. Add the end
	-- box by default if the documentation exists or if we are in the
	-- user, module or template namespaces.
	local linkBox = args['link box']
	if linkBox == 'off'
		or not (
			docTitle.exists
			or subjectSpace == 2
			or subjectSpace == 828
			or subjectSpace == 10
		)
	then
		return nil
	end
	-- Assemble the link box.
	local text = ''
	if linkBox then
		text = text .. linkBox
	else
		text = text .. (p.makeDocPageBlurb(args, env) or '') -- "This documentation is transcluded from [[Foo]]." 
		if subjectSpace == 2 or subjectSpace == 10 or subjectSpace == 828 then
			-- We are in the user, template or module namespaces.
			-- Add sandbox and testcases links.
			-- "Editors can experiment in this template's sandbox and testcases pages."
			text = text .. (p.makeExperimentBlurb(args, env) or '') .. '<br />'
			if not args.content and not args[1] then
				-- "Please add categories to the /doc subpage."
				-- Don't show this message with inline docs or with an explicitly specified doc page,
				-- as then it is unclear where to add the categories.
				text = text .. (p.makeCategoriesBlurb(args, env) or '')
			end
			text = text .. ' ' .. (p.makeSubpagesBlurb(args, env) or '') --"Subpages of this template"
		end
	end
	
	local box = mw.html.create('div')
	-- 'documentation-metadata'
	box:attr('role', 'note')
		:addClass(message('end-box-class'))
		-- 'plainlinks'
		:addClass(message('end-box-plainlinks'))
		:wikitext(text)
		:done()
	return '\n' .. tostring(box)
end
function p.makeDocPageBlurb(args, env)
	--[=[
	-- Makes the blurb "This documentation is transcluded from [[Template:Foo]] (edit, history)".
	-- @args - a table of arguments passed by the user
	-- @env - environment table containing title objects, etc., generated with p.getEnvironment
	-- 
	-- Messages:
	-- 'edit-link-display' --> 'edit'
	-- 'history-link-display' --> 'history'
	-- 'transcluded-from-blurb' --> 
	-- 'The above [[Wikipedia:Template documentation|documentation]] 
	-- is [[Help:Transclusion|transcluded]] from $1.'
	-- 'module-preload' --> 'Template:Documentation/preload-module-doc'
	-- 'create-link-display' --> 'create'
	-- 'create-module-doc-blurb' -->
	-- 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].'
	--]=]
	local docTitle = env.docTitle
	if not docTitle then
		return nil
	end
	if docTitle.exists then
		-- /doc exists; link to it.
		local docLink = makeWikilink(docTitle.prefixedText)
		local editDisplay = message('edit-link-display')
		local editLink = makeWikilink("Special:EditPage/" .. docTitle.prefixedText, editDisplay)
		local historyDisplay = message('history-link-display')
		local historyLink = makeWikilink("Special:PageHistory/" .. docTitle.prefixedText, historyDisplay)
		return message('transcluded-from-blurb', {docLink})
			.. ' '
			.. makeToolbar(editLink, historyLink)
			.. '<br />'
	elseif env.subjectSpace == 828 then
		-- /doc does not exist; ask to create it.
		local createUrl = docTitle:canonicalUrl{action = 'edit', preload = message('module-preload')}
		local createDisplay = message('create-link-display')
		local createLink = makeUrlLink(createUrl, createDisplay)
		return message('create-module-doc-blurb', {createLink})
			.. '<br />'
	end
end
function p.makeExperimentBlurb(args, env)
	--[[
	-- Renders the text "Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages."
	-- @args - a table of arguments passed by the user
	-- @env - environment table containing title objects, etc., generated with p.getEnvironment
	-- 
	-- Messages:
	-- 'sandbox-link-display' --> 'sandbox'
	-- 'sandbox-edit-link-display' --> 'edit'
	-- 'compare-link-display' --> 'diff'
	-- 'module-sandbox-preload' --> 'Template:Documentation/preload-module-sandbox'
	-- 'template-sandbox-preload' --> 'Template:Documentation/preload-sandbox'
	-- 'sandbox-create-link-display' --> 'create'
	-- 'mirror-edit-summary' --> 'Create sandbox version of $1'
	-- 'mirror-link-display' --> 'mirror'
	-- 'mirror-link-preload' --> 'Template:Documentation/mirror'
	-- 'sandbox-link-display' --> 'sandbox'
	-- 'testcases-link-display' --> 'testcases'
	-- 'testcases-edit-link-display'--> 'edit'
	-- 'template-sandbox-preload' --> 'Template:Documentation/preload-sandbox'
	-- 'testcases-create-link-display' --> 'create'
	-- 'testcases-link-display' --> 'testcases'
	-- 'testcases-edit-link-display' --> 'edit'
	-- 'module-testcases-preload' --> 'Template:Documentation/preload-module-testcases'
	-- 'template-testcases-preload' --> 'Template:Documentation/preload-testcases'
	-- 'experiment-blurb-module' --> 'Editors can experiment in this module's $1 and $2 pages.'
	-- 'experiment-blurb-template' --> 'Editors can experiment in this template's $1 and $2 pages.'
	--]]
	local subjectSpace = env.subjectSpace
	local templateTitle = env.templateTitle
	local sandboxTitle = env.sandboxTitle
	local testcasesTitle = env.testcasesTitle
	local templatePage = templateTitle.prefixedText
	if not subjectSpace or not templateTitle or not sandboxTitle or not testcasesTitle then
		return nil
	end
	-- Make links.
	local sandboxLinks, testcasesLinks
	if sandboxTitle.exists then
		local sandboxPage = sandboxTitle.prefixedText
		local sandboxDisplay = message('sandbox-link-display')
		local sandboxLink = makeWikilink(sandboxPage, sandboxDisplay)
		local sandboxEditDisplay = message('sandbox-edit-link-display')
		local sandboxEditLink = makeWikilink("Special:EditPage/" .. sandboxPage, sandboxEditDisplay)
		local compareUrl = env.compareUrl
		local compareLink
		if compareUrl then
			local compareDisplay = message('compare-link-display')
			compareLink = makeUrlLink(compareUrl, compareDisplay)
		end
		sandboxLinks = sandboxLink .. ' ' .. makeToolbar(sandboxEditLink, compareLink)
	else
		local sandboxPreload
		if subjectSpace == 828 then
			sandboxPreload = message('module-sandbox-preload')
		else
			sandboxPreload = message('template-sandbox-preload')
		end
		local sandboxCreateUrl = sandboxTitle:canonicalUrl{action = 'edit', preload = sandboxPreload}
		local sandboxCreateDisplay = message('sandbox-create-link-display')
		local sandboxCreateLink = makeUrlLink(sandboxCreateUrl, sandboxCreateDisplay)
		local mirrorSummary = message('mirror-edit-summary', {makeWikilink(templatePage)})
		local mirrorPreload = message('mirror-link-preload')
		local mirrorUrl = sandboxTitle:canonicalUrl{action = 'edit', preload = mirrorPreload, summary = mirrorSummary}
		if subjectSpace == 828 then
			mirrorUrl = sandboxTitle:canonicalUrl{action = 'edit', preload = templateTitle.prefixedText, summary = mirrorSummary}
		end
		local mirrorDisplay = message('mirror-link-display')
		local mirrorLink = makeUrlLink(mirrorUrl, mirrorDisplay)
		sandboxLinks = message('sandbox-link-display') .. ' ' .. makeToolbar(sandboxCreateLink, mirrorLink)
	end
	if testcasesTitle.exists then
		local testcasesPage = testcasesTitle.prefixedText
		local testcasesDisplay = message('testcases-link-display')
		local testcasesLink = makeWikilink(testcasesPage, testcasesDisplay)
		local testcasesEditUrl = testcasesTitle:canonicalUrl{action = 'edit'}
		local testcasesEditDisplay = message('testcases-edit-link-display')
		local testcasesEditLink = makeWikilink("Special:EditPage/" .. testcasesPage, testcasesEditDisplay)
		-- for Modules, add testcases run link if exists
		if testcasesTitle.contentModel == "Scribunto"  and testcasesTitle.talkPageTitle and testcasesTitle.talkPageTitle.exists then
			local testcasesRunLinkDisplay = message('testcases-run-link-display')
			local testcasesRunLink = makeWikilink(testcasesTitle.talkPageTitle.prefixedText, testcasesRunLinkDisplay)
			testcasesLinks = testcasesLink .. ' ' .. makeToolbar(testcasesEditLink, testcasesRunLink)
		else
			testcasesLinks = testcasesLink .. ' ' .. makeToolbar(testcasesEditLink)
		end
	else
		local testcasesPreload
		if subjectSpace == 828 then
			testcasesPreload = message('module-testcases-preload')
		else
			testcasesPreload = message('template-testcases-preload')
		end
		local testcasesCreateUrl = testcasesTitle:canonicalUrl{action = 'edit', preload = testcasesPreload}
		local testcasesCreateDisplay = message('testcases-create-link-display')
		local testcasesCreateLink = makeUrlLink(testcasesCreateUrl, testcasesCreateDisplay)
		testcasesLinks = message('testcases-link-display') .. ' ' .. makeToolbar(testcasesCreateLink)
	end
	local messageName
	if subjectSpace == 828 then
		messageName = 'experiment-blurb-module'
	else
		messageName = 'experiment-blurb-template'
	end
	return message(messageName, {sandboxLinks, testcasesLinks})
end
function p.makeCategoriesBlurb(args, env)
	--[[
	-- Generates the text "Please add categories to the /doc subpage."
	-- @args - a table of arguments passed by the user
	-- @env - environment table containing title objects, etc., generated with p.getEnvironment
	-- Messages:
	-- 'doc-link-display' --> '/doc'
	-- 'add-categories-blurb' --> 'Please add categories to the $1 subpage.'
	--]]
	local docTitle = env.docTitle
	if not docTitle then
		return nil
	end
	local docPathLink = makeWikilink(docTitle.prefixedText, message('doc-link-display'))
	return message('add-categories-blurb', {docPathLink})
end
function p.makeSubpagesBlurb(args, env)
	--[[
	-- Generates the "Subpages of this template" link.
	-- @args - a table of arguments passed by the user
	-- @env - environment table containing title objects, etc., generated with p.getEnvironment
	
	-- Messages:
	-- 'template-pagetype' --> 'template'
	-- 'module-pagetype' --> 'module'
	-- 'default-pagetype' --> 'page'
	-- 'subpages-link-display' --> 'Subpages of this $1'
	--]]
	local subjectSpace = env.subjectSpace
	local templateTitle = env.templateTitle
	if not subjectSpace or not templateTitle then
		return nil
	end
	local pagetype
	if subjectSpace == 10 then
		pagetype = message('template-pagetype')
	elseif subjectSpace == 828 then
		pagetype = message('module-pagetype')
	else
		pagetype = message('default-pagetype')
	end
	local subpagesLink = makeWikilink(
		'Special:PrefixIndex/' .. templateTitle.prefixedText .. '/',
		message('subpages-link-display', {pagetype})
	)
	return message('subpages-blurb', {subpagesLink})
end
----------------------------------------------------------------------------
-- Tracking categories
----------------------------------------------------------------------------
function p.addTrackingCategories(env)
	--[[
	-- Check if {{documentation}} is transcluded on a /doc or /testcases page.
	-- @env - environment table containing title objects, etc., generated with p.getEnvironment
	
	-- Messages:
	-- 'display-strange-usage-category' --> true
	-- 'doc-subpage' --> 'doc'
	-- 'testcases-subpage' --> 'testcases'
	-- 'strange-usage-category' --> 'Wikipedia pages with strange ((documentation)) usage'
	-- 
	-- /testcases pages in the module namespace are not categorised, as they may have
	-- {{documentation}} transcluded automatically.
	--]]
	local title = env.title
	local subjectSpace = env.subjectSpace
	if not title or not subjectSpace then
		return nil
	end
	local subpage = title.subpageText
	if message('display-strange-usage-category', nil, 'boolean')
		and (
			subpage == message('doc-subpage')
			or subjectSpace ~= 828 and subpage == message('testcases-subpage')
		)
	then
		return makeCategoryLink(message('strange-usage-category'))
	end
	return ''
end
return p
      ky7myqtha9rjaznz4jxomjtdpuanlqs
    
  
  
    Modiwl:Documentation/config
    828
    2705
    
      4791
      2018-03-31T02:36:03Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '---------------------------------------------------------------------------------------------------- -- --                               Configuration for...'
      4791
      Scribunto
      text/plain
      ----------------------------------------------------------------------------------------------------
--
--                               Configuration for Module:Documentation
--
-- Here you can set the values of the parameters and messages used in Module:Documentation to
-- localise it to your wiki and your language. Unless specified otherwise, values given here
-- should be string values.
----------------------------------------------------------------------------------------------------
local cfg = {} -- Do not edit this line.
----------------------------------------------------------------------------------------------------
-- Protection template configuration
----------------------------------------------------------------------------------------------------
-- cfg['protection-reason-edit']
-- The protection reason for edit-protected templates to pass to
-- [[Module:Protection banner]].
cfg['protection-reason-edit'] = 'template'
--[[
----------------------------------------------------------------------------------------------------
-- Sandbox notice configuration
--
-- On sandbox pages the module can display a template notifying users that the current page is a
-- sandbox, and the location of test cases pages, etc. The module decides whether the page is a
-- sandbox or not based on the value of cfg['sandbox-subpage']. The following settings configure the
-- messages that the notices contains.
----------------------------------------------------------------------------------------------------
--]]
-- cfg['sandbox-notice-image']
-- The image displayed in the sandbox notice.
cfg['sandbox-notice-image'] = '[[Image:Sandbox.svg|50px|alt=|link=]]'
--[[
-- cfg['sandbox-notice-pagetype-template']
-- cfg['sandbox-notice-pagetype-module']
-- cfg['sandbox-notice-pagetype-other']
-- The page type of the sandbox page. The message that is displayed depends on the current subject
-- namespace. This message is used in either cfg['sandbox-notice-blurb'] or
-- cfg['sandbox-notice-diff-blurb'].
--]]
cfg['sandbox-notice-pagetype-template'] = '[[Wikipedia:Template test cases|template sandbox]] page'
cfg['sandbox-notice-pagetype-module'] = '[[Wikipedia:Template test cases|module sandbox]] page'
cfg['sandbox-notice-pagetype-other'] = 'sandbox page'
--[[
-- cfg['sandbox-notice-blurb']
-- cfg['sandbox-notice-diff-blurb']
-- cfg['sandbox-notice-diff-display']
-- Either cfg['sandbox-notice-blurb'] or cfg['sandbox-notice-diff-blurb'] is the opening sentence
-- of the sandbox notice. The latter has a diff link, but the former does not. $1 is the page
-- type, which is either cfg['sandbox-notice-pagetype-template'],
-- cfg['sandbox-notice-pagetype-module'] or cfg['sandbox-notice-pagetype-other'] depending what
-- namespace we are in. $2 is a link to the main template page, and $3 is a diff link between
-- the sandbox and the main template. The display value of the diff link is set by 
-- cfg['sandbox-notice-compare-link-display'].
--]]
cfg['sandbox-notice-blurb'] = 'This is the $1 for $2.'
cfg['sandbox-notice-diff-blurb'] = 'This is the $1 for $2 ($3).'
cfg['sandbox-notice-compare-link-display'] = 'diff'
--[[
-- cfg['sandbox-notice-testcases-blurb']
-- cfg['sandbox-notice-testcases-link-display']
-- cfg['sandbox-notice-testcases-run-blurb']
-- cfg['sandbox-notice-testcases-run-link-display']
-- cfg['sandbox-notice-testcases-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit. $1 is a link to the test cases page.
-- cfg['sandbox-notice-testcases-link-display'] is the display value for that link.
-- cfg['sandbox-notice-testcases-run-blurb'] is a sentence notifying the user that there is a test cases page
-- corresponding to this sandbox that they can edit, along with a link to run it. $1 is a link to the test
-- cases page, and $2 is a link to the page to run it.
-- cfg['sandbox-notice-testcases-run-link-display'] is the display value for the link to run the test
-- cases.
--]]
cfg['sandbox-notice-testcases-blurb'] = 'See also the companion subpage for $1.'
cfg['sandbox-notice-testcases-link-display'] = 'test cases'
cfg['sandbox-notice-testcases-run-blurb'] = 'See also the companion subpage for $1 ($2).'
cfg['sandbox-notice-testcases-run-link-display'] = 'run'
-- cfg['sandbox-category']
-- A category to add to all template sandboxes.
cfg['sandbox-category'] = 'Template sandboxes'
----------------------------------------------------------------------------------------------------
-- Start box configuration
----------------------------------------------------------------------------------------------------
-- cfg['documentation-icon-wikitext']
-- The wikitext for the icon shown at the top of the template.
cfg['documentation-icon-wikitext'] = '[[File:Test Template Info-Icon - Version (2).svg|50px|link=|alt=]]'
-- cfg['template-namespace-heading']
-- The heading shown in the template namespace.
cfg['template-namespace-heading'] = 'Template documentation'
-- cfg['module-namespace-heading']
-- The heading shown in the module namespace.
cfg['module-namespace-heading'] = 'Module documentation'
-- cfg['file-namespace-heading']
-- The heading shown in the file namespace.
cfg['file-namespace-heading'] = 'Summary'
-- cfg['other-namespaces-heading']
-- The heading shown in other namespaces.
cfg['other-namespaces-heading'] = 'Documentation'
-- cfg['view-link-display']
-- The text to display for "view" links.
cfg['view-link-display'] = 'view'
-- cfg['edit-link-display']
-- The text to display for "edit" links.
cfg['edit-link-display'] = 'edit'
-- cfg['history-link-display']
-- The text to display for "history" links.
cfg['history-link-display'] = 'history'
-- cfg['purge-link-display']
-- The text to display for "purge" links.
cfg['purge-link-display'] = 'purge'
-- cfg['create-link-display']
-- The text to display for "create" links.
cfg['create-link-display'] = 'create'
----------------------------------------------------------------------------------------------------
-- Link box (end box) configuration
----------------------------------------------------------------------------------------------------
-- cfg['transcluded-from-blurb']
-- Notice displayed when the docs are transcluded from another page. $1 is a wikilink to that page.
cfg['transcluded-from-blurb'] = 'The above [[Wikipedia:Template documentation|documentation]] is [[Wikipedia:Transclusion|transcluded]] from $1.'
--[[
-- cfg['create-module-doc-blurb']
-- Notice displayed in the module namespace when the documentation subpage does not exist.
-- $1 is a link to create the documentation page with the preload cfg['module-preload'] and the
-- display cfg['create-link-display'].
--]]
cfg['create-module-doc-blurb'] = 'You might want to $1 a documentation page for this [[Wikipedia:Lua|Scribunto module]].'
----------------------------------------------------------------------------------------------------
-- Experiment blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['experiment-blurb-template']
-- cfg['experiment-blurb-module']
-- The experiment blurb is the text inviting editors to experiment in sandbox and test cases pages.
-- It is only shown in the template and module namespaces. With the default English settings, it
-- might look like this:
--
-- Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages.
--
-- In this example, "sandbox", "edit", "diff", "testcases", and "edit" would all be links.
--
-- There are two versions, cfg['experiment-blurb-template'] and cfg['experiment-blurb-module'], depending
-- on what namespace we are in.
-- 
-- Parameters:
--
-- $1 is a link to the sandbox page. If the sandbox exists, it is in the following format:
--
--     cfg['sandbox-link-display'] (cfg['sandbox-edit-link-display'] | cfg['compare-link-display'])
-- 
-- If the sandbox doesn't exist, it is in the format:
--
--     cfg['sandbox-link-display'] (cfg['sandbox-create-link-display'] | cfg['mirror-link-display'])
-- 
-- The link for cfg['sandbox-create-link-display'] link preloads the page with cfg['template-sandbox-preload']
-- or cfg['module-sandbox-preload'], depending on the current namespace. The link for cfg['mirror-link-display']
-- loads a default edit summary of cfg['mirror-edit-summary'].
--
-- $2 is a link to the test cases page. If the test cases page exists, it is in the following format:
--
--     cfg['testcases-link-display'] (cfg['testcases-edit-link-display'] | cfg['testcases-run-link-display'])
--
-- If the test cases page doesn't exist, it is in the format:
-- 
--     cfg['testcases-link-display'] (cfg['testcases-create-link-display'])
--
-- If the test cases page doesn't exist, the link for cfg['testcases-create-link-display'] preloads the
-- page with cfg['template-testcases-preload'] or cfg['module-testcases-preload'], depending on the current
-- namespace.
--]]
cfg['experiment-blurb-template'] = "Editors can experiment in this template's $1 and $2 pages."
cfg['experiment-blurb-module'] = "Editors can experiment in this module's $1 and $2 pages."
----------------------------------------------------------------------------------------------------
-- Sandbox link configuration
----------------------------------------------------------------------------------------------------
-- cfg['sandbox-subpage']
-- The name of the template subpage typically used for sandboxes.
cfg['sandbox-subpage'] = 'sandbox'
-- cfg['template-sandbox-preload']
-- Preload file for template sandbox pages.
cfg['template-sandbox-preload'] = 'Template:Documentation/preload-sandbox'
-- cfg['module-sandbox-preload']
-- Preload file for Lua module sandbox pages.
cfg['module-sandbox-preload'] = 'Template:Documentation/preload-module-sandbox'
-- cfg['sandbox-link-display']
-- The text to display for "sandbox" links.
cfg['sandbox-link-display'] = 'sandbox'
-- cfg['sandbox-edit-link-display']
-- The text to display for sandbox "edit" links.
cfg['sandbox-edit-link-display'] = 'edit'
-- cfg['sandbox-create-link-display']
-- The text to display for sandbox "create" links.
cfg['sandbox-create-link-display'] = 'create'
-- cfg['compare-link-display']
-- The text to display for "compare" links.
cfg['compare-link-display'] = 'diff'
-- cfg['mirror-edit-summary']
-- The default edit summary to use when a user clicks the "mirror" link. $1 is a wikilink to the
-- template page.
cfg['mirror-edit-summary'] = 'Create sandbox version of $1'
-- cfg['mirror-link-display']
-- The text to display for "mirror" links.
cfg['mirror-link-display'] = 'mirror'
-- cfg['mirror-link-preload']
-- The page to preload when a user clicks the "mirror" link.
cfg['mirror-link-preload'] = 'Template:Documentation/mirror'
----------------------------------------------------------------------------------------------------
-- Test cases link configuration
----------------------------------------------------------------------------------------------------
-- cfg['testcases-subpage']
-- The name of the template subpage typically used for test cases.
cfg['testcases-subpage'] = 'testcases'
-- cfg['template-testcases-preload']
-- Preload file for template test cases pages.
cfg['template-testcases-preload'] = 'Template:Documentation/preload-testcases'
-- cfg['module-testcases-preload']
-- Preload file for Lua module test cases pages.
cfg['module-testcases-preload'] = 'Template:Documentation/preload-module-testcases'
-- cfg['testcases-link-display']
-- The text to display for "testcases" links.
cfg['testcases-link-display'] = 'testcases'
-- cfg['testcases-edit-link-display']
-- The text to display for test cases "edit" links.
cfg['testcases-edit-link-display'] = 'edit'
-- cfg['testcases-run-link-display']
-- The text to display for test cases "run" links.
cfg['testcases-run-link-display'] = 'run'
-- cfg['testcases-create-link-display']
-- The text to display for test cases "create" links.
cfg['testcases-create-link-display'] = 'create'
----------------------------------------------------------------------------------------------------
-- Add categories blurb configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['add-categories-blurb']
-- Text to direct users to add categories to the /doc subpage. Not used if the "content" or
-- "docname fed" arguments are set, as then it is not clear where to add the categories. $1 is a
-- link to the /doc subpage with a display value of cfg['doc-link-display'].
--]]
cfg['add-categories-blurb'] = 'Please add categories to the $1 subpage.'
-- cfg['doc-link-display']
-- The text to display when linking to the /doc subpage.
cfg['doc-link-display'] = '/doc'
----------------------------------------------------------------------------------------------------
-- Subpages link configuration
----------------------------------------------------------------------------------------------------
--[[
-- cfg['subpages-blurb']
-- The "Subpages of this template" blurb. $1 is a link to the main template's subpages with a
-- display value of cfg['subpages-link-display']. In the English version this blurb is simply
-- the link followed by a period, and the link display provides the actual text.
--]]
cfg['subpages-blurb'] = '$1.'
--[[
-- cfg['subpages-link-display']
-- The text to display for the "subpages of this page" link. $1 is cfg['template-pagetype'],
-- cfg['module-pagetype'] or cfg['default-pagetype'], depending on whether the current page is in
-- the template namespace, the module namespace, or another namespace.
--]]
cfg['subpages-link-display'] = 'Subpages of this $1'
-- cfg['template-pagetype']
-- The pagetype to display for template pages.
cfg['template-pagetype'] = 'template'
-- cfg['module-pagetype']
-- The pagetype to display for Lua module pages.
cfg['module-pagetype'] = 'module'
-- cfg['default-pagetype']
-- The pagetype to display for pages other than templates or Lua modules.
cfg['default-pagetype'] = 'page'
----------------------------------------------------------------------------------------------------
-- Doc link configuration
----------------------------------------------------------------------------------------------------
-- cfg['doc-subpage']
-- The name of the subpage typically used for documentation pages.
cfg['doc-subpage'] = 'doc'
-- cfg['file-docpage-preload']
-- Preload file for documentation page in the file namespace.
cfg['file-docpage-preload'] = 'Template:Documentation/preload-filespace'
-- cfg['docpage-preload']
-- Preload file for template documentation pages in all namespaces.
cfg['docpage-preload'] = 'Template:Documentation/preload'
-- cfg['module-preload']
-- Preload file for Lua module documentation pages.
cfg['module-preload'] = 'Template:Documentation/preload-module-doc'
----------------------------------------------------------------------------------------------------
-- Print version configuration
----------------------------------------------------------------------------------------------------
-- cfg['print-subpage']
-- The name of the template subpage used for print versions.
cfg['print-subpage'] = 'Print'
-- cfg['print-link-display']
-- The text to display when linking to the /Print subpage.
cfg['print-link-display'] = '/Print'
-- cfg['print-blurb']
-- Text to display if a /Print subpage exists. $1 is a link to the subpage with a display value of cfg['print-link-display'].
cfg['print-blurb'] = 'A [[Help:Books/for experts#Improving the book layout|print version]] of this template exists at $1.'
	.. ' If you make a change to this template, please update the print version as well.'
-- cfg['display-print-category']
-- Set to true to enable output of cfg['print-category'] if a /Print subpage exists.
-- This should be a boolean value (either true or false).
cfg['display-print-category'] = true
-- cfg['print-category']
-- Category to output if cfg['display-print-category'] is set to true, and a /Print subpage exists.
cfg['print-category'] = 'Templates with print versions'
----------------------------------------------------------------------------------------------------
-- HTML and CSS configuration
----------------------------------------------------------------------------------------------------
-- cfg['main-div-id']
-- The "id" attribute of the main HTML "div" tag.
cfg['main-div-id'] = 'template-documentation'
-- cfg['main-div-classes']
-- The CSS classes added to the main HTML "div" tag.
cfg['main-div-classes'] = 'template-documentation iezoomfix'
-- cfg['start-box-linkclasses']
-- The CSS classes used for the [view][edit][history] or [create] links in the start box.
cfg['start-box-linkclasses'] = 'mw-editsection-like plainlinks'
-- cfg['start-box-link-id']
-- The HTML "id" attribute for the links in the start box.
cfg['start-box-link-id'] = 'doc_editlinks'
----------------------------------------------------------------------------------------------------
-- {{fmbox}} template configuration
----------------------------------------------------------------------------------------------------
-- cfg['fmbox-id']
-- The id sent to the "id" parameter of the {{fmbox}} template.
cfg['fmbox-id'] = 'documentation-meta-data'
-- cfg['fmbox-style']
-- The value sent to the style parameter of {{fmbox}}.
cfg['fmbox-style'] = 'background-color: #ecfcf4'
-- cfg['fmbox-textstyle']
-- The value sent to the "textstyle parameter of {{fmbox}}.
cfg['fmbox-textstyle'] = 'font-style: italic'
----------------------------------------------------------------------------------------------------
-- Tracking category configuration
----------------------------------------------------------------------------------------------------
-- cfg['display-strange-usage-category']
-- Set to true to enable output of cfg['strange-usage-category'] if the module is used on a /doc subpage
-- or a /testcases subpage. This should be a boolean value (either true or false).
cfg['display-strange-usage-category'] = true
-- cfg['strange-usage-category']
-- Category to output if cfg['display-strange-usage-category'] is set to true and the module is used on a
-- /doc subpage or a /testcases subpage.
cfg['strange-usage-category'] = 'Wikibooks pages with strange ((documentation)) usage'
--[[
----------------------------------------------------------------------------------------------------
-- End configuration
--
-- Don't edit anything below this line.
----------------------------------------------------------------------------------------------------
--]]
return cfg
      978ahfhb9kfyjqxkvrnqsd7g6b3q2gm
    
  
  
    Categori:Categorïau cuddiedig
    14
    2706
    
      4793
      2018-03-31T02:40:12Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda 'This category contains '''hidden categories'''. Unlike normal categories, these are not displayed at the bottom of pages that are included in them, and ar...'
      4793
      wikitext
      text/x-wiki
      This category contains '''hidden categories'''. Unlike normal categories, these are not displayed at the bottom of pages that are included in them, and are therefore hidden from readers.
      13hjer4wt873ivwm2ff01h5uvi5c44x
    
  
  
    Categori:Categorïau na ddylid ei ddileu hyd yn oed os ydynt yn cael eu wag
    14
    2707
    
      4794
      2018-03-31T02:43:11Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '[[Categori:Wicilyfrau]]'
      4794
      wikitext
      text/x-wiki
      [[Categori:Wicilyfrau]]
      e22t3b9p9awm5g3p8sk9gb0ba0vsslx
    
  
  
    Nodyn:Translating
    10
    2708
    
      4797
      4796
      2018-03-31T13:46:01Z
      
        116.237.18.33
      
      4797
      wikitext
      text/x-wiki
      ''This article is a '''translation-work in progress ''' of the article '''[[:{{{lang|en}}}:{{{1|ArticleName}}}|{{{1|ArticleName}}}]] from {{{2|FromLanguage}}} to Welsh.''<br>
<small>''If you're confident enough in your competence of {{{2|FromLanguage}}} and Welsh, you can help Wikibooks by assisting in the translation.''</small><includeonly>[[Category:Articles in translation]]</includeonly>
----
      oznbz6siyjbu5vx1ua9h42vks12rnpm
    
  
  
    Lua
    0
    2709
    
      5131
      5019
      2024-10-31T19:58:06Z
      
        Таёжный лес
        2197
      
      5131
      wikitext
      text/x-wiki
      {{delete|not in Welsh}}
{{translating|lang=en|Lua|English}}
{{reading level|intermediate}}
{{PDF version|LuaProgramming}}
{{Collection}}
{{Print version}}
Lua is a powerful, fast, lightweight and embeddable programming language. It is used by many frameworks, games and other applications. While it can be used by itself, it has been designed to be easy to embed in another application. It is implemented in ANSI C, a subset of the C programming language that is very portable, which means it can run on many systems and many devices where most other scripting languages would not be able to run. The purpose of this book is to teach Lua programming to anyone regardless of previous programming experience. The book can be used as an introduction to programming, for someone who has never programmed before, or as an introduction to Lua, for people who have programmed before but not in Lua. Since there are many development platforms and games that use Lua, this book can also be used to learn to use Lua and then to use it in that development platform.
qit will be attempted to regularly update it as new versions of Lua come out (Lua releases are infrequent enough that this should not be too difficult). Currently, the book is up-to-date for Lua 5.2, which is the previous version. If you are using Lua in an embedded environment that uses an older version of Lua in the 5.x branch (Lua 5.0 and Lua 5.1), the material should still be sufficiently relevant for you.
== Contents ==
This book is divided into the following chapters and appendices:
;[[/Introduction|Introduction]]
:This chapter introduces the Lua language and gives a brief overview of its purpose and history. It also introduces some programming concepts.
Expressions 
This chapters provides comprehensive coverage of expressions, operators and types.
Statements 
This chapter describes the statements available in Lua.
Functions 
This chapter explains the purpose and usage of functions and describes the syntax for function definitions.
Tables 
This chapter covers table constructors, metatables, iterators and sorting.
Standard libraries 
This chapter describes the functionality offered by the standard libraries.
Appendix: Software testing 
This appendix gives information about testing programs written in Lua.
Glossary 
This glossary contains accurate definitions of all significant terms used in the book and relevant to the subject.
Index 
This index contains a list of all the topics and functions covered in the book and references to the locations in the book where these topics and functions are described.
== Notes ==
* This book is about Lua 5.2, the previous version of Lua. Information about past versions of Lua must be explicitly marked as not being relevant to the current version, but should be included as long as it is part of the current main branch (in this case, Lua 5.x). If the information is part of history material, then it may be included regardless of the version.
* See also: [[Scribunto: An Introduction]] for using Lua in [[w:MediaWiki]]
== Todo ==
* Update the book to reflect changes in Lua 5.3. This was already done in part regarding integers and bitwise operators.
* Write a chapter about the different programming paradigms (object-oriented, functional) that Lua enables.
== Writing and style ==
* All headers and titles should use sentence case.
* The book should be self‐contained, but it's fine to add links to other books, Wikipedia or other Wikimedia projects, as long as these links are only used for supplementary material.
* Variable names should be enclosed in {{tag|var}} tags.
* When terms are defined in nearby text, they should be enclosed in {{tag|dfn}} tags. The first full definition of a term that is the subject of a chapter should be marked with the {{tl|subject definition}} template in that chapter.
* Keyboard keys that the user is instructed to press should be enclosed in {{tag|kbd}} tags.
* Emphasis should be marked using {{tag|em}} and {{tag|strong}} tags or using wiki markup for italics or bold.
* Code keywords or in‐line code should be enclosed in {{tag|code}} tags.
* Code examples should use syntax highlighting with the {{tag|source}} tag. Code should be indented and easy to read, and variable names should accurately represent their value. Tabulations should be used to indent code and underscores should be used to separate words in variable names.
* Code output should be enclosed in {{tag|samp}} tags.
{{Subjects|Computer software|Computer programming}}
{{status|100}}
{{alphabetical}}
{{BookCat}}
      c6a7lyf0iv7k2c06dx0w5m3w5gmcwvd
    
  
  
    Nodyn:PDF version
    10
    2710
    
      4805
      2018-03-31T23:48:14Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '{| style="border:2px solid red;width:250px; float:right; clear:right; margin:0px; margin-left:10px; | [[File:Gnome-mime-application-pdf.svg|40px]] | A '''...'
      4805
      wikitext
      text/x-wiki
      {| style="border:2px solid red;width:250px; float:right; clear:right; margin:0px; margin-left:10px;
|
[[File:Gnome-mime-application-pdf.svg|40px]]
|
A '''''{{#ifexist:Media:{{{1|{{{3|{{#ifeq:{{NAMESPACE}}|Wikijunior|Wikijunior-|}}{{BASEPAGENAME}}}}}}}}.pdf
|[[Media:{{{1|{{{3|{{#ifeq:{{NAMESPACE}}|Wikijunior|Wikijunior-|}}{{BASEPAGENAME}}}}}}}}.pdf|PDF version]]{{#ifeq:{{{example|no}}}|no|{{#ifeq:{{NAMESPACE}}||[[Category:Books with PDF version]]}}}}
|vaporware version{{#ifeq:{{{example|no}}}|no|{{#ifeq:{{NAMESPACE}}||[[Category:Books with PDF version required]]}}}}
}}'''''{{#if:{{{3|}}}| of {{{3}}}}} is available. <small>{{{2|}}} ({{#ifexist:Media:{{{1|{{{3|{{#ifeq:{{NAMESPACE}}|Wikijunior|Wikijunior-|}}{{BASEPAGENAME}}}}}}}}.pdf|[[:File:{{{1|{{{3|{{#ifeq:{{NAMESPACE}}|Wikijunior|Wikijunior-|}}{{BASEPAGENAME}}}}}}}}.pdf|info]]|[[Help:Print versions#PDF versions|info]]}})  {{#ifexist:{{{1|{{{3|{{#ifeq:{{NAMESPACE}}|Wikijunior|Wikijunior-|}}{{BASEPAGENAME}}}}}}}}/LaTeX | ([[{{{1|{{{3|{{#ifeq:{{NAMESPACE}}|Wikijunior|Wikijunior-|}}{{BASEPAGENAME}}}}}}}}/LaTeX|source]]) }}</small>
|}<noinclude>{{documentation}}</noinclude>
      drcnwn7uysctsgqfkvdq2wj7ygm1o0v
    
  
  
    Nodyn:Print version
    10
    2711
    
      4833
      4810
      2018-04-01T00:41:16Z
      
        116.237.18.33
      
      4833
      wikitext
      text/x-wiki
      {| style="border:2px solid gray;width:250px; float:right; clear:right; margin:0px; margin-left:10px;"
|[[File:Printer.svg|40px]]
|A '''''[[:{{existlist|{{{1}}}|/Print version|/Printable version|../Print version|../Printable version|{{FULLPAGENAME}}}}|printable version]]''''' of {{{3|{{ROOTPAGENAME}}}}} is available. <small>{{{2|}}} ([{{fullurl:{{existlist|{{{1}}}|/Print version|/Printable version|../Print version|../Printable version|{{FULLPAGENAME}}}}|action=edit}} edit it])</small>
|}<includeonly>{{#ifeq:{{{example|no}}}|no|{{#ifeq:{{NAMESPACE}}||[[Category:Books with print version|{{SUBPAGENAME}}]]}}}}</includeonly><noinclude>{{documentation}}</noinclude>
      5wjbvtizla7b8ap07954w3ryayj0qcb
    
  
  
    Nodyn:Existlist
    10
    2712
    
      4817
      4815
      2018-04-01T00:07:12Z
      
        116.237.18.33
      
      4817
      wikitext
      text/x-wiki
      <includeonly><!--
-->{{#ifeq:{{{1|}}}|{{{1|+}}}|{{#ifexist:{{#rel2abs:{{{1}}}}}|{{#rel2abs:{{{1}}}}}|<!--
-->{{#ifeq:{{{2|}}}|{{{2|+}}}|{{#ifexist:{{#rel2abs:{{{2}}}}}|{{#rel2abs:{{{2}}}}}|<!--
-->{{#ifeq:{{{3|}}}|{{{3|+}}}|{{#ifexist:{{#rel2abs:{{{3}}}}}|{{#rel2abs:{{{3}}}}}|<!--
-->{{#ifeq:{{{4|}}}|{{{4|+}}}|{{#ifexist:{{#rel2abs:{{{4}}}}}|{{#rel2abs:{{{4}}}}}|<!--
-->{{#ifeq:{{{5|}}}|{{{5|+}}}|{{#ifexist:{{#rel2abs:{{{5}}}}}|{{#rel2abs:{{{5}}}}}|<!--
-->{{#ifeq:{{{6|}}}|{{{6|+}}}|{{#ifexist:{{#rel2abs:{{{6}}}}}|{{#rel2abs:{{{6}}}}}|<!--
-->{{#ifeq:{{{7|}}}|{{{7|+}}}|{{#ifexist:{{#rel2abs:{{{7}}}}}|{{#rel2abs:{{{7}}}}}|<!--
-->{{#ifeq:{{{8|}}}|{{{8|+}}}|{{#ifexist:{{#rel2abs:{{{8}}}}}|{{#rel2abs:{{{8}}}}}|<!--
-->{{#ifeq:{{{9|}}}|{{{9|+}}}|{{#ifexist:{{#rel2abs:{{{9}}}}}|{{#rel2abs:{{{9}}}}}|<!--
-->{{#ifeq:{{{10|}}}|{{{10|+}}}|{{#ifexist:{{#rel2abs:{{{10}}}}}|{{#rel2abs:{{{10}}}}}|<!--
-->{{{else|}}}}}|{{{else|}}}}}|{{{else|}}}}}|{{{else|}}}}}|{{{else|}}}}}|{{{else|}}}}}|<!--
-->{{{else|}}}}}|{{{else|}}}}}|{{{else|}}}}}|{{{else|}}}}}|{{{else|}}}}}|{{{else|}}}}}|<!--
-->{{{else|}}}}}|{{{else|}}}}}|{{{else|}}}}}|{{{else|}}}}}|{{{else|}}}}}|{{{else|}}}}}|<!--
-->{{{else|}}}}}|{{{else|}}}}}<!--
--></includeonly><noinclude>
{{esoteric}}
;Example Usage: {{tlx|existlist|A|B|C|Wikibooks:Sandbox|E|F|G}}
;Result: [[{{existlist|A|B|C|Wikibooks:Sandbox|E|F|G}}]]
;Example Usage: {{tlx|existlist|A|B|C|Wikibooks:Sandbox|E|F|G|click here}}
;Result: [[{{existlist|A|B|C|Wikibooks:Sandbox|E|F|G}}|click here]]
;What it does: returns the name of the first page which exists up to 10 max.
[[Category:Utility templates|{{PAGENAME}}]]
</noinclude>
      sayeogl02z7dq1dd2apfg91gdaipjwe
    
  
  
    Nodyn:Tlx
    10
    2713
    
      4816
      4812
      2018-04-01T00:06:30Z
      
        116.237.18.33
      
      4816
      wikitext
      text/x-wiki
      <includeonly><nowiki>{{</nowiki>{{#if:{{{subst|}}}|[[w:WP:SUBST|subst]]:}}[[{{{LANG|}}}{{{SISTER|}}}{{ns:Template}}:{{{1|}}}|{{{1|}}}]]<!--
-->{{#if:{{{2|}}}|
|{{{2}}}
}}<!--
-->{{#if:{{{3|}}}|
|{{{3}}}
}}<!--
-->{{#if:{{{4|}}}|
|{{{4}}}
}}<!--
-->{{#if:{{{5|}}}|
|{{{5}}}
}}<!--
-->{{#if:{{{6|}}}|
|{{{6}}}
}}<!--
-->{{#if:{{{7|}}}|
|{{{7}}}
}}<!--
-->{{#if:{{{8|}}}|
|{{{8}}}
}}<!--
-->{{#if:{{{9|}}}|
|{{{9}}}
}}<!--
-->{{#if:{{{10|}}}|
|{{{10}}}
}}<!--
-->{{#if:{{{11|}}}|
|{{{11}}}
}}<!--
-->{{#if:{{{12|}}}|
|''...''
}}<nowiki>}}</nowiki></includeonly><noinclude>{{documentation}}</noinclude>
      ef7kmwyjfhf51xnioi5987yc481jtce
    
  
  
    Modiwl:Template
    828
    2714
    
      4814
      4813
      2018-04-01T00:02:41Z
      
        116.237.18.33
      
      4814
      Scribunto
      text/plain
      local template = {}
function template.page(frame)
    local title, subst = frame.args[1] or frame:getParent().args[1] or ''
    
    -- whether title is subst:page, safesubst:page, or page
    title = mw.ustring.gsub( title, '^%s*(s?a?f?e?subst):', function(what)
        if what == 'subst' or what == 'safesubst' then subst = what; return '' end
    end, 1 )
    
    local success, page = pcall(function(title) return mw.title.new( title, 10 ) end, title or '' )
    
    if not success or not page then return '' end
    if page.interwiki ~= "" then title = mw.ustring.sub( title, page.interwiki:len()+2 ) end
    if page.fragment ~= "" then title = mw.ustring:sub( title, 1, -page.fragment:len()-2 ) end
    if subst then subst = table.concat({ '[[Help:Templates#Substitution|', subst, ']]:' }) end
    
    return table.concat({ subst or '', '[[:', page.fullText, '|', title, ']]'})
end
function template.example(frame)
    local args, page, result = frame.args[1] and frame.args or frame:getParent().args, template.page(frame), {}
    
    if page == '' then
        return ''
    end
    
    for name, value in pairs( args ) do
        if type( name ) == 'string' then
            table.insert( result, table.concat({ '|', name, '=', value, '' }) )
        elseif name ~= 1 then
            table.insert( result, table.concat({ '|', value, '' }) )
        end
    end
    
    return table.concat({ '{{', page, table.concat( result ), '}}' })
end
return template
      lglxgnzdg5pu3zaxltx6xijpy981y98
    
  
  
    Wicilyfrau:Pwll tywod
    4
    2715
    
      4818
      2018-04-01T00:12:27Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '{{Please leave this line alone (sandbox heading)}}<!-- *               Welcome to the sandbox!              * *            Please leave this part alone...'
      4818
      wikitext
      text/x-wiki
      {{Please leave this line alone (sandbox heading)}}<!--
*               Welcome to the sandbox!              *
*            Please leave this part alone            *
*           The page is cleared regularly            *
*     Feel free to try your editing skills below     *-->
      1q6j3lioza6jkk4fwlpnxslsub2rbj0
    
  
  
    Nodyn:Please leave this line alone (sandbox heading)
    10
    2716
    
    
      4819
      2018-04-01T00:13:01Z
      
        116.237.18.33
      
      Yn ailgyfeirio at [[Nodyn:Sandboxheader]]
      4819
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Nodyn:Sandboxheader]]
      1jvpcbz3fboof437e87337et6utqn52
    
  
  
    Nodyn:Sandboxheader
    10
    2717
    
      4829
      4828
      2018-04-01T00:37:13Z
      
        116.237.18.33
      
      4829
      wikitext
      text/x-wiki
      <noinclude>
This template provides the header for [[Wikibooks:Sandbox]]. If you are seeing this notice, you're trying to edit the wrong thing. Try editing <span class="plainlinks">[http://en.wikibooks.org/w/index.php?title=Wikibooks:Sandbox&action=edit here]</span> instead.
[[Category:Utility templates|{{PAGENAME}}]]</noinclude><includeonly>{{#switch:{{FULLPAGENAME}}
|Wicilyfrau:Pwll tywod={{shortcut|[[WB:SB]]<br>[[WB:SAND]]<br>[[WB:SANDBOX]]}}
This is the '''SANDBOX''', a safe place to experiment with editing - just click the "[{{fullurl:{{FULLPAGENAME}}|action=edit}} golygu]" tab at the top. You can do anything you want: test '''bold''' and ''italic'', make links to [[a page that doesn't exist]]... whatever you want! You can do this without fear of damaging the many [[WB:WIW|books]] at this site. If you would like to experiment with [[Help:Templates|templates]], you can try the [[Template:Template sandbox|template sandbox]].
To see how to edit a page, see the [[Using Wikibooks]] guide.
If you like Wikibooks, [[Special:UserLogin/signup|register an account]] or [[Special:Userlogin|login]]!
The wiki automatically inserts the "Contents" box below. It is completely automatic, you only need to make sections like <code>== this ==</code> or <code>=== this ===</code>.
<br />__FORCETOC__
|default = <span style="font-size: 1000%; color: red;" class=warning alert error do-not-continue>THIS PAGE IS FOR THE SANDBOX ONLY! REMOVE THIS TEMPLATE!</span>
}}
</includeonly>
      d6zpp8pdyz5ft7ecj05oj13zd75pu3v
    
  
  
    Nodyn:Shortcut
    10
    2718
    
      4824
      4823
      2018-04-01T00:29:42Z
      
        116.237.18.33
      
      4824
      wikitext
      text/x-wiki
      <div id="shortcut" class="noprint" style="border:1px solid #999; background:#fff; margin:0 0 .5em 1em; text-align:center; padding:5px; float:right; clear:both; font-size:smaller;">
[[wikipedia:wikipedia:Shortcut|Shortcut(s)]]:<br />'''{{{1}}}'''</div>
      39j75kbkg5gqfsst12rh7muf2epe587
    
  
  
    Nodyn:Collection
    10
    2719
    
      4835
      4834
      2018-04-01T00:47:01Z
      
        116.237.18.33
      
      4835
      wikitext
      text/x-wiki
      {| style="border:2px solid green;width:250px; float:right; clear:right; margin:0px; margin-left:10px;
|[[Image:Nuvola apps bookcase.svg|{{{size|40x40px}}}|link=]]
|{{#if:{{{2|}}}|{{{2}}}|This book}} has a '''[[Wikibooks:Collections/{{{1|{{BASEPAGENAMEE}}}}}|collection]]''' providing an on-demand '''[{{fullurl:Special:Collection/render_collection/|colltitle=Wikibooks:Collections/{{#if:{{{1|}}}|{{urlencode:{{{1}}}}}|{{BASEPAGENAMEE}}}}}} PDF version]''' as well as a '''[{{fullurl:Special:Book/order_collection/|colltitle=Wikibooks:Collections/{{#if:{{{1|}}}|{{urlencode:{{{1}}}}}|{{BASEPAGENAMEE}}}}}} printed book]'''. <small>([{{fullurl:Special:Collection/load_collection/|colltitle=Wikibooks:Collections/{{#if:{{{1|}}}|{{urlencode:{{{1}}}}}|{{BASEPAGENAMEE}}}}}} edit]) ([[Help:Collections|help]])</small>
|}<includeonly>[[Category:Books with Public Collections]]</includeonly>
<noinclude>
Usage:
<nowiki>
{{Collection|Collection location (minus the "Wikibooks:Collection/")|Name of work}}
</nowiki>
[[Category:Exclude in print|{{PAGENAME}}]]
[[Category:Internal link templates|{{PAGENAME}}]]
[[Category:Books with Public Collections| ]]
[[fr:Modèle:Version compilée]]
</noinclude>
      3jhh8mnmzq3foqlmxmosdvz2dcpcayj
    
  
  
    Nodyn:Tl
    10
    2720
    
      4837
      2018-04-01T00:50:31Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{[[{{transclude|{{{1}}}}}|{{{1}}}]]{{#if:{{{2|{{{arg|}}}}}}|{{!}}{{{2|{{{arg}}}}}}}}}}</includeonly><noinclude> {{Docume...'
      4837
      wikitext
      text/x-wiki
      <includeonly>{{[[{{transclude|{{{1}}}}}|{{{1}}}]]{{#if:{{{2|{{{arg|}}}}}}|{{!}}{{{2|{{{arg}}}}}}}}}}</includeonly><noinclude>
{{Documentation}}
      qj8qbg63zr8rsn77n2j0sagb6mss66t
    
  
  
    Nodyn:Transclude
    10
    2721
    
      4839
      4838
      2018-04-01T00:52:58Z
      
        116.237.18.33
      
      4839
      wikitext
      text/x-wiki
      {{#switch: {{NAMESPACE: {{{1}}} }}
 |#default = {{FULLPAGENAME: {{{1}}} }}
 |{{ns:0}} = 
    {{#ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: Template{{{1}}} }}
      | {{ns:Template}}:{{{1}}}
      | {{PAGENAME: {{{1}}} }}
    }}
}}<noinclude>
{{documentation}}
</noinclude>
      70jkjxab7hd50rs46k90qs0l19ehsuc
    
  
  
    Nodyn:BookCat
    10
    2722
    
      4841
      2018-04-01T00:59:34Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{#invoke:TScope|shiftLeft|BookCat/core|1 |namespace   ={{#if:{{{1|}}}|{{NAMESPACE:{{{1}}}}}|{{NAMESPACE}}}} |pagename    ={{#if:{{{1|}}}|{{P...'
      4841
      wikitext
      text/x-wiki
      <includeonly>{{#invoke:TScope|shiftLeft|BookCat/core|1
|namespace   ={{#if:{{{1|}}}|{{NAMESPACE:{{{1}}}}}|{{NAMESPACE}}}}
|pagename    ={{#if:{{{1|}}}|{{PAGENAME:{{{1}}}}}|{{PAGENAME}}}}
|fullpagename={{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}
|sortkey     ={{{sort|{{{sortkey|}}}}}}
}}{{#if:{{{1|}}}                  |[[Category:Pages passing page name to BookCat]]}}<!--
-->{{#if:{{{sort|{{{sortkey|}}}}}}|[[Category:Pages passing sort key to BookCat]]}}</includeonly><noinclude>{{documentation}}</noinclude>
      ezj2zypi5ys3kaxsbks1rn4v1m091ip
    
  
  
    Modiwl:TScope
    828
    2723
    
      4842
      2018-04-01T01:01:11Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda 'local export = {}  export.override = function( frame ) 	local title = frame.args[1] 	local args = {} 	for v, k in pairs( frame:getParent().args ) do 		arg...'
      4842
      Scribunto
      text/plain
      local export = {}
export.override = function( frame )
	local title = frame.args[1]
	local args = {}
	for v, k in pairs( frame:getParent().args ) do
		args[v] = k
	end
	for v, k in pairs( frame.args ) do
		if type( v ) == "number" then
			if v ~= 1 then
				args[ v - 1 ] = k
			end
		else
			args[v] = k
		end
	end
	return frame:expandTemplate{ title = title, args = args }
end
export.prepend = function( frame )
	local title = frame.args[1]
	local args = {}
	local displace = 0;
	for v, k in pairs( frame.args ) do
		if (type( v ) == "number") and (v ~= 1) then
			args[ v - 1 ] = k
			displace = math.max( displace, (v - 1) )
		end
	end
	for v, k in pairs( frame:getParent().args ) do
		if type( v ) == "number" then
			args[ displace + v ] = k
		else
			args[v] = k
		end
	end
	for v, k in pairs( frame.args ) do
		if type( v ) ~= "number" then
			args[v] = k
		end
	end
	return frame:expandTemplate{ title = title, args = args }
end
export.append = function( frame )
	local title = frame.args[1]
	local args = {}
	local displace = 0;
	for v, k in pairs( frame:getParent().args ) do
		if type( v ) == "number" then
			displace = math.max( displace, v )
		end
		args[v] = k
	end
	for v, k in pairs( frame.args ) do
		if type( v ) == "number" then
			if v ~= 1 then
				args[ displace + v - 1 ] = k
			end
		else
			args[v] = k
		end
	end
	return frame:expandTemplate{ title = title, args = args }
end
export.drop = function( frame )
	local title = frame.args[1]
	local args = {}
	for v, k in pairs( frame:getParent().args ) do
		if type( v ) ~= "number" then
			args[v] = k
		end
	end
	for v, k in pairs( frame.args ) do
		if type( v ) == "number" then
			if v ~= 1 then
				args[ v - 1 ] = k
			end
		else
			args[v] = k
		end
	end
	return frame:expandTemplate{ title = title, args = args }
end
export.shiftLeft = function( frame )
	local title = frame.args[1]
	local args = {}
	local displace = tonumber( frame.args[2] )
	if displace == nil then displace = 0 end
	for v, k in pairs( frame:getParent().args ) do
		if type( v ) == "number" then
			if v >= displace then
				args[ v - displace ] = k
			end
		else
			args[v] = k
		end
	end
	for v, k in pairs( frame.args ) do
		if type( v ) == "number" then
			if v > 2 then
				args[ v - 2 ] = k
			end
		else
			args[v] = k
		end
	end
	return frame:expandTemplate{ title = title, args = args }
end
export.map = function( frame )
	local title = frame.args[1]
	local displace = frame.args[2]
	if displace == nil then
		displace = 0
	else
		displace = tonumber( displace )
	end
	local args = {}
	local data = {}
	local maxv = 0
	for v, k in pairs( frame:getParent().args ) do
		if (type( v ) ~= "number") then
			args[v] = k
		elseif v <= displace then
			args[v + 1] = k
		else
			data[v] = k
			maxv = math.max( v, maxv )
		end
	end
	for v, k in pairs( frame.args ) do
		if type( v ) ~= "number" then
			args[v] = k
		elseif v > 2 then
			args[v - 1] = k
		end
	end
	local result = ""
	for v = 1, maxv do
		if data[v] ~= nil then
			args[1] = data[v]
			result = result .. frame:expandTemplate{ title = title, args = args }
		end
	end
	return result
end
export.static = function( frame )
	return frame:getParent():getTitle()
end
local function tabulate( args )
	local s = ''
	for k, v in pairs( args ) do
		s = s .. '|-\n| ' .. k .. '\n| <code>' .. v .. '</code>\n'
	end
	if s ~= '' then
		s = '{| class="wikitable"\n|-\n! key\n! value\n' .. s .. '|}'
	end
	return s
end
export.echo = function( frame )
	local mp = tabulate( frame.args )
	local cp = tabulate( frame:getParent().args )
	if mp ~= '' then
		mp = 'module parameters:\n' .. mp .. '\n'
	end
	if cp ~= '' then
		cp = 'context parameters:\n' .. cp .. '\n'
	else
		cp = 'no context parameters.\n'
	end
	return mp .. cp
end
return export
      n3blx1g9jcetmcolf1n2fiuhyaql9nh
    
  
  
    Nodyn:BookCat/core
    10
    2724
    
      4843
      2018-04-01T01:02:52Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{#invoke:TScope|override|BookCat/{{#switch:{{{namespace}}} |{{TALKSPACE:{{{namespace}}}:{{{pagename}}}}}=talk |Category =category |Subject...'
      4843
      wikitext
      text/x-wiki
      <includeonly>{{#invoke:TScope|override|BookCat/{{#switch:{{{namespace}}}
|{{TALKSPACE:{{{namespace}}}:{{{pagename}}}}}=talk
|Category =category
|Subject  =subject
|Template =template
|User     =user
|Wikibooks=category
|#default =default
}}}}</includeonly><noinclude>{{documentation}}</noinclude>
      9ul6sjx9332isaxeqcru772ohd2sjgy
    
  
  
    Nodyn:BookCat/default
    10
    2725
    
      4844
      2018-04-01T01:03:47Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{#ifeq: {{{filing|}}} | deep |{{BOOKCATEGORY|{{{fullpagename}}}|book={{#if:{{#titleparts:{{{fullpagename}}}||2}}|{{#titleparts:{{{fullpage...'
      4844
      wikitext
      text/x-wiki
      <includeonly>{{#ifeq: {{{filing|}}} | deep
|[[{{BOOKCATEGORY|{{{fullpagename}}}|book={{#if:{{#titleparts:{{{fullpagename}}}||2}}|{{#titleparts:{{{fullpagename}}}|-1}}|{{{fullpagename}}}}}}}|{{#if:{{{sortkey|}}}|{{{sortkey}}}|{{#if:{{#titleparts:{{{fullpagename}}}||2}}|{{#titleparts:{{{pagename}}}||-1}}}}}} ]][[Category:Pages with deep filing]]
|[[{{BOOKCATEGORY|{{{fullpagename}}}|book={{NAIVEBOOKNAME|{{{fullpagename}}}}}}}|{{#if:{{{sortkey|}}}|{{{sortkey}}}|{{#titleparts:{{{fullpagename}}}||2}}}} ]]
}}</includeonly><noinclude>{{documentation}}</noinclude>
      ab7ol21tff7kv43l8gpl8jdm0x2uoiq
    
  
  
    Nodyn:BOOKCATEGORY
    10
    2726
    
      4845
      2018-04-01T01:05:03Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>Category:Book:{{{book|{{BOOKNAME|{{{1|{{FULLPAGENAME}}}}}}}}}}</includeonly><noinclude>{{Documentation}}</noinclude>'
      4845
      wikitext
      text/x-wiki
      <includeonly>Category:Book:{{{book|{{BOOKNAME|{{{1|{{FULLPAGENAME}}}}}}}}}}</includeonly><noinclude>{{Documentation}}</noinclude>
      9n514jowce1cupkxp55vo5kxx5fihue
    
  
  
    Nodyn:NAIVEBOOKNAME
    10
    2727
    
      4846
      2018-04-01T01:05:52Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{#titleparts:{{{1|{{FULLPAGENAME}}}}}|1}}</includeonly><noinclude>{{documentation}}</noinclude>'
      4846
      wikitext
      text/x-wiki
      <includeonly>{{#titleparts:{{{1|{{FULLPAGENAME}}}}}|1}}</includeonly><noinclude>{{documentation}}</noinclude>
      p6elrbww9zt8w5vven8h68v7asswoj9
    
  
  
    Nodyn:Alphabetical
    10
    2728
    
      4847
      2018-04-01T01:08:49Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '<includeonly>{{#switch:{{#titleparts:{{FULLPAGENAME}}}}|Wikijunior:{{ROOTPAGENAME}}|{{ROOTPAGENAME}}=Category:Alphabetical/{{padleft:|1|{{ucfirst:{{#if:...'
      4847
      wikitext
      text/x-wiki
      <includeonly>{{#switch:{{#titleparts:{{FULLPAGENAME}}}}|Wikijunior:{{ROOTPAGENAME}}|{{ROOTPAGENAME}}=[[Category:Alphabetical/{{padleft:|1|{{ucfirst:{{#if:{{{1|}}}|{{{1}}}|{{PAGENAME}}}}}}}}]]|#default = <br /><span style="color:red;">'''Please add {{tlx|alphabetical}} only to book title pages.'''</span>}}</includeonly><noinclude>{{documentation}}</noinclude>
      1vzy0ervczqggm3j3md22w91fl10h52
    
  
  
    Nodyn:Tag
    10
    2730
    
      4855
      2018-04-01T01:19:03Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '<code style="white-space:nowrap;">{{#switch:{{{2|pair}}}  |c|close  = <!--nothing-->  |s|single  |o|open  |p|pair   = <{{{1|tag}}}{{#if:{{{params|}}}|&...'
      4855
      wikitext
      text/x-wiki
      <code style="white-space:nowrap;">{{#switch:{{{2|pair}}}
 |c|close  = <!--nothing-->
 |s|single
 |o|open
 |p|pair   = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}}
}}{{#switch:{{{2|pair}}}
 |c|close  = {{{content|}}}
 |s|single =  />
 |o|open   = >{{{content|}}}
 |p|pair   = >{{{content|...}}}
}}{{#switch:{{{2|pair}}}
 |s|single
 |o|open   = <!--nothing-->
 |c|close
 |p|pair   = </{{{1|tag}}}>
}}</code><noinclude>{{documentation}}</noinclude>
      2hdf4lypio7mgn9jbqn65ndtu35wbqn
    
  
  
    Lua/Cyflwyniad
    0
    2731
    
      5127
      4866
      2024-10-31T19:46:09Z
      
        Таёжный лес
        2197
      
      5127
      wikitext
      text/x-wiki
      {{:Lua/Lead}}
{{delete|not in Welsh}}
Lua was designed and is being maintained at the Pontifical Catholic University of Rio de Janeiro, which is located in Brazil. Its creators are Roberto Ierusalimschy, Waldemar Celes and Luiz Henrique de Figueiredo.
{{quote|"Lua" (pronounced LOO-ah) means "Moon" in Portuguese. As such, it is neither an acronym nor an abbreviation, but a noun. More specifically, "Lua" is a name, the name of the Earth's moon and the name of the language. Like most names, it should be written in lower case with an initial capital, that is, "Lua". Please do not write it as "LUA", which is both ugly and confusing, because then it becomes an acronym with different meanings for different people. So, please, write "Lua" right!|Lua authors|[http://www.lua.org/about.html About Lua]}}
Lua comes from two languages that were designed by TeCGraf (a laboratory at the Pontifical Catholic University of Rio de Janeiro): DEL and Sol. DEL means "data entry language", while Sol means "simple object language" and also means sun in Portuguese, which is why the name Lua was chosen, since it means "moon" in Portuguese. It was created for Petrobras, a Brazilian oil company, but was also used in many other projects in TeCGraf, and is now used in a multitude of projects world-wide. Lua is one of the leading languages in the field of embedded game development.
One of the main advantages of Lua is its simplicity. Some companies use it exclusively because of that advantage: they think their employees would be able to work better if they could use a programming language to perform certain tasks, but they cannot afford to give to their employees a full course on a complicated programming language. Some very simple languages like Bash or Batch here would not be powerful enough to perform these tasks, but Lua is both powerful and simple. Another of the important advantages of Lua is its capability to be embedded, which was one of the most important characteristics of it throughout all of its development. Games like or World of Warcraft or ROBLOX need to be able to embed Lua in their application so users of the application can use it.
Programming, which is also sometimes called scripting in the case of programs that run inside embedded applications, is the process of writing computer programs. A programming language is a language used to give instructions to a computer through computer code that is contained in a computer program. A programming language consists of two things: a syntax, which is like grammar in English, and libraries, basic functions provided with the language. These libraries could be compared with vocabulary in English.
== Hello, world! ==
Lua can either be used embedded in an application or by itself. This book will not describe the process to install Lua on your computer, but you can execute code using [http://codepad.org codepad] or [http://www.lua.org/demo.html the Lua demo]. The first example of Lua code in this book will be the basic and traditional hello world program.
{{quote|A '''"Hello world" program''' is a computer program that outputs "Hello, world" on a display device. Because it is typically one of the simplest programs possible in most programming languages, it is by tradition often used to illustrate to beginners the most basic syntax of a programming language, or to verify that a language or system is operating correctly.|Wikipedia|[[Wikipedia:Hello world program|Hello world program]]}}
<source lang="lua">
print("Hello, world!")
</source>
The code above prints the text <samp>Hello, world!</samp> to the output, printing referring to displaying text in the output, not to printing something on paper. It does so by calling the <code>print</code> function with the string "Hello, world!" as an argument. This will be explained in the chapter about functions.
Note that Lua is most of the time [[embedded]] in a lower level application, which means that the <code>print</code> function will not always display text in an area that is visible to the user. The documentation of the programming interface of these applications will generally explain how text may be displayed to users.
== Comments ==
A comment is a code annotation that is ignored by the programming language. Comments can be used to describe one or many lines of code, to document a program, to temporarily disable code, or for any other reason. They need to be prefixed by two hyphens to be recognized by Lua and they can be put either on their own line or at the end of another line:
<source lang=lua>
print("This is normal code.")
-- This is a comment
print("This is still normal code.") -- This is a comment at the end of a line of code.
</source>
These comments are called short comments. It is also possible to create long comments, which start with a long bracket and can continue on many lines:
<source lang=lua>
print("This is normal code")
--[[Line 1
Line 2
]]
</source>
Long brackets consist of two brackets in the middle of which any number of equality signs may be put. That number is called the level of the long bracket. Long brackets will continue until the next bracket of the same level, if there is one. A long bracket with no equal sign is called a long bracket of level 0. This approach makes it possible to use closing double brackets inside of long comments by adding equal signs in the middle of the two brackets. It is often useful to do this when using comments to disable blocks of code.
<pre style="color:rgb(128,128,128);font-style:italic">
--[==[
This is a comment that contains a closing long bracket of level 0 which is here: ]]
However, the closing double bracket doesn't make the comment end, because the comment was opened with an opening long bracket of level 2, and only a closing long bracket of level 2 can close it.
]==]
</pre>
In the example above, the closing long bracket of level 0 (<code>]]</code>) does not close the comment, but the closing long bracket of level 2 (<code>]==]</code>) does.
== Syntax ==
The syntax of a programming language defines how statements and expressions must be written in that programming language, just like grammar defines how sentences and words must be written. Statements and expressions can be respectively compared to sentences and words. Expressions are pieces of code that have a value and that can be evaluated, while statements are pieces of code that can be executed and that contain an instruction and one or many expressions to use that instruction with. For example, <code>3 + 5</code> is an expression and <code>variable = 3 + 5</code> is a statement that sets the value of <var>variable</var> to that expression.
The entire syntax of Lua can be found in extended Backus–Naur form [http://www.lua.org/manual/5.1/manual.html#8 on the Lua website], but you wouldn't understand anything if you read it. [[Wikipedia:Extended Backus–Naur Form|Extended Backus–Naur Form]] is a metalanguage, a language used to describe another language, just like a metawebsite is a website about a website, and just like metatables, in Lua, are tables that define the behavior of other tables (you'll learn about metatables and tables later in this book). But you're not going to have to learn extended Backus–Naur form in this book, because, while a language like Lua can be described using a metalanguage, it can also be described using words and sentences, in English, and this is exactly what this book is going to do.
Since English can be used to describe another language, then it must itself be a metalanguage (because it corresponds to the definition of a metalanguage). This is indeed the case. And since the purpose of a programming language is to describe instructions, and you can do that with English, English must also be a programming language. This, <strong>in a way</strong>, is also the case. In fact, English is a language that can be used for many things. But extended Backus–Naur form is a specialized language, and programming languages are also specialized languages. Specialization is the characteristic of being very good at doing something in particular, but not being capable of doing other things. Extended Backus–Naur form is very good at describing other languages, but it cannot be used to write instructions or to communicate a message. Programming languages are very good at giving instructions, but they cannot be used to describe languages or to communicate messages.
English is capable of doing everything: describing languages, giving instructions and communicating messages. But it is not very good at doing some of these. In fact, it is so bad at giving instructions that, if it is used to give instructions to a computer, the computer won't understand anything. That's because computers need the instructions to be very precise and unambiguous.
== Obtaining Lua ==
Lua can be obtained on the official Lua website, [http://www.lua.org/download.html on the download page]. Instructions are also available there: the download button is for the source code, which is probably not what you want. You are probably looking for binaries, so you should look around the page to find information about those (what exactly you are looking for depends on the platform you are using). The purpose of this book is only to teach the Lua language, not to teach usage of the Lua tools. It is generally assumed that the reader will be using Lua in an embedded environment, but this does not need to be the case for the book to be useful, only does it mean that the book will not describe the usage of Lua as a standalone language.
<div class="noprint">
== Quiz ==
{{:Lua/Quiz}}
</div>
{{simple chapter navigation|next=Expressions}}
      rth70y6qbmzxp93uxshz32d6woj34le
    
  
  
    Lua/Lead
    0
    2732
    
      5133
      4860
      2024-10-31T20:00:27Z
      
        Таёжный лес
        2197
      
      5133
      wikitext
      text/x-wiki
      Lua is a powerful, fast, lightweight and embeddable programming language. It is used by many frameworks, games and other applications. While it can be used by itself, it has been designed to be easy to embed in another application. It is implemented in ANSI C, a subset of the C programming language that is very portable, which means it can run on many systems and many devices where most other scripting languages wouldn't be able to run. The purpose of this book is to teach Lua programming to anyone regardless of previous programming experience. The book can be used as an introduction to programming, for someone who has never programmed before, or as an introduction to Lua, for people who have programmed before but not in Lua. Since there are many development platforms and games that use Lua, this book can also be used to learn to use Lua and then to use it in that development platform.
{{delete|not in Welsh}}
      rfc7g80gfpeii4phuaycfe0kjsk0g91
    
  
  
    Lua/Quiz
    0
    2734
    
      4865
      2018-04-01T01:29:56Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda 'There are some questions you can answer to verify that you have understood the material in this chapter. Note that finding the answer to some of those que...'
      4865
      wikitext
      text/x-wiki
      There are some questions you can answer to verify that you have understood the material in this chapter. Note that finding the answer to some of those questions could require having knowledge that is not presented in this chapter. This is normal: the quizzes are part of the learning experience, and they can introduce information that is not available elsewhere in the book.
{{BookCat}}
      hzp7c5toeutnbpn9ty2o4mydhg53vlc
    
  
  
    Nodyn:Simple chapter navigation
    10
    2735
    
      4867
      2018-04-01T01:32:18Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '{{#if:{{{nocat<includeonly>|</includeonly>}}}||{{#invoke:chapter navigation|categorize}}}}{{#invoke:chapter navigation|navigation_bar |previous={{{previou...'
      4867
      wikitext
      text/x-wiki
      {{#if:{{{nocat<includeonly>|</includeonly>}}}||{{#invoke:chapter navigation|categorize}}}}{{#invoke:chapter navigation|navigation_bar
|previous={{{previous|}}}
|next={{{next|}}}
|bordertopstyle={{{border-top-style|solid}}}
|bordertopwidth={{{border-top-width|thin}}}
|borderbottomstyle={{{border-bottom-style|}}}
|borderbottomwidth={{{border-bottom-width|}}}
}}<noinclude>{{documentation}}</noinclude>
      m4anqwob78qo6i9jn3zp6i3zgudzeif
    
  
  
    Modiwl:Chapter navigation
    828
    2736
    
      4868
      2018-04-01T01:33:25Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda 'return { 	navigation_bar = function(frame) 		local current_title = mw.title.getCurrentTitle() 		local base_page_name = current_title.baseText 		if frame.a...'
      4868
      Scribunto
      text/plain
      return {
	navigation_bar = function(frame)
		local current_title = mw.title.getCurrentTitle()
		local base_page_name = current_title.baseText
		if frame.args.bordertopstyle == null then frame.args.bordertopstyle = '' end
		if frame.args.bordertopwidth == null then frame.args.bordertopwidth = '' end
		if frame.args.borderbottomstyle == null then frame.args.borderbottomstyle = '' end
		if frame.args.borderbottomwidth == null then frame.args.borderbottomwidth = '' end
		local bar = mw.html.create('div')
			:addClass('noprint')
			:css {
				['border-top-style'] = frame.args.bordertopstyle;
				['border-top-width'] = frame.args.bordertopwidth;
				['border-bottom-style'] = frame.args.borderbottomstyle;
				['border-bottom-width'] = frame.args.borderbottomwidth;
				clear = 'both';
				['margin-top'] = "1em";
				['margin-bottom'] = "1em";
				width = "100%";
				height = "20px";
			}
		if frame.args.previous and frame.args.previous ~= '' then
			bar:tag('span'):css('float', 'left'):wikitext('[[' .. base_page_name .. '/' .. frame.args.previous .. '|' .. frame.args.previous .. ']]')
		end
		if frame.args.next and frame.args.next ~= '' then
			bar:tag('span'):css('float', 'right'):wikitext('[[' .. base_page_name .. '/' .. frame.args.next .. '|' .. frame.args.next .. ']]')
		end
		return tostring(bar)
	end;
	categorize = function(frame)
		--local current_title = mw.title.getCurrentTitle()
		--return "[[Category:" .. current_title.baseText .. '|' .. current_title.subpageText .. ']]'
                return frame:expandTemplate{title = "BookCat"}
	end
}
      59a3wwdgzj63jjm832ezg3pb42f5fe0
    
  
  
    Nodyn:Quote
    10
    2737
    
      4869
      2018-04-01T01:34:30Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '<blockquote class="templatequote"><div>{{{text|{{{1|<noinclude>{{lorem ipsum}}</noinclude>}}}}}} </div>{{#if:{{{sign|{{{2|<noinclude>TRUE</noinclude>}}}}}...'
      4869
      wikitext
      text/x-wiki
      <blockquote class="templatequote"><div>{{{text|{{{1|<noinclude>{{lorem ipsum}}</noinclude>}}}}}}
</div>{{#if:{{{sign|{{{2|<noinclude>TRUE</noinclude>}}}}}}|<div class="templatequotecite">—{{{sign|{{{2|<noinclude>Someone</noinclude>}}}}}}{{#if:{{{source|{{{3|<noinclude>TRUE</noinclude>}}}}}}|, <cite>{{{source|{{{3|<noinclude>''Source''</noinclude>}}}}}}</cite>}}</div >}}</blockquote><noinclude>{{documentation}}</noinclude>
      jlo7xbwqvtk3gqqxnbcta7473hb6vmn
    
  
  
    Nodyn:Lorem ipsum
    10
    2738
    
      4870
      2018-04-01T01:35:09Z
      
        116.237.18.33
      
      Crëwyd tudalen newydd yn dechrau gyda '{{#ifexpr: {{{1|1}}} > 0 |{{{2|}}}Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ali...'
      4870
      wikitext
      text/x-wiki
      {{#ifexpr: {{{1|1}}} > 0 |{{{2|}}}Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.{{{3|}}}}}{{#ifexpr: {{{1|1}}} > 1 |<nowiki></nowiki>
{{{2|}}}Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus magna felis sollicitudin mauris. Integer in mauris eu nibh euismod gravida. Duis ac tellus et risus vulputate vehicula. Donec lobortis risus a elit. Etiam tempor. Ut ullamcorper, ligula eu tempor congue, eros est euismod turpis, id tincidunt sapien risus a quam. Maecenas fermentum consequat mi. Donec fermentum. Pellentesque malesuada nulla a mi. Duis sapien sem, aliquet nec, commodo eget, consequat quis, neque. Aliquam faucibus, elit ut dictum aliquet, felis nisl adipiscing sapien, sed malesuada diam lacus eget erat. Cras mollis scelerisque nunc. Nullam arcu. Aliquam consequat. Curabitur augue lorem, dapibus quis, laoreet et, pretium ac, nisi. Aenean magna nisl, mollis quis, molestie eu, feugiat in, orci. In hac habitasse platea dictumst.{{{3|}}}}}{{#ifexpr: {{{1|1}}} > 2 |<nowiki></nowiki>
{{{2|}}}Fusce convallis, mauris imperdiet gravida bibendum, nisl turpis suscipit mauris, sed placerat ipsum urna sed risus. In convallis tellus a mauris. Curabitur non elit ut libero tristique sodales. Mauris a lacus. Donec mattis semper leo. In hac habitasse platea dictumst. Vivamus facilisis diam at odio. Mauris dictum, nisi eget consequat elementum, lacus ligula molestie metus, non feugiat orci magna ac sem. Donec turpis. Donec vitae metus. Morbi tristique neque eu mauris. Quisque gravida ipsum non sapien. Proin turpis lacus, scelerisque vitae, elementum at, lobortis ac, quam. Aliquam dictum eleifend risus. In hac habitasse platea dictumst. Etiam sit amet diam. Suspendisse odio. Suspendisse nunc. In semper bibendum libero.{{{3|}}}}}{{#ifexpr: {{{1|1}}} > 3 |<nowiki></nowiki>
{{{2|}}}Proin nonummy, lacus eget pulvinar lacinia, pede felis dignissim leo, vitae tristique magna lacus sit amet eros. Nullam ornare. Praesent odio ligula, dapibus sed, tincidunt eget, dictum ac, nibh. Nam quis lacus. Nunc eleifend molestie velit. Morbi lobortis quam eu velit. Donec euismod vestibulum massa. Donec non lectus. Aliquam commodo lacus sit amet nulla. Cras dignissim elit et augue. Nullam non diam. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In hac habitasse platea dictumst. Aenean vestibulum. Sed lobortis elit quis lectus. Nunc sed lacus at augue bibendum dapibus.{{{3|}}}}}{{#ifexpr: {{{1|1}}} > 4 |<nowiki></nowiki>
{{{2|}}}Aliquam vehicula sem ut pede. Cras purus lectus, egestas eu, vehicula at, imperdiet sed, nibh. Morbi consectetuer luctus felis. Donec vitae nisi. Aliquam tincidunt feugiat elit. Duis sed elit ut turpis ullamcorper feugiat. Praesent pretium, mauris sed fermentum hendrerit, nulla lorem iaculis magna, pulvinar scelerisque urna tellus a justo. Suspendisse pulvinar massa in metus. Duis quis quam. Proin justo. Curabitur ac sapien. Nam erat. Praesent ut quam.{{{3|}}}}}{{#ifexpr: {{{1|1}}} > 5 |<nowiki></nowiki>
{{{2|}}}Vivamus commodo, augue et laoreet euismod, sem sapien tempor dolor, ac egestas sem ligula quis lacus. Donec vestibulum tortor ac lacus. Sed posuere vestibulum nisl. Curabitur eleifend fermentum justo. Nullam imperdiet. Integer sit amet mauris imperdiet risus sollicitudin rutrum. Ut vitae turpis. Nulla facilisi. Quisque tortor velit, scelerisque et, facilisis vel, tempor sed, urna. Vivamus nulla elit, vestibulum eget, semper et, scelerisque eget, lacus. Pellentesque viverra purus. Quisque elit. Donec ut dolor.{{{3|}}}}}{{#ifexpr: {{{1|1}}} > 6 |<nowiki></nowiki>
{{{2|}}}Duis volutpat elit et erat. In at nulla at nisl condimentum aliquet. Quisque elementum pharetra lacus. Nunc gravida arcu eget nunc. Nulla iaculis egestas magna. Aliquam erat volutpat. Sed pellentesque orci. Etiam lacus lorem, iaculis sit amet, pharetra quis, imperdiet sit amet, lectus. Integer quis elit ac mi aliquam pretium. Nullam mauris orci, porttitor eget, sollicitudin non, vulputate id, risus. Donec varius enim nec sem. Nam aliquam lacinia enim. Quisque eget lorem eu purus dignissim ultricies. Fusce porttitor hendrerit ante. Mauris urna diam, cursus id, mattis eget, tempus sit amet, risus. Curabitur eu felis. Sed eu mi. Nullam lectus mauris, luctus a, mattis ac, tempus non, leo. Cras mi nulla, rhoncus id, laoreet ut, ultricies id, odio.{{{3|}}}}}{{#ifexpr: {{{1|1}}} > 7 |<nowiki></nowiki>
{{{2|}}}Donec imperdiet. Vestibulum auctor tortor at orci. Integer semper, nisi eget suscipit eleifend, erat nisl hendrerit justo, eget vestibulum lorem justo ac leo. Integer sem velit, pharetra in, fringilla eu, fermentum id, felis. Vestibulum sed felis. In elit. Praesent et pede vel ante dapibus condimentum. Donec magna. Quisque id risus. Mauris vulputate pellentesque leo. Duis vulputate, ligula at venenatis tincidunt, orci nunc interdum leo, ac egestas elit sem ut lacus. Etiam non diam quis arcu egestas commodo. Curabitur nec massa ac massa gravida condimentum. Aenean id libero. Pellentesque vitae tellus. Fusce lectus est, accumsan ac, bibendum sed, porta eget, augue. Etiam faucibus. Quisque tempus purus eu ante.{{{3|}}}}}{{#ifexpr: {{{1|1}}} > 8 |<nowiki></nowiki>
{{{2|}}}Vestibulum sapien nisl, ornare auctor, consectetuer quis, posuere tristique, odio. Fusce ultrices ullamcorper odio. Ut augue nulla, interdum at, adipiscing non, tristique eget, neque. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Ut pede est, condimentum id, scelerisque ac, malesuada non, quam. Proin eu ligula ac sapien suscipit blandit. Suspendisse euismod. Ut accumsan, neque id gravida luctus, arcu pede sodales felis, vel blandit massa arcu eget ligula. Aenean sed turpis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec sem eros, ornare ut, commodo eu, tempor nec, risus. Donec laoreet dapibus ligula. Praesent orci leo, bibendum nec, ornare et, nonummy in, elit. Donec interdum feugiat leo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque feugiat ullamcorper ipsum. Donec convallis tincidunt urna.{{{3|}}}}}{{#ifexpr: {{{1|1}}} > 9 |<nowiki></nowiki>
{{{2|}}}Suspendisse et orci et arcu porttitor pellentesque. Sed lacus nunc, fermentum vel, vehicula in, imperdiet eget, urna. Nam consectetuer euismod nunc. Nulla dignissim posuere nulla. Integer iaculis lacinia massa. Nullam sapien augue, condimentum vel, venenatis id, rhoncus pellentesque, sapien. Donec sed ipsum ultrices turpis consectetuer imperdiet. Duis et ipsum ac nisl laoreet commodo. Mauris eu est. Suspendisse id turpis quis orci euismod consequat. Donec tellus mi, luctus sit amet, ultrices a, convallis eu, lorem. Proin faucibus convallis elit. Maecenas rhoncus arcu at arcu. Proin libero. Proin adipiscing. In quis lorem vitae elit consectetuer pretium. Nullam ligula urna, adipiscing nec, iaculis ut, elementum non, turpis. Fusce pulvinar.{{{3|}}}}}{{#ifexpr: {{{1|1}}} > 10 |<nowiki></nowiki>
{{Lorem ipsum|{{#expr:{{{1}}}-10}}|2={{{2|}}}|3={{{3|}}}}}}}<noinclude>{{documentation}}</noinclude>
      3pmdmgu9akx91d9dh5jvs26voxk3eiv
    
  
  
    Lua/Mynegai
    0
    2739
    
      5126
      5125
      2024-10-31T19:45:54Z
      
        Таёжный лес
        2197
      
      5126
      wikitext
      text/x-wiki
      {{delete|not in Welsh}}
This is an alphabetical index of the book.
{{CompactTOC}}
== A ==
* [[Lua Programming/Standard libraries#Garbage collection|Allocation]]
* [[Lua Programming/Expressions#Arithmetic operations|Arithmetic operations]]
* [[Lua Programming/Functions|Arguments]]
* [[Lua Programming/Tables|Arrays]]
* [[Lua Programming/Standard libraries#Assertion|Assertion]]
* [[Lua Programming/Statements#Assignment|Assignment]]
* [[Lua Programming/Tables|Associative arrays]]
* [[Lua Programming/Statements#Augmented assignment|Augmented assignment]]
* [[Lua Programming/Standard libraries#Garbage collection|Automatic memory management]]
== B ==
* [[Lua Programming/Expressions#Types|Binary operators]]
* [[Lua Programming/Expressions#Bitwise operations|Bit shifts]]
* [[Lua Programming/Expressions#Bitwise operations|Bitwise AND]]
* [[Lua Programming/Expressions#Bitwise operations|Bitwise NOT]]
* [[Lua Programming/Expressions#Bitwise operations|Bitwise operations]]
* [[Lua Programming/Expressions#Bitwise operations|Bitwise OR]]
* [[Lua Programming/Expressions#Bitwise operations|Bitwise XOR]]
* [[Lua Programming/Statements#Blocks|Blocks]]
* [[Lua Programming/Expressions#Booleans|Booleans]]
* [[Lua Programming/Statements#Count-controlled loops|<code>break</code> statement]]
* [[Lua Programming/Appendix:Software testing#White-box testing|busted]]
* [[Lua Programming/Statements#Chunks|Bytecode]]
== C ==
* [[Lua Programming/Standard libraries#String matching|Captures]]
* [[Lua Programming/Statements#Chained assignment|Chained assignment]]
* [[Lua Programming/Standard libraries#String matching|Character classes]]
* [[Lua Programming/Standard libraries#String matching|Character ranges]]
* [[Lua Programming/Standard libraries#String matching|Character sets]]
* [[Lua Programming/Statements#Chunks|Chunks]]
* [[Lua Programming/Introduction#Comments|Code annotations]]
* [[Lua Programming/Expressions#Coercion|Coercion]]
* [[Lua Programming/Standard libraries#Coroutines|Collaborative multithreading]]
* [[Lua Programming/Introduction#Comments|Comments]]
* [[Lua Programming/Statements#Augmented assignment|Compound assignment]]
* [[Lua Programming/Expressions#Concatenation|Concatenation]]
* [[Lua Programming/Statements#Conditional statement|Conditional statement]]
* [[Lua Programming/Statements#Condition-controlled loops|Condition-controlled loops]]
* [[Lua Programming/Standard libraries#Coroutines|Coroutines]]
* [[Lua Programming/Statements#Count-controlled loops|Count-controlled loops]]
== D ==
* [[Lua Programming/Functions#Errors|Debugging]]
* [[Lua Programming/Statements#Count-controlled loops|Decimal precision errors]]
* [[Lua Programming/Tables#Foreach loop|Deprecation]]
* [[Lua Programming/Tables|Dictionaries]]
* [[Lua Programming/Statements#Scope|<code>do</code> statement]]
* [[Lua Programming/Appendix:Software testing|Dynamic testing]]
== E ==
* [[Lua Programming/Statements#Conditional statement|<code>else</code> block]]
* [[Lua Programming/Statements#Conditional statement|<code>elseif</code> block]]
* [[Lua Programming/Standard libraries#String matching|Empty captures]]
* [[Lua Programming/Statements#Blocks|Empty statements]]
* [[Lua Programming/Functions#Errors|Errors]]
* [[Lua Programming/Expressions|Expressions]]
* [[Lua Programming/Introduction#Syntax|Extended Backus–Naur form]]
== F ==
* [[Lua Programming/Tables|Fields]]
* [[Lua Programming/Expressions#Integers|Float division]]
* [[Lua Programming/Expressions#Integers|Floats]]
* [[Lua Programming/Expressions#Integers|Floor division]]
* [[Lua Programming/Tables#Foreach loop|Foreach loop]]
* [[Lua Programming/Standard libraries#String matching|Frontier patterns]]
* [[Lua Programming/Functions|Functions]]
== G ==
* [[Lua Programming/Standard libraries#Garbage collection|Garbage collection]]
* [[Lua Programming/Tables#Foreach loop|Generic <code>for</code> loop]]
== H ==
* [[Lua Programming/Tables|Hash maps]]
* [[Lua Programming/Tables|Hash tables]]
* [[Lua Programming/Introduction#Hello, world!|Hello, world!]]
== I ==
* [[Lua Programming/Statements#Count-controlled loops|Incrementation]]
* [[Lua Programming/Statements#Identifiers|Identifiers]]
* [[Lua Programming/Statements#Conditional statement|<code>if</code> statement]]
* [[Lua Programming/Tables|Index]]
* [[Lua Programming/Statements#Loops|Infinite loops]]
* [[Lua Programming/Expressions#Integers|Integers]]
* [[Lua Programming/Appendix:Software testing#White-box testing|Integration testing]]
* [[Lua Programming/Tables#Iterators|Iterators]]
== J ==
== K ==
* [[Lua Programming/Appendix:Software testing#White-box testing|Kepler Project]]
* [[Lua Programming/Tables|Key]]
== L ==
* [[Lua Programming/Expressions#Bitwise operations|Left shift]]
* [[Lua Programming/Expressions#Literals|Literals]]
* [[Lua Programming/Statements#Scope|Local variables]]
* [[Lua Programming/Functions#Errors|Logical errors]]
* [[Lua Programming/Introduction#Comments|Long brackets]]
* [[Lua Programming/Introduction#Comments|Long comments]]
* [[Lua Programming/Statements#Loops|Loops]]
* [[Lua Programming/Tables#Creating iterators|Loop variables]]
* [[Lua Programming/Statements#Chunks|<code>luac</code>]]
* [[Lua Programming/Appendix:Software testing#White-box testing|LuaJIT]]
* [[Lua Programming/Appendix:Software testing#White-box testing|Luaunit]]
== M ==
* [[Lua Programming/Statements#Scope|Main thread]]
* [[Lua Programming/Tables|Maps]]
* [[Lua Programming/Introduction#Syntax|Metalanguage]]
* [[Lua Programming/Tables#Metatables|Metamethods]]
* [[Lua Programming/Tables#Metatables|Metatables]]
* [[Lua Programming/Tables#Methods|Methods]]
* [[Lua Programming/Expressions#Arithmetic operations|Modulo operation]]
* [[Lua Programming/Appendix:Software testing#White-box testing|MoonScript]]
* [[Lua Programming/Statements#Parallel assignment|Multiple assignment]]
== N ==
* [[Lua Programming/Statements#Identifiers|Names]]
* [[Lua Programming/Expressions#Nil|Nil]]
* [[Lua Programming/Expressions#Numbers|Numbers]]
* [[Lua Programming/Statements#Count-controlled loops|Numeric <code>for</code> loops]]
== O ==
* [[Lua Programming/Expressions#Operator precedence|Operator precedence]]
* [[Lua Programming/Expressions#Types|Operators]]
== P ==
* [[Lua Programming/Statements#Parallel assignment|Parallel assignment]]
* [[Lua Programming/Standard libraries#String matching|Patterns]]
* [[Lua Programming/Standard libraries#String matching|Pattern items]]
* [[Lua Programming/Functions|Parameters]]
* [[Lua Programming/Expressions#Operator precedence|Precedence]]
* [[Lua Programming/Functions#Protected calls|Protected calls]]
== Q ==
== R ==
* [[Lua Programming/Statements#Scope|Registers]]
* [[Lua Programming/Standard libraries#String matching|Regular expressions]]
* [[Lua Programming/Statements#Conditional statement|Relational operators]]
* [[Lua Programming/Standard libraries#String matching|Replacement strings]]
* [[Lua Programming/Functions#Returning values|Return statement]]
* [[Lua Programming/Expressions#Bitwise operations|Right shift]]
== S ==
* [[Lua Programming/Statements#Scope|Scope]]
* [[Lua Programming/Tables#Methods|<var>self</var> parameter]]
* [[Lua Programming/Functions#Errors|Semantic errors]]
* [[Lua Programming/Appendix:Software testing#White-box testing|Shake]]
* [[Lua Programming/Introduction#Comments|Short comments]]
* [[Lua Programming/Statements#Parallel assignment|Simultaneous assignment]]
* [[Lua Programming/Appendix:Software testing|Software testing]]
* [[Lua Programming/Tables#Sorting|Sorting tables]]
* [[Lua Programming/Functions|Stack]]
* [[Lua Programming/Functions#Stack overflow|Stack overflow]]
* [[Lua Programming/Statements|Statements]]
* [[Lua Programming/Tables#Creating iterators|State values]]
* [[Lua Programming/Appendix:Software testing|Static testing]]
* [[Lua Programming/Expressions#Strings|Strings]]
* [[Lua Programming/Expressions#Concatenation|String concatenation]]
* [[Lua Programming/Standard libraries#String matching|String manipulation]]
* [[Lua Programming/Standard libraries#String matching|String matching]]
* [[Lua Programming/Standard libraries#String matching|String patterns]]
* [[Lua Programming/Tables|Symbol tables]]
* [[Lua Programming/Functions#Errors|Syntactic errors]]
* [[Lua Programming/Introduction#Syntax|Syntax]]
* [[Lua Programming/Appendix:Software testing#White-box testing|System testing]]
== T ==
* [[Lua Programming/Appendix:Software testing#Type checking|Type constraints]]
* [[Lua Programming/Tables|Table constructors]]
* [[Lua Programming/Tables|Tables]]
* [[Lua Programming/Appendix:Software testing#White-box testing|Terra]]
* [[Lua Programming/Appendix:Software testing#White-box testing|Test cases]]
* [[Lua Programming/Tables#Creating iterators|Transformation function]]
* [[Lua Programming/Tables#Unpacking tables|Tuples]]
* [[Lua Programming/Appendix:Software testing#Type checking|Type checking]]
* [[Lua Programming/Expressions#Types|Types]]
* [[Lua Programming/Appendix:Software testing#Type checking|Type safety]]
* [[Lua Programming/Appendix:Software testing#Type checking|Type system]]
== U ==
* [[Lua Programming/Expressions#Types|Unary operators]]
* [[Lua Programming/Appendix:Software testing#White-box testing|Unit testing]]
* [[Lua Programming/Tables#Unpacking tables|Unpacking tables]]
== V ==
* [[Lua Programming/Functions#Variadic functions|Vararg functions]]
* [[Lua Programming/Functions#Variadic functions|Variadic functions]]
== W ==
* [[Lua Programming/Standard libraries#Weak references|Weak references]]
* [[Lua Programming/Standard libraries#Weak references|Weak tables]]
* [[Lua Programming/Appendix:Software testing#White-box testing|White-box testing]]
== X ==
== Y ==
== Z ==
== Lua API ==
There is a separate index for the functions and variables that are part of the Lua API. This index points to parts of the book where functions or variables in the API are mentioned.
=== Basic functions ===
* [[Lua Programming/Standard libraries#Assertion|assert]]
* [[Lua Programming/Standard libraries#Manipulating the garbage collector|collectgarbage]]
* [[Lua Programming/Statements#Chunks|dofile]]
* [[Lua Programming/Functions#Protected calls|error]]
* [[Lua Programming/Tables#Metatables|getmetatable]]
* [[Lua Programming/Tables#Foreach loop|ipairs]]
* [[Lua Programming/Statements#Chunks|load]]
* [[Lua Programming/Statements#Chunks|loadfile]]
* [[Lua Programming/Tables#Foreach loop|next]]
* [[Lua Programming/Tables#Foreach loop|pairs]]
* [[Lua Programming/Functions#Protected calls|pcall]]
* [[Lua Programming/Introduction#Hello, world!|print]]
* [[Lua Programming/Tables#Metatables|rawequal]]
* [[Lua Programming/Tables#Metatables|rawget]]
* [[Lua Programming/Tables#Metatables|rawlen]]
* [[Lua Programming/Tables#Metatables|rawset]]
* [[Lua Programming/Functions#Variadic functions|select]]
* [[Lua Programming/Tables#Metatables|setmetatable]]
* [[Lua Programming/Expressions#Coercion|tonumber]]
* [[Lua Programming/Expressions#Coercion|tostring]]
* [[Lua Programming/Expressions#Types|type]]
* [[Lua Programming/Functions#Protected calls|xpcall]]
=== Coroutine manipulation ===
* [[Lua Programming/Standard libraries#Coroutines|coroutine.create]]
* [[Lua Programming/Standard libraries#Coroutines|coroutine.resume]]
* [[Lua Programming/Standard libraries#Coroutines|coroutine.running]]
* [[Lua Programming/Standard libraries#Coroutines|coroutine.status]]
* [[Lua Programming/Standard libraries#Coroutines|coroutine.wrap]]
* [[Lua Programming/Standard libraries#Coroutines|coroutine.yield]]
=== String manipulation ===
* [[Lua Programming/Statements#Chunks|string.dump]]
* [[Lua Programming/Standard libraries#String matching|string.find]]
* [[Lua Programming/Standard libraries#String matching|string.gmatch]]
* [[Lua Programming/Standard libraries#String matching|string.gsub]]
* [[Lua Programming/Standard libraries#String matching|string.len]]
* [[Lua Programming/Standard libraries#String matching|string.lower]]
* [[Lua Programming/Standard libraries#String matching|string.reverse]]
* [[Lua Programming/Standard libraries#String matching|string.sub]]
* [[Lua Programming/Standard libraries#String matching|string.upper]]
=== Table manipulation ===
* [[Lua Programming/Tables#Foreach loop|table.foreach]]
* [[Lua Programming/Tables#Foreach loop|table.foreachi]]
* [[Lua Programming/Tables#Sorting|table.sort]]
* [[Lua Programming/Tables#Unpacking tables|table.unpack]]
<noinclude>{{simple chapter navigation|previous=Glossary}}</noinclude>
      6xz184z2znaj5bgy3yuhdmt92faaprt
    
  
  
    Nodyn:CompactTOC
    10
    2740
    
      4875
      4874
      2018-04-01T01:43:29Z
      
        116.237.18.33
      
      Dadwneud y golygiad 4874 gan [[Special:Contributions/116.237.18.33|116.237.18.33]] ([[User talk:116.237.18.33|Sgwrs]] | [[Special:Contributions/116.237.18.33|cyfraniadau]])
      4875
      wikitext
      text/x-wiki
      {| id="toc" class="toc noprint" summary="Contents"
! '''Cynnwys''':
| [[#top|Top]] - [[#footer|Footer]] - [[#0–9|0–9]]  [[#A|A]] [[#B|B]] [[#C|C]] [[#D|D]] [[#E|E]] [[#F|F]] [[#G|G]] [[#H|H]] [[#I|I]] [[#J|J]] [[#K|K]] [[#L|L]] [[#M|M]] [[#N|N]] [[#O|O]] [[#P|P]] [[#Q|Q]] [[#R|R]] [[#S|S]] [[#T|T]] [[#U|U]] [[#V|V]] [[#W|W]] [[#X|X]] [[#Y|Y]] [[#Z|Z]] __NOTOC__
|}<noinclude>{{documentation}}</noinclude>
      l4cxfrzm88qsrx0ww2yx8v5mq45qhli
    
  
  
    Defnyddiwr:Adam
    2
    2745
    
    
      4887
      2018-09-25T15:55:46Z
      
        Céréales Killer
        1293
      
      Symudodd Céréales Killer y dudalen [[Defnyddiwr:Adam]] i [[Defnyddiwr:Adda'r Yw]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Adam|Adam]]" to "[[Special:CentralAuth/Adda'r Yw|Adda'r Yw]]"
      4887
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Adda'r Yw]]
      h6sfyke9oht542viov7nksgzug9n75i
    
  
  
    Sgwrs Defnyddiwr:Adam
    3
    2746
    
    
      4888
      2018-09-25T15:55:46Z
      
        Céréales Killer
        1293
      
      Symudodd Céréales Killer y dudalen [[Sgwrs Defnyddiwr:Adam]] i [[Sgwrs Defnyddiwr:Adda'r Yw]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Adam|Adam]]" to "[[Special:CentralAuth/Adda'r Yw|Adda'r Yw]]"
      4888
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Sgwrs Defnyddiwr:Adda'r Yw]]
      phfz6d22fxxfzl7u9mky106wzqn66wr
    
  
  
    Defnyddiwr:Vogone/minerva.js
    2
    2747
    
      4889
      2018-10-08T17:04:07Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Vogone]])
      4889
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Vogone/minerva.js&action=raw&ctype=text/javascript');
      e7qk639lldxvphqcoowl3nfc7i3anx7
    
  
  
    Defnyddiwr:Mentifisto
    2
    2748
    
    
      4902
      2019-03-02T22:00:14Z
      
        Stanglavine
        1653
      
      Symudodd Stanglavine y dudalen [[Defnyddiwr:Mentifisto]] i [[Defnyddiwr:Lofty abyss]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Mentifisto|Mentifisto]]" to "[[Special:CentralAuth/Lofty abyss|Lofty abyss]]"
      4902
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Lofty abyss]]
      h9tavkmq7umpzdm9m50zb5qucopodqa
    
  
  
    Sgwrs Defnyddiwr:Ameisenigel
    3
    2752
    
      5064
      4928
      2023-01-08T03:38:07Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Ameisenigel]])
      5064
      wikitext
      text/x-wiki
      [[File:Redirect arrow without text.svg|46px|link=]][[m:User talk:Ameisenigel|m:User talk:Ameisenigel]]
      2229pjupj4oxyrzx6wq7rucquxcn3pt
    
  
  
    Defnyddiwr:Waldir
    2
    2754
    
    
      4914
      2019-07-01T10:35:40Z
      
        1997kB
        1575
      
      Symudodd 1997kB y dudalen [[Defnyddiwr:Waldir]] i [[Defnyddiwr:Waldyrious]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Waldir|Waldir]]" to "[[Special:CentralAuth/Waldyrious|Waldyrious]]"
      4914
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Waldyrious]]
      20nux8wh7r4typvd21a7ymrcomx6bms
    
  
  
    Sgwrs Defnyddiwr:محمد شعیب
    3
    2755
    
    
      5113
      4919
      2024-05-24T01:13:26Z
      
        Vít Karásek
        2156
      
      
      double redirect
      5113
      wikitext
      text/x-wiki
      #ail-cyfeirio [[ur:User talk:محمد شعیب]]
      3mknnspa3leakkwoccmgff1f5tknfhg
    
  
  
    Defnyddiwr:محمد شعیب
    2
    2756
    
    
      5112
      4920
      2024-05-24T01:13:17Z
      
        Vít Karásek
        2156
      
      
      double redirect
      5112
      wikitext
      text/x-wiki
      #ail-cyfeirio [[ur:User talk:محمد شعیب]]
      3mknnspa3leakkwoccmgff1f5tknfhg
    
  
  
    Defnyddiwr:FR30799386/minerva.js
    2
    2758
    
      4924
      2019-08-04T19:14:30Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by FR30799386]])
      4924
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:FR30799386/mobile-global.js&action=raw&ctype=text/javascript');
      jpmcha1jgpe2b70kb7f5yx4h1ngdb91
    
  
  
    Defnyddiwr:Chongkian
    2
    2759
    
      4925
      2019-09-30T03:28:59Z
      
        Chongkian
        1789
      
      Crëwyd tudalen newydd yn dechrau gyda 'Hi everyone!'
      4925
      wikitext
      text/x-wiki
      Hi everyone!
      0nzb19mczsfpeutkq7g2yvjk4b3b65u
    
  
  
    Defnyddiwr:Ainz Ooal Gown/minerva.js
    2
    2760
    
      4946
      4926
      2020-07-11T04:17:54Z
      
        1997kB
        1575
      
      
      Symudodd 1997kB y dudalen [[Defnyddiwr:Masumrezarock100/minerva.js]] i [[Defnyddiwr:Ainz Ooal Gown/minerva.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Masumrezarock100|Masumrezarock100]]" to "[[Special:CentralAuth/Ainz Ooal Gown|Ainz Ooal Gown]]"
      4926
      javascript
      text/javascript
      mw.loader.load('//meta.wikipedia.org/w/index.php?title=User:Masumrezarock100/global-minerva.js&action=raw&ctype=text/javascript'); // mobileGlobalJS
      to91va09kln5vco63egs1h2acqeuc5v
    
  
  
    Sgwrs Defnyddiwr:Killarnee
    3
    2761
    
    
      4927
      2019-11-19T16:27:42Z
      
        Killarnee
        1801
      
      Yn ailgyfeirio at [[meta:User talk:Killarnee]]
      4927
      wikitext
      text/x-wiki
      #REDIRECT [[meta:User talk:Killarnee]]
'''You can also write me here, but then it will probably take some time until I answer.'''
      0j3i74n50fw0tbj8k6cj093zp81sx4w
    
  
  
    Sgwrs Defnyddiwr:Sewepb
    3
    2762
    
    
      4929
      2019-12-17T07:36:29Z
      
        Itti
        1811
      
      Symudodd Itti y dudalen [[Sgwrs Defnyddiwr:Sewepb]] i [[Sgwrs Defnyddiwr:Ameisenigel]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Sewepb|Sewepb]]" to "[[Special:CentralAuth/Ameisenigel|Ameisenigel]]"
      4929
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Sgwrs Defnyddiwr:Ameisenigel]]
      8sw6976hfisc1q0lx2k7fmkvcvpjvce
    
  
  
    Defnyddiwr:WhitePhosphorus/minerva.js
    2
    2763
    
      4930
      2020-01-05T15:14:04Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by WhitePhosphorus]])
      4930
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:WhitePhosphorus/global-mobile.js&action=raw&ctype=text/javascript');
      jxr0i4uppk1hrtb9t3ml1teg34o7lzp
    
  
  
    Defnyddiwr:Michael Kümmling
    2
    2765
    
      4933
      2020-03-28T11:00:19Z
      
        Michael Kümmling
        1345
      
      Crëwyd tudalen newydd yn dechrau gyda '__NOINDEX__ {{#babel:de-N|en-3|fr-1|cy-0}}  [[:wikipedia:de:Benutzer:Michael Kümmling|Home wiki]] [[de:Benutzer:Michael Kümmling]]'
      4933
      wikitext
      text/x-wiki
      __NOINDEX__
{{#babel:de-N|en-3|fr-1|cy-0}}
[[:wikipedia:de:Benutzer:Michael Kümmling|Home wiki]]
[[de:Benutzer:Michael Kümmling]]
      bx6m5u2nsonfu2aiauulmpfa9j31tmt
    
  
  
    Defnyddiwr:Leitoxx
    2
    2766
    
    
      4935
      2020-04-17T05:16:23Z
      
        Céréales Killer
        1293
      
      Symudodd Céréales Killer y dudalen [[Defnyddiwr:Leitoxx]] i [[Defnyddiwr:Mazbel]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Leitoxx|Leitoxx]]" to "[[Special:CentralAuth/Mazbel|Mazbel]]"
      4935
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Mazbel]]
      6k46q69c7c5fokw46031qtwwqslrwn9
    
  
  
    Defnyddiwr:DeltaQuad
    2
    2767
    
    
      4943
      2020-06-26T10:20:01Z
      
        Sakretsu
        1839
      
      Symudodd Sakretsu y dudalen [[Defnyddiwr:DeltaQuad]] i [[Defnyddiwr:AmandaNP]]: Automatically moved page while renaming the user "[[Special:CentralAuth/DeltaQuad|DeltaQuad]]" to "[[Special:CentralAuth/AmandaNP|AmandaNP]]"
      4943
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:AmandaNP]]
      f5c317gohxcomshildln3vhn0ifvk0j
    
  
  
    Sgwrs Defnyddiwr:DeltaQuad
    3
    2768
    
    
      5114
      4944
      2024-05-24T01:16:16Z
      
        Vít Karásek
        2156
      
      
      double redirect
      5114
      wikitext
      text/x-wiki
      #ail-cyfeirio [[m:User talk:DeltaQuad]]
      b6pywaeigbybrtdkwqhaz4ai5yw6iud
    
  
  
    Defnyddiwr:Masumrezarock100/minerva.js
    2
    2769
    
    
      4947
      2020-07-11T04:17:55Z
      
        1997kB
        1575
      
      Symudodd 1997kB y dudalen [[Defnyddiwr:Masumrezarock100/minerva.js]] i [[Defnyddiwr:Ainz Ooal Gown/minerva.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Masumrezarock100|Masumrezarock100]]" to "[[Special:CentralAuth/Ainz Ooal Gown|Ainz Ooal Gown]]"
      4947
      javascript
      text/javascript
      /* #REDIRECT */mw.loader.load("//cy.wikibooks.org/w/index.php?title=Defnyddiwr:Ainz_Ooal_Gown/minerva.js\u0026action=raw\u0026ctype=text/javascript");
      5nl2kb0nk5xf7pmbju4zfsby5alv7ft
    
  
  
    Defnyddiwr:Erokhin
    2
    2770
    
      4956
      2020-11-28T11:04:04Z
      
        Erokhin
        1863
      
      Crëwyd tudalen newydd yn dechrau gyda '{{#babel:ru|en-3|la-2}}'
      4956
      wikitext
      text/x-wiki
      {{#babel:ru|en-3|la-2}}
      b6ib6fkatj0zqbarnhcr366lp6izwgu
    
  
  
    Defnyddiwr:Pratyya Ghosh/WSign.js
    2
    2772
    
      4958
      2021-01-05T04:23:22Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Pratyya Ghosh]])
      4958
      javascript
      text/javascript
      <span style="font-family:Cambria">'''[[User:Pratyya Ghosh|<span style="color:#082567">PratyyaG</span>]]  ·  [[User talk:Pratyya Ghosh|<span style="color:#224C98">Talk</span>]]''' </span>
      dfkuzrfxb3fokiyj65jf5r4fqfl3qbp
    
  
  
    Wiciblant:Animal Alphabet
    0
    2773
    
      5095
      5084
      2023-11-25T21:11:26Z
      
        Burzuchius
        1847
      
      Dad-wneud fersiwn [[Special:Diff/5084|5084]] gan [[Special:Contributions/WikiWikibotty|WikiWikibotty]] ([[User talk:WikiWikibotty|sgwrs]])
      5095
      wikitext
      text/x-wiki
      {{featured book}}
[[File:Wikijunior_Animal_Alphabet.jpg|center|500px]]<br />
<div style="font-size: xx-large; text-align: center; margin: 0px auto 0px auto;">'''Wikijunior Animal Alphabet'''</div>
<noinclude>
<div style="font-size: large; text-align: center; margin: 0px auto 0px auto;">-- [[/A/]]  [[/B/]]  [[/C/]]  [[/CH/]]  [[/D/]]  [[/DD/]]   [[/E/]]  [[/F/]]  [[/FF/]]  [[/G/]]  [[/NG/]]  [[/H/]]  [[/I/]]  [[/J/]]  [[/L/]]  [[/LL/]]  [[/M/]]  [[/N/]]  [[/O/]]  [[/P/]]  [[/PH/]]   [[/R/]]  [[/RH/]]  [[/S/]]  [[/T/]]  [[/TH/]]  [[/U/]]  [[/W/]]  [[/Y/]] --
[[/Authors/]]<br/>
[http://en.wikibooks.org/w/index.php?title=Wikijunior_Animal_Alphabet/All_pages&printable=yes Printable HTML Version]<br/>
[https://commons.wikimedia.org/wiki/File:Animal_Alphabet-320x240-kmf.ogv Video] - [https://upload.wikimedia.org/wikipedia/commons/5/53/Animal_Alphabet-320x240-kmf.ogv Downloadable Video] - [http://commons.wikimedia.org/wiki/Image:Animal_Alphabet-320x240-kmf.ogv Info]</div>
</noinclude>
{{Shelves|Wikijunior pre-reader books}}
<noinclude>
{{reading level|Pre-reader}}
{{status|100%}}
[[ar:ويكي الأطفال:أبجدية الحيوانات]]
[[ca:Viquijúnior:Alfabet amb animals]]
[[da:Wikijunior:Dyralfabet]]
[[de:Wikijunior Tieralphabet]]
[[eo:Alfabeto de Bestoj]]
[[es:Wikichicos/Alfabeto con animales]]
[[fr:Wikijunior:Alphabet des animaux]]
[[hy:Վիքիփոքրիկ:Կենդանիներով այբուբեն]]
[[id:Wikijunior:Alfabet Hewan]]
[[it:Wikijunior Alfabeto degli animali]]
[[ms:Wikijunior:Abjad Hewan]]
[[oc:Wikijunior:L'alfabet animal]]
[[nl:Wikijunior:Dierenalfabet]]
[[pl:Wikijunior:Alfabet zwierząt]]
[[pt:Alfabeto dos animais]]
[[ro:Wikijunior:Alfabetul animal]]
[[ru:Wikijunior:Азбука животных]]
[[tr:Vikiçocuk:Hayvan Alfabesi]]
[[zh:Wikijunior:动物字母表]]
</noinclude>
      pxri8txrkzlh6dgr49t83vbsdnstqoz
    
  
  
    Wiciblant:Animal Alphabet/G
    0
    2774
    
      5105
      5091
      2024-01-02T11:55:19Z
      
        Fehufanga
        2126
      
      
      Gwrthdröwyd golygiad gan [[Special:Contributions/WikiWikibotty|WikiWikibotty]] ([[User talk:WikiWikibotty|sgwrs]]) i'r golygiad diweddaraf gan [[User:187.19.202.83|187.19.202.83]]
      4998
      wikitext
      text/x-wiki
      <div style="text-align: center; font-size: 400%; color: DarkGreen">'''<big><big>G</big></big>''' is for '''<big>G</big>'''orilla</div>
[[File:Male gorilla in SF zoo-G.png|center|500px]]
{{ {{BOOKTEMPLATE}} }}
      1sgs0vg35xh95u6yiddrzl5m43rrorv
    
  
  
    Sgwrs Defnyddiwr:InternetArchiveBot
    3
    2775
    
    
      5004
      5002
      2021-06-16T00:52:31Z
      
        24.21.78.216
      
      Changed redirect target from [[en:User talk:InternetArchiveBot]] to [[meta:User talk:InternetArchiveBot]]
      5004
      wikitext
      text/x-wiki
      #REDIRECT[[meta:User talk:InternetArchiveBot]]
      ihe6s1lbzqd8gasxnoewu85gshqim7x
    
  
  
    Defnyddiwr:ZI Jony/minerva.js
    2
    2776
    
      5003
      2021-05-01T16:36:08Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by ZI Jony]])
      5003
      javascript
      text/javascript
      mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:ZI_Jony/mobile-global.js&action=raw&ctype=text/javascript');
      1ud4suvkeq8qtlm36a2g10cfg17vxfa
    
  
  
    Sgwrs Defnyddiwr:SHB2000
    3
    2779
    
      5008
      2021-08-08T01:39:53Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by SHB2000]])
      5008
      wikitext
      text/x-wiki
      <div style="border: 1rem #dd0000 ridge; padding: 0.5em;">Hello! Please message me on [[m:User talk:SHB2000|meta.wikimedia.org]] instead. I may not notice messages on this page.</div>
      ojy2vkqs676esjrcfi79dwyt0tjr5xc
    
  
  
    Sgwrs Defnyddiwr:Yahya
    3
    2780
    
      5009
      2021-09-05T18:26:45Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Yahya]])
      5009
      wikitext
      text/x-wiki
      <div style="font-size:130%;font-family:Roboto,Arial; border-top:5px solid lightblue; border-bottom:5px solid lightblue; padding:5px;margin-top:20px;">Hello! Please message me on [[m:User talk:Yahya|meta.wikimedia.org]] instead. I may not notice messages on this page.</div>
      c4ypm7wbt5rvjqqxzie5ujk3hmhcrrp
    
  
  
    Nodyn:BOOKNAME
    10
    2782
    
      5011
      2021-09-11T20:11:47Z
      
        177.38.197.176
      
      Crëwyd tudalen newydd yn dechrau gyda 'Lwpqhnat'
      5011
      wikitext
      text/x-wiki
      Lwpqhnat
      ie3pni5lbww4v3wec3gubtd8ljk5283
    
  
  
    Sgwrs Defnyddiwr:Hidlydd camddefnydd
    3
    2784
    
      5016
      2022-01-04T18:11:58Z
      
        MediaWiki message delivery
        1067
      
      /* How we will see unregistered users */ adran newydd
      5016
      wikitext
      text/x-wiki
      == How we will see unregistered users ==
<div lang="en" dir="ltr" class="mw-content-ltr">
<section begin=content/>
Hi!
You get this message because you are an admin on a Wikimedia wiki.
When someone edits a Wikimedia wiki without being logged in today, we show their IP address. As you may already know, we will not be able to do this in the future. This is a decision by the Wikimedia Foundation Legal department, because norms and regulations for privacy online have changed.
Instead of the IP we will show a masked identity. You as an admin '''will still be able to access the IP'''. There will also be a new user right for those who need to see the full IPs of unregistered users to fight vandalism, harassment and spam without being admins. Patrollers will also see part of the IP even without this user right. We are also working on [[m:IP Editing: Privacy Enhancement and Abuse Mitigation/Improving tools|better tools]] to help.
If you have not seen it before, you can [[m:IP Editing: Privacy Enhancement and Abuse Mitigation|read more on Meta]]. If you want to make sure you don’t miss technical changes on the Wikimedia wikis, you can [[m:Global message delivery/Targets/Tech ambassadors|subscribe]] to [[m:Tech/News|the weekly technical newsletter]].
We have [[m:IP Editing: Privacy Enhancement and Abuse Mitigation#IP Masking Implementation Approaches (FAQ)|two suggested ways]] this identity could work. '''We would appreciate your feedback''' on which way you think would work best for you and your wiki, now and in the future. You can [[m:Talk:IP Editing: Privacy Enhancement and Abuse Mitigation|let us know on the talk page]]. You can write in your language. The suggestions were posted in October and we will decide after 17 January.
Thank you. 
/[[m:User:Johan (WMF)|Johan (WMF)]]<section end=content/>
</div>
18:11, 4 Ionawr 2022 (UTC)
<!-- Message sent by User:Johan (WMF)@metawiki using the list at https://meta.wikimedia.org/w/index.php?title=User:Johan_(WMF)/Target_lists/Admins2022(2)&oldid=22532495 -->
      tqn6qyhp80xi0imltvjectys2ohjuon
    
  
  
    Defnyddiwr:Vit Koz
    2
    2785
    
    
      5018
      2022-01-21T19:55:11Z
      
        Mykola7
        1946
      
      Symudodd Mykola7 y dudalen [[Defnyddiwr:Vit Koz]] i [[Defnyddiwr:Vanished user jfyedt7]]: Automatically moved page while renaming the user "[[Special:CentralAuth/Vit Koz|Vit Koz]]" to "[[Special:CentralAuth/Vanished user jfyedt7|Vanished user jfyedt7]]"
      5018
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Vanished user jfyedt7]]
      sorncy7u6mpbbc1skigbplq4ycq70lo
    
  
  
    Sgwrs Defnyddiwr:MdsShakil/header
    3
    2786
    
      5043
      2022-08-06T16:04:17Z
      
        Pathoschild
        32
      
      create header for talk page ([[m:Synchbot|requested by MdsShakil]])
      5043
      wikitext
      text/x-wiki
      <div style="display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 16px 0; border: 1px solid #aaaaaa;">
  <div style="padding: 12px;">[[File:Circle-icons-megaphone.svg|75px|link=[[m:User_talk:MdsShakil]]]]</div>
  <div style="flex: 1; padding: 12px; background-color: #dddddd; color: #555555;">
    <div style="font-weight: bold; font-size: 150%; color: red; font-family: 'Comic Sans MS'">Welcome to my talk page!</div>
    <div style="max-width: 700px">Hey! I am Shakil Hosen. I patrol many projects, and where I don't know the language I only act in cases of serious vandalism. If you think I have done anything wrong, feel free to [[m:User talk:MdsShakil|message me]] on Meta wiki. If you don't like that you can leave me messages here too, but since I do not watch all of my talk pages, your message might not get a timely response. Thanks! [[File:Face-smile.svg|18px|link=[[m:User:MdsShakil]]]]</div>
  </div>
</div>
      6ns6eellkw7iqc4yteyjnszfjmo2yio
    
  
  
    Sgwrs Defnyddiwr:MdsShakil
    3
    2787
    
      5044
      2022-08-06T17:43:55Z
      
        Pathoschild
        32
      
      add talk page header ([[m:Synchbot|requested by MdsShakil]])
      5044
      wikitext
      text/x-wiki
      {{User talk:MdsShakil/header}}
      tbo8m2n1p4y1shpmyu07h1k0g9pq65d
    
  
  
    Wicilyfrau:Bot policy
    4
    2791
    
    
      5051
      2022-08-19T04:17:26Z
      
        Rschen7754
        865
      
      Yn ailgyfeirio at [[Wicillyfrau:Y Lolfa]]
      5051
      wikitext
      text/x-wiki
      #REDIRECT [[Wicillyfrau:Y Lolfa]]
      cdxjpwgzkp5hwh0t2jiru31tku2vy51
    
  
  
    Defnyddiwr:James500
    2
    2792
    
      5063
      5062
      2022-12-29T04:23:49Z
      
        James500
        2004
      
      Add interwiki link
      5063
      wikitext
      text/x-wiki
      {{#babel:en|cy-0}}
[[en:User:James500]]
      0pz9aimtdi9b4mnfonb6eifkm3s650q
    
  
  
    Defnyddiwr:KernelFreeze/common.js
    2
    2793
    
    
      5076
      2023-03-11T10:33:12Z
      
        Taketa
        1333
      
      Symudodd Taketa y dudalen [[Defnyddiwr:KernelFreeze/common.js]] i [[Defnyddiwr:Renamed user 9thz5duyuxms/common.js]]: Automatically moved page while renaming the user "[[Special:CentralAuth/KernelFreeze|KernelFreeze]]" to "[[Special:CentralAuth/Renamed user 9thz5duyuxms|Renamed user 9thz5duyuxms]]"
      5076
      javascript
      text/javascript
      /* #REDIRECT */mw.loader.load("//cy.wikibooks.org/w/index.php?title=Defnyddiwr:Renamed_user_9thz5duyuxms/common.js\u0026action=raw\u0026ctype=text/javascript");
      i2s1fxmogr8p3atr7chg789y2t9r5tl
    
  
  
    Defnyddiwr:Stefán Örvar Sigmundsson
    2
    2794
    
      5096
      2024-01-01T15:55:00Z
      
        Stefán Örvar Sigmundsson
        1567
      
      Dechrau tudalen newydd gyda "[[wikipedia:en:User:Stefán Örvar Sigmundsson]]"
      5096
      wikitext
      text/x-wiki
      [[wikipedia:en:User:Stefán Örvar Sigmundsson]]
      eeyit5qujkn63fz4jizeeddlhkf4v7q
    
  
  
    Laith Siloti
    0
    2795
    
      5122
      2024-08-31T12:23:26Z
      
        ꠢꠣꠍꠘ ꠞꠣꠎꠣ
        2184
      
      [[d:Q2044560]]
      5122
      wikitext
      text/x-wiki
      [[File:Sylheti in Sylheti Nagari script - example.svg|centre|300px]]
Mae'r llyfr hwn yn ymwneud â'r iaith Siloti. Mae Siloti yn cael ei siarad yn bennaf yn India, Bangladesh, y Deyrnas Unedig a gwledydd eraill. Mae Sylheti yn iaith Indo-Ariaidd unigryw.
== Wyddor ==
{|class="wikitable" style="margin:auto";
| [[File:সিলেটি নাগরি বর্ণ ꠀ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠁ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠃ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠄ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠅ.svg|50px]]
|-
! /a/ !! /i/ !! /ʊ/ !! /ɛ/ !! /ɔ/
|}
{|class="wikitable" style="margin:auto";
|-
| [[File:সিলেটি নাগরি স্বরবর্ণ ꠣ.svg|50px]] || [[File:সিলেটি নাগরি স্বরবর্ণ ꠤ.svg|50px]] || [[File:সিলেটি নাগরি স্বরবর্ণ ꠥ.svg|50px]] || [[File:সিলেটি নাগরি স্বরবর্ণ ꠦ.svg|50px]] || [[File:সিলেটি নাগরি স্বরবর্ণ ꠧ.svg|50px]]
|-
! /a/ !! /i/ !! /ʊ/ !! /ɛ/ !! /ɔ/
|}
{|class="wikitable" style="margin:auto";
| [[File:সিলেটি নাগরি বর্ণ ꠇ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠈ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠉ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠊ.svg|50px]] || [[File:সিলেটি নাগরি চিহ্ন ꠋ.svg|50px]]
|-
! /xɔ/ !! /xɔ́/ !! /ɡɔ/ !! /ɡɔ́/ !! /ŋɔ/
|-
| [[File:সিলেটি নাগরি বর্ণ ꠌ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠍ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠎ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠏ.svg|50px]] ||
|-
! /sɔ/ !! /sɔ́/ !! /zɔ/ !! /zɔ́/ !!
|-
| [[File:সিলেটি নাগরি বর্ণ ꠐ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠑ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠒ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠓ.svg|50px]] ||
|-
! /ʈɔ/ !! /ʈɔ́/ !! /ɖɔ/ !! /ɖɔ́/ !!
|-
| [[File:সিলেটি নাগরি বর্ণ ꠔ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠕ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠖ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠗ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠘ.svg|50px]]
|-
! /t̪ɔ/ !! /t̪ɔ́/ !! /d̪ɔ/ !! /d̪ɔ́/ !! /nɔ/
|-
| [[File:সিলেটি নাগরি বর্ণ ꠙ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠚ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠛ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠜ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠝ.svg|50px]]
|-
! /fɔ/ !! /fɔ́/ !! /bɔ/ !! /bɔ́/ !! /mɔ/
|-
| [[File:সিলেটি নাগরি বর্ণ ꠞ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠟ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠠ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠡ.svg|50px]] || [[File:সিলেটি নাগরি বর্ণ ꠢ.svg|50px]]
|-
! /ɾɔ/ !! /lɔ/ !! /ɽɔ/ !! /ʃɔ/ !! /ɦɔ/
|}
      j09ufucc70gm9z816el4mwscj41yzrf
    
  
  
    Sgwrs Defnyddiwr:Wüstenspringmaus
    3
    2796
    
      5134
      2024-11-02T16:05:35Z
      
        Pathoschild
        32
      
      global user pages ([[m:Synchbot|requested by Wüstenspringmaus]])
      5134
      wikitext
      text/x-wiki
      [[File:Redirect arrow without text.svg|46px|link=]][[m:User talk:Wüstenspringmaus|m:User talk:Wüstenspringmaus]]
      s48bp6md0bqlqfh7qca2oj8x1jbdi2a
    
  
  
    Defnyddiwr:-revi
    2
    2797
    
    
      5137
      2024-11-04T08:05:48Z
      
        HakanIST
        1473
      
      Symudodd HakanIST y dudalen [[Defnyddiwr:-revi]] i [[Defnyddiwr:Revi C.]]: Automatically moved page while renaming the user "[[Special:CentralAuth/-revi|-revi]]" to "[[Special:CentralAuth/Revi C.|Revi C.]]"
      5137
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Defnyddiwr:Revi C.]]
      5n6yxqh4xthmiq2ukxkf7y16tehv900
    
  
  
    Sgwrs Defnyddiwr:-revi
    3
    2798
    
    
      5138
      2024-11-04T08:05:48Z
      
        HakanIST
        1473
      
      Symudodd HakanIST y dudalen [[Sgwrs Defnyddiwr:-revi]] i [[Sgwrs Defnyddiwr:Revi C.]]: Automatically moved page while renaming the user "[[Special:CentralAuth/-revi|-revi]]" to "[[Special:CentralAuth/Revi C.|Revi C.]]"
      5138
      wikitext
      text/x-wiki
      #ail-cyfeirio [[Sgwrs Defnyddiwr:Revi C.]]
      sp9yhe28qo7x8t066r7w0cqzehdywv7
    
  
  
    MediaWici:BabelConfig.json
    8
    2800
    
      5146
      2025-01-30T23:56:09Z
      
        Maintenance script
        1359
      
      Migrating server configuration to an on-wiki JSON file ([[phab:T374348]])
      5146
      json
      application/json
      {
	"$version": "1.0.0",
	"BabelAutoCreate": true,
	"BabelCategoryNames": {
		"0": "",
		"1": "",
		"2": "",
		"3": "",
		"4": "",
		"5": "",
		"N": ""
	},
	"BabelMainCategory": "",
	"BabelUseUserLanguage": false
}
      54hmctnlaawatl26wopa0v29fbhc0mb
    
  
  
    MediaWici:Specialpages-url
    8
    2801
    
      5149
      2025-02-07T18:13:38Z
      
        Jon (WMF)
        2229
      
      Dechrau tudalen newydd gyda "Special:SpecialPages"
      5149
      wikitext
      text/x-wiki
      Special:SpecialPages
      npz3v8dvok1wyhys98it61j4ccj7kgd
    
  
  
    Sgwrs Defnyddiwr:Зорана Филиповић
    3
    2803
    
      5153
      2025-06-24T15:24:21Z
      
        Зорана Филиповић
        2255
      
      Dechrau tudalen newydd gyda "== Напомена == Ово је додатни налог главног налога [[m:User:Filipović Zoran|Filipović Zoran]] који је од 19. августа 2024. године на трајном вики-одмору. ~~~~"
      5153
      wikitext
      text/x-wiki
      == Напомена ==
Ово је додатни налог главног налога [[m:User:Filipović Zoran|Filipović Zoran]] који је од 19. августа 2024. године на трајном вики-одмору. [[Defnyddiwr:Зорана Филиповић|Зорана Филиповић]] ([[Sgwrs Defnyddiwr:Зорана Филиповић|sgwrs]]) 15:24, 24 Mehefin 2025 (UTC)
      9sz0j0ycxw7axf12w6smiyg6dsr5gt6