<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rywiki.tsadra.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jeremi</id>
	<title>Rangjung Yeshe Wiki - Dharma Dictionary - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://rywiki.tsadra.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jeremi"/>
	<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php/Special:Contributions/Jeremi"/>
	<updated>2026-09-27T18:41:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=SPARQL_Test&amp;diff=1886001</id>
		<title>SPARQL Test</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=SPARQL_Test&amp;diff=1886001"/>
		<updated>2026-03-24T16:38:02Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== ✅ Sample Wikidata Query ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{#sparql:&lt;br /&gt;
PREFIX xsd: &amp;lt;http://www.w3.org/2001/XMLSchema#&amp;gt;&lt;br /&gt;
PREFIX pq: &amp;lt;http://www.wikidata.org/prop/qualifier/&amp;gt;&lt;br /&gt;
PREFIX psv: &amp;lt;http://www.wikidata.org/prop/statement/value/&amp;gt;&lt;br /&gt;
PREFIX p: &amp;lt;http://www.wikidata.org/prop/&amp;gt;&lt;br /&gt;
PREFIX bd: &amp;lt;http://www.bigdata.com/rdf#&amp;gt;&lt;br /&gt;
PREFIX wikibase: &amp;lt;http://wikiba.se/ontology#&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;http://www.wikidata.org/entity/&amp;gt;&lt;br /&gt;
PREFIX wdt: &amp;lt;http://www.wikidata.org/prop/direct/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
select distinct ?lat ?long  ?presidentLabel&lt;br /&gt;
where {&lt;br /&gt;
        ?president wdt:P39 wd:Q191954 ;&lt;br /&gt;
                    wdt:P19  ?villeNaissance ;&lt;br /&gt;
                     p:P39 ?s .&lt;br /&gt;
&lt;br /&gt;
        ?villeNaissance  p:P625 ?coord .&lt;br /&gt;
        ?coord   psv:P625 ?coordValue .&lt;br /&gt;
        ?coordValue a wikibase:GlobecoordinateValue ;&lt;br /&gt;
                        wikibase:geoLatitude ?lat ;&lt;br /&gt;
                        wikibase:geoLongitude ?long .&lt;br /&gt;
&lt;br /&gt;
        SERVICE wikibase:label {&lt;br /&gt;
             bd:serviceParam wikibase:language &amp;quot;fr&amp;quot; .&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
|config=http://www.wikidata.org&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#sparql:&lt;br /&gt;
PREFIX xsd: &amp;lt;http://www.w3.org/2001/XMLSchema#&amp;gt;&lt;br /&gt;
PREFIX pq: &amp;lt;http://www.wikidata.org/prop/qualifier/&amp;gt;&lt;br /&gt;
PREFIX psv: &amp;lt;http://www.wikidata.org/prop/statement/value/&amp;gt;&lt;br /&gt;
PREFIX p: &amp;lt;http://www.wikidata.org/prop/&amp;gt;&lt;br /&gt;
PREFIX bd: &amp;lt;http://www.bigdata.com/rdf#&amp;gt;&lt;br /&gt;
PREFIX wikibase: &amp;lt;http://wikiba.se/ontology#&amp;gt;&lt;br /&gt;
PREFIX wd: &amp;lt;http://www.wikidata.org/entity/&amp;gt;&lt;br /&gt;
PREFIX wdt: &amp;lt;http://www.wikidata.org/prop/direct/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
select distinct ?lat ?long  ?presidentLabel&lt;br /&gt;
where {&lt;br /&gt;
        ?president wdt:P39 wd:Q191954 ;&lt;br /&gt;
                    wdt:P19  ?villeNaissance ;&lt;br /&gt;
                     p:P39 ?s .&lt;br /&gt;
&lt;br /&gt;
        ?villeNaissance  p:P625 ?coord .&lt;br /&gt;
        ?coord   psv:P625 ?coordValue .&lt;br /&gt;
        ?coordValue a wikibase:GlobecoordinateValue ;&lt;br /&gt;
                        wikibase:geoLatitude ?lat ;&lt;br /&gt;
                        wikibase:geoLongitude ?long .&lt;br /&gt;
&lt;br /&gt;
        SERVICE wikibase:label {&lt;br /&gt;
             bd:serviceParam wikibase:language &amp;quot;fr&amp;quot; .&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
|config=http://www.wikidata.org&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== Trying to query BCA endpoint ==&lt;br /&gt;
{{#sparql:&lt;br /&gt;
PREFIX rdf: &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&amp;gt;&lt;br /&gt;
PREFIX rdfs: &amp;lt;http://www.w3.org/2000/01/rdf-schema#&amp;gt;&lt;br /&gt;
PREFIX owl: &amp;lt;http://www.w3.org/2002/07/owl#&amp;gt;&lt;br /&gt;
PREFIX swivt: &amp;lt;http://semantic-mediawiki.org/swivt/1.0#&amp;gt;&lt;br /&gt;
PREFIX wiki: &amp;lt;https://commons.tsadra.org/index.php/Special:URIResolver/&amp;gt;&lt;br /&gt;
PREFIX category: &amp;lt;https://commons.tsadra.org/index.php/Special:URIResolver/Category-3A&amp;gt;&lt;br /&gt;
PREFIX property: &amp;lt;https://commons.tsadra.org/index.php/Special:URIResolver/Property-3A&amp;gt;&lt;br /&gt;
&lt;br /&gt;
select ?fullname&lt;br /&gt;
where { &lt;br /&gt;
        ?person property:Bornin &amp;quot;Rongyab (rong rgyab)&amp;quot; . &lt;br /&gt;
        ?person rdfs:label ?fullname . &lt;br /&gt;
} &lt;br /&gt;
LIMIT 5 &lt;br /&gt;
|log=2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Trying to query BCA endpoint TEST 2 ==&lt;br /&gt;
{{#sparql:&lt;br /&gt;
PREFIX rdf: &amp;lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&amp;gt;&lt;br /&gt;
PREFIX rdfs: &amp;lt;http://www.w3.org/2000/01/rdf-schema#&amp;gt;&lt;br /&gt;
PREFIX owl: &amp;lt;http://www.w3.org/2002/07/owl#&amp;gt;&lt;br /&gt;
PREFIX swivt: &amp;lt;http://semantic-mediawiki.org/swivt/1.0#&amp;gt;&lt;br /&gt;
PREFIX wiki: &amp;lt;https://bodhicitta.tsadra.org/index.php/Special:URIResolver/&amp;gt;&lt;br /&gt;
PREFIX category: &amp;lt;https://bodhicitta.tsadra.org/index.php/Special:URIResolver/Category-3A&amp;gt;&lt;br /&gt;
PREFIX property: &amp;lt;https://bodhicitta.tsadra.org/index.php/Special:URIResolver/Property-3A&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SELECT DISTINCT  ?Title&lt;br /&gt;
WHERE&lt;br /&gt;
        {&lt;br /&gt;
            ?Title property:Title &amp;quot;The Nectar of&amp;quot; .&lt;br /&gt;
        }&lt;br /&gt;
LIMIT 5 &lt;br /&gt;
|log=2&lt;br /&gt;
|debug=YES&lt;br /&gt;
}}&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Template:TMQuery&amp;diff=1886000</id>
		<title>Template:TMQuery</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Template:TMQuery&amp;diff=1886000"/>
		<updated>2026-03-24T16:37:44Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Translation Memories from {{{ tmTitle | }}}&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#get_web_data:&lt;br /&gt;
	|url=https://bodhicitta.tsadra.org/index.php?title=Special%3AAsk&amp;amp;q={{urlencode:{{{ query | }}}|PATH}}&amp;amp;po=Tibetan%0AWylie%23-hl%0AEnglish%0ASourceCitation%0ATranslationCitation&amp;amp;p[format]=csv&amp;amp;p[limit]=100&amp;amp;p[order]=desc&lt;br /&gt;
	|format=csv with header&lt;br /&gt;
	|data=Tibetan=Tibetan,Wylie=Wylie,English=English,SourceCitation=SourceCitation,TranslationCitation=TranslationCitation&lt;br /&gt;
}}&lt;br /&gt;
{| class=&amp;quot;smwtable-clean tlw-tm-table sortable mark-terms&amp;quot;&lt;br /&gt;
! Tibetan&lt;br /&gt;
! English&lt;br /&gt;
! Citations&lt;br /&gt;
{{#display_external_table:template=TransMemQueryRow}}&lt;br /&gt;
|}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Widget:NoFirstHeading&amp;diff=1882547</id>
		<title>Widget:NoFirstHeading</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Widget:NoFirstHeading&amp;diff=1882547"/>
		<updated>2023-10-04T17:37:00Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;style&amp;gt;&lt;br /&gt;
#firstHeading {display:none;}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882542</id>
		<title>Category:Negi Abbreviations</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882542"/>
		<updated>2023-06-08T16:12:46Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All abbreviations used as part of the Negi Sanskrit dictionary.&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]|format=count}} entries. Download the following table in CSV format: {{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|mainlabel=-&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?RyPublisher&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|sort=AbbNumber&lt;br /&gt;
	|order=asc&lt;br /&gt;
	|limit=300&lt;br /&gt;
	|format=csv&lt;br /&gt;
}}.&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|mainlabel=-&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?RyPublisher&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|sort=AbbNumber&lt;br /&gt;
	|order=asc&lt;br /&gt;
	|limit=300&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882541</id>
		<title>Category:Negi Abbreviations</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882541"/>
		<updated>2023-06-08T16:12:06Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All abbreviations used as part of the Negi Sanskrit dictionary.&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]|format=count}} entries. Download the following table in CSV format: {{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|mainlabel=-&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?RyPublisher&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|limit=300&lt;br /&gt;
	|format=csv&lt;br /&gt;
}}.&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|mainlabel=-&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?RyPublisher&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|limit=300&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882540</id>
		<title>Category:Negi Abbreviations</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882540"/>
		<updated>2023-06-08T16:09:25Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All abbreviations used as part of the Negi Sanskrit dictionary.&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]|format=count}} entries. Download the following table in CSV format: {{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?RyPublisher&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|limit=300&lt;br /&gt;
	|format=csv&lt;br /&gt;
}}.&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?RyPublisher&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|limit=300&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882539</id>
		<title>Category:Negi Abbreviations</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882539"/>
		<updated>2023-06-08T16:05:56Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All abbreviations used as part of the Negi Sanskrit dictionary.&lt;br /&gt;
&lt;br /&gt;
Download the following table in CSV format: {{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?RyPublisher&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|limit=300&lt;br /&gt;
	|format=csv&lt;br /&gt;
}}.&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?RyPublisher&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|limit=300&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882538</id>
		<title>Category:Negi Abbreviations</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882538"/>
		<updated>2023-06-08T16:05:42Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All abbreviations used as part of the Negi Sanskrit dictionary.&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?RyPublisher&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|limit=300&lt;br /&gt;
	|format=csv&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?RyPublisher&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|limit=300&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882537</id>
		<title>Category:Negi Abbreviations</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882537"/>
		<updated>2023-06-08T16:04:28Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All abbreviations used as part of the Negi Sanskrit dictionary.&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?RyPublisher&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|limit=300&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882536</id>
		<title>Category:Negi Abbreviations</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882536"/>
		<updated>2023-06-08T16:04:17Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All abbreviations used as part of the Negi Sanskrit dictionary.&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?Publisher&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|limit=300&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882535</id>
		<title>Category:Negi Abbreviations</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882535"/>
		<updated>2023-06-08T16:04:03Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All abbreviations used as part of the Negi Sanskrit dictionary.&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?Publisher&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882534</id>
		<title>Category:Negi Abbreviations</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882534"/>
		<updated>2023-06-08T16:03:55Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All abbreviations used as part of the Negi Sanskrit dictionary.&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|?Publisher&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Template:NegiAbb&amp;diff=1882533</id>
		<title>Template:NegiAbb</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Template:NegiAbb&amp;diff=1882533"/>
		<updated>2023-06-08T16:02:16Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{| class=&amp;quot;smwtable-clean th-top-right th-nowrap&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Abbreviation Number&lt;br /&gt;
| {{{ AbbNumber | }}}&lt;br /&gt;
|-&lt;br /&gt;
! Abbreviation (Skt)&lt;br /&gt;
| {{{ SktAbb | }}}&lt;br /&gt;
|-&lt;br /&gt;
! Abbreviation (Translit.)&lt;br /&gt;
| {{{ TranslitAbb | }}}&lt;br /&gt;
|-&lt;br /&gt;
! Full Title (Skt)&lt;br /&gt;
| {{{ SktTitle | }}}&lt;br /&gt;
|-&lt;br /&gt;
! Full Title (Translit.)&lt;br /&gt;
| {{{ Title | }}}&lt;br /&gt;
|-&lt;br /&gt;
! Pub. Date&lt;br /&gt;
| {{{ Pubdate | }}}&lt;br /&gt;
|-&lt;br /&gt;
! Publisher&lt;br /&gt;
| {{{ Publisher | }}}&lt;br /&gt;
|}{{#set:&lt;br /&gt;
	|AbbNumber={{{ AbbNumber | }}}&lt;br /&gt;
	|SktAbb={{{ SktAbb | }}}&lt;br /&gt;
	|TranslitAbb={{{ TranslitAbb | }}}&lt;br /&gt;
	|SktTitle={{{ SktTitle | }}}&lt;br /&gt;
	|Title={{{ Title | }}}&lt;br /&gt;
	|Pubdate={{{ Pubdate | }}}&lt;br /&gt;
	|RyPublisher={{{ Publisher | }}}&lt;br /&gt;
	|Glossary-Term={{{ SktAbb | }}};{{{ TranslitAbb | }}}|+sep=;&lt;br /&gt;
	|Glossary-Definition={{{ SktAbb | }}} ({{{ TranslitAbb | }}}) &amp;lt;br&amp;gt; {{{ SktTitle | }}} ([[{{{ Title | }}}]]) &amp;lt;br&amp;gt; {{{ Publisher | }}} &amp;lt;br&amp;gt; {{{ Pubdate | }}}&lt;br /&gt;
	|Glossary-Style=text-120&lt;br /&gt;
}}[[Category:Negi Abbreviations]]&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{TemplateTag}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Property:RyPublisher&amp;diff=1882532</id>
		<title>Property:RyPublisher</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Property:RyPublisher&amp;diff=1882532"/>
		<updated>2023-06-08T16:02:09Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: Created a property of type Text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a property of type [[Has type::Text]].&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882531</id>
		<title>Category:Negi Abbreviations</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Category:Negi_Abbreviations&amp;diff=1882531"/>
		<updated>2023-06-08T16:01:03Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All abbreviations used as part of the Negi Sanskrit dictionary.&lt;br /&gt;
&lt;br /&gt;
{{#ask:[[Category:Negi Abbreviations]]&lt;br /&gt;
	|?AbbNumber&lt;br /&gt;
	|?SktAbb&lt;br /&gt;
	|?TranslitAbb&lt;br /&gt;
	|?SktTitle&lt;br /&gt;
	|?Title&lt;br /&gt;
	|?Pubdate&lt;br /&gt;
	|?Publisher&lt;br /&gt;
	|?Glossary-Term&lt;br /&gt;
	|?Glossary-Definition&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882462</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882462"/>
		<updated>2023-03-06T17:29:21Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NoEdit}}{{#addbodyclass:no-firstHeading}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Image:Welcome3-500b.gif|center|500px]]&lt;br /&gt;
      &amp;lt;div class=&amp;quot;TibInline text-center pink-hover-links&amp;quot; style=&amp;quot;font-size: 2.5em;&amp;quot;&amp;gt;[[bod skad|བོད་སྐད་]][[dang|དང་]][[dbyin skad|དབྱིན་སྐད་]][[tshal mdzod|ཚལ་མཛོད་]][[thabs shes ldan pa|ཐབས་ཤེས་ལྡན་པ།]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;tag-line&amp;quot;&amp;gt;Tibetan-English Dictionary, Dharma Glossaries and Resources&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;articlecount&amp;quot; style=&amp;quot;width:100%;text-align:center;font-size:80%; &amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;depth-1&amp;quot; style=&amp;quot;background: cornsilk; border-radius: 5px;&amp;quot; cellpadding=12&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;General Information&#039;&#039;&#039; &amp;lt;br&amp;gt; The Dharma Dictionary is currently being updated and upgraded, and will soon become a multi-purpose research tool with reference and access to several different databases. It contains free resources for the &amp;quot;circle of Lotsawas&amp;quot; involved in the translation of Buddhist texts and teachings from Tibetan into Western languages. The Dharma Dictionary has &#039;&#039;&#039;{{formatnum:{{#ask: [[Category:rydic2003]] |format=count }}}}&#039;&#039;&#039; separate pages in total, all inclusive. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Search the dictionary&#039;&#039;&#039; &amp;lt;br&amp;gt; Use the search box above to search for any Tibetan term in Wylie transliteration or in Tibetan font.  Examples: [[sems]], [[rig pa]], [[snying rje]]. &amp;lt;!--Searches can also be made in Tibetan Unicode (example &amp;lt;span class=TibInline&amp;gt;[[&#039;ཀྱག་གྲིར་འཆི།]]&amp;lt;/span&amp;gt;).--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The [[:Category:Tibetan Dictionary|Dharma Dictionary]] contains the word lists of Tibetan translators such as &#039;&#039;&#039;[[Erik Pema Kunsang]]&#039;&#039;&#039; (including the complete Rangjung Yeshe Tibetan-English Dictionary of Buddhist Culture, 74,441 entries), &#039;&#039;&#039;[[Ives Waldo]]&#039;&#039;&#039; (110,607 entries), &#039;&#039;&#039;[[Jim Valby]]&#039;&#039;&#039; (66,858 entries), &#039;&#039;&#039;[[Richard Barron]]&#039;&#039;&#039; (4716 entries), &#039;&#039;&#039;[[Erick Tsiknopoulos]]&#039;&#039;&#039; (2219 entries), &#039;&#039;&#039;[[Gyurme Dorje]]&#039;&#039;&#039; (1179 entries), &#039;&#039;&#039;[[Thomas Doctor]]&#039;&#039;&#039; (543 entries), &#039;&#039;&#039;[[Matthieu Ricard]]&#039;&#039;&#039; (532 entries) and more. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Contribute&#039;&#039;&#039; &amp;lt;br&amp;gt; We welcome contributors and editors! If you would like to be a contributor to the dictionary or have a detailed editing project in mind, please contact &#039;&#039;&#039;research at tsadra dot org&#039;&#039;&#039;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Website Contents ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Tibetan_Dictionary|Tibetan Lexicon]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; - All Tibetan terms available on this Wiki, listed in alphabetical order. &lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Terms|Lotsawa Workbench Terms]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Resources for Translators, Scholars &amp;amp; Practitioners]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Buddhist Masters|Buddhist Masters]]&#039;&#039;&#039;, &#039;&#039;&#039;[[Lineages &amp;amp; Teachings]]&#039;&#039;&#039;&lt;br /&gt;
* Present day &#039;&#039;&#039;[[Tibetan Buddhist Teachers|Tibetan Buddhist Teachers]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Literature]]&#039;&#039;&#039; - Data on important Tibetan Buddhist literary works and collections&lt;br /&gt;
* &#039;&#039;&#039;[[Translators &amp;amp; Translations]]&#039;&#039;&#039; - Present day lotsawas, translation groups and their work&lt;br /&gt;
&amp;lt;!--* &#039;&#039;&#039;[[Resources]]&#039;&#039;&#039; for the study and translation of Indo-Tibetan Buddhist Literature--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Study Programs]]&#039;&#039;&#039; related to Buddhist study and practice &lt;br /&gt;
* &#039;&#039;&#039;[[Special:Categories|Categories]]&#039;&#039;&#039; on this website&lt;br /&gt;
* &#039;&#039;&#039;[[Teachings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Note to Editors and Contributors ===&lt;br /&gt;
&lt;br /&gt;
* As of May 2021 this website is getting a complete update and overhaul and we will welcome editors and contributors as soon as it is ready. [[User:MarcusPerman|MarcusPerman]] ([[User talk:MarcusPerman|talk]]) 20:50, 26 May 2021 (UTC)&lt;br /&gt;
* See a complete list of online resources here: &#039;&#039;&#039;&#039;&#039;In Development&#039;&#039;&#039;&#039;&#039; [[Resources for Translators, Scholars &amp;amp; Practitioners]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[invitation letter|Invitation Letter]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[Welcome to first time users of DharmaDictionary]]&lt;br /&gt;
* [[Special:Allpages|Browse All Pages]]&lt;br /&gt;
* [[Special:Categories|Browse All Categories]]&lt;br /&gt;
&lt;br /&gt;
{{NoEdit}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882461</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882461"/>
		<updated>2023-03-06T17:28:52Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NoEdit}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Image:Welcome3-500b.gif|center|500px]]&lt;br /&gt;
      &amp;lt;div class=&amp;quot;TibInline text-center pink-hover-links&amp;quot; style=&amp;quot;font-size: 2.5em;&amp;quot;&amp;gt;[[bod skad|བོད་སྐད་]][[dang|དང་]][[dbyin skad|དབྱིན་སྐད་]][[tshal mdzod|ཚལ་མཛོད་]][[thabs shes ldan pa|ཐབས་ཤེས་ལྡན་པ།]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;tag-line&amp;quot;&amp;gt;Tibetan-English Dictionary, Dharma Glossaries and Resources&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;articlecount&amp;quot; style=&amp;quot;width:100%;text-align:center;font-size:80%; &amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;depth-1&amp;quot; style=&amp;quot;background: cornsilk; border-radius: 5px;&amp;quot; cellpadding=12&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;General Information&#039;&#039;&#039; &amp;lt;br&amp;gt; The Dharma Dictionary is currently being updated and upgraded, and will soon become a multi-purpose research tool with reference and access to several different databases. It contains free resources for the &amp;quot;circle of Lotsawas&amp;quot; involved in the translation of Buddhist texts and teachings from Tibetan into Western languages. The Dharma Dictionary has &#039;&#039;&#039;{{formatnum:{{#ask: [[Category:rydic2003]] |format=count }}}}&#039;&#039;&#039; separate pages in total, all inclusive. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Search the dictionary&#039;&#039;&#039; &amp;lt;br&amp;gt; Use the search box above to search for any Tibetan term in Wylie transliteration or in Tibetan font.  Examples: [[sems]], [[rig pa]], [[snying rje]]. &amp;lt;!--Searches can also be made in Tibetan Unicode (example &amp;lt;span class=TibInline&amp;gt;[[&#039;ཀྱག་གྲིར་འཆི།]]&amp;lt;/span&amp;gt;).--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The [[:Category:Tibetan Dictionary|Dharma Dictionary]] contains the word lists of Tibetan translators such as &#039;&#039;&#039;[[Erik Pema Kunsang]]&#039;&#039;&#039; (including the complete Rangjung Yeshe Tibetan-English Dictionary of Buddhist Culture, 74,441 entries), &#039;&#039;&#039;[[Ives Waldo]]&#039;&#039;&#039; (110,607 entries), &#039;&#039;&#039;[[Jim Valby]]&#039;&#039;&#039; (66,858 entries), &#039;&#039;&#039;[[Richard Barron]]&#039;&#039;&#039; (4716 entries), &#039;&#039;&#039;[[Erick Tsiknopoulos]]&#039;&#039;&#039; (2219 entries), &#039;&#039;&#039;[[Gyurme Dorje]]&#039;&#039;&#039; (1179 entries), &#039;&#039;&#039;[[Thomas Doctor]]&#039;&#039;&#039; (543 entries), &#039;&#039;&#039;[[Matthieu Ricard]]&#039;&#039;&#039; (532 entries) and more. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Contribute&#039;&#039;&#039; &amp;lt;br&amp;gt; We welcome contributors and editors! If you would like to be a contributor to the dictionary or have a detailed editing project in mind, please contact &#039;&#039;&#039;research at tsadra dot org&#039;&#039;&#039;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Website Contents ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Tibetan_Dictionary|Tibetan Lexicon]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; - All Tibetan terms available on this Wiki, listed in alphabetical order. &lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Terms|Lotsawa Workbench Terms]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Resources for Translators, Scholars &amp;amp; Practitioners]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Buddhist Masters|Buddhist Masters]]&#039;&#039;&#039;, &#039;&#039;&#039;[[Lineages &amp;amp; Teachings]]&#039;&#039;&#039;&lt;br /&gt;
* Present day &#039;&#039;&#039;[[Tibetan Buddhist Teachers|Tibetan Buddhist Teachers]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Literature]]&#039;&#039;&#039; - Data on important Tibetan Buddhist literary works and collections&lt;br /&gt;
* &#039;&#039;&#039;[[Translators &amp;amp; Translations]]&#039;&#039;&#039; - Present day lotsawas, translation groups and their work&lt;br /&gt;
&amp;lt;!--* &#039;&#039;&#039;[[Resources]]&#039;&#039;&#039; for the study and translation of Indo-Tibetan Buddhist Literature--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Study Programs]]&#039;&#039;&#039; related to Buddhist study and practice &lt;br /&gt;
* &#039;&#039;&#039;[[Special:Categories|Categories]]&#039;&#039;&#039; on this website&lt;br /&gt;
* &#039;&#039;&#039;[[Teachings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Note to Editors and Contributors ===&lt;br /&gt;
&lt;br /&gt;
* As of May 2021 this website is getting a complete update and overhaul and we will welcome editors and contributors as soon as it is ready. [[User:MarcusPerman|MarcusPerman]] ([[User talk:MarcusPerman|talk]]) 20:50, 26 May 2021 (UTC)&lt;br /&gt;
* See a complete list of online resources here: &#039;&#039;&#039;&#039;&#039;In Development&#039;&#039;&#039;&#039;&#039; [[Resources for Translators, Scholars &amp;amp; Practitioners]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[invitation letter|Invitation Letter]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[Welcome to first time users of DharmaDictionary]]&lt;br /&gt;
* [[Special:Allpages|Browse All Pages]]&lt;br /&gt;
* [[Special:Categories|Browse All Categories]]&lt;br /&gt;
&lt;br /&gt;
{{NoEdit}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882460</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882460"/>
		<updated>2023-03-06T17:28:42Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NoEdit}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=search2&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Image:Welcome3-500b.gif|center|500px]]&lt;br /&gt;
      &amp;lt;div class=&amp;quot;TibInline text-center pink-hover-links&amp;quot; style=&amp;quot;font-size: 2.5em;&amp;quot;&amp;gt;[[bod skad|བོད་སྐད་]][[dang|དང་]][[dbyin skad|དབྱིན་སྐད་]][[tshal mdzod|ཚལ་མཛོད་]][[thabs shes ldan pa|ཐབས་ཤེས་ལྡན་པ།]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;tag-line&amp;quot;&amp;gt;Tibetan-English Dictionary, Dharma Glossaries and Resources&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;articlecount&amp;quot; style=&amp;quot;width:100%;text-align:center;font-size:80%; &amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;depth-1&amp;quot; style=&amp;quot;background: cornsilk; border-radius: 5px;&amp;quot; cellpadding=12&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;General Information&#039;&#039;&#039; &amp;lt;br&amp;gt; The Dharma Dictionary is currently being updated and upgraded, and will soon become a multi-purpose research tool with reference and access to several different databases. It contains free resources for the &amp;quot;circle of Lotsawas&amp;quot; involved in the translation of Buddhist texts and teachings from Tibetan into Western languages. The Dharma Dictionary has &#039;&#039;&#039;{{formatnum:{{#ask: [[Category:rydic2003]] |format=count }}}}&#039;&#039;&#039; separate pages in total, all inclusive. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Search the dictionary&#039;&#039;&#039; &amp;lt;br&amp;gt; Use the search box above to search for any Tibetan term in Wylie transliteration or in Tibetan font.  Examples: [[sems]], [[rig pa]], [[snying rje]]. &amp;lt;!--Searches can also be made in Tibetan Unicode (example &amp;lt;span class=TibInline&amp;gt;[[&#039;ཀྱག་གྲིར་འཆི།]]&amp;lt;/span&amp;gt;).--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The [[:Category:Tibetan Dictionary|Dharma Dictionary]] contains the word lists of Tibetan translators such as &#039;&#039;&#039;[[Erik Pema Kunsang]]&#039;&#039;&#039; (including the complete Rangjung Yeshe Tibetan-English Dictionary of Buddhist Culture, 74,441 entries), &#039;&#039;&#039;[[Ives Waldo]]&#039;&#039;&#039; (110,607 entries), &#039;&#039;&#039;[[Jim Valby]]&#039;&#039;&#039; (66,858 entries), &#039;&#039;&#039;[[Richard Barron]]&#039;&#039;&#039; (4716 entries), &#039;&#039;&#039;[[Erick Tsiknopoulos]]&#039;&#039;&#039; (2219 entries), &#039;&#039;&#039;[[Gyurme Dorje]]&#039;&#039;&#039; (1179 entries), &#039;&#039;&#039;[[Thomas Doctor]]&#039;&#039;&#039; (543 entries), &#039;&#039;&#039;[[Matthieu Ricard]]&#039;&#039;&#039; (532 entries) and more. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Contribute&#039;&#039;&#039; &amp;lt;br&amp;gt; We welcome contributors and editors! If you would like to be a contributor to the dictionary or have a detailed editing project in mind, please contact &#039;&#039;&#039;research at tsadra dot org&#039;&#039;&#039;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Website Contents ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Tibetan_Dictionary|Tibetan Lexicon]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; - All Tibetan terms available on this Wiki, listed in alphabetical order. &lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Terms|Lotsawa Workbench Terms]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Resources for Translators, Scholars &amp;amp; Practitioners]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Buddhist Masters|Buddhist Masters]]&#039;&#039;&#039;, &#039;&#039;&#039;[[Lineages &amp;amp; Teachings]]&#039;&#039;&#039;&lt;br /&gt;
* Present day &#039;&#039;&#039;[[Tibetan Buddhist Teachers|Tibetan Buddhist Teachers]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Literature]]&#039;&#039;&#039; - Data on important Tibetan Buddhist literary works and collections&lt;br /&gt;
* &#039;&#039;&#039;[[Translators &amp;amp; Translations]]&#039;&#039;&#039; - Present day lotsawas, translation groups and their work&lt;br /&gt;
&amp;lt;!--* &#039;&#039;&#039;[[Resources]]&#039;&#039;&#039; for the study and translation of Indo-Tibetan Buddhist Literature--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Study Programs]]&#039;&#039;&#039; related to Buddhist study and practice &lt;br /&gt;
* &#039;&#039;&#039;[[Special:Categories|Categories]]&#039;&#039;&#039; on this website&lt;br /&gt;
* &#039;&#039;&#039;[[Teachings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Note to Editors and Contributors ===&lt;br /&gt;
&lt;br /&gt;
* As of May 2021 this website is getting a complete update and overhaul and we will welcome editors and contributors as soon as it is ready. [[User:MarcusPerman|MarcusPerman]] ([[User talk:MarcusPerman|talk]]) 20:50, 26 May 2021 (UTC)&lt;br /&gt;
* See a complete list of online resources here: &#039;&#039;&#039;&#039;&#039;In Development&#039;&#039;&#039;&#039;&#039; [[Resources for Translators, Scholars &amp;amp; Practitioners]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[invitation letter|Invitation Letter]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[Welcome to first time users of DharmaDictionary]]&lt;br /&gt;
* [[Special:Allpages|Browse All Pages]]&lt;br /&gt;
* [[Special:Categories|Browse All Categories]]&lt;br /&gt;
&lt;br /&gt;
{{NoEdit}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882459</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882459"/>
		<updated>2023-03-06T17:18:43Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NoEdit}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=search&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Image:Welcome3-500b.gif|center|500px]]&lt;br /&gt;
      &amp;lt;div class=&amp;quot;TibInline text-center pink-hover-links&amp;quot; style=&amp;quot;font-size: 2.5em;&amp;quot;&amp;gt;[[bod skad|བོད་སྐད་]][[dang|དང་]][[dbyin skad|དབྱིན་སྐད་]][[tshal mdzod|ཚལ་མཛོད་]][[thabs shes ldan pa|ཐབས་ཤེས་ལྡན་པ།]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;tag-line&amp;quot;&amp;gt;Tibetan-English Dictionary, Dharma Glossaries and Resources&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;articlecount&amp;quot; style=&amp;quot;width:100%;text-align:center;font-size:80%; &amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;depth-1&amp;quot; style=&amp;quot;background: cornsilk; border-radius: 5px;&amp;quot; cellpadding=12&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;General Information&#039;&#039;&#039; &amp;lt;br&amp;gt; The Dharma Dictionary is currently being updated and upgraded, and will soon become a multi-purpose research tool with reference and access to several different databases. It contains free resources for the &amp;quot;circle of Lotsawas&amp;quot; involved in the translation of Buddhist texts and teachings from Tibetan into Western languages. The Dharma Dictionary has &#039;&#039;&#039;{{formatnum:{{#ask: [[Category:rydic2003]] |format=count }}}}&#039;&#039;&#039; separate pages in total, all inclusive. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Search the dictionary&#039;&#039;&#039; &amp;lt;br&amp;gt; Use the search box above to search for any Tibetan term in Wylie transliteration or in Tibetan font.  Examples: [[sems]], [[rig pa]], [[snying rje]]. &amp;lt;!--Searches can also be made in Tibetan Unicode (example &amp;lt;span class=TibInline&amp;gt;[[&#039;ཀྱག་གྲིར་འཆི།]]&amp;lt;/span&amp;gt;).--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The [[:Category:Tibetan Dictionary|Dharma Dictionary]] contains the word lists of Tibetan translators such as &#039;&#039;&#039;[[Erik Pema Kunsang]]&#039;&#039;&#039; (including the complete Rangjung Yeshe Tibetan-English Dictionary of Buddhist Culture, 74,441 entries), &#039;&#039;&#039;[[Ives Waldo]]&#039;&#039;&#039; (110,607 entries), &#039;&#039;&#039;[[Jim Valby]]&#039;&#039;&#039; (66,858 entries), &#039;&#039;&#039;[[Richard Barron]]&#039;&#039;&#039; (4716 entries), &#039;&#039;&#039;[[Erick Tsiknopoulos]]&#039;&#039;&#039; (2219 entries), &#039;&#039;&#039;[[Gyurme Dorje]]&#039;&#039;&#039; (1179 entries), &#039;&#039;&#039;[[Thomas Doctor]]&#039;&#039;&#039; (543 entries), &#039;&#039;&#039;[[Matthieu Ricard]]&#039;&#039;&#039; (532 entries) and more. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Contribute&#039;&#039;&#039; &amp;lt;br&amp;gt; We welcome contributors and editors! If you would like to be a contributor to the dictionary or have a detailed editing project in mind, please contact &#039;&#039;&#039;research at tsadra dot org&#039;&#039;&#039;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Website Contents ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Tibetan_Dictionary|Tibetan Lexicon]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; - All Tibetan terms available on this Wiki, listed in alphabetical order. &lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Terms|Lotsawa Workbench Terms]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Resources for Translators, Scholars &amp;amp; Practitioners]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Buddhist Masters|Buddhist Masters]]&#039;&#039;&#039;, &#039;&#039;&#039;[[Lineages &amp;amp; Teachings]]&#039;&#039;&#039;&lt;br /&gt;
* Present day &#039;&#039;&#039;[[Tibetan Buddhist Teachers|Tibetan Buddhist Teachers]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Literature]]&#039;&#039;&#039; - Data on important Tibetan Buddhist literary works and collections&lt;br /&gt;
* &#039;&#039;&#039;[[Translators &amp;amp; Translations]]&#039;&#039;&#039; - Present day lotsawas, translation groups and their work&lt;br /&gt;
&amp;lt;!--* &#039;&#039;&#039;[[Resources]]&#039;&#039;&#039; for the study and translation of Indo-Tibetan Buddhist Literature--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Study Programs]]&#039;&#039;&#039; related to Buddhist study and practice &lt;br /&gt;
* &#039;&#039;&#039;[[Special:Categories|Categories]]&#039;&#039;&#039; on this website&lt;br /&gt;
* &#039;&#039;&#039;[[Teachings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Note to Editors and Contributors ===&lt;br /&gt;
&lt;br /&gt;
* As of May 2021 this website is getting a complete update and overhaul and we will welcome editors and contributors as soon as it is ready. [[User:MarcusPerman|MarcusPerman]] ([[User talk:MarcusPerman|talk]]) 20:50, 26 May 2021 (UTC)&lt;br /&gt;
* See a complete list of online resources here: &#039;&#039;&#039;&#039;&#039;In Development&#039;&#039;&#039;&#039;&#039; [[Resources for Translators, Scholars &amp;amp; Practitioners]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[invitation letter|Invitation Letter]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[Welcome to first time users of DharmaDictionary]]&lt;br /&gt;
* [[Special:Allpages|Browse All Pages]]&lt;br /&gt;
* [[Special:Categories|Browse All Categories]]&lt;br /&gt;
&lt;br /&gt;
{{NoEdit}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882458</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882458"/>
		<updated>2023-03-06T17:18:27Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NoEdit}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=search2&lt;br /&gt;
inline=true&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Image:Welcome3-500b.gif|center|500px]]&lt;br /&gt;
      &amp;lt;div class=&amp;quot;TibInline text-center pink-hover-links&amp;quot; style=&amp;quot;font-size: 2.5em;&amp;quot;&amp;gt;[[bod skad|བོད་སྐད་]][[dang|དང་]][[dbyin skad|དབྱིན་སྐད་]][[tshal mdzod|ཚལ་མཛོད་]][[thabs shes ldan pa|ཐབས་ཤེས་ལྡན་པ།]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;tag-line&amp;quot;&amp;gt;Tibetan-English Dictionary, Dharma Glossaries and Resources&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;articlecount&amp;quot; style=&amp;quot;width:100%;text-align:center;font-size:80%; &amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;depth-1&amp;quot; style=&amp;quot;background: cornsilk; border-radius: 5px;&amp;quot; cellpadding=12&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;General Information&#039;&#039;&#039; &amp;lt;br&amp;gt; The Dharma Dictionary is currently being updated and upgraded, and will soon become a multi-purpose research tool with reference and access to several different databases. It contains free resources for the &amp;quot;circle of Lotsawas&amp;quot; involved in the translation of Buddhist texts and teachings from Tibetan into Western languages. The Dharma Dictionary has &#039;&#039;&#039;{{formatnum:{{#ask: [[Category:rydic2003]] |format=count }}}}&#039;&#039;&#039; separate pages in total, all inclusive. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Search the dictionary&#039;&#039;&#039; &amp;lt;br&amp;gt; Use the search box above to search for any Tibetan term in Wylie transliteration or in Tibetan font.  Examples: [[sems]], [[rig pa]], [[snying rje]]. &amp;lt;!--Searches can also be made in Tibetan Unicode (example &amp;lt;span class=TibInline&amp;gt;[[&#039;ཀྱག་གྲིར་འཆི།]]&amp;lt;/span&amp;gt;).--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The [[:Category:Tibetan Dictionary|Dharma Dictionary]] contains the word lists of Tibetan translators such as &#039;&#039;&#039;[[Erik Pema Kunsang]]&#039;&#039;&#039; (including the complete Rangjung Yeshe Tibetan-English Dictionary of Buddhist Culture, 74,441 entries), &#039;&#039;&#039;[[Ives Waldo]]&#039;&#039;&#039; (110,607 entries), &#039;&#039;&#039;[[Jim Valby]]&#039;&#039;&#039; (66,858 entries), &#039;&#039;&#039;[[Richard Barron]]&#039;&#039;&#039; (4716 entries), &#039;&#039;&#039;[[Erick Tsiknopoulos]]&#039;&#039;&#039; (2219 entries), &#039;&#039;&#039;[[Gyurme Dorje]]&#039;&#039;&#039; (1179 entries), &#039;&#039;&#039;[[Thomas Doctor]]&#039;&#039;&#039; (543 entries), &#039;&#039;&#039;[[Matthieu Ricard]]&#039;&#039;&#039; (532 entries) and more. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Contribute&#039;&#039;&#039; &amp;lt;br&amp;gt; We welcome contributors and editors! If you would like to be a contributor to the dictionary or have a detailed editing project in mind, please contact &#039;&#039;&#039;research at tsadra dot org&#039;&#039;&#039;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Website Contents ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Tibetan_Dictionary|Tibetan Lexicon]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; - All Tibetan terms available on this Wiki, listed in alphabetical order. &lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Terms|Lotsawa Workbench Terms]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Resources for Translators, Scholars &amp;amp; Practitioners]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Buddhist Masters|Buddhist Masters]]&#039;&#039;&#039;, &#039;&#039;&#039;[[Lineages &amp;amp; Teachings]]&#039;&#039;&#039;&lt;br /&gt;
* Present day &#039;&#039;&#039;[[Tibetan Buddhist Teachers|Tibetan Buddhist Teachers]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Literature]]&#039;&#039;&#039; - Data on important Tibetan Buddhist literary works and collections&lt;br /&gt;
* &#039;&#039;&#039;[[Translators &amp;amp; Translations]]&#039;&#039;&#039; - Present day lotsawas, translation groups and their work&lt;br /&gt;
&amp;lt;!--* &#039;&#039;&#039;[[Resources]]&#039;&#039;&#039; for the study and translation of Indo-Tibetan Buddhist Literature--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Study Programs]]&#039;&#039;&#039; related to Buddhist study and practice &lt;br /&gt;
* &#039;&#039;&#039;[[Special:Categories|Categories]]&#039;&#039;&#039; on this website&lt;br /&gt;
* &#039;&#039;&#039;[[Teachings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Note to Editors and Contributors ===&lt;br /&gt;
&lt;br /&gt;
* As of May 2021 this website is getting a complete update and overhaul and we will welcome editors and contributors as soon as it is ready. [[User:MarcusPerman|MarcusPerman]] ([[User talk:MarcusPerman|talk]]) 20:50, 26 May 2021 (UTC)&lt;br /&gt;
* See a complete list of online resources here: &#039;&#039;&#039;&#039;&#039;In Development&#039;&#039;&#039;&#039;&#039; [[Resources for Translators, Scholars &amp;amp; Practitioners]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[invitation letter|Invitation Letter]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[Welcome to first time users of DharmaDictionary]]&lt;br /&gt;
* [[Special:Allpages|Browse All Pages]]&lt;br /&gt;
* [[Special:Categories|Browse All Categories]]&lt;br /&gt;
&lt;br /&gt;
{{NoEdit}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882457</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882457"/>
		<updated>2023-03-06T17:18:24Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NoEdit}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=search2&lt;br /&gt;
inline=true&lt;br /&gt;
searchbuttonlabel=Search the Dictionary&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Image:Welcome3-500b.gif|center|500px]]&lt;br /&gt;
      &amp;lt;div class=&amp;quot;TibInline text-center pink-hover-links&amp;quot; style=&amp;quot;font-size: 2.5em;&amp;quot;&amp;gt;[[bod skad|བོད་སྐད་]][[dang|དང་]][[dbyin skad|དབྱིན་སྐད་]][[tshal mdzod|ཚལ་མཛོད་]][[thabs shes ldan pa|ཐབས་ཤེས་ལྡན་པ།]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;tag-line&amp;quot;&amp;gt;Tibetan-English Dictionary, Dharma Glossaries and Resources&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;articlecount&amp;quot; style=&amp;quot;width:100%;text-align:center;font-size:80%; &amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;depth-1&amp;quot; style=&amp;quot;background: cornsilk; border-radius: 5px;&amp;quot; cellpadding=12&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;General Information&#039;&#039;&#039; &amp;lt;br&amp;gt; The Dharma Dictionary is currently being updated and upgraded, and will soon become a multi-purpose research tool with reference and access to several different databases. It contains free resources for the &amp;quot;circle of Lotsawas&amp;quot; involved in the translation of Buddhist texts and teachings from Tibetan into Western languages. The Dharma Dictionary has &#039;&#039;&#039;{{formatnum:{{#ask: [[Category:rydic2003]] |format=count }}}}&#039;&#039;&#039; separate pages in total, all inclusive. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Search the dictionary&#039;&#039;&#039; &amp;lt;br&amp;gt; Use the search box above to search for any Tibetan term in Wylie transliteration or in Tibetan font.  Examples: [[sems]], [[rig pa]], [[snying rje]]. &amp;lt;!--Searches can also be made in Tibetan Unicode (example &amp;lt;span class=TibInline&amp;gt;[[&#039;ཀྱག་གྲིར་འཆི།]]&amp;lt;/span&amp;gt;).--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The [[:Category:Tibetan Dictionary|Dharma Dictionary]] contains the word lists of Tibetan translators such as &#039;&#039;&#039;[[Erik Pema Kunsang]]&#039;&#039;&#039; (including the complete Rangjung Yeshe Tibetan-English Dictionary of Buddhist Culture, 74,441 entries), &#039;&#039;&#039;[[Ives Waldo]]&#039;&#039;&#039; (110,607 entries), &#039;&#039;&#039;[[Jim Valby]]&#039;&#039;&#039; (66,858 entries), &#039;&#039;&#039;[[Richard Barron]]&#039;&#039;&#039; (4716 entries), &#039;&#039;&#039;[[Erick Tsiknopoulos]]&#039;&#039;&#039; (2219 entries), &#039;&#039;&#039;[[Gyurme Dorje]]&#039;&#039;&#039; (1179 entries), &#039;&#039;&#039;[[Thomas Doctor]]&#039;&#039;&#039; (543 entries), &#039;&#039;&#039;[[Matthieu Ricard]]&#039;&#039;&#039; (532 entries) and more. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Contribute&#039;&#039;&#039; &amp;lt;br&amp;gt; We welcome contributors and editors! If you would like to be a contributor to the dictionary or have a detailed editing project in mind, please contact &#039;&#039;&#039;research at tsadra dot org&#039;&#039;&#039;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Website Contents ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Tibetan_Dictionary|Tibetan Lexicon]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; - All Tibetan terms available on this Wiki, listed in alphabetical order. &lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Terms|Lotsawa Workbench Terms]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Resources for Translators, Scholars &amp;amp; Practitioners]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Buddhist Masters|Buddhist Masters]]&#039;&#039;&#039;, &#039;&#039;&#039;[[Lineages &amp;amp; Teachings]]&#039;&#039;&#039;&lt;br /&gt;
* Present day &#039;&#039;&#039;[[Tibetan Buddhist Teachers|Tibetan Buddhist Teachers]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Literature]]&#039;&#039;&#039; - Data on important Tibetan Buddhist literary works and collections&lt;br /&gt;
* &#039;&#039;&#039;[[Translators &amp;amp; Translations]]&#039;&#039;&#039; - Present day lotsawas, translation groups and their work&lt;br /&gt;
&amp;lt;!--* &#039;&#039;&#039;[[Resources]]&#039;&#039;&#039; for the study and translation of Indo-Tibetan Buddhist Literature--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Study Programs]]&#039;&#039;&#039; related to Buddhist study and practice &lt;br /&gt;
* &#039;&#039;&#039;[[Special:Categories|Categories]]&#039;&#039;&#039; on this website&lt;br /&gt;
* &#039;&#039;&#039;[[Teachings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Note to Editors and Contributors ===&lt;br /&gt;
&lt;br /&gt;
* As of May 2021 this website is getting a complete update and overhaul and we will welcome editors and contributors as soon as it is ready. [[User:MarcusPerman|MarcusPerman]] ([[User talk:MarcusPerman|talk]]) 20:50, 26 May 2021 (UTC)&lt;br /&gt;
* See a complete list of online resources here: &#039;&#039;&#039;&#039;&#039;In Development&#039;&#039;&#039;&#039;&#039; [[Resources for Translators, Scholars &amp;amp; Practitioners]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[invitation letter|Invitation Letter]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[Welcome to first time users of DharmaDictionary]]&lt;br /&gt;
* [[Special:Allpages|Browse All Pages]]&lt;br /&gt;
* [[Special:Categories|Browse All Categories]]&lt;br /&gt;
&lt;br /&gt;
{{NoEdit}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882456</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882456"/>
		<updated>2023-03-06T17:18:06Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NoEdit}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=search2&lt;br /&gt;
inline=true&lt;br /&gt;
searchbuttonlabel=Search the Dictionary&lt;br /&gt;
width=103&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Image:Welcome3-500b.gif|center|500px]]&lt;br /&gt;
      &amp;lt;div class=&amp;quot;TibInline text-center pink-hover-links&amp;quot; style=&amp;quot;font-size: 2.5em;&amp;quot;&amp;gt;[[bod skad|བོད་སྐད་]][[dang|དང་]][[dbyin skad|དབྱིན་སྐད་]][[tshal mdzod|ཚལ་མཛོད་]][[thabs shes ldan pa|ཐབས་ཤེས་ལྡན་པ།]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;tag-line&amp;quot;&amp;gt;Tibetan-English Dictionary, Dharma Glossaries and Resources&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;articlecount&amp;quot; style=&amp;quot;width:100%;text-align:center;font-size:80%; &amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;depth-1&amp;quot; style=&amp;quot;background: cornsilk; border-radius: 5px;&amp;quot; cellpadding=12&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;General Information&#039;&#039;&#039; &amp;lt;br&amp;gt; The Dharma Dictionary is currently being updated and upgraded, and will soon become a multi-purpose research tool with reference and access to several different databases. It contains free resources for the &amp;quot;circle of Lotsawas&amp;quot; involved in the translation of Buddhist texts and teachings from Tibetan into Western languages. The Dharma Dictionary has &#039;&#039;&#039;{{formatnum:{{#ask: [[Category:rydic2003]] |format=count }}}}&#039;&#039;&#039; separate pages in total, all inclusive. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Search the dictionary&#039;&#039;&#039; &amp;lt;br&amp;gt; Use the search box above to search for any Tibetan term in Wylie transliteration or in Tibetan font.  Examples: [[sems]], [[rig pa]], [[snying rje]]. &amp;lt;!--Searches can also be made in Tibetan Unicode (example &amp;lt;span class=TibInline&amp;gt;[[&#039;ཀྱག་གྲིར་འཆི།]]&amp;lt;/span&amp;gt;).--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The [[:Category:Tibetan Dictionary|Dharma Dictionary]] contains the word lists of Tibetan translators such as &#039;&#039;&#039;[[Erik Pema Kunsang]]&#039;&#039;&#039; (including the complete Rangjung Yeshe Tibetan-English Dictionary of Buddhist Culture, 74,441 entries), &#039;&#039;&#039;[[Ives Waldo]]&#039;&#039;&#039; (110,607 entries), &#039;&#039;&#039;[[Jim Valby]]&#039;&#039;&#039; (66,858 entries), &#039;&#039;&#039;[[Richard Barron]]&#039;&#039;&#039; (4716 entries), &#039;&#039;&#039;[[Erick Tsiknopoulos]]&#039;&#039;&#039; (2219 entries), &#039;&#039;&#039;[[Gyurme Dorje]]&#039;&#039;&#039; (1179 entries), &#039;&#039;&#039;[[Thomas Doctor]]&#039;&#039;&#039; (543 entries), &#039;&#039;&#039;[[Matthieu Ricard]]&#039;&#039;&#039; (532 entries) and more. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Contribute&#039;&#039;&#039; &amp;lt;br&amp;gt; We welcome contributors and editors! If you would like to be a contributor to the dictionary or have a detailed editing project in mind, please contact &#039;&#039;&#039;research at tsadra dot org&#039;&#039;&#039;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Website Contents ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Tibetan_Dictionary|Tibetan Lexicon]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; - All Tibetan terms available on this Wiki, listed in alphabetical order. &lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Terms|Lotsawa Workbench Terms]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Resources for Translators, Scholars &amp;amp; Practitioners]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Buddhist Masters|Buddhist Masters]]&#039;&#039;&#039;, &#039;&#039;&#039;[[Lineages &amp;amp; Teachings]]&#039;&#039;&#039;&lt;br /&gt;
* Present day &#039;&#039;&#039;[[Tibetan Buddhist Teachers|Tibetan Buddhist Teachers]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Literature]]&#039;&#039;&#039; - Data on important Tibetan Buddhist literary works and collections&lt;br /&gt;
* &#039;&#039;&#039;[[Translators &amp;amp; Translations]]&#039;&#039;&#039; - Present day lotsawas, translation groups and their work&lt;br /&gt;
&amp;lt;!--* &#039;&#039;&#039;[[Resources]]&#039;&#039;&#039; for the study and translation of Indo-Tibetan Buddhist Literature--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Study Programs]]&#039;&#039;&#039; related to Buddhist study and practice &lt;br /&gt;
* &#039;&#039;&#039;[[Special:Categories|Categories]]&#039;&#039;&#039; on this website&lt;br /&gt;
* &#039;&#039;&#039;[[Teachings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Note to Editors and Contributors ===&lt;br /&gt;
&lt;br /&gt;
* As of May 2021 this website is getting a complete update and overhaul and we will welcome editors and contributors as soon as it is ready. [[User:MarcusPerman|MarcusPerman]] ([[User talk:MarcusPerman|talk]]) 20:50, 26 May 2021 (UTC)&lt;br /&gt;
* See a complete list of online resources here: &#039;&#039;&#039;&#039;&#039;In Development&#039;&#039;&#039;&#039;&#039; [[Resources for Translators, Scholars &amp;amp; Practitioners]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[invitation letter|Invitation Letter]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[Welcome to first time users of DharmaDictionary]]&lt;br /&gt;
* [[Special:Allpages|Browse All Pages]]&lt;br /&gt;
* [[Special:Categories|Browse All Categories]]&lt;br /&gt;
&lt;br /&gt;
{{NoEdit}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882455</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Main_Page&amp;diff=1882455"/>
		<updated>2023-03-06T17:15:39Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: (by SublimeText.Mediawiker)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NoEdit}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=search&lt;br /&gt;
break=no&lt;br /&gt;
placeholder=Search the dictionary&lt;br /&gt;
width=103&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
    &amp;lt;td&amp;gt;[[Image:Welcome3-500b.gif|center|500px]]&lt;br /&gt;
      &amp;lt;div class=&amp;quot;TibInline text-center pink-hover-links&amp;quot; style=&amp;quot;font-size: 2.5em;&amp;quot;&amp;gt;[[bod skad|བོད་སྐད་]][[dang|དང་]][[dbyin skad|དབྱིན་སྐད་]][[tshal mdzod|ཚལ་མཛོད་]][[thabs shes ldan pa|ཐབས་ཤེས་ལྡན་པ།]]&amp;lt;/div&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;tag-line&amp;quot;&amp;gt;Tibetan-English Dictionary, Dharma Glossaries and Resources&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/td&amp;gt;&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;articlecount&amp;quot; style=&amp;quot;width:100%;text-align:center;font-size:80%; &amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;depth-1&amp;quot; style=&amp;quot;background: cornsilk; border-radius: 5px;&amp;quot; cellpadding=12&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;General Information&#039;&#039;&#039; &amp;lt;br&amp;gt; The Dharma Dictionary is currently being updated and upgraded, and will soon become a multi-purpose research tool with reference and access to several different databases. It contains free resources for the &amp;quot;circle of Lotsawas&amp;quot; involved in the translation of Buddhist texts and teachings from Tibetan into Western languages. The Dharma Dictionary has &#039;&#039;&#039;{{formatnum:{{#ask: [[Category:rydic2003]] |format=count }}}}&#039;&#039;&#039; separate pages in total, all inclusive. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Search the dictionary&#039;&#039;&#039; &amp;lt;br&amp;gt; Use the search box above to search for any Tibetan term in Wylie transliteration or in Tibetan font.  Examples: [[sems]], [[rig pa]], [[snying rje]]. &amp;lt;!--Searches can also be made in Tibetan Unicode (example &amp;lt;span class=TibInline&amp;gt;[[&#039;ཀྱག་གྲིར་འཆི།]]&amp;lt;/span&amp;gt;).--&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The [[:Category:Tibetan Dictionary|Dharma Dictionary]] contains the word lists of Tibetan translators such as &#039;&#039;&#039;[[Erik Pema Kunsang]]&#039;&#039;&#039; (including the complete Rangjung Yeshe Tibetan-English Dictionary of Buddhist Culture, 74,441 entries), &#039;&#039;&#039;[[Ives Waldo]]&#039;&#039;&#039; (110,607 entries), &#039;&#039;&#039;[[Jim Valby]]&#039;&#039;&#039; (66,858 entries), &#039;&#039;&#039;[[Richard Barron]]&#039;&#039;&#039; (4716 entries), &#039;&#039;&#039;[[Erick Tsiknopoulos]]&#039;&#039;&#039; (2219 entries), &#039;&#039;&#039;[[Gyurme Dorje]]&#039;&#039;&#039; (1179 entries), &#039;&#039;&#039;[[Thomas Doctor]]&#039;&#039;&#039; (543 entries), &#039;&#039;&#039;[[Matthieu Ricard]]&#039;&#039;&#039; (532 entries) and more. &lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=top | &#039;&#039;&#039;Contribute&#039;&#039;&#039; &amp;lt;br&amp;gt; We welcome contributors and editors! If you would like to be a contributor to the dictionary or have a detailed editing project in mind, please contact &#039;&#039;&#039;research at tsadra dot org&#039;&#039;&#039;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Website Contents ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Tibetan_Dictionary|Tibetan Lexicon]]&#039;&#039;&#039;&amp;lt;/big&amp;gt; - All Tibetan terms available on this Wiki, listed in alphabetical order. &lt;br /&gt;
* &amp;lt;big&amp;gt;&#039;&#039;&#039;[[:Category:Terms|Lotsawa Workbench Terms]]&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Resources for Translators, Scholars &amp;amp; Practitioners]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Buddhist Masters|Buddhist Masters]]&#039;&#039;&#039;, &#039;&#039;&#039;[[Lineages &amp;amp; Teachings]]&#039;&#039;&#039;&lt;br /&gt;
* Present day &#039;&#039;&#039;[[Tibetan Buddhist Teachers|Tibetan Buddhist Teachers]]&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[Literature]]&#039;&#039;&#039; - Data on important Tibetan Buddhist literary works and collections&lt;br /&gt;
* &#039;&#039;&#039;[[Translators &amp;amp; Translations]]&#039;&#039;&#039; - Present day lotsawas, translation groups and their work&lt;br /&gt;
&amp;lt;!--* &#039;&#039;&#039;[[Resources]]&#039;&#039;&#039; for the study and translation of Indo-Tibetan Buddhist Literature--&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;[[Study Programs]]&#039;&#039;&#039; related to Buddhist study and practice &lt;br /&gt;
* &#039;&#039;&#039;[[Special:Categories|Categories]]&#039;&#039;&#039; on this website&lt;br /&gt;
* &#039;&#039;&#039;[[Teachings]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Note to Editors and Contributors ===&lt;br /&gt;
&lt;br /&gt;
* As of May 2021 this website is getting a complete update and overhaul and we will welcome editors and contributors as soon as it is ready. [[User:MarcusPerman|MarcusPerman]] ([[User talk:MarcusPerman|talk]]) 20:50, 26 May 2021 (UTC)&lt;br /&gt;
* See a complete list of online resources here: &#039;&#039;&#039;&#039;&#039;In Development&#039;&#039;&#039;&#039;&#039; [[Resources for Translators, Scholars &amp;amp; Practitioners]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[invitation letter|Invitation Letter]]&lt;br /&gt;
* Erik Pema Kunsang&#039;s Original [[Welcome to first time users of DharmaDictionary]]&lt;br /&gt;
* [[Special:Allpages|Browse All Pages]]&lt;br /&gt;
* [[Special:Categories|Browse All Categories]]&lt;br /&gt;
&lt;br /&gt;
{{NoEdit}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod&amp;diff=1882357</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod&amp;diff=1882357"/>
		<updated>2022-09-07T17:23:32Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry}}&lt;br /&gt;
{{ExDicInfo|{{SUBPAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Category:External_Dictionary_-_sngas_rgyas_chos_gzhung_tshig_mdzod&amp;diff=1882356</id>
		<title>Category:External Dictionary - sngas rgyas chos gzhung tshig mdzod</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Category:External_Dictionary_-_sngas_rgyas_chos_gzhung_tshig_mdzod&amp;diff=1882356"/>
		<updated>2022-09-07T17:23:32Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry}}&lt;br /&gt;
{{External Dictionary Category}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Template:sngas_rgyas_chos_gzhung_tshig_mdzod_Info&amp;diff=1882355</id>
		<title>Template:sngas rgyas chos gzhung tshig mdzod Info</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Template:sngas_rgyas_chos_gzhung_tshig_mdzod_Info&amp;diff=1882355"/>
		<updated>2022-09-07T17:23:31Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{TemplateTag}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12430&amp;diff=1882354</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12430</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12430&amp;diff=1882354"/>
		<updated>2022-09-07T17:23:31Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོྃ་མཛད་མ།&lt;br /&gt;
|Tibetan-Definition=སྒྲོལ་མའི་མིང་གི་རྣམ་གྲངས།&lt;br /&gt;
|Chinese-Traditional=作吽度母。救度母之別名。&lt;br /&gt;
|Chinese-Simplified=作吽度母。救度母之别名。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12429&amp;diff=1882353</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12429</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12429&amp;diff=1882353"/>
		<updated>2022-09-07T17:23:31Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོག་སྟེགས།&lt;br /&gt;
|Tibetan-Definition=སྒོམ་ཤིང་སྟེ། སྒོམ་རྒྱག་སྐབས་ཀྱི་ཨོག་མའི་སྟེགས་བྱེད་ཀྱི་ཤིང་ཞིག་ལ་ཟེར། ཚིག་འདི་གསར་དུ་བཅོས་པ་ཡིན།&lt;br /&gt;
|Chinese-Traditional=禪棍。佛教徒修習禪定時撐住下頷的木杖。&lt;br /&gt;
|Chinese-Simplified=禅棍。佛教徒修习禅定时撑住下颔的木杖。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12428&amp;diff=1882352</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12428</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12428&amp;diff=1882352"/>
		<updated>2022-09-07T17:23:31Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོྃ་ཡིག&lt;br /&gt;
|Tibetan-Definition=ཨོྃ་ཡིག་ལ་ཨ་དང་ཨུ་དང་མ་ཡིག་གསུམ་ཡོད་པ་རང་གི་ལུས་ངག་ཡིད་གསུམ་ཡིན་ལ། དེ་གསུམ་གྱི་སྟོང་ཉིད་སྙིང་རྗེ་རོ་གཅིག་པའི་ངོ་བོར་བདག་ཉིད་འཇོག་པའོ།&lt;br /&gt;
|Chinese-Traditional=嗡字。密法嗡字含阿鄔摩三字，是自己的身語意三業。於三業的空性、慈悲一味自性，安立為我。&lt;br /&gt;
|Chinese-Simplified=嗡字。密法嗡字含阿邬摩三字，是自己的身语意三业。于三业的空性、慈悲一味自性，安立为我。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12427&amp;diff=1882351</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12427</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12427&amp;diff=1882351"/>
		<updated>2022-09-07T17:23:31Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོྃ་མ་ཎི་པདྨེ་ཧཱུྃ།&lt;br /&gt;
|Tibetan-Definition=（ལེགས་）སྤྱན་རས་གཟིགས་ཀྱི་སྙིང་པོ་གཟུངས་སྔགས་ཡི་གེ་དྲུག་མའོ། ཚིག་འདི་གསར་དུ་བཅོས་པ་ཡིན།&lt;br /&gt;
|Chinese-Traditional=（梵）唵嘛呢叭咪吽。觀世音六字真言。有時加什字，而為ཨོྃ་མ་ཎི་པདྨེ་ཧཱོུྃ་ཧྲི།。什字據云是代表般若波羅蜜多蓮花部之種子。&lt;br /&gt;
|Chinese-Simplified=（梵）唵嘛呢叭咪吽。观世音六字真言。有时加什字，而为ཨོྃ་མ་ཎི་པདྨེ་ཧཱོུྃ་ཧྲི།。什字据云是代表般若波罗蜜多莲花部之种子。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12426&amp;diff=1882350</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12426</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12426&amp;diff=1882350"/>
		<updated>2022-09-07T17:23:30Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོ་ལོ།&lt;br /&gt;
|Tibetan-Definition=སྔ་དུས་ལྷ་ས་སྨོན་ལམ་ཆེན་མོའི་ཇ་འདྲེན་མཁན་ལ་ཟེར།&lt;br /&gt;
|Chinese-Traditional=行茶僧。指傳大召時給僧眾斟茶的人。&lt;br /&gt;
|Chinese-Simplified=行茶僧。指传大召时给僧众斟茶的人。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12425&amp;diff=1882349</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12425</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12425&amp;diff=1882349"/>
		<updated>2022-09-07T17:23:30Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོ་ཏནྟ་པུ་རིའི་གཙུག་ལག་ཁང་།&lt;br /&gt;
|Tibetan-Definition=ཨོ་ཏན་ཏ་པཱུ་རི་དང་དོན་གཅིག །&lt;br /&gt;
|Chinese-Traditional=同ཨོ་ཏན་ཏ་པཱུ་རི།條。&lt;br /&gt;
|Chinese-Simplified=同ཨོ་ཏན་ཏ་པཱུ་རི།条。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12424&amp;diff=1882348</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12424</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12424&amp;diff=1882348"/>
		<updated>2022-09-07T17:23:30Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོ་ཏནྟ་པུ་རི།&lt;br /&gt;
|Tibetan-Definition=ཨོ་ཏན་ཏ་པཱུ་རི་དང་དོན་གཅིག །&lt;br /&gt;
|Chinese-Traditional=同ཨོ་ཏན་ཏ་པཱུ་རི།條。&lt;br /&gt;
|Chinese-Simplified=同ཨོ་ཏན་ཏ་པཱུ་རི།条。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12423&amp;diff=1882347</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12423</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12423&amp;diff=1882347"/>
		<updated>2022-09-07T17:23:30Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོ་ཏན་ཏ་པཱུ་རི།&lt;br /&gt;
|Tibetan-Definition=འཕུར་བྱེད་གྲོང་ཁྱེར་ཏེ། རྒྱ་གར་གྱི་གཙུག་ལག་ཁང་འདི་སློབ་དཔོན་སེང་བཟང་གི་སྦྱིན་བདག་ཆོས་རྒྱལ་དྷརྨ་པ་ལའི་རྒྱལ་རབས་གཅིག་ཙམ་གྱི་སྔོན་དུ་བཞེངས་པར་མངོན། བསམ་ཡས་གཙུག་ལག་ཁང་དེ་མཁན་པོ་ཞི་བ་འཚོས་ཞལ་བཀོད་མཛད་ནས་ཨོ་ཏན་ཏ་པཱུ་རིའི་བཀོད་པ་ལྟར་བཞེངས་པར་བཤད།&lt;br /&gt;
|Chinese-Traditional=（梵）歐丹達布黎。能飛城。古印度一寺廟名，約建於獅子賢論師的施主──印度法王達磨婆羅之前一代時間。據說靜命論師就是摹仿此寺而建造桑耶寺的。&lt;br /&gt;
|Chinese-Simplified=（梵）欧丹达布黎。能飞城。古印度一寺庙名，约建于狮子贤论师的施主──印度法王达磨婆罗之前一代时间。据说静命论师就是摹仿此寺而建造桑耶寺的。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12422&amp;diff=1882346</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12422</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12422&amp;diff=1882346"/>
		<updated>2022-09-07T17:23:29Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོ་རྒྱན་སངས་རྒྱས་གཉིས་པ།&lt;br /&gt;
|Tibetan-Definition=སློབ་དཔོན་པད་མ་འབྱུང་གནས་ཀྱི་ཆེ་མིང་། ཚིག་འདི་གསར་དུ་བཅོས་པ་ཡིན།&lt;br /&gt;
|Chinese-Traditional=烏仗那第二佛祖。即蓮花生大師。&lt;br /&gt;
|Chinese-Simplified=乌仗那第二佛祖。即莲花生大师。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12421&amp;diff=1882345</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12421</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12421&amp;diff=1882345"/>
		<updated>2022-09-07T17:23:29Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོ་རྒྱན་རིན་པོ་ཆེ།&lt;br /&gt;
|Tibetan-Definition=སློབ་དཔོན་པད་མ་འབྱུང་གནས་ཀྱི་མཚན་གཞན་ཞིག&lt;br /&gt;
|Chinese-Traditional=鄔金大師。藏傳佛教徒對蓮花生的敬稱。&lt;br /&gt;
|Chinese-Simplified=邬金大师。藏传佛教徒对莲花生的敬称。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12420&amp;diff=1882344</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12420</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12420&amp;diff=1882344"/>
		<updated>2022-09-07T17:23:29Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོ་རྒྱན་ཟ་ཧོར་མ།&lt;br /&gt;
|Tibetan-Definition=ཟ་ཧོར་རྒྱལ་པོའི་ཆ་ལུགས་སྤྲས་པའི་སློབ་དཔོན་པད་མའི་སྐུ་བརྙན།&lt;br /&gt;
|Chinese-Traditional=蓮花生國王像。蓮花生作古代東孟加拉薩貨國王子裝束冠插鷲翎之像，是蓮花生八相之一。&lt;br /&gt;
|Chinese-Simplified=莲花生国王像。莲花生作古代东孟加拉萨货国王子装束冠插鹫翎之像，是莲花生八相之一。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12419&amp;diff=1882343</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12419</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12419&amp;diff=1882343"/>
		<updated>2022-09-07T17:23:29Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོ་རྒྱན་པད་མ་འབྱུང་གནས།&lt;br /&gt;
|Tibetan-Definition=སློབ་དཔོན་པདྨ་འབྱུང་གནས་ཀྱི་མཚན་ཞིག ། ཚིག་འདི་གསར་དུ་བཅོས་པ་ཡིན།&lt;br /&gt;
|Chinese-Traditional=鄔金蓮花生。蓮花生大師之本名。&lt;br /&gt;
|Chinese-Simplified=邬金莲花生。莲花生大师之本名。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12418&amp;diff=1882342</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12418</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12418&amp;diff=1882342"/>
		<updated>2022-09-07T17:23:28Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོ་རྒྱན་རྗེ།&lt;br /&gt;
|Tibetan-Definition=སློབ་དཔོན་པདྨ་འབྱུང་གནས་ཏེ། ཨོ་རྒྱན་རིན་པོ་ཆེའི་མཚན་གཞན་ཞིག ། ཚིག་འདི་གསར་དུ་བཅོས་པ་ཡིན།&lt;br /&gt;
|Chinese-Traditional=蓮花生祖師。藏傳佛教徒對蓮花生大師的敬稱，又稱作ཨོ་རྒྱན་རིན་པོ་ཆེ།。&lt;br /&gt;
|Chinese-Simplified=莲花生祖师。藏传佛教徒对莲花生大师的敬称，又称作ཨོ་རྒྱན་རིན་པོ་ཆེ།。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12417&amp;diff=1882341</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12417</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12417&amp;diff=1882341"/>
		<updated>2022-09-07T17:23:28Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོ་རྒྱན་མགོན་པོ།&lt;br /&gt;
|Tibetan-Definition=སློབ་དཔོན་པདྨ་འབྱུ་ང་གནས་ལ་ཨོ་རྒྱན་མགོན་པོའང་ཟེར།&lt;br /&gt;
|Chinese-Traditional=鄔金怙主。蓮花生的異名。&lt;br /&gt;
|Chinese-Simplified=邬金怙主。莲花生的异名。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12416&amp;diff=1882340</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12416</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12416&amp;diff=1882340"/>
		<updated>2022-09-07T17:23:28Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨོ་རྒྱན།&lt;br /&gt;
|Tibetan-Definition=རྒྱ་གར་ནུབ་མཚམས་སུ་ཡོད་པའི་མཁའ་འགྲོ་མའི་གནས་ཟེར་བ་དེའོ། ཨུ་རྒྱན་དང་། ཨོ་རྒྱན། ཨྱོན་སོགས། ཨོ་ཊ་ཡན་ཡི་སྒྲ་ཟུར་ཆག་པ་ཡིན། ཚིག་འདི་གསར་དུ་བཅོས་པ་ཡིན།&lt;br /&gt;
|Chinese-Traditional=鄔金，烏仗那。印度西方空行母住地。ཨུ་རྒྱན།  ཨོ་རྒྱན།  ཨྱོན等都是ཨོ་ཊ་ཡན། 之變音。&lt;br /&gt;
|Chinese-Simplified=邬金，乌仗那。印度西方空行母住地。ཨུ་རྒྱན།  ཨོ་རྒྱན།  ཨྱོན等都是ཨོ་ཊ་ཡན། 之变音。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12415&amp;diff=1882339</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12415</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12415&amp;diff=1882339"/>
		<updated>2022-09-07T17:23:28Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨེར་ཏེ་ནི།&lt;br /&gt;
|Tibetan-Definition=（སོག་）རཏྣའི་ཟུར་ཆག་སྟེ། རིན་པོ་ཆེ་ལ་ཟེར། ཚིག་འདི་གསར་དུ་བཅོས་པ་ཡིན།&lt;br /&gt;
|Chinese-Traditional=（蒙）額爾德尼。梵文རཏྣ། 之音變，寶貝。&lt;br /&gt;
|Chinese-Simplified=（蒙）额尔德尼。梵文རཏྣ། 之音变，宝贝。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12414&amp;diff=1882338</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12414</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12414&amp;diff=1882338"/>
		<updated>2022-09-07T17:23:27Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨེན་ཆུང་།&lt;br /&gt;
|Tibetan-Definition=གྲྭ་པ་ཆུང་ཆུང་ལ་ཟེར། ཚིག་འདི་གསར་དུ་བཅོས་པ་ཡིན།&lt;br /&gt;
|Chinese-Traditional=小沙彌，小和尚，年幼的出家人。&lt;br /&gt;
|Chinese-Simplified=小沙弥，小和尚，年幼的出家人。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12413&amp;diff=1882337</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12413</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12413&amp;diff=1882337"/>
		<updated>2022-09-07T17:23:27Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨེ་ཝཾ་ཡི་གེ་རིགས་མེད་པ།&lt;br /&gt;
|Tibetan-Definition=དཔལ་དུས་ཀྱི་འཁོར་ལོའི་མཚན་ཞིག&lt;br /&gt;
|Chinese-Traditional=無方便智慧。吉祥時輪之異名。&lt;br /&gt;
|Chinese-Simplified=无方便智能。吉祥时轮之异名。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12412&amp;diff=1882336</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12412</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12412&amp;diff=1882336"/>
		<updated>2022-09-07T17:23:27Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨེ་ཝཾ་ཆོས་ལྡན་གྱི་དགོན་པ།&lt;br /&gt;
|Chinese-Traditional=艾旺曲丹寺。即俄寺，在納塘西約半天的路上，由俄巴‧貢噶桑波在1429年興建。&lt;br /&gt;
|Chinese-Simplified=艾旺曲丹寺。即俄寺，在纳塘西约半天的路上，由俄巴‧贡噶桑波在1429年兴建。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12411&amp;diff=1882335</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12411</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12411&amp;diff=1882335"/>
		<updated>2022-09-07T17:23:27Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨེ་ཀཱ་པ་ཙི་ཀཱ་པ།&lt;br /&gt;
|Chinese-Traditional=（梵）伊迦巴孜迦巴。密宗法師作法時的唱詞。&lt;br /&gt;
|Chinese-Simplified=（梵）伊迦巴孜迦巴。密宗法师作法时的唱词。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12410&amp;diff=1882334</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12410</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12410&amp;diff=1882334"/>
		<updated>2022-09-07T17:23:27Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨུཔཱལི།&lt;br /&gt;
|Tibetan-Definition=（ལེགས་）ཉེ་བ་འཁོར་ཏེ། སངས་རྒྱས་ཤཱཀྱ་ཐུབ་པའི་ཉན་ཐོས་ཉེ་འཁོར་བཅུའི་ནང་གསེས། ཚིག་འདི་གསར་དུ་བཅོས་པ་ཡིན།&lt;br /&gt;
|Chinese-Traditional=（梵）優婆離。近取。釋迦牟尼佛十大弟子之一。&lt;br /&gt;
|Chinese-Simplified=（梵）优婆离。近取。释迦牟尼佛十大弟子之一。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12409&amp;diff=1882333</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12409</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12409&amp;diff=1882333"/>
		<updated>2022-09-07T17:23:26Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨུཏྟརམནྟྲིཎཿ&lt;br /&gt;
|Tibetan-Definition=（ལེགས་）ལམ་མཆོག་འགྲོ། ཚིག་འདི་གསར་དུ་བཅོས་པ་ཡིན།&lt;br /&gt;
|Chinese-Traditional=（梵）溫恒羅謾怛那。勝道行洲。參見ལམ་མཆོག་འགྲོ།條。&lt;br /&gt;
|Chinese-Simplified=（梵）温恒罗谩怛那。胜道行洲。参见ལམ་མཆོག་འགྲོ།条。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12408&amp;diff=1882332</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12408</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12408&amp;diff=1882332"/>
		<updated>2022-09-07T17:23:26Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨུ་རྒྱན་པ།&lt;br /&gt;
|Chinese-Traditional=烏金巴。又寫作ཨོ་རྒྱན་པ།。為噶瑪拔希（ཀརྨ་པག་ཤི།）的弟子。噶瑪拔希將元朝皇帝所賜之金緣黑帽交烏金巴繼承，黑帽系（ཞྭ་ནག་ཅན།）才由此傳承。藏傳佛教的活佛轉世制度即由噶瑪拔希開始，其轉世者即讓迥多杰（རང་བྱུང་རྡོ་རྗེ།）成為黑帽系第三世活佛。&lt;br /&gt;
|Chinese-Simplified=乌金巴。又写作ཨོ་རྒྱན་པ།。为噶玛拔希（ཀརྨ་པག་ཤི།）的弟子。噶玛拔希将元朝皇帝所赐之金缘黑帽交乌金巴继承，黑帽系（ཞྭ་ནག་ཅན།）才由此传承。藏传佛教的活佛转世制度即由噶玛拔希开始，其转世者即让迥多杰（རང་བྱུང་རྡོ་རྗེ།）成为黑帽系第三世活佛。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
	<entry>
		<id>https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12407&amp;diff=1882331</id>
		<title>Dictionaries/sngas rgyas chos gzhung tshig mdzod/12407</title>
		<link rel="alternate" type="text/html" href="https://rywiki.tsadra.org/index.php?title=Dictionaries/sngas_rgyas_chos_gzhung_tshig_mdzod/12407&amp;diff=1882331"/>
		<updated>2022-09-07T17:23:26Z</updated>

		<summary type="html">&lt;p&gt;Jeremi: CSV import of sngas rgyas chos gzhung tshig mdzod dataset&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DictionaryEntry&lt;br /&gt;
|Tibetan=ཨུཏྤལ་སྔོན་ལྡན།&lt;br /&gt;
|Tibetan-Definition=（མངོན་）འཇམ་དཔལ་དབྱངས། ཚིག་འདི་གསར་དུ་བཅོས་པ་ཡིན།&lt;br /&gt;
|Chinese-Traditional=青蓮花。文殊菩薩之異名。&lt;br /&gt;
|Chinese-Simplified=青莲花。文殊菩萨之异名。&lt;br /&gt;
|Dictionary=sngas rgyas chos gzhung tshig mdzod&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jeremi</name></author>
	</entry>
</feed>