<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bahai9.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sarah</id>
	<title>Bahai9 - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://bahai9.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sarah"/>
	<link rel="alternate" type="text/html" href="https://bahai9.com/wiki/Special:Contributions/Sarah"/>
	<updated>2026-05-14T20:32:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://bahai9.com/index.php?title=User:Sarah/sandbox&amp;diff=23641</id>
		<title>User:Sarah/sandbox</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=User:Sarah/sandbox&amp;diff=23641"/>
		<updated>2026-04-19T23:11:41Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://www.youtube.com/watch?v=f4-ulvP22_Y&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=MediaWiki:Common.css&amp;diff=22820</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=MediaWiki:Common.css&amp;diff=22820"/>
		<updated>2026-02-28T20:46:04Z</updated>

		<summary type="html">&lt;p&gt;Sarah: background controlled by the skin to accommodate dark mode&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
CONTENTS&lt;br /&gt;
&lt;br /&gt;
1. Character insert styling&lt;br /&gt;
2. Collapsible list&lt;br /&gt;
3. Floating Table of Contents (TOC)&lt;br /&gt;
4. Toolbar links&lt;br /&gt;
5. Tooltips&lt;br /&gt;
6. Diagonal headers&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Styling for links generated by [[MediaWiki:Edittools]]&lt;br /&gt;
 * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling&lt;br /&gt;
 * @updated 2012-02-29&lt;br /&gt;
 */&lt;br /&gt;
.iw-result__content {&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.default-protocol {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-charinsert-buttons {&lt;br /&gt;
	margin-top: 20px;&lt;br /&gt;
	padding: 1px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.mw-charinsert-buttons a {&lt;br /&gt;
	color: black;&lt;br /&gt;
	background-color: #cde !important;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-size: .9em;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	border: thin #069 outset;&lt;br /&gt;
	padding: 0 .1em .1em;&lt;br /&gt;
}&lt;br /&gt;
.mw-charinsert-buttons a:hover,&lt;br /&gt;
.mw-charinsert-buttons a:active {&lt;br /&gt;
	background-color: #bcd;&lt;br /&gt;
	border-style: inset;&lt;br /&gt;
}&lt;br /&gt;
.client-js .mw-edittools-section {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
.client-js .mw-edittools-section input[type=&amp;quot;button&amp;quot;] {&lt;br /&gt;
	font-size: 0.9em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
JUST ADD .collapsibleList TO UL tag; see https://bahai9.com/wiki/User:Brettz9/test-collapsibleLists&lt;br /&gt;
note the new code for this listed below at https://iamkate.com/code/tree-views/&lt;br /&gt;
is good in being CSS only but requires details/summary which are not supported&lt;br /&gt;
yet in MW, and which are cumbersome to add&lt;br /&gt;
&lt;br /&gt;
User:Brettz9 added these styles for auto-added classes as per the code from http://code.stephenmorley.org/javascript/collapsible-lists/ with the license per http://code.stephenmorley.org/about-this-site/copyright/ being under http://creativecommons.org/publicdomain/zero/1.0/legalcode&lt;br /&gt;
If applying for DL or DD/DT, ensure to add these as well&lt;br /&gt;
*/.collapsibleList li &amp;gt; span {&lt;br /&gt;
    list-style-image: none;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    background: none;&lt;br /&gt;
    cursor: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ol.collapsibleList &amp;gt; li.collapsibleListOpen &amp;gt; span,&lt;br /&gt;
.collapsibleList ol &amp;gt; li.collapsibleListOpen &amp;gt; span {&lt;br /&gt;
  background:url(&#039;https://file.bahai.media/9/9c/Button-open.png&#039;) no-repeat 0 5px;&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
.collapsibleList ol &amp;gt; li.collapsibleListClosed &amp;gt; span,&lt;br /&gt;
ol.collapsibleList &amp;gt; li.collapsibleListClosed &amp;gt; span {&lt;br /&gt;
  background:url(&#039;https://file.bahai.media/0/00/Button-closed.png&#039;) left center no-repeat;&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
ul.collapsibleList &amp;gt; li.collapsibleListOpen &amp;gt; span,&lt;br /&gt;
.collapsibleList ul &amp;gt; li.collapsibleListOpen &amp;gt; span {&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
ul.collapsibleList &amp;gt; li.collapsibleListClosed &amp;gt; span,&lt;br /&gt;
.collapsibleList ul &amp;gt; li.collapsibleListClosed &amp;gt; span {&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
ul.collapsibleList &amp;gt; li.collapsibleListOpen,&lt;br /&gt;
.collapsibleList ul &amp;gt; li.collapsibleListOpen {&lt;br /&gt;
  list-style-image:url(&#039;https://file.bahai.media/9/9c/Button-open.png&#039;);&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
ul.collapsibleList &amp;gt; li.collapsibleListClosed,&lt;br /&gt;
.collapsibleList ul &amp;gt; li.collapsibleListClosed {&lt;br /&gt;
  list-style-image:url(&#039;https://file.bahai.media/0/00/Button-closed.png&#039;);&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Float TOC to right */&lt;br /&gt;
#toc {&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    right: 0;&lt;br /&gt;
    top: 7em; /* 5em is height of header, 6em brings just under */&lt;br /&gt;
    /* bottom: 5em; /* 5em puts us above the footer; not bad but too low when TOC is collapsed */&lt;br /&gt;
&lt;br /&gt;
    /* z-index: 10000; Ensure we float above the header, etc. */&lt;br /&gt;
    z-index: 10000; /* Being concealed by toolbar now? */&lt;br /&gt;
}&lt;br /&gt;
/* Ensure the TOC height doesn&#039;t take over the screen; percentages may be higher than view port, so we use pixels */&lt;br /&gt;
#toc &amp;gt; ul {&lt;br /&gt;
    max-height: 350px;&lt;br /&gt;
    overflow: auto;	&lt;br /&gt;
}&lt;br /&gt;
.toctoggle {&lt;br /&gt;
	float: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Toolbar links (was using with BADIPagesCreatedLinks) */&lt;br /&gt;
.portal .external, .portal .new, .portal .checking, .portal .erred {&lt;br /&gt;
    font-size: 1.25em !important;&lt;br /&gt;
    line-height: 1.525em !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tooltips */&lt;br /&gt;
.tooltip-parent:hover .tooltip-child {&lt;br /&gt;
    display:block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tooltip-child {&lt;br /&gt;
    display: none;&lt;br /&gt;
    /* margin-left: 28px; /* moves the tooltip to the right */&lt;br /&gt;
    /* margin-top: 15px; /* moves it down */&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    z-index: 1000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Diagonal headers */&lt;br /&gt;
th.tilted {&lt;br /&gt;
  /* Something you can count on */&lt;br /&gt;
  height: 140px;&lt;br /&gt;
  white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
th.tilted &amp;gt; div {&lt;br /&gt;
  transform: &lt;br /&gt;
    /* Magic Numbers */&lt;br /&gt;
    translate(25px, 51px)&lt;br /&gt;
    /* 45 is really 360 - 45 */&lt;br /&gt;
    rotate(315deg);&lt;br /&gt;
  width: 30px;&lt;br /&gt;
}&lt;br /&gt;
th.tilted &amp;gt; div &amp;gt; span {&lt;br /&gt;
  border-bottom: 1px solid #ccc;&lt;br /&gt;
  padding: 5px 10px;&lt;br /&gt;
}&lt;br /&gt;
table.tilted td {&lt;br /&gt;
	border: 1px solid #ccc;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h3, h4, h5 {&lt;br /&gt;
	font-weight: bold !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=User:Sarah/sandbox&amp;diff=22737</id>
		<title>User:Sarah/sandbox</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=User:Sarah/sandbox&amp;diff=22737"/>
		<updated>2025-11-08T03:56:54Z</updated>

		<summary type="html">&lt;p&gt;Sarah: Created page with &amp;quot;test&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=User:Test123&amp;diff=22727</id>
		<title>User:Test123</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=User:Test123&amp;diff=22727"/>
		<updated>2025-10-21T04:08:56Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test8&lt;br /&gt;
test&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=User:Sarah&amp;diff=22714</id>
		<title>User:Sarah</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=User:Sarah&amp;diff=22714"/>
		<updated>2025-09-13T00:22:32Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please see my user page on Bahaipedia:  [[:pedia:User:Sarah|User:Sarah]].&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=MediaWiki:Common.js&amp;diff=22692</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=MediaWiki:Common.js&amp;diff=22692"/>
		<updated>2025-07-18T03:25:11Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* globals document, window, URLSearchParams, location, event, console, localStorage,&lt;br /&gt;
  $, mw, -- Set by MediaWiki */&lt;br /&gt;
/* eslint-disable&lt;br /&gt;
  no-tabs, padded-blocks, no-multiple-empty-lines,&lt;br /&gt;
  vars-on-top&lt;br /&gt;
  -- Disabling for readability&lt;br /&gt;
*/&lt;br /&gt;
/* eslint-disable&lt;br /&gt;
  no-var, prefer-named-capture-group, require-c-regexp,&lt;br /&gt;
  object-shorthand,&lt;br /&gt;
  unicorn/no-document-cookie,&lt;br /&gt;
  unicorn/prefer-query-selector, unicorn/prefer-includes, unicorn/no-for-loop,&lt;br /&gt;
  unicorn/prefer-default-parameters&lt;br /&gt;
  -- Disabling some due to older browser support/lack of ES6+ support&lt;br /&gt;
  */&lt;br /&gt;
/* eslint indent: [&#039;error&#039;, &#039;tab&#039;] -- Differs from eslint-config-ash-nazg */&lt;br /&gt;
/*&lt;br /&gt;
CONTENTS&lt;br /&gt;
&lt;br /&gt;
1. Character subset menu&lt;br /&gt;
2. Collapsible headings&lt;br /&gt;
3. Collapsible lists&lt;br /&gt;
4. Toggling table of contents&lt;br /&gt;
5. Toggling headings&lt;br /&gt;
6. Search category pages&lt;br /&gt;
7. Prepopulating user category pages&lt;br /&gt;
8. Sister project links (convert to specific page)&lt;br /&gt;
9. Hiding category sections when no categories&lt;br /&gt;
10. Bahai.org and Phelps&#039; Partial Inventory Tablet cross-references&lt;br /&gt;
11. Add traffic statistics link&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
// MediaWiki vars (use mw.config.get() for some): https://www.mediawiki.org/wiki/Manual:Interface/JavaScript&lt;br /&gt;
/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
&lt;br /&gt;
&#039;use strict&#039;;&lt;br /&gt;
&lt;br /&gt;
/**********************&lt;br /&gt;
*** add menu on edit page /for selecting subsets of special characters&lt;br /&gt;
*** by [[user:Pathoschild]]&lt;br /&gt;
***   - note: must match MediaWiki:Edittools&lt;br /&gt;
**********************/&lt;br /&gt;
function addCharSubsetMenu () {&lt;br /&gt;
	var specialchars = document.getElementById(&#039;specialchars&#039;);&lt;br /&gt;
&lt;br /&gt;
	if (specialchars) {&lt;br /&gt;
		var menu = &#039;&amp;lt;select style=&amp;quot;display:inline&amp;quot; onChange=&amp;quot;chooseCharSubset(selectedIndex)&amp;quot;&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;option&amp;gt;Select&amp;lt;/option&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;option&amp;gt;Ligatures and symbols&amp;lt;/option&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;option&amp;gt;Accents&amp;lt;/option&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;option&amp;gt;Tildes&amp;lt;/option&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;option&amp;gt;Cedillas&amp;lt;/option&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;option&amp;gt;Diereses&amp;lt;/option&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;option&amp;gt;Circumflexes&amp;lt;/option&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;option&amp;gt;Macrons&amp;lt;/option&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;option&amp;gt;Other diacritics&amp;lt;/option&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;option&amp;gt;Greek&amp;lt;/option&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;option&amp;gt;Hebrew&amp;lt;/option&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;option&amp;gt;Cyrillic&amp;lt;/option&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;option&amp;gt;IPA&amp;lt;/option&amp;gt;&#039;;&lt;br /&gt;
		menu += &#039;&amp;lt;/select&amp;gt;&#039;;&lt;br /&gt;
		specialchars.innerHTML = menu + specialchars.innerHTML.replace(/_newline_/gm, &#039;\n&#039;);&lt;br /&gt;
&lt;br /&gt;
		/* default subset - try to use a cookie some day */&lt;br /&gt;
		chooseCharSubset(0);&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Select subsection of special characters.&lt;br /&gt;
 * @param {int} s&lt;br /&gt;
 * @returns {void}&lt;br /&gt;
 */&lt;br /&gt;
function chooseCharSubset (s) {&lt;br /&gt;
	var l = document.getElementById(&#039;specialchars&#039;).getElementsByTagName(&#039;p&#039;);&lt;br /&gt;
	for (var i = 0; i &amp;lt; l.length; i++) {&lt;br /&gt;
		l[i].style.display = i === s ? &#039;inline&#039; : &#039;none&#039;;&lt;br /&gt;
		l[i].style.visibility = i === s ? &#039;visible&#039; : &#039;hidden&#039;;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
addCharSubsetMenu(); // addOnloadHook();&lt;br /&gt;
&lt;br /&gt;
// Collapsible headings&lt;br /&gt;
var a = $(&#039;&amp;lt;a href=&amp;quot;javascript:void(0);&amp;quot;&amp;gt;collapse&amp;lt;/a&amp;gt;&#039;).click(function () {&lt;br /&gt;
	var currentHeading = parseInt($(this).parent().parent()[0].nodeName.match(/\d$/));&lt;br /&gt;
	var sameOrHigherHeading = &#039;h&#039; + Array.from({length: 6}, function (x, i) {return i+1;}).slice(0, currentHeading).join(&#039;,h&#039;);&lt;br /&gt;
	var method = this.textContent === &#039;collapse&#039; ? &#039;hide&#039; : &#039;show&#039;;&lt;br /&gt;
	$(this).parent().parent().nextUntil(sameOrHigherHeading)[method]();&lt;br /&gt;
	this.textContent = this.textContent === &#039;collapse&#039; ? &#039;show&#039; : &#039;collapse&#039;;&lt;br /&gt;
});&lt;br /&gt;
$(&#039;h1,h2,h3,h4,h5,h6&#039;).children(&#039;.mw-editsection&#039;).append(&#039; [&#039;, a, &#039;]&#039;);&lt;br /&gt;
&lt;br /&gt;
// add collapsible list if an empty span is present indicating to do so&lt;br /&gt;
&lt;br /&gt;
if ($(&#039;.enable_collapsibleList&#039;).length || $(&#039;.enable_collapsibleList_collapsed&#039;).length) {&lt;br /&gt;
	$(&#039;ul,ol&#039;).each(function () {&lt;br /&gt;
		$(this).addClass(&#039;collapsibleList&#039;);&lt;br /&gt;
		var li = $(this).find(&#039;li:has(ul,ol)&#039;).addClass(&#039;collapsibleListOpen&#039;);&lt;br /&gt;
		if (!li.find(&#039;span&#039;).length) {&lt;br /&gt;
			li.prepend(&#039;&amp;lt;span style=&amp;quot;user-select: none;&amp;quot;&amp;gt;&amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&amp;lt;/span&amp;gt;&#039;);&lt;br /&gt;
		}&lt;br /&gt;
	});&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// User:Brettz9 added with some JSLint/XHTML/JSDoc clean-up, optimization/convenience changes, OL support, and beginning of work to allow pre-expansion of lists&lt;br /&gt;
/*&lt;br /&gt;
MEDIAWIKI LIST NOTES&lt;br /&gt;
&lt;br /&gt;
Nested DL hierarchies do not work properly with Mediawiki (see bug at http://www.mediawiki.org/wiki/Thread:Project:Support_desk/How_to_create_nested_definition_lists%3F )&lt;br /&gt;
&lt;br /&gt;
Resources:&lt;br /&gt;
1. http://www.mediawiki.org/wiki/Help:Formatting&lt;br /&gt;
2. http://en.wikipedia.org/wiki/Help:List&lt;br /&gt;
*/&lt;br /&gt;
/*&lt;br /&gt;
CollapsibleLists.js&lt;br /&gt;
&lt;br /&gt;
An object allowing lists to dynamically expand and collapse&lt;br /&gt;
&lt;br /&gt;
Original version created by Stephen Morley - http://code.stephenmorley.org/javascript/collapsible-lists/ -&lt;br /&gt;
and released under the terms of the CC0 1.0 Universal legal code:&lt;br /&gt;
&lt;br /&gt;
http://creativecommons.org/publicdomain/zero/1.0/legalcode&lt;br /&gt;
&lt;br /&gt;
Ideas&lt;br /&gt;
1. Remember expanded states&lt;br /&gt;
2. Make DL collapsible via its DD&lt;br /&gt;
3. Support collapsing of DL component children (DD and DT)&lt;br /&gt;
&lt;br /&gt;
Todo summary: (see &amp;quot;todo&amp;quot;&#039;s below)&lt;br /&gt;
1. Optimize iteration algorithms&lt;br /&gt;
2. When #1 is completed, check top-most class of list (or its parent) for `doNotRecurse` and pre-expansion options&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
// eslint-disable-next-line no-unused-vars -- Might expand&lt;br /&gt;
var CollapsibleLists;&lt;br /&gt;
(function () {&lt;br /&gt;
	// Create the CollapsibleLists object&lt;br /&gt;
	var collapsibleLists,&lt;br /&gt;
		autoApplyWithNoGlobal = true; // Configure as to whether to auto-apply to lists on the page (without creating a global) or whether to allow manual control via a global&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	* Opens or closes the list elements of the given type&lt;br /&gt;
	*   within the specified node.&lt;br /&gt;
	* @private&lt;br /&gt;
	* @static&lt;br /&gt;
	* @param {Element} node The node containing the list elements&lt;br /&gt;
	* @param {&#039;ul&#039;|&#039;ol&#039;} [listType] Type of list; defaults to &amp;quot;ul&amp;quot;&lt;br /&gt;
	* @returns {int}&lt;br /&gt;
	*/&lt;br /&gt;
	function toggle (node, listType) {&lt;br /&gt;
		listType = listType || &#039;ul,ol&#039;;&lt;br /&gt;
		// Determine whether to open or close the lists&lt;br /&gt;
		var index, li,&lt;br /&gt;
			open = node.className.match(/(^| )collapsibleListClosed( |$)/),&lt;br /&gt;
			// Loop over the list elements with the node&lt;br /&gt;
			lists = node.querySelectorAll(listType),&lt;br /&gt;
			listsLength = lists.length;&lt;br /&gt;
&lt;br /&gt;
		for (index = 0; index &amp;lt; listsLength; index++) {&lt;br /&gt;
&lt;br /&gt;
			// Find the ancestor list item of this list&lt;br /&gt;
			li = lists[index];&lt;br /&gt;
			while (li.nodeName.toLowerCase() !== &#039;li&#039;) {&lt;br /&gt;
				li = li.parentNode;&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
			// Style the list if it is within this node&lt;br /&gt;
			if (li === node) {&lt;br /&gt;
				lists[index].style.display = (open ? &#039;block&#039; : &#039;none&#039;);&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if (listsLength) {&lt;br /&gt;
			// Remove the current class from the node&lt;br /&gt;
			node.className = node.className.replace(&lt;br /&gt;
				/(^| )collapsibleList(Open|Closed)( |$)/, &#039;&#039;&lt;br /&gt;
			);&lt;br /&gt;
&lt;br /&gt;
			// If the node contains lists, set its class&lt;br /&gt;
			if (listsLength &amp;gt; 0) {&lt;br /&gt;
				node.className += &#039; collapsibleList&#039; + (open ? &#039;Open&#039; : &#039;Closed&#039;);&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
		return listsLength;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
 /**&lt;br /&gt;
  * @callback ClickHandler&lt;br /&gt;
  * @private&lt;br /&gt;
  * @static&lt;br /&gt;
  * @param {Event} e The click event&lt;br /&gt;
  * @returns {void}&lt;br /&gt;
  */&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	* Returns a function that toggles the display status of any&lt;br /&gt;
	*   list elements within the specified node. The parameter is...&lt;br /&gt;
	* @private&lt;br /&gt;
	* @static&lt;br /&gt;
	* @param {Element} node The node containing the list elements&lt;br /&gt;
	* @returns {ClickHandler}&lt;br /&gt;
	*/&lt;br /&gt;
	function createClickListener (node) {&lt;br /&gt;
&lt;br /&gt;
		// Return the function&lt;br /&gt;
		/**&lt;br /&gt;
     * @type {ClickHandler}&lt;br /&gt;
     */&lt;br /&gt;
		return function (e) {&lt;br /&gt;
&lt;br /&gt;
			// Ensure the event object is defined&lt;br /&gt;
			e = e || window.event;&lt;br /&gt;
&lt;br /&gt;
			// Find the list item containing the target of the event&lt;br /&gt;
			var li = e.target || e.srcElement;&lt;br /&gt;
			while (li.nodeName.toLowerCase() !== &#039;li&#039;) {&lt;br /&gt;
				li = li.parentNode;&lt;br /&gt;
			}&lt;br /&gt;
&lt;br /&gt;
			// Toggle the state of the node if it was the target of the event&lt;br /&gt;
			if (li === node) {&lt;br /&gt;
				toggle(node);&lt;br /&gt;
			}&lt;br /&gt;
		};&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	* @private&lt;br /&gt;
	* @static&lt;br /&gt;
	* @param {Event} e The event to prevent&lt;br /&gt;
	* @returns {void}&lt;br /&gt;
	*/&lt;br /&gt;
	function preventDefault (e) {&lt;br /&gt;
		e.preventDefault();&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	* @private&lt;br /&gt;
	* @static&lt;br /&gt;
	* @returns {void}&lt;br /&gt;
	*/&lt;br /&gt;
	function preventDefaultIE () {&lt;br /&gt;
		// eslint-disable-next-line no-restricted-globals -- IE&lt;br /&gt;
		event.returnValue = false;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * @param {boolean} leaveExpanded&lt;br /&gt;
 	 * @private&lt;br /&gt;
 	 * @static&lt;br /&gt;
     * @returns {void}&lt;br /&gt;
	 */&lt;br /&gt;
	function applyLists (leaveExpanded) {&lt;br /&gt;
		collapsibleLists.apply(false, leaveExpanded);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	* Makes sublists of a given list type collapsible.&lt;br /&gt;
	* @private&lt;br /&gt;
	* @static&lt;br /&gt;
	* @param {Element} list The list element&lt;br /&gt;
	* @param {&#039;ul&#039;|&#039;ol&#039;} [listType] The list type under which sublists should be made collapsible&lt;br /&gt;
  * @returns {void}&lt;br /&gt;
	*/&lt;br /&gt;
	function applySubListsForListType (list, listType) {&lt;br /&gt;
		listType = listType || &#039;ul,ol&#039;;&lt;br /&gt;
		// Todo: This is unnecessarily redundant and thus expensive for deeply nested lists;&lt;br /&gt;
		//			 should instead check direct children recursively&lt;br /&gt;
		var subIndex,&lt;br /&gt;
			subLists = list.getElementsByTagName(listType),&lt;br /&gt;
			subListsLength = subLists.length;&lt;br /&gt;
		for (subIndex = 0; subIndex &amp;lt; subListsLength; subIndex++) {&lt;br /&gt;
			// Tempory fix to at least avoid multiple classes&lt;br /&gt;
			if (!(/(^| )collapsibleList( |$)/).test(subLists[subIndex].className)) {&lt;br /&gt;
				subLists[subIndex].className += &#039; collapsibleList&#039;;&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	collapsibleLists = {&lt;br /&gt;
		/**&lt;br /&gt;
		* Makes all lists with the class &#039;collapsibleList&#039; collapsible.&lt;br /&gt;
		* @param {boolean} [doNotRecurse] True if sub-lists should not be made collapsible&lt;br /&gt;
		* @param {boolean} [leaveExpanded] True if list and its sublists should be left pre-expanded&lt;br /&gt;
    * @returns {void}&lt;br /&gt;
		*/&lt;br /&gt;
		apply: function (doNotRecurse, leaveExpanded) {&lt;br /&gt;
			this.applyForListType(doNotRecurse, leaveExpanded);&lt;br /&gt;
		},&lt;br /&gt;
		/**&lt;br /&gt;
		* Makes lists of the given type with the class &#039;collapsibleList&#039; collapsible.&lt;br /&gt;
		* @param {boolean} [doNotRecurse] True if sub-lists should not be made collapsible&lt;br /&gt;
		* @param {boolean} [leaveExpanded] True if list and its sublists should be left pre-expanded&lt;br /&gt;
		* @param {&#039;ul&#039;|&#039;ol&#039;} [listType] Type of list; defaults to &amp;quot;ul&amp;quot;&lt;br /&gt;
		*/&lt;br /&gt;
		applyForListType: function (doNotRecurse, leaveExpanded, listType) {&lt;br /&gt;
			listType = listType || &#039;ul,ol&#039;;&lt;br /&gt;
			// Loop over the lists&lt;br /&gt;
			var index, list,&lt;br /&gt;
				// Todo: This is unnecessarily redundant and thus inefficient; should instead&lt;br /&gt;
				//			 iterate over direct children&lt;br /&gt;
				lists = document.querySelectorAll(listType),&lt;br /&gt;
				listsLength = lists.length,&lt;br /&gt;
				listPattern = /(^| )collapsibleList( |$)/;&lt;br /&gt;
			for (index = 0; index &amp;lt; listsLength; index++) {&lt;br /&gt;
				list = lists[index];&lt;br /&gt;
				// Check whether this list should be made collapsible&lt;br /&gt;
				if (listPattern.test(list.className) ||&lt;br /&gt;
					listPattern.test(list.parentNode.className) // For convenience when used with Mediawiki simple syntax lists (which cannot specify classes on the list)&lt;br /&gt;
				) {&lt;br /&gt;
&lt;br /&gt;
					// Make this list collapsible&lt;br /&gt;
					this.applyTo(list, true, leaveExpanded);&lt;br /&gt;
&lt;br /&gt;
					// Check whether sub-lists should also be made collapsible&lt;br /&gt;
					// Todo: When iteration algorithm is fixed, check class at top of list (or parent of list) to allow doNotRecurse specification&lt;br /&gt;
					if (!doNotRecurse) {&lt;br /&gt;
						// Add the collapsibleList class to the sub-lists&lt;br /&gt;
						applySubListsForListType(list);&lt;br /&gt;
					}&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		},&lt;br /&gt;
&lt;br /&gt;
		/**&lt;br /&gt;
		* Makes the specified list collapsible.&lt;br /&gt;
		* @param {Element} node The list element&lt;br /&gt;
		* @param {boolean} [doNotRecurse] True if sub-lists should not be made collapsible&lt;br /&gt;
		* @param {boolean} [leaveExpanded] True if list and its sublists should be left pre-expanded&lt;br /&gt;
		*/&lt;br /&gt;
		applyTo: function (node, doNotRecurse, leaveExpanded) {&lt;br /&gt;
&lt;br /&gt;
			// Loop over the list items within this node&lt;br /&gt;
			var index,&lt;br /&gt;
				lis = node.querySelectorAll(&#039;li&#039;),&lt;br /&gt;
				lisLength = lis.length;&lt;br /&gt;
			for (index = 0; index &amp;lt; lisLength; index++) {&lt;br /&gt;
&lt;br /&gt;
				// Todo: When iteration algorithm is fixed, check class at top of list (or parent of list) to allow doNotRecurse specification&lt;br /&gt;
				// Check whether this list item should be collapsible&lt;br /&gt;
				if (!doNotRecurse || node === lis[index].parentNode) {&lt;br /&gt;
&lt;br /&gt;
                    var attachNode = lis[index].querySelector(&#039;span&#039;);&lt;br /&gt;
                    if (!attachNode) {&lt;br /&gt;
                    	continue;&lt;br /&gt;
                    }&lt;br /&gt;
&lt;br /&gt;
					// Prevent text from being selected unintentionally&lt;br /&gt;
					if (attachNode.parentNode.addEventListener) {&lt;br /&gt;
						attachNode.parentNode.addEventListener(&#039;mousedown&#039;, preventDefault, false);&lt;br /&gt;
					} else {&lt;br /&gt;
						attachNode.parentNode.attachEvent(&#039;onselectstart&#039;, preventDefaultIE);&lt;br /&gt;
					}&lt;br /&gt;
&lt;br /&gt;
					// Add the click listener&lt;br /&gt;
					if (attachNode.parentNode.addEventListener) {&lt;br /&gt;
						attachNode.parentNode.addEventListener(&#039;click&#039;, createClickListener(lis[index]), false);&lt;br /&gt;
					} else {&lt;br /&gt;
						attachNode.parentNode.attachEvent(&#039;onclick&#039;, createClickListener(lis[index]));&lt;br /&gt;
					}&lt;br /&gt;
&lt;br /&gt;
					// Close the lists within this list item&lt;br /&gt;
					// Todo: When iteration algorithm is fixed, check class at top of list (or parent of list) to allow expansion via class&lt;br /&gt;
					if (!leaveExpanded) {&lt;br /&gt;
						toggle(lis[index]);&lt;br /&gt;
					}&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	};&lt;br /&gt;
	if (autoApplyWithNoGlobal) {&lt;br /&gt;
		/*&lt;br /&gt;
		if (window.addEventListener) {&lt;br /&gt;
			window.addEventListener(&#039;DOMContentLoaded&#039;, applyLists, false);&lt;br /&gt;
		}&lt;br /&gt;
		else {&lt;br /&gt;
			window.attachEvent(&#039;onload&#039;, applyLists);&lt;br /&gt;
		}&lt;br /&gt;
		*/&lt;br /&gt;
		applyLists(!$(&#039;.enable_collapsibleList_collapsed&#039;).length);&lt;br /&gt;
	} else {&lt;br /&gt;
		CollapsibleLists = collapsibleLists;&lt;br /&gt;
	}&lt;br /&gt;
}());&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * @param {Element} el&lt;br /&gt;
 * @param {string} newText&lt;br /&gt;
 * @returns {void}&lt;br /&gt;
 */&lt;br /&gt;
/*&lt;br /&gt;
function changeText (el, newText) {&lt;br /&gt;
	if (el.firstChild &amp;amp;&amp;amp; el.firstChild.nodeValue) {&lt;br /&gt;
		el.firstChild.nodeValue = newText;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
var t, toc, toggleLink;&lt;br /&gt;
try {&lt;br /&gt;
	t = document.getElementById(&#039;toc&#039;);&lt;br /&gt;
	if (t) { // No TOC for pages with no headings&lt;br /&gt;
		t.style.display = &#039;block&#039;;&lt;br /&gt;
		toc = t.getElementsByTagName(&#039;ul&#039;)[0];&lt;br /&gt;
		toggleLink = document.getElementById(&#039;toctogglecheckbox&#039;);&lt;br /&gt;
		// if (tocIsHidden()) {&lt;br /&gt;
		toggleToc();&lt;br /&gt;
		// }&lt;br /&gt;
	}&lt;br /&gt;
} catch (error) {&lt;br /&gt;
	// eslint-disable-next-line no-console -- Error surfacing&lt;br /&gt;
	console.log(&#039;erred&#039;, error);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * @returns {boolean}&lt;br /&gt;
 */&lt;br /&gt;
function tocIsHidden () {&lt;br /&gt;
	return !toc || !toggleLink || window.getComputedStyle(toc).display !== &#039;block&#039;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * @returns {void}&lt;br /&gt;
 */&lt;br /&gt;
function toggleToc () {&lt;br /&gt;
	var hidden = tocIsHidden();&lt;br /&gt;
	if (hidden &amp;amp;&amp;amp; document.cookie.indexOf(&#039;hidetoc=0&#039;) &amp;gt; -1) {&lt;br /&gt;
		toggleLink.click();&lt;br /&gt;
		// changeText(toggleLink, tocShowText);&lt;br /&gt;
		// toc.style.display = &#039;none&#039;;&lt;br /&gt;
		// eslint-disable-next-line sonarjs/no-duplicated-branches -- Might expand&lt;br /&gt;
	} else if (!hidden &amp;amp;&amp;amp; document.cookie.indexOf(&#039;hidetoc=1&#039;) &amp;gt; -1) {&lt;br /&gt;
		toggleLink.click();&lt;br /&gt;
		// changeText(toggleLink, tocHideText);&lt;br /&gt;
		// toc.style.display = &#039;block&#039;;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if (toggleLink) {&lt;br /&gt;
	toggleLink.addEventListener(&#039;click&#039;, function () {&lt;br /&gt;
		var isHidden = tocIsHidden();&lt;br /&gt;
		document.cookie = isHidden ? &#039;hidetoc=1&#039; : &#039;hidetoc=0&#039;;&lt;br /&gt;
	});&lt;br /&gt;
}&lt;br /&gt;
// &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * @param {boolean} forceConceal&lt;br /&gt;
 * @returns {void}&lt;br /&gt;
 */&lt;br /&gt;
function toggleHeadings (forceConceal) {&lt;br /&gt;
	var headings = $(&#039;#content h2:not(#mw-toc-heading), #content h3, #content h4, #content h5, #content h6&#039;);&lt;br /&gt;
	var th = $(&#039;#toggle-headings&#039;);&lt;br /&gt;
	if (!forceConceal &amp;amp;&amp;amp; localStorage.getItem(&#039;b9-hide-headings&#039;)) {&lt;br /&gt;
		localStorage.removeItem(&#039;b9-hide-headings&#039;);&lt;br /&gt;
		headings.show();&lt;br /&gt;
		th.text(&#039;Hide headings&#039;);&lt;br /&gt;
	} else {&lt;br /&gt;
		localStorage.setItem(&#039;b9-hide-headings&#039;, &#039;1&#039;);&lt;br /&gt;
		headings.hide();&lt;br /&gt;
		th.text(&#039;Show headings&#039;);&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
$(&lt;br /&gt;
	&#039;&amp;lt;li&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;a href=&amp;quot;javascript:void(0);&amp;quot; id=&amp;quot;toggle-headings&amp;quot;&amp;gt;Hide headings&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&#039;&lt;br /&gt;
).appendTo(&lt;br /&gt;
	// &#039;#p-tb .vector-menu-content-list&#039;&lt;br /&gt;
	&#039;.sidebar .navbar-nav&#039;&lt;br /&gt;
).click(function () {&lt;br /&gt;
	toggleHeadings();&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
if (localStorage.getItem(&#039;b9-hide-headings&#039;)) {&lt;br /&gt;
	toggleHeadings(true);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
// Search category pages&lt;br /&gt;
// If a category page&lt;br /&gt;
if (mw.config.get(&#039;wgNamespaceNumber&#039;) === 14 &amp;amp;&amp;amp; $(&#039;#mw-pages&#039;).length) {&lt;br /&gt;
	$(&#039;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;form action=&amp;quot;/index.php&amp;quot;&amp;gt;&amp;lt;label&amp;gt;&amp;lt;b&amp;gt;Search category pages&amp;lt;/b&amp;gt;: &amp;lt;input id=&amp;quot;categoryWorkSearch&amp;quot; /&amp;gt;&amp;lt;/label&amp;gt;&#039; +&lt;br /&gt;
		&#039;&amp;lt;input type=&amp;quot;submit&amp;quot; value=&amp;quot;go&amp;quot;/&amp;gt;&amp;lt;/form&amp;gt;&#039;).submit(function () {&lt;br /&gt;
		var $el = $(&#039;&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;search&amp;quot; /&amp;gt;&#039;);&lt;br /&gt;
		$el.attr({&lt;br /&gt;
			value: &#039;incategory:&amp;quot;&#039; + mw.config.get(&#039;wgTitle&#039;) + &#039;&amp;quot; &#039; +&lt;br /&gt;
				$(this).find(&#039;#categoryWorkSearch&#039;).val()&lt;br /&gt;
		});&lt;br /&gt;
		$(this).append($el);&lt;br /&gt;
	}).appendTo(&#039;#mw-pages &amp;gt; p&#039;); // .prependTo(&#039;#mw-content-text&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// Prepopulating user category pages&lt;br /&gt;
var params = new URLSearchParams(location.search);&lt;br /&gt;
if (params.has(&#039;prepopulate&#039;) &amp;amp;&amp;amp; params.get(&#039;action&#039;) === &#039;edit&#039; &amp;amp;&amp;amp; !$(&#039;#wpTextbox1&#039;).val()) {&lt;br /&gt;
	var title = params.get(&#039;title&#039;);&lt;br /&gt;
	var match = title.match(/User:[^/]*([^&amp;amp;]*)$/);&lt;br /&gt;
	var text = &#039;[[Category:User&#039; + match[1] + &#039;]]&#039;;&lt;br /&gt;
    $(&#039;#wpTextbox1&#039;).val(text);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// Sister project links (convert to specific page)&lt;br /&gt;
// If want these added server-side, could add as header/footer using https://www.mediawiki.org/wiki/Extension:Header_Footer&lt;br /&gt;
if (mw.config.get(&#039;wgNamespaceNumber&#039;) === 0) { // Namespaces: https://www.mediawiki.org/wiki/Extension_default_namespaces&lt;br /&gt;
	var pageName = mw.config.get(&#039;wgPageName&#039;);&lt;br /&gt;
	var encPageName = encodeURIComponent(pageName);&lt;br /&gt;
	var noUnderscoresPageName = encPageName.replace(/_/g, &#039;+&#039;);&lt;br /&gt;
	// $(&#039;a.nav-link:contains(&amp;quot;Bahai.media&amp;quot;)&#039;).prop(&#039;href&#039;, &#039;https://bahai.media/index.php?search=&#039; + noUnderscoresPageName + &#039;&amp;amp;title=Special%3ASearch&#039;);&lt;br /&gt;
	// $(&#039;a.nav-link:contains(&amp;quot;Bahai.works&amp;quot;)&#039;).prop(&#039;href&#039;, &#039;https://bahai.works/index.php?search=&#039; + noUnderscoresPageName + &#039;&amp;amp;title=Special%3ASearch&#039;);&lt;br /&gt;
	// $(&#039;a.nav-link:contains(&amp;quot;Bahaipedia.org&amp;quot;)&#039;).prop(&#039;href&#039;, &#039;https://bahaipedia.org/index.php?search=&#039; + noUnderscoresPageName + &#039;&amp;amp;title=Special%3ASearch&#039;);&lt;br /&gt;
	// $(&#039;a.nav-link:contains(&amp;quot;Bahai.org Writings&amp;quot;)&#039;).prop(&#039;href&#039;, &#039;https://www.bahai.org/library/authoritative-texts/search?q=&#039; + noUnderscoresPageName);&lt;br /&gt;
	$(&#039;a.nav-link:contains(&amp;quot;Indexes&amp;quot;)&#039;).prop(&#039;href&#039;, &#039;https://bahai-browser.org/indexes/json/?indexTerm=&#039; + noUnderscoresPageName);&lt;br /&gt;
	$(&#039;a.nav-link:contains(&amp;quot;Bahai-library&amp;quot;)&#039;).prop(&#039;href&#039;, &#039;https://www.google.com/search?q=site%3Abahai-library.com+&#039; + noUnderscoresPageName);&lt;br /&gt;
	// $(&#039;a.nav-link:contains(&amp;quot;Bahai-library tags&amp;quot;)&#039;).prop(&#039;href&#039;, &#039;https://bahai-library.com/tags/&#039; + (pageName === &#039;Main_Page&#039; ? &#039;&#039; : encodeURI(pageName)));&lt;br /&gt;
	// $(&#039;a.nav-link:contains(&amp;quot;Wikipedia&amp;quot;)&#039;).prop(&#039;href&#039;, &#039;https://en.wikipedia.org/?search=&#039; + noUnderscoresPageName + &#039;&amp;amp;title=Special%3ASearch&#039;);&lt;br /&gt;
&lt;br /&gt;
    // Sister wikis via bahaidata.org&lt;br /&gt;
	$(&#039;.p-wikibase-otherprojects-toggle&#039;).hide();&lt;br /&gt;
	$(&#039;.nav-menu-label.other&#039;).after(&lt;br /&gt;
        $(&#039;&amp;lt;div id=&amp;quot;bahai-wikibase-links&amp;quot; class=&amp;quot;nav-item&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&#039;).append(&lt;br /&gt;
            $(&#039;.sidebar-menu .wb-otherproject-link &amp;gt; a&#039;)&lt;br /&gt;
        )&lt;br /&gt;
    );&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * 9. Hide category container when no categories can exist (special pages) ***************************&lt;br /&gt;
 * &lt;br /&gt;
 */&lt;br /&gt;
var catlinksElement = document.querySelector(&#039;.catlinks-allhidden&#039;);&lt;br /&gt;
var navElement = document.querySelector(&#039;nav.p-navbar.not-collapsible.small.mb-2&#039;);&lt;br /&gt;
&lt;br /&gt;
if (catlinksElement &amp;amp;&amp;amp; navElement) {&lt;br /&gt;
  navElement.parentNode.removeChild(navElement);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * 10. Bahai.org and Phelps Partial Inventory Tablet cross-references&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
var wikibaseItemId = mw.config.get(&#039;wgWikibaseItemId&#039;);&lt;br /&gt;
&lt;br /&gt;
if (wikibaseItemId) {&lt;br /&gt;
	var getMoreInfoLink = $(&#039;&amp;lt;a class=&amp;quot;nav-link&amp;quot; href=&amp;quot;javascript:void(0);&amp;quot;&amp;gt;Show more links&amp;lt;/a&amp;gt;&#039;);&lt;br /&gt;
	$(&#039;#bahai-wikibase-links&#039;).before(&lt;br /&gt;
		$(&#039;&amp;lt;div class=&amp;quot;nav-item&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&#039;).append(getMoreInfoLink)&lt;br /&gt;
	);&lt;br /&gt;
	getMoreInfoLink.on(&#039;click&#039;, function () {&lt;br /&gt;
	    fetch(&#039;https://bahai-library.com/&#039; + wikibaseItemId + &#039;?format=json&#039;).then(function (resp) {&lt;br /&gt;
			return resp.json();&lt;br /&gt;
		}).then(function (json) {&lt;br /&gt;
			getMoreInfoLink.parent().remove();&lt;br /&gt;
			[&lt;br /&gt;
				[&#039;tag&#039;, &#039;Bahai-library tags&#039;, &#039;https://bahai-library.com/tag/&#039;],&lt;br /&gt;
				[&#039;phelps&#039;, &#039;Partial Inventory&#039;, &#039;https://bahai-library.com/inventory/&#039;]&lt;br /&gt;
			].forEach(function (info) {&lt;br /&gt;
				if (!json[info[0]]) {&lt;br /&gt;
					return;&lt;br /&gt;
				}&lt;br /&gt;
				$(&#039;#bahai-wikibase-links&#039;).before(&lt;br /&gt;
					$(&#039;&amp;lt;div class=&amp;quot;nav-item&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;nav-link&amp;quot; href=&amp;quot;&#039; +&lt;br /&gt;
					  encodeURI(info[2]) + encodeURIComponent(json[info[0]].replaceAll(&#039; &#039;, &#039;_&#039;)) +&lt;br /&gt;
				    &#039;&amp;quot;&amp;gt;&#039; + info[1] + &#039;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&#039;)&lt;br /&gt;
				);&lt;br /&gt;
			});&lt;br /&gt;
			[&lt;br /&gt;
				[&#039;wikipedia&#039;, &#039;Wikipedia&#039;],&lt;br /&gt;
				[&#039;bahaiOrg&#039;, &#039;Bahai.org&#039;]&lt;br /&gt;
			].forEach(function (info) {&lt;br /&gt;
				if (!json[info[0]]) {&lt;br /&gt;
					return;&lt;br /&gt;
				}&lt;br /&gt;
				$(&#039;#bahai-wikibase-links&#039;).before(&lt;br /&gt;
					$(&#039;&amp;lt;div class=&amp;quot;nav-item&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;nav-link&amp;quot; href=&amp;quot;&#039; +&lt;br /&gt;
					  // encodeURI( // Already escaped&lt;br /&gt;
					  	json[info[0]] +&lt;br /&gt;
				  	  //) +&lt;br /&gt;
				    &#039;&amp;quot;&amp;gt;&#039; + info[1] + &#039;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&#039;)&lt;br /&gt;
				);&lt;br /&gt;
			});&lt;br /&gt;
		});&lt;br /&gt;
	});&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * 11. Add a URL in the footer to the traffic statistics pages &lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
$(function () {&lt;br /&gt;
    var allowedNamespaces = [0, 14];&lt;br /&gt;
    var ns = mw.config.get(&#039;wgNamespaceNumber&#039;);&lt;br /&gt;
&lt;br /&gt;
    if (!allowedNamespaces.includes(ns) || mw.config.get(&#039;wgAction&#039;) !== &#039;view&#039;) return;&lt;br /&gt;
&lt;br /&gt;
    var pageTitle = mw.config.get(&#039;wgPageName&#039;);&lt;br /&gt;
    var decodedTitle = pageTitle.replace(/_/g, &#039; &#039;);&lt;br /&gt;
    var encodedTitle = encodeURIComponent(decodedTitle).replace(/%20/g, &#039;+&#039;);&lt;br /&gt;
&lt;br /&gt;
    var statsURL = &#039;https://digitalbahairesources.org/pageview-analysis?website_id=5&amp;amp;titles=%5B%22&#039; +&lt;br /&gt;
        encodedTitle + &#039;%22%5D&amp;amp;from_year=2024&amp;amp;from_month=7&amp;amp;to_year=2025&amp;amp;to_month=7&#039;;&lt;br /&gt;
&lt;br /&gt;
    var $link = $(&#039;&amp;lt;a&amp;gt;&#039;)&lt;br /&gt;
        .attr(&#039;href&#039;, statsURL)&lt;br /&gt;
        .attr(&#039;target&#039;, &#039;_blank&#039;)&lt;br /&gt;
        .text(&#039;📊 View Traffic Statistics&#039;)&lt;br /&gt;
        .css({ marginLeft: &#039;1em&#039; });&lt;br /&gt;
&lt;br /&gt;
    var $container = $(&#039;#footer-info &amp;gt; div&#039;).first();&lt;br /&gt;
    if ($container.length) {&lt;br /&gt;
        $container.append($link);&lt;br /&gt;
    }&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
// if (mw.config.get(&#039;wgCategories&#039;).includes(&amp;quot;Works of Bahá&#039;u&#039;lláh&amp;quot;)) {&lt;br /&gt;
//   var wikibaseItemId = mw.config.get(&#039;wgWikibaseItemId&#039;);&lt;br /&gt;
//   mw.loader.using(&#039;mediawiki.api&#039;).then(function () {&lt;br /&gt;
//     var api = new mw.Api();&lt;br /&gt;
//     api.get({&lt;br /&gt;
//       action: &#039;expandtemplates&#039;,&lt;br /&gt;
//       prop: &#039;wikitext&#039;,&lt;br /&gt;
//       text: &#039;{{#property:P50|from=&#039; + wikibaseItemId + &#039;}} &#039; + &#039;{{#property:P51|from=&#039; + wikibaseItemId + &#039;}}&#039;&lt;br /&gt;
//     }).done(function (data) {&lt;br /&gt;
//       var props = data.expandtemplates.wikitext.split(&#039; &#039;);&lt;br /&gt;
//       var bahaiOrg = props[0],&lt;br /&gt;
//         inventory = props[1];&lt;br /&gt;
//       if (bahaiOrg) {&lt;br /&gt;
//         $(&#039;#bahai-wikibase-links&#039;).before(&lt;br /&gt;
//         	$(&#039;&amp;lt;div class=&amp;quot;nav-item&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;nav-link&amp;quot; href=&amp;quot;&#039; + encodeURI(bahaiOrg) + &#039;&amp;quot;&amp;gt;Bahai.org&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&#039;)&lt;br /&gt;
//         );&lt;br /&gt;
//       }&lt;br /&gt;
//       if (inventory) {&lt;br /&gt;
//       	// See also http://blog.loomofreality.org/?page_id=252&lt;br /&gt;
//       	var inv = inventory.replace(/&amp;lt;/g, &#039;&amp;amp;lt;&#039;).replace(/&amp;amp;/g, &#039;&amp;amp;amp;&#039;);&lt;br /&gt;
//       	$(&#039;#bahai-wikibase-links&#039;).before(&lt;br /&gt;
//       		$(&#039;&amp;lt;div class=&amp;quot;nav-item&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;nav-link&amp;quot; href=&amp;quot;https://bahai-library.com/inventory/&#039; + inv + &#039;&amp;quot;&amp;gt;Inventory ID: &#039; +&lt;br /&gt;
//         	  inv +&lt;br /&gt;
//       	  &#039;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&#039;)&lt;br /&gt;
//   		);&lt;br /&gt;
//       }&lt;br /&gt;
//     });&lt;br /&gt;
//   });&lt;br /&gt;
// }&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=User:Brettz9&amp;diff=18829</id>
		<title>User:Brettz9</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=User:Brettz9&amp;diff=18829"/>
		<updated>2025-02-13T01:56:32Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Personal wiki page of Brett Zamir. To leave a message, please use my [[User_talk:Brettz9|talk]] page.&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I am the maintainer of Bahai9.com. You can see [[pedia:Wiki|History of Bahá&#039;í wiki websites]] ([https://bahaipedia.org/index.php?title=Wiki&amp;amp;oldid=70461 permlink]) for more on the history of the project.&lt;br /&gt;
&lt;br /&gt;
As to my personal involvement in creating Bahai9.com, I could go back to my time at the University of Illinois at Urbana-Champaign where I wanted to write a handbook that might assist future Bahá&#039;í College Clubs in planning activities. I then figured I may as well to try to make it a general template for Bahá&#039;í college clubs.&lt;br /&gt;
&lt;br /&gt;
I submitted my project to our National Spiritual Assembly, but they favored a must slimmer idea of a handbook than I had been working on!&lt;br /&gt;
&lt;br /&gt;
I later felt my work could become an even broader purpose tool by which individual Bahá&#039;ís could contemplate the various departments of life, take into account guidance from the Bahá&#039;í Writings about these areas, and then make plans for study, self-improvement and service.&lt;br /&gt;
&lt;br /&gt;
As wikis first came on the scene, this power of collaboration became fully evident such as in what Wikipedia had been building up (my own first introduction to it was in marveling at how it had its own informative page just about [[wikipedia:International Sign|Gestuno]], an international auxiliary language attempt for the deaf).&lt;br /&gt;
&lt;br /&gt;
I came to feel that the collaborative nature of wikis could best serve the knowledge part of this project concept (I never implemented a note-taking component by which one could store notes, though one might be able to use a browser add-on or such that allowed saving notes by webpage, integrating this into a web-based calendar and to-do list, etc.). I felt that others could ensure the project could be improved upon and grow into the future.&lt;br /&gt;
&lt;br /&gt;
After investigating and using wikis, I found a site which hosted wikis for people, and I added some content to that site (now defunct), but then Jonah of http://bahai-library.com graciously let me host a wiki on his site, where we had more ownership of the content, and I later transferred that wiki to its own domain here.&lt;br /&gt;
&lt;br /&gt;
==Thanks==&lt;br /&gt;
&lt;br /&gt;
One important (though not especially difficult) milestone I feel was integrating all of &#039;&#039;[[Lights of Guidance]]&#039;&#039; across the site. I am indebted to Helen Hornby and to Charles Hornby for permitting use of its contents.&lt;br /&gt;
&lt;br /&gt;
I am also indebted to David Haslip, the founder of http://bahaipedia.org , with whom I have partnered over the years on certain web projects and who is now hosting the server content and handling software upgrades.&lt;br /&gt;
&lt;br /&gt;
And as mentioned, to Jonah Winters, who allowed me not only to host the wiki early on, but also helped incubate my interest in web development in allowing me to try out programs there, and to implement my desire to allow popular Bahá&#039;í Writings pages to inform users of collaborative content where they could learn more about a given book and its content.&lt;br /&gt;
&lt;br /&gt;
==Other sites==&lt;br /&gt;
&lt;br /&gt;
* For my personal page at bahai-library.com, see https://bahai-library.com/personal_brett_zamir (documents at https://bahai-library.com/author/Brett+Zamir )&lt;br /&gt;
* My wiktionary home page (info on Chinese study) is at https://en.wiktionary.org/wiki/User:Brettz9&lt;br /&gt;
* Please visit http://onetongue.com to fill out a form there to indicate your support of a world auxiliary language...and find at least 2 others who are like-minded to do the same!&lt;br /&gt;
&lt;br /&gt;
==Some Bahá&#039;í-related content (involves some of my own interpretation)==&lt;br /&gt;
&lt;br /&gt;
* [[/meetings for teaching]]&lt;br /&gt;
* [[/Youth study meetings]] (to migrate to meetings for teaching)&lt;br /&gt;
&lt;br /&gt;
==Notes to self==&lt;br /&gt;
&lt;br /&gt;
* [[/to-do list]]&lt;br /&gt;
* [[/test]]&lt;br /&gt;
&lt;br /&gt;
==Older content (outdated but may revisit)==&lt;br /&gt;
&lt;br /&gt;
Click here to see my present [[Zamir, Brett:to-do list|to-do list]] (if you&#039;d like to work with me or see some things which I may find time to add at some point to this site).  This is intended for wiki to-dos (at this site) and for the Bahá&#039;í Library Online.&lt;br /&gt;
&lt;br /&gt;
Click here to see my personal [[Zamir, Brett:Bahai9wiki wish list|Bahai9wiki wish list]].&lt;br /&gt;
&lt;br /&gt;
[[Category:User pages]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=MediaWiki:Chameleon.css&amp;diff=18300</id>
		<title>MediaWiki:Chameleon.css</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=MediaWiki:Chameleon.css&amp;diff=18300"/>
		<updated>2025-01-05T08:22:47Z</updated>

		<summary type="html">&lt;p&gt;Sarah: hide &amp;quot;in other projects&amp;quot; unless it links somewhere&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;body {&lt;br /&gt;
    background: #eaecf0;&lt;br /&gt;
    font-family: &#039;Segoe UI&#039;,&#039;Segoe UI Emoji&#039;,&#039;Segoe UI Symbol&#039;,&#039;Lato&#039;,&#039;Liberation Sans&#039;,&#039;Noto Sans&#039;,&#039;Helvetica Neue&#039;,&#039;Helvetica&#039;,sans-serif;&lt;br /&gt;
    font-size: .90rem; /* Bahai9 */&lt;br /&gt;
}&lt;br /&gt;
a {&lt;br /&gt;
    color: #0645ad;&lt;br /&gt;
}&lt;br /&gt;
/* Hide the menu unless page is too narrow, hide logo instead */&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.dropdown {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.p-tb-dropdown {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
/* General small-screen rules */&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
    /* Navbar dropdown visibility */&lt;br /&gt;
    .navbar-nav.right &amp;gt; .nav-item.dropdown {&lt;br /&gt;
        display: block;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .navbar-nav.right &amp;gt; .nav-item.dropdown.p-wikibase-otherprojects-dropdown {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Hide logo and other projects */&lt;br /&gt;
    .p-logo,&lt;br /&gt;
    .p-wikibase-otherprojects {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Toggle p-tb-dropdown visibility */&lt;br /&gt;
    .navbar-nav.right &amp;gt; .nav-item.p-tb-dropdown {&lt;br /&gt;
        display: block;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Adjust navbar link padding */&lt;br /&gt;
    .navbar-expand .navbar-nav .nav-link,&lt;br /&gt;
    .p-navbar.not-collapsible .navbar-nav .nav-link,&lt;br /&gt;
    .navbar-expand .navbar-nav .p-navbar .navbar-tool &amp;gt; a,&lt;br /&gt;
    .p-navbar .navbar-expand .navbar-nav .navbar-tool &amp;gt; a,&lt;br /&gt;
    .p-navbar.not-collapsible .navbar-nav .p-navbar .navbar-tool &amp;gt; a,&lt;br /&gt;
    .p-navbar .p-navbar.not-collapsible .navbar-nav .navbar-tool &amp;gt; a {&lt;br /&gt;
        padding-right: 0.5rem;&lt;br /&gt;
        padding-left: 0.5rem;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Remove margin-left from enhanced recent changes */&lt;br /&gt;
    .client-js .mw-changeslist ul,&lt;br /&gt;
    .client-js .mw-changeslist table.mw-enhanced-rc {&lt;br /&gt;
        margin-left: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
/* Make navbar normal */&lt;br /&gt;
.navbar, .p-navbar {&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
/* Search bar */&lt;br /&gt;
.p-search {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    order: 1;&lt;br /&gt;
}&lt;br /&gt;
.logo-wrapper {&lt;br /&gt;
    min-width: 0em !important;&lt;br /&gt;
}&lt;br /&gt;
#p-logo-text a {&lt;br /&gt;
    padding: 0em 0.7em;&lt;br /&gt;
    color: #000000;&lt;br /&gt;
    font-family: &#039;Linux Libertine&#039;,&#039;Times New Roman&#039;,&#039;Liberation Serif&#039;,&#039;Nimbus Roman&#039;,&#039;Noto Serif&#039;,&#039;Times&#039;,serif;&lt;br /&gt;
    font-variant: small-caps;&lt;br /&gt;
    font-size: 1.85em;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar.not-collapsible.py-0.flex-wrap &amp;gt; .navbar-nav {&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	flex-direction: row;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar.not-collapsible &amp;gt; .navbar-nav {&lt;br /&gt;
	align-items: unset;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
}&lt;br /&gt;
.mt-4, .p-navbar .navbar-nav.right, .my-4 {&lt;br /&gt;
    margin-top: 0rem !important;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar .navbar-nav .navbar-tools {&lt;br /&gt;
    padding-left: 0.5rem;&lt;br /&gt;
    padding-right: 0.5rem;&lt;br /&gt;
}&lt;br /&gt;
.sidebar-item .nav-link:before {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
.mw-body {&lt;br /&gt;
    box-shadow: 4px 3px 7px 3px rgb(0 0 0 / 10%);&lt;br /&gt;
    border: solid #eaecf0;&lt;br /&gt;
    border-width: 1px 1px 0.2em;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
    padding: 0em 2em 1em;&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
    overflow: auto;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
}&lt;br /&gt;
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
    font-family: &#039;Linux Libertine&#039;,&#039;Times New Roman&#039;,&#039;Liberation Serif&#039;,&#039;Nimbus Roman&#039;,&#039;Noto Serif&#039;,&#039;Times&#039;,serif;&lt;br /&gt;
    line-height: 1.125;&lt;br /&gt;
    margin-top: 0rem !important;&lt;br /&gt;
}&lt;br /&gt;
h1, .h1 {&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
}&lt;br /&gt;
.mw-body .firstHeading {&lt;br /&gt;
    border-bottom: solid 1px #c8ccd1;&lt;br /&gt;
}&lt;br /&gt;
#searchGoButton, #mw-searchButton {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    right: 0.1em;&lt;br /&gt;
    width: 2.5em;&lt;br /&gt;
    height: 2.8em;&lt;br /&gt;
    text-indent: -99999px;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-image: url(/skins/Timeless/resources/images/search-ltr.svg?402b1);&lt;br /&gt;
    background-position: center 40%;&lt;br /&gt;
    box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
.sidebar-item {&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
    border: solid #eaecf0;&lt;br /&gt;
    border-width: 1px 1px 0.2em;&lt;br /&gt;
    margin: 0em 0 1em 0 !important;&lt;br /&gt;
    box-shadow: 0 1px 7px 1px rgb(0 0 0 / 10%) !important;&lt;br /&gt;
    padding: 1em;&lt;br /&gt;
    line-height: 1.125;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
}&lt;br /&gt;
.nav-menu-label {&lt;br /&gt;
    font-weight: normal;&lt;br /&gt;
    font-size: 1em;&lt;br /&gt;
    margin: 0.75em 0.3em 0.75em 0.3em;&lt;br /&gt;
    padding-bottom: 0.15em;&lt;br /&gt;
    border-bottom: solid 2px #c8ccd1;&lt;br /&gt;
}&lt;br /&gt;
.navbar-brand {&lt;br /&gt;
	margin-left: 1rem;&lt;br /&gt;
    margin-right: 0rem;&lt;br /&gt;
}&lt;br /&gt;
.nav-item {&lt;br /&gt;
	margin-left: 6px&lt;br /&gt;
}&lt;br /&gt;
.navbar-tools.navbar-nav a:before {&lt;br /&gt;
    margin-right: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
/* Make sidebar menu items a darker blue */&lt;br /&gt;
.sidebar-item.sidebar-menu.col a {&lt;br /&gt;
    color: #355b83;&lt;br /&gt;
}&lt;br /&gt;
.mw-list-item {&lt;br /&gt;
	margin-left: 6px;&lt;br /&gt;
}&lt;br /&gt;
.echo-icons &amp;gt; * + * {&lt;br /&gt;
    margin-left: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.bahai-tools {&lt;br /&gt;
    gap: 8px;&lt;br /&gt;
}&lt;br /&gt;
/* Don&#039;t display some stuff on the main page */&lt;br /&gt;
body.page-Main_Page #tools-and-categories,&lt;br /&gt;
body.page-Main_Page h1.firstHeading,&lt;br /&gt;
body.page-Main_Page #catlinks {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
.mpwelcome {&lt;br /&gt;
	font-size:230%;&lt;br /&gt;
	line-height:130%;&lt;br /&gt;
	border:none;&lt;br /&gt;
	margin:0 1.5rem;&lt;br /&gt;
	color:#000;&lt;br /&gt;
	font-family:&#039;hoefler text&#039;,&#039;times new roman&#039;, serif;&lt;br /&gt;
	font-variant: small-caps;&lt;br /&gt;
	white-space:nowrap&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .mpwelcome {&lt;br /&gt;
    	white-space:unset;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.infobox {&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
    border-collapse: unset;&lt;br /&gt;
    max-width: 32%;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .infobox {&lt;br /&gt;
    	max-width: unset;&lt;br /&gt;
        width: 100% !important; /* Full width on smaller screens */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.infobox.sisterproject {&lt;br /&gt;
	max-width: 65% !important;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .infobox.sisterproject {&lt;br /&gt;
    	float: none;&lt;br /&gt;
    	max-width: 100% !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.row {&lt;br /&gt;
    flex-wrap: inherit;&lt;br /&gt;
}&lt;br /&gt;
.navbar-tools.echo-icons {&lt;br /&gt;
    gap: 8px;&lt;br /&gt;
    margin-right: 6px;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar {&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    padding: 0em;&lt;br /&gt;
}&lt;br /&gt;
.page-tools-toflat {&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    /* background-color: transparent !important; */&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav:not(.right) {&lt;br /&gt;
    flex-grow: 1;&lt;br /&gt;
}&lt;br /&gt;
.sidebar {&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    width: 14em;&lt;br /&gt;
    flex: 0 0 12em; /* Bahai9 change from 0 0 14em */&lt;br /&gt;
}&lt;br /&gt;
.p-navbar .navbar-brand img {&lt;br /&gt;
    max-width: 200px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
.sidebar .nav-link, .sidebar .p-navbar .navbar-tool &amp;gt; a {&lt;br /&gt;
    padding: 0.25em 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.mw-redirectedfrom {&lt;br /&gt;
    display: block;&lt;br /&gt;
    font-size: 84%;&lt;br /&gt;
    line-height: 1.2em;&lt;br /&gt;
    margin: -8px 0px 1.4em 2em;&lt;br /&gt;
    color: #54595d;&lt;br /&gt;
}&lt;br /&gt;
.header-wrapper nav.p-navbar {&lt;br /&gt;
    max-width: 115em;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    margin: auto;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.header-wrapper {&lt;br /&gt;
    margin-bottom: 12px;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
    color: #000000;&lt;br /&gt;
    min-height: 3.125em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput {&lt;br /&gt;
	border-top-left-radius: 0;&lt;br /&gt;
    border-bottom-left-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
.searchButton, .mw-searchButton {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    right: 1.5em;&lt;br /&gt;
    width: 2.5em;&lt;br /&gt;
    height: 2.5em;&lt;br /&gt;
    text-indent: -99999px;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-image: url(/skins/Timeless/resources/images/search-ltr.svg?402b1);&lt;br /&gt;
    background-position: center 40%;&lt;br /&gt;
    box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
.navbar-tools.navbar-nav a:before {&lt;br /&gt;
    color: #ababab;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.navbar-tool a {&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
}&lt;br /&gt;
.navbar-tool.mw-list-item a:before, a.navbar-more-tools:before {&lt;br /&gt;
    color: #385b82 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.sidebar-wrapper{&lt;br /&gt;
	max-width:115em;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	margin:auto;&lt;br /&gt;
	padding:0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
content{&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.logo-wrapper {&lt;br /&gt;
    min-width: 10.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.footer {&lt;br /&gt;
    border-top: solid 1px #54595d;&lt;br /&gt;
    box-shadow: inset 0 7px 2px -4px rgb(0 0 0 / 10%);&lt;br /&gt;
    color: #ffffff;&lt;br /&gt;
    background: #72777d;&lt;br /&gt;
}&lt;br /&gt;
.footer-wrapper {&lt;br /&gt;
    padding: 0.7em 0;&lt;br /&gt;
    max-width:115em;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	margin:auto;&lt;br /&gt;
}&lt;br /&gt;
.footer a {&lt;br /&gt;
    color: #dbeaff;&lt;br /&gt;
    font-size: 16px;&lt;br /&gt;
}&lt;br /&gt;
.wiki-content {&lt;br /&gt;
    padding-bottom: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tools-and-categories .p-navbar{&lt;br /&gt;
    box-shadow: 4px 3px 7px 3px rgb(0 0 0 / 10%);&lt;br /&gt;
    border: solid #eaecf0;&lt;br /&gt;
    border-width: 1px 1px 0.2em;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
    margin-top: 14px;&lt;br /&gt;
    padding: 6px 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tools-and-categories .categories .mw-normal-catlinks [title=&amp;quot;Special:Categories&amp;quot;]:first-child:before {&lt;br /&gt;
    content:&#039;&#039;;&lt;br /&gt;
    font-family: &amp;quot;Font Awesome 5 Free&amp;quot;;&lt;br /&gt;
    font-weight: 900;&lt;br /&gt;
    margin-right: 0.5rem;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
.categories {&lt;br /&gt;
    margin-left: 10px;&lt;br /&gt;
}&lt;br /&gt;
body .mw-body .catlinks {&lt;br /&gt;
	margin: 1rem 0 0;&lt;br /&gt;
	padding:0;&lt;br /&gt;
    border: 0px;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
}&lt;br /&gt;
.catlinks {&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
	margin: 0.5em;&lt;br /&gt;
    border: 0px;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
}&lt;br /&gt;
.catlinks &amp;gt; .mw-hidden-catlinks {&lt;br /&gt;
	margin: .5rem 0;&lt;br /&gt;
	font-size:70%;&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    color:#666;&lt;br /&gt;
}&lt;br /&gt;
.catlinks &amp;gt; .mw-hidden-catlinks a {&lt;br /&gt;
	margin-top: .5rem;&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    color:#6289ca;&lt;br /&gt;
}&lt;br /&gt;
body .mw-body .catlinks ul {&lt;br /&gt;
	margin-left:0;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav.right {&lt;br /&gt;
    margin-left: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.suggestions-special, .suggestions-result {&lt;br /&gt;
    padding: 10px 30px  !important;&lt;br /&gt;
}&lt;br /&gt;
.bahai-search {&lt;br /&gt;
    padding-left: 16px !important;&lt;br /&gt;
}&lt;br /&gt;
.flexlayout {&lt;br /&gt;
	display:flex;&lt;br /&gt;
	flex-direction:row;&lt;br /&gt;
	clear:both;&lt;br /&gt;
}&lt;br /&gt;
.flexequal &amp;gt; .flexcol {&lt;br /&gt;
	flex-basis:0%;&lt;br /&gt;
}&lt;br /&gt;
.flexcol {&lt;br /&gt;
	flex-grow:1;&lt;br /&gt;
}&lt;br /&gt;
.flexcol+.flexcol {&lt;br /&gt;
	margin-left:1em;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 1180px) {&lt;br /&gt;
	#mp-topbanner .flexlayout {&lt;br /&gt;
		flex-wrap:wrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 930px) {&lt;br /&gt;
	.flexlayout {&lt;br /&gt;
		flex-direction:column;&lt;br /&gt;
	}&lt;br /&gt;
	.flexcol+.flexcol {&lt;br /&gt;
		margin-left:unset;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media (min-width: 320px) and (max-width: 767px) {&lt;br /&gt;
   .bahai-search {&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
   }&lt;br /&gt;
    .navbar-tool  .user-name {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
    .header-wrapper {&lt;br /&gt;
        padding-bottom: 6px;&lt;br /&gt;
    }&lt;br /&gt;
    .navbar, .p-navbar {&lt;br /&gt;
        padding: 0;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .flex-fill.wiki-content.container-fluid {&lt;br /&gt;
        padding: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    .sidebar {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
    .bahai-search {&lt;br /&gt;
        margin-top: 14px;&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
@media (max-width: 500px) {&lt;br /&gt;
  .mw-body div.thumb, .mw-body img.thumbimage {&lt;br /&gt;
    float: none; /* Make images take 100% of screen on small displays */&lt;br /&gt;
    margin: 0 auto;&lt;br /&gt;
    display: table;&lt;br /&gt;
  }&lt;br /&gt;
  .todayinhistory {&lt;br /&gt;
  	width: 100% !important;&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
.sidebar-heading{&lt;br /&gt;
	margin: 1em 0 0.5em !important;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	font-size: 1em;&lt;br /&gt;
	padding-bottom: 0.15em;&lt;br /&gt;
	border-bottom: solid 2px #c8ccd1;&lt;br /&gt;
}&lt;br /&gt;
.sidebar-subitem{&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0.25em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Per David&#039;s suggestion for mobile; avoid fixed content due to limited space */&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
  #toc {&lt;br /&gt;
    position: unset;&lt;br /&gt;
  }&lt;br /&gt;
  .tocnumber, .toctext {&lt;br /&gt;
    display: inline !important;&lt;br /&gt;
  }&lt;br /&gt;
  body {&lt;br /&gt;
  	font-size: 1rem;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Health,_Healing,_and_Nutrition&amp;diff=17882</id>
		<title>Health, Healing, and Nutrition</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Health,_Healing,_and_Nutrition&amp;diff=17882"/>
		<updated>2024-03-04T08:19:16Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Read online at https://bahai-library.org/compilation_health_healing_nutrition&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=MediaWiki:Wikibase-otherprojects-bahaimedia&amp;diff=17764</id>
		<title>MediaWiki:Wikibase-otherprojects-bahaimedia</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=MediaWiki:Wikibase-otherprojects-bahaimedia&amp;diff=17764"/>
		<updated>2023-12-11T16:12:35Z</updated>

		<summary type="html">&lt;p&gt;Sarah: Created page with &amp;quot;Bahai.media&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bahai.media&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=User:Sarah&amp;diff=17755</id>
		<title>User:Sarah</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=User:Sarah&amp;diff=17755"/>
		<updated>2023-12-01T03:27:31Z</updated>

		<summary type="html">&lt;p&gt;Sarah: test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please see my user page on Bahaipedia:  [[:pedia:User:David|User:David]].&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=MediaWiki:Chameleon.css&amp;diff=17727</id>
		<title>MediaWiki:Chameleon.css</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=MediaWiki:Chameleon.css&amp;diff=17727"/>
		<updated>2023-10-23T04:47:46Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;body {&lt;br /&gt;
    background: #eaecf0;&lt;br /&gt;
    font-family: &#039;Segoe UI&#039;,&#039;Segoe UI Emoji&#039;,&#039;Segoe UI Symbol&#039;,&#039;Lato&#039;,&#039;Liberation Sans&#039;,&#039;Noto Sans&#039;,&#039;Helvetica Neue&#039;,&#039;Helvetica&#039;,sans-serif;&lt;br /&gt;
    font-size: .90rem; /* Bahai9 */&lt;br /&gt;
}&lt;br /&gt;
a {&lt;br /&gt;
    color: #0645ad;&lt;br /&gt;
}&lt;br /&gt;
/* Hide the menu unless page is too narrow, hide logo instead */&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.dropdown {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.dropdown {&lt;br /&gt;
	display: block; &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
.p-logo {&lt;br /&gt;
	display: none; &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.p-tb-dropdown {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.p-tb-dropdown {&lt;br /&gt;
	display: block; &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
	.navbar-expand .navbar-nav .nav-link, .p-navbar.not-collapsible .navbar-nav .nav-link, .navbar-expand .navbar-nav .p-navbar .navbar-tool &amp;gt; a, .p-navbar .navbar-expand .navbar-nav .navbar-tool &amp;gt; a, .p-navbar.not-collapsible .navbar-nav .p-navbar .navbar-tool &amp;gt; a, .p-navbar .p-navbar.not-collapsible .navbar-nav .navbar-tool &amp;gt; a {&lt;br /&gt;
		padding-right: 0.5rem;&lt;br /&gt;
		padding-left: 0.5rem;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Search bar */&lt;br /&gt;
.p-search {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    order: 1;&lt;br /&gt;
}&lt;br /&gt;
.logo-wrapper {&lt;br /&gt;
    min-width: 0em !important;&lt;br /&gt;
}&lt;br /&gt;
#p-logo-text a {&lt;br /&gt;
    padding: 0em 0.7em;&lt;br /&gt;
    color: #000000;&lt;br /&gt;
    font-family: &#039;Linux Libertine&#039;,&#039;Times New Roman&#039;,&#039;Liberation Serif&#039;,&#039;Nimbus Roman&#039;,&#039;Noto Serif&#039;,&#039;Times&#039;,serif;&lt;br /&gt;
    font-variant: small-caps;&lt;br /&gt;
    font-size: 1.85em;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar.not-collapsible.py-0.flex-wrap &amp;gt; .navbar-nav {&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	flex-direction: row;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar.not-collapsible &amp;gt; .navbar-nav {&lt;br /&gt;
	align-items: unset;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
}&lt;br /&gt;
.mt-4, .p-navbar .navbar-nav.right, .my-4 {&lt;br /&gt;
    margin-top: 0rem !important;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar .navbar-nav .navbar-tools {&lt;br /&gt;
    padding-left: 0.5rem;&lt;br /&gt;
    padding-right: 0.5rem;&lt;br /&gt;
}&lt;br /&gt;
.sidebar-item .nav-link:before {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
.mw-body {&lt;br /&gt;
    box-shadow: 4px 3px 7px 3px rgb(0 0 0 / 10%);&lt;br /&gt;
    border: solid #eaecf0;&lt;br /&gt;
    border-width: 1px 1px 0.2em;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
    padding: 0em 2em 1em;&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
    overflow: auto;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
}&lt;br /&gt;
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
    font-family: &#039;Linux Libertine&#039;,&#039;Times New Roman&#039;,&#039;Liberation Serif&#039;,&#039;Nimbus Roman&#039;,&#039;Noto Serif&#039;,&#039;Times&#039;,serif;&lt;br /&gt;
    line-height: 1.125;&lt;br /&gt;
    margin-top: 0rem !important;&lt;br /&gt;
}&lt;br /&gt;
h1, .h1 {&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
}&lt;br /&gt;
.mw-body .firstHeading {&lt;br /&gt;
    border-bottom: solid 1px #c8ccd1;&lt;br /&gt;
}&lt;br /&gt;
#searchGoButton, #mw-searchButton {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    right: 0.1em;&lt;br /&gt;
    width: 2.5em;&lt;br /&gt;
    height: 2.8em;&lt;br /&gt;
    text-indent: -99999px;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-image: url(/skins/Timeless/resources/images/search-ltr.svg?402b1);&lt;br /&gt;
    background-position: center 40%;&lt;br /&gt;
    box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
.sidebar-item {&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
    border: solid #eaecf0;&lt;br /&gt;
    border-width: 1px 1px 0.2em;&lt;br /&gt;
    margin: 0em 0 1em 0 !important;&lt;br /&gt;
    box-shadow: 0 1px 7px 1px rgb(0 0 0 / 10%) !important;&lt;br /&gt;
    padding: 1em;&lt;br /&gt;
    line-height: 1.125;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
}&lt;br /&gt;
.nav-menu-label {&lt;br /&gt;
    font-weight: normal;&lt;br /&gt;
    font-size: 1em;&lt;br /&gt;
    margin: 0.75em 0.3em 0.75em 0.3em;&lt;br /&gt;
    padding-bottom: 0.15em;&lt;br /&gt;
    border-bottom: solid 2px #c8ccd1;&lt;br /&gt;
}&lt;br /&gt;
.navbar-brand {&lt;br /&gt;
	margin-left: 1rem;&lt;br /&gt;
    margin-right: 0rem;&lt;br /&gt;
}&lt;br /&gt;
.nav-item {&lt;br /&gt;
	margin-left: 6px&lt;br /&gt;
}&lt;br /&gt;
.navbar-tools.navbar-nav a:before {&lt;br /&gt;
    margin-right: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
/* Make sidebar menu items a darker blue */&lt;br /&gt;
.sidebar-item.sidebar-menu.col a {&lt;br /&gt;
    color: #355b83;&lt;br /&gt;
}&lt;br /&gt;
.mw-list-item {&lt;br /&gt;
	margin-left: 6px;&lt;br /&gt;
}&lt;br /&gt;
.echo-icons &amp;gt; * + * {&lt;br /&gt;
    margin-left: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.bahai-tools {&lt;br /&gt;
    gap: 8px;&lt;br /&gt;
}&lt;br /&gt;
/* Don&#039;t display some stuff on the main page */&lt;br /&gt;
body.page-Main_Page #tools-and-categories,&lt;br /&gt;
body.page-Main_Page h1.firstHeading,&lt;br /&gt;
body.page-Main_Page #catlinks {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
.mpwelcome {&lt;br /&gt;
	font-size:230%;&lt;br /&gt;
	line-height:130%;&lt;br /&gt;
	border:none;&lt;br /&gt;
	margin:0 1.5rem;&lt;br /&gt;
	color:#000;&lt;br /&gt;
	font-family:&#039;hoefler text&#039;,&#039;times new roman&#039;, serif;&lt;br /&gt;
	font-variant: small-caps;&lt;br /&gt;
	white-space:nowrap&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .mpwelcome {&lt;br /&gt;
    	white-space:unset;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.infobox {&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
    border-collapse: unset;&lt;br /&gt;
    max-width: 32%;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .infobox {&lt;br /&gt;
    	max-width: unset;&lt;br /&gt;
        width: 100% !important; /* Full width on smaller screens */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.infobox.sisterproject {&lt;br /&gt;
	max-width: 65% !important;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .infobox.sisterproject {&lt;br /&gt;
    	float: none;&lt;br /&gt;
    	max-width: 100% !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.row {&lt;br /&gt;
    flex-wrap: inherit;&lt;br /&gt;
}&lt;br /&gt;
.navbar-tools.echo-icons {&lt;br /&gt;
    gap: 8px;&lt;br /&gt;
    margin-right: 6px;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar {&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    padding: 0em;&lt;br /&gt;
}&lt;br /&gt;
.page-tools-toflat {&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    /* background-color: transparent !important; */&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav:not(.right) {&lt;br /&gt;
    flex-grow: 1;&lt;br /&gt;
}&lt;br /&gt;
.sidebar {&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    width: 14em;&lt;br /&gt;
    flex: 0 0 12em; /* Bahai9 change from 0 0 14em */&lt;br /&gt;
}&lt;br /&gt;
.p-navbar .navbar-brand img {&lt;br /&gt;
    max-width: 200px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
.sidebar .nav-link, .sidebar .p-navbar .navbar-tool &amp;gt; a {&lt;br /&gt;
    padding: 0.25em 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.mw-redirectedfrom {&lt;br /&gt;
    display: block;&lt;br /&gt;
    font-size: 84%;&lt;br /&gt;
    line-height: 1.2em;&lt;br /&gt;
    margin: -8px 0px 1.4em 2em;&lt;br /&gt;
    color: #54595d;&lt;br /&gt;
}&lt;br /&gt;
.header-wrapper nav.p-navbar {&lt;br /&gt;
    max-width: 115em;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    margin: auto;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.header-wrapper {&lt;br /&gt;
    margin-bottom: 12px;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
    color: #000000;&lt;br /&gt;
    min-height: 3.125em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput {&lt;br /&gt;
	border-top-left-radius: 0;&lt;br /&gt;
    border-bottom-left-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
.searchButton, .mw-searchButton {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    right: 1.5em;&lt;br /&gt;
    width: 2.5em;&lt;br /&gt;
    height: 2.5em;&lt;br /&gt;
    text-indent: -99999px;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-image: url(/skins/Timeless/resources/images/search-ltr.svg?402b1);&lt;br /&gt;
    background-position: center 40%;&lt;br /&gt;
    box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
.navbar-tools.navbar-nav a:before {&lt;br /&gt;
    color: #ababab;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.navbar-tool a {&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
}&lt;br /&gt;
.navbar-tool.mw-list-item a:before, a.navbar-more-tools:before {&lt;br /&gt;
    color: #385b82 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.sidebar-wrapper{&lt;br /&gt;
	max-width:115em;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	margin:auto;&lt;br /&gt;
	padding:0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
content{&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.logo-wrapper {&lt;br /&gt;
    min-width: 10.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.footer {&lt;br /&gt;
    border-top: solid 1px #54595d;&lt;br /&gt;
    box-shadow: inset 0 7px 2px -4px rgb(0 0 0 / 10%);&lt;br /&gt;
    color: #ffffff;&lt;br /&gt;
    background: #72777d;&lt;br /&gt;
}&lt;br /&gt;
.footer-wrapper {&lt;br /&gt;
    padding: 0.7em 0;&lt;br /&gt;
    max-width:115em;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	margin:auto;&lt;br /&gt;
}&lt;br /&gt;
.footer a {&lt;br /&gt;
    color: #dbeaff;&lt;br /&gt;
    font-size: 16px;&lt;br /&gt;
}&lt;br /&gt;
.wiki-content {&lt;br /&gt;
    padding-bottom: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tools-and-categories .p-navbar{&lt;br /&gt;
    box-shadow: 4px 3px 7px 3px rgb(0 0 0 / 10%);&lt;br /&gt;
    border: solid #eaecf0;&lt;br /&gt;
    border-width: 1px 1px 0.2em;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
    margin-top: 14px;&lt;br /&gt;
    padding: 6px 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tools-and-categories .categories .mw-normal-catlinks [title=&amp;quot;Special:Categories&amp;quot;]:first-child:before {&lt;br /&gt;
    content:&#039;&#039;;&lt;br /&gt;
    font-family: &amp;quot;Font Awesome 5 Free&amp;quot;;&lt;br /&gt;
    font-weight: 900;&lt;br /&gt;
    margin-right: 0.5rem;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
.categories {&lt;br /&gt;
    margin-left: 10px;&lt;br /&gt;
}&lt;br /&gt;
body .mw-body .catlinks {&lt;br /&gt;
	margin: 1rem 0 0;&lt;br /&gt;
	padding:0;&lt;br /&gt;
    border: 0px;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
}&lt;br /&gt;
.catlinks {&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
	margin: 0.5em;&lt;br /&gt;
    border: 0px;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
}&lt;br /&gt;
.catlinks &amp;gt; .mw-hidden-catlinks {&lt;br /&gt;
	margin: .5rem 0;&lt;br /&gt;
	font-size:70%;&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    color:#666;&lt;br /&gt;
}&lt;br /&gt;
.catlinks &amp;gt; .mw-hidden-catlinks a {&lt;br /&gt;
	margin-top: .5rem;&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    color:#6289ca;&lt;br /&gt;
}&lt;br /&gt;
body .mw-body .catlinks ul {&lt;br /&gt;
	margin-left:0;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav.right {&lt;br /&gt;
    margin-left: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.suggestions-special, .suggestions-result {&lt;br /&gt;
    padding: 10px 30px  !important;&lt;br /&gt;
}&lt;br /&gt;
.bahai-search {&lt;br /&gt;
    padding-left: 16px !important;&lt;br /&gt;
}&lt;br /&gt;
.flexlayout {&lt;br /&gt;
	display:flex;&lt;br /&gt;
	flex-direction:row;&lt;br /&gt;
	clear:both;&lt;br /&gt;
}&lt;br /&gt;
.flexequal &amp;gt; .flexcol {&lt;br /&gt;
	flex-basis:0%;&lt;br /&gt;
}&lt;br /&gt;
.flexcol {&lt;br /&gt;
	flex-grow:1;&lt;br /&gt;
}&lt;br /&gt;
.flexcol+.flexcol {&lt;br /&gt;
	margin-left:1em;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 1180px) {&lt;br /&gt;
	#mp-topbanner .flexlayout {&lt;br /&gt;
		flex-wrap:wrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 930px) {&lt;br /&gt;
	.flexlayout {&lt;br /&gt;
		flex-direction:column;&lt;br /&gt;
	}&lt;br /&gt;
	.flexcol+.flexcol {&lt;br /&gt;
		margin-left:unset;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media (min-width: 320px) and (max-width: 767px) {&lt;br /&gt;
   .bahai-search {&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
   }&lt;br /&gt;
    .navbar-tool  .user-name {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
    .header-wrapper {&lt;br /&gt;
        padding-bottom: 6px;&lt;br /&gt;
    }&lt;br /&gt;
    .navbar, .p-navbar {&lt;br /&gt;
        padding: 0;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .flex-fill.wiki-content.container-fluid {&lt;br /&gt;
        padding: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    .sidebar {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
    .bahai-search {&lt;br /&gt;
        margin-top: 14px;&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
@media (max-width: 500px) {&lt;br /&gt;
  .mw-body div.thumb, .mw-body img.thumbimage {&lt;br /&gt;
    float: none; /* Make images take 100% of screen on small displays */&lt;br /&gt;
    margin: 0 auto;&lt;br /&gt;
    display: table;&lt;br /&gt;
  }&lt;br /&gt;
  .todayinhistory {&lt;br /&gt;
  	width: 100% !important;&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
.sidebar-heading{&lt;br /&gt;
	margin: 1em 0 0.5em !important;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	font-size: 1em;&lt;br /&gt;
	padding-bottom: 0.15em;&lt;br /&gt;
	border-bottom: solid 2px #c8ccd1;&lt;br /&gt;
}&lt;br /&gt;
.sidebar-subitem{&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0.25em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Per David&#039;s suggestion for mobile; avoid fixed content due to limited space */&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
  #toc {&lt;br /&gt;
    position: unset;&lt;br /&gt;
  }&lt;br /&gt;
  .tocnumber, .toctext {&lt;br /&gt;
    display: inline !important;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=MediaWiki:Chameleon.css&amp;diff=17726</id>
		<title>MediaWiki:Chameleon.css</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=MediaWiki:Chameleon.css&amp;diff=17726"/>
		<updated>2023-10-23T04:33:58Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;body {&lt;br /&gt;
    background: #eaecf0;&lt;br /&gt;
    font-family: &#039;Segoe UI&#039;,&#039;Segoe UI Emoji&#039;,&#039;Segoe UI Symbol&#039;,&#039;Lato&#039;,&#039;Liberation Sans&#039;,&#039;Noto Sans&#039;,&#039;Helvetica Neue&#039;,&#039;Helvetica&#039;,sans-serif;&lt;br /&gt;
    font-size: .90rem; /* Bahai9 */&lt;br /&gt;
}&lt;br /&gt;
a {&lt;br /&gt;
    color: #0645ad;&lt;br /&gt;
}&lt;br /&gt;
/* Hide the menu unless page is too narrow, hide logo instead */&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.dropdown {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.dropdown {&lt;br /&gt;
	display: block; &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
.p-logo {&lt;br /&gt;
	display: none; &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.p-tb-dropdown {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.p-tb-dropdown {&lt;br /&gt;
	display: block; &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
	.navbar-expand .navbar-nav .nav-link, .p-navbar.not-collapsible .navbar-nav .nav-link, .navbar-expand .navbar-nav .p-navbar .navbar-tool &amp;gt; a, .p-navbar .navbar-expand .navbar-nav .navbar-tool &amp;gt; a, .p-navbar.not-collapsible .navbar-nav .p-navbar .navbar-tool &amp;gt; a, .p-navbar .p-navbar.not-collapsible .navbar-nav .navbar-tool &amp;gt; a {&lt;br /&gt;
		padding-right: 0.5rem;&lt;br /&gt;
		padding-left: 0.5rem;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Search bar */&lt;br /&gt;
.p-search {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    order: 1;&lt;br /&gt;
}&lt;br /&gt;
.logo-wrapper {&lt;br /&gt;
    min-width: 0em !important;&lt;br /&gt;
}&lt;br /&gt;
#p-logo-text a {&lt;br /&gt;
    padding: 0em 0.7em;&lt;br /&gt;
    color: #000000;&lt;br /&gt;
    font-family: &#039;Linux Libertine&#039;,&#039;Times New Roman&#039;,&#039;Liberation Serif&#039;,&#039;Nimbus Roman&#039;,&#039;Noto Serif&#039;,&#039;Times&#039;,serif;&lt;br /&gt;
    font-variant: small-caps;&lt;br /&gt;
    font-size: 1.85em;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar.not-collapsible.py-0.flex-wrap &amp;gt; .navbar-nav {&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	flex-direction: row;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar.not-collapsible &amp;gt; .navbar-nav {&lt;br /&gt;
	align-items: unset;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
}&lt;br /&gt;
.mt-4, .p-navbar .navbar-nav.right, .my-4 {&lt;br /&gt;
    margin-top: 0rem !important;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar .navbar-nav .navbar-tools {&lt;br /&gt;
    padding-left: 0.5rem;&lt;br /&gt;
    padding-right: 0.5rem;&lt;br /&gt;
}&lt;br /&gt;
.sidebar-item .nav-link:before {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
.mw-body {&lt;br /&gt;
    box-shadow: 4px 3px 7px 3px rgb(0 0 0 / 10%);&lt;br /&gt;
    border: solid #eaecf0;&lt;br /&gt;
    border-width: 1px 1px 0.2em;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
    padding: 0em 2em 1em;&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
    overflow: auto;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
}&lt;br /&gt;
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
    font-family: &#039;Linux Libertine&#039;,&#039;Times New Roman&#039;,&#039;Liberation Serif&#039;,&#039;Nimbus Roman&#039;,&#039;Noto Serif&#039;,&#039;Times&#039;,serif;&lt;br /&gt;
    line-height: 1.125;&lt;br /&gt;
    margin-top: 0rem !important;&lt;br /&gt;
}&lt;br /&gt;
h1, .h1 {&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
}&lt;br /&gt;
.mw-body .firstHeading {&lt;br /&gt;
    border-bottom: solid 1px #c8ccd1;&lt;br /&gt;
}&lt;br /&gt;
#searchGoButton, #mw-searchButton {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    right: 0.1em;&lt;br /&gt;
    width: 2.5em;&lt;br /&gt;
    height: 2.8em;&lt;br /&gt;
    text-indent: -99999px;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-image: url(/skins/Timeless/resources/images/search-ltr.svg?402b1);&lt;br /&gt;
    background-position: center 40%;&lt;br /&gt;
    box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
.sidebar-item {&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
    border: solid #eaecf0;&lt;br /&gt;
    border-width: 1px 1px 0.2em;&lt;br /&gt;
    margin: 0em 0 1em 0 !important;&lt;br /&gt;
    box-shadow: 0 1px 7px 1px rgb(0 0 0 / 10%) !important;&lt;br /&gt;
    padding: 1em;&lt;br /&gt;
    line-height: 1.125;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
}&lt;br /&gt;
.nav-menu-label {&lt;br /&gt;
    font-weight: normal;&lt;br /&gt;
    font-size: 1em;&lt;br /&gt;
    margin: 0.75em 0.3em 0.75em 0.3em;&lt;br /&gt;
    padding-bottom: 0.15em;&lt;br /&gt;
    border-bottom: solid 2px #c8ccd1;&lt;br /&gt;
}&lt;br /&gt;
.navbar-brand {&lt;br /&gt;
	margin-left: 1rem;&lt;br /&gt;
    margin-right: 0rem;&lt;br /&gt;
}&lt;br /&gt;
.nav-item {&lt;br /&gt;
	margin-left: 6px&lt;br /&gt;
}&lt;br /&gt;
.navbar-tools.navbar-nav a:before {&lt;br /&gt;
    margin-right: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
/* Make sidebar menu items a darker blue */&lt;br /&gt;
.sidebar-item.sidebar-menu.col a {&lt;br /&gt;
    color: #355b83;&lt;br /&gt;
}&lt;br /&gt;
.mw-list-item {&lt;br /&gt;
	margin-left: 6px;&lt;br /&gt;
}&lt;br /&gt;
.echo-icons &amp;gt; * + * {&lt;br /&gt;
    margin-left: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.bahai-tools {&lt;br /&gt;
    gap: 8px;&lt;br /&gt;
}&lt;br /&gt;
/* Don&#039;t display some stuff on the main page */&lt;br /&gt;
body.page-Main_Page #tools-and-categories,&lt;br /&gt;
body.page-Main_Page h1.firstHeading,&lt;br /&gt;
body.page-Main_Page #catlinks {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
.mpwelcome {&lt;br /&gt;
	font-size:230%;&lt;br /&gt;
	line-height:130%;&lt;br /&gt;
	border:none;&lt;br /&gt;
	margin:0 1.5rem;&lt;br /&gt;
	color:#000;&lt;br /&gt;
	font-family:&#039;hoefler text&#039;,&#039;times new roman&#039;, serif;&lt;br /&gt;
	font-variant: small-caps;&lt;br /&gt;
	white-space:nowrap&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .mpwelcome {&lt;br /&gt;
    	white-space:unset;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.infobox {&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
    border-collapse: unset;&lt;br /&gt;
    max-width: 32%;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .infobox {&lt;br /&gt;
    	max-width: unset;&lt;br /&gt;
        width: 100% !important; /* Full width on smaller screens */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.infobox.sisterproject {&lt;br /&gt;
	max-width: 65% !important;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .infobox.sisterproject {&lt;br /&gt;
    	float: none;&lt;br /&gt;
    	max-width: 100% !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.row {&lt;br /&gt;
    flex-wrap: inherit;&lt;br /&gt;
}&lt;br /&gt;
.navbar-tools.echo-icons {&lt;br /&gt;
    gap: 8px;&lt;br /&gt;
    margin-right: 6px;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar {&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    padding: 0em;&lt;br /&gt;
}&lt;br /&gt;
.page-tools-toflat {&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    /* background-color: transparent !important; */&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav:not(.right) {&lt;br /&gt;
    flex-grow: 1;&lt;br /&gt;
}&lt;br /&gt;
.sidebar {&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    width: 14em;&lt;br /&gt;
    flex: 0 0 12em; /* Bahai9 change from 0 0 14em */&lt;br /&gt;
}&lt;br /&gt;
.p-navbar .navbar-brand img {&lt;br /&gt;
    max-width: 200px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
.sidebar .nav-link, .sidebar .p-navbar .navbar-tool &amp;gt; a {&lt;br /&gt;
    padding: 0.25em 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.mw-redirectedfrom {&lt;br /&gt;
    display: block;&lt;br /&gt;
    font-size: 84%;&lt;br /&gt;
    line-height: 1.2em;&lt;br /&gt;
    margin: -8px 0px 1.4em 2em;&lt;br /&gt;
    color: #54595d;&lt;br /&gt;
}&lt;br /&gt;
.header-wrapper nav.p-navbar {&lt;br /&gt;
    max-width: 115em;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    margin: auto;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.header-wrapper {&lt;br /&gt;
    margin-bottom: 12px;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
    color: #000000;&lt;br /&gt;
    min-height: 3.125em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput {&lt;br /&gt;
	border-top-left-radius: 0;&lt;br /&gt;
    border-bottom-left-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
.searchButton, .mw-searchButton {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    right: 1.5em;&lt;br /&gt;
    width: 2.5em;&lt;br /&gt;
    height: 2.5em;&lt;br /&gt;
    text-indent: -99999px;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-image: url(/skins/Timeless/resources/images/search-ltr.svg?402b1);&lt;br /&gt;
    background-position: center 40%;&lt;br /&gt;
    box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
.navbar-tools.navbar-nav a:before {&lt;br /&gt;
    color: #ababab;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.navbar-tool a {&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
}&lt;br /&gt;
.navbar-tool.mw-list-item a:before, a.navbar-more-tools:before {&lt;br /&gt;
    color: #385b82 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.sidebar-wrapper{&lt;br /&gt;
	max-width:115em;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	margin:auto;&lt;br /&gt;
	padding:0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
content{&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.logo-wrapper {&lt;br /&gt;
    min-width: 10.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.footer {&lt;br /&gt;
    border-top: solid 1px #54595d;&lt;br /&gt;
    box-shadow: inset 0 7px 2px -4px rgb(0 0 0 / 10%);&lt;br /&gt;
    color: #ffffff;&lt;br /&gt;
    background: #72777d;&lt;br /&gt;
}&lt;br /&gt;
.footer-wrapper {&lt;br /&gt;
    padding: 0.7em 0;&lt;br /&gt;
    max-width:115em;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	margin:auto;&lt;br /&gt;
}&lt;br /&gt;
.footer a {&lt;br /&gt;
    color: #dbeaff;&lt;br /&gt;
    font-size: 16px;&lt;br /&gt;
}&lt;br /&gt;
.wiki-content {&lt;br /&gt;
    padding-bottom: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tools-and-categories .p-navbar{&lt;br /&gt;
    box-shadow: 4px 3px 7px 3px rgb(0 0 0 / 10%);&lt;br /&gt;
    border: solid #eaecf0;&lt;br /&gt;
    border-width: 1px 1px 0.2em;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
    margin-top: 14px;&lt;br /&gt;
    padding: 6px 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tools-and-categories .categories .mw-normal-catlinks [title=&amp;quot;Special:Categories&amp;quot;]:first-child:before {&lt;br /&gt;
    content:&#039;&#039;;&lt;br /&gt;
    font-family: &amp;quot;Font Awesome 5 Free&amp;quot;;&lt;br /&gt;
    font-weight: 900;&lt;br /&gt;
    margin-right: 0.5rem;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
.categories {&lt;br /&gt;
    margin-left: 10px;&lt;br /&gt;
}&lt;br /&gt;
body .mw-body .catlinks {&lt;br /&gt;
	margin: 1rem 0 0;&lt;br /&gt;
	padding:0;&lt;br /&gt;
    border: 0px;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
}&lt;br /&gt;
.catlinks {&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
	margin: 0.5em;&lt;br /&gt;
    border: 0px;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
}&lt;br /&gt;
.catlinks &amp;gt; .mw-hidden-catlinks {&lt;br /&gt;
	margin: .5rem 0;&lt;br /&gt;
	font-size:70%;&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    color:#666;&lt;br /&gt;
}&lt;br /&gt;
.catlinks &amp;gt; .mw-hidden-catlinks a {&lt;br /&gt;
	margin-top: .5rem;&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    color:#6289ca;&lt;br /&gt;
}&lt;br /&gt;
body .mw-body .catlinks ul {&lt;br /&gt;
	margin-left:0;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav.right {&lt;br /&gt;
    margin-left: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.suggestions-special, .suggestions-result {&lt;br /&gt;
    padding: 10px 30px  !important;&lt;br /&gt;
}&lt;br /&gt;
.bahai-search {&lt;br /&gt;
    padding-left: 16px !important;&lt;br /&gt;
}&lt;br /&gt;
.flexlayout {&lt;br /&gt;
	display:flex;&lt;br /&gt;
	flex-direction:row;&lt;br /&gt;
	clear:both;&lt;br /&gt;
}&lt;br /&gt;
.flexequal &amp;gt; .flexcol {&lt;br /&gt;
	flex-basis:0%;&lt;br /&gt;
}&lt;br /&gt;
.flexcol {&lt;br /&gt;
	flex-grow:1;&lt;br /&gt;
}&lt;br /&gt;
.flexcol+.flexcol {&lt;br /&gt;
	margin-left:1em;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 1180px) {&lt;br /&gt;
	#mp-topbanner .flexlayout {&lt;br /&gt;
		flex-wrap:wrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 930px) {&lt;br /&gt;
	.flexlayout {&lt;br /&gt;
		flex-direction:column;&lt;br /&gt;
	}&lt;br /&gt;
	.flexcol+.flexcol {&lt;br /&gt;
		margin-left:unset;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media (min-width: 320px) and (max-width: 767px) {&lt;br /&gt;
   .bahai-search {&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
   }&lt;br /&gt;
    .navbar-tool  .user-name {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
    .header-wrapper {&lt;br /&gt;
        padding-bottom: 6px;&lt;br /&gt;
    }&lt;br /&gt;
    .navbar, .p-navbar {&lt;br /&gt;
        padding: 0;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .flex-fill.wiki-content.container-fluid {&lt;br /&gt;
        padding: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    .sidebar {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
    .bahai-search {&lt;br /&gt;
        margin-top: 14px;&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
@media (max-width: 500px) {&lt;br /&gt;
  .mw-body div.thumb, .mw-body img.thumbimage {&lt;br /&gt;
    float: none; /* Make images take 100% of screen on small displays */&lt;br /&gt;
    margin: 0 auto;&lt;br /&gt;
    display: table;&lt;br /&gt;
  }&lt;br /&gt;
  .todayinhistory {&lt;br /&gt;
  	width: 100% !important;&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
.sidebar-heading{&lt;br /&gt;
	margin: 1em 0 0.5em !important;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	font-size: 1em;&lt;br /&gt;
	padding-bottom: 0.15em;&lt;br /&gt;
	border-bottom: solid 2px #c8ccd1;&lt;br /&gt;
}&lt;br /&gt;
.sidebar-subitem{&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0.25em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Per David&#039;s suggestion for mobile; avoid fixed content due to limited space */&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
  #toc {&lt;br /&gt;
    position: unset;&lt;br /&gt;
  }&lt;br /&gt;
  .tocnumber, .toctext {&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
    display: inline;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Main_Page&amp;diff=17719</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Main_Page&amp;diff=17719"/>
		<updated>2023-10-23T02:17:22Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; width=&amp;quot;100%&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;margin-top: 15px;&amp;quot;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Quick links&#039;&#039;&#039; || [[#subject|Subject]]: || &#039;&#039;[[#material|Material]]&#039;&#039; || &#039;&#039;[[#human|Human]]&#039;&#039; || &#039;&#039;[[#spiritual|Spiritual]]&#039;&#039;&lt;br /&gt;
|- align=&amp;quot;center&amp;quot;&lt;br /&gt;
| [[#alphabetical|Alphabetical]] || [[#typeofmaterial|Type of material]] / [[#typeofmaterial|Writings]] || [[#entity|Entity]]/[[#protagonist|Protagonist]] || [[#time-sequence|Time-sequence]] || [[#other|Other]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;center&amp;gt;&amp;lt;i&amp;gt;&amp;quot;...multiplicity is the greatest factor for coordination.&amp;quot;&amp;lt;/i&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;(&#039;Abdu&#039;l-Bahá, &amp;lt;i&amp;gt;Selections from the Writings of &#039;Abdu&#039;l-Bahá&amp;lt;/i&amp;gt;, sec. [[swabs:225|225]], p. [[swab:291|291]])&amp;lt;br /&amp;gt;(See other [[Bahá&#039;í wiki quotes]])&amp;lt;/small&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px solid black; width: 300px; margin-bottom: 10px&amp;quot;&amp;gt;&#039;&#039;&#039;See this [https://bahai-library.com/hassall_reference_desk#12 Video introduction]&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width: 48.5%; border: 1px solid black; padding: 0.5%;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;div align=&amp;quot;right&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
[[#time-sensitive|News, Featured Articles, etc.]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[#intro|Intro, Tools, Community]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[#browse|Bahá&#039;í Wiki by Topic, Type, etc.]]&lt;br /&gt;
&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;h2 align=&amp;quot;center&amp;quot; style=&amp;quot;margin-bottom: 17px;&amp;quot;&amp;gt;Welcome to the Bahá&#039;í9 Wiki page!&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We are building an online [[Bahai9:Copyrights|open-content]] Bahá&#039;í site inspired by the open-content [[Wikipedia:|Wikipedia]] project. &#039;&#039;&#039;&#039;&#039;Note:&#039;&#039;&#039; This is a [[Bahai9:compendium|compendium]], not an encyclopedia where articles are written under an essay style with paragraphs as at Wikipedia (see our [[Bahai9:site rules|site rules]]).&#039;&#039;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We started at an [https://bahai-library.com/wiki earlier site] in November 5, 2003 (this incarnation in August 17, 2004), and we are now working on [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles.  Learn [[Help:Editing|how to edit pages]] or feel free to experiment here: [[Bahai9:Sandbox|Sandbox]].&lt;br /&gt;
&lt;br /&gt;
Pages onsite here have been monitored at least through October 1, 2016, but please read this important [[Bahai9:Disclaimer|Disclaimer]].&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Visit [[Main Page Temp]] to suggest changes to this page you are now reading (since this page is locked to editing).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;time-sensitive&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;Time-sensitive information&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===At this website===&lt;br /&gt;
:[[Bahai9:Featured articles|Featured articles]]: [[Writings]], [[Fasting]]&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
:[[Bahai9:Current events|Current events]] (for this site)&lt;br /&gt;
:[[Bahai9:Articles in progress|Articles in progress]]: [[Mashriqu&#039;l-Adhkár]]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===On the world at large===&lt;br /&gt;
:[[Bahai9:News and contemporary issues|News and contemporary issues]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;intro&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;Introduction, tools, and community&amp;lt;/h2&amp;gt;&lt;br /&gt;
===Introduction===&lt;br /&gt;
:[[Bahai9:Using this Site (Technical)|Using this Site]], [[Bahai9:Using this Site (Bahá&#039;í)|Using this Site]], [[Help:Contents|Help]]&lt;br /&gt;
&lt;br /&gt;
===Important site tools===&lt;br /&gt;
:[[Special:Recentchanges|Recent Changes]], &amp;lt;!--[[Special:Popularpages|Popular pages]], --&amp;gt;[[Special:Lonelypages|Orphaned pages]], [[Special:Wantedpages|Wanted pages]], [[Special:Randompage|Random page]], &#039;&#039;&#039;[[Special:Specialpages|more]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Suggested plans, volunteering, requests, community===&lt;br /&gt;
&lt;br /&gt;
:[[Bahai9:Bahai9 wiki|Bahai9 wiki]], [[Bahai9:Bahá&#039;í Library Online|Bahá&#039;í Library Online]], [[Bahai9:Internet projects in general|Internet projects in general]], [[Bahai9:Requested pages|Requested pages]], [[Bahai9:Ideas|Ideas]], [[Bahai9:Reference Desk|Reference Desk (place to ask questions)]], [[:Category:User pages|User pages]], &#039;&#039;&#039;[[Bahai9:Community Portal|more]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;discussion&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;Discussion pages&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To visit the &amp;quot;meta&amp;quot; or &amp;quot;discuss&amp;quot; page to discuss the contents of any of the pages within the above sites or to post questions (without disturbing the main content of the page itself), click the link &amp;quot;Discussion&amp;quot; at the top of the page.  You can discuss this Main Page for example, by clicking the &amp;quot;Discussion&amp;quot; link at the top of this page.&lt;br /&gt;
&lt;br /&gt;
For questions or discussions on the Bahá&#039;í Faith, you may visit the forum at https://bahai-library.com/forum/ .  This forum allows for ongoing discussions of the Bahá&#039;í Writings or specific topics, making volunteering requests, etc. in a bulletin board (non-wiki) format.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;legal&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;Legal Information&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: All pages at the Bahá&#039;í9 Wiki website are licensed under the [http://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-Share Alike license]. By contributing, you grant rights to use your material under this license, and you also agree to grant copyright to Brett Zamir (owner of Bahai9) so that he may in the future have the freedom to decide to release the materials under any other number of licenses, whether dual-licensing under another open license or allowing a restricted license for usage by say a Bahá&#039;í institution which may wish to publish, etc.; this does not take away your rights to use or modify your own material, it does not alter the copyright status of materials submitted here under fair use or under their own open terms (such as the Baha&#039;i Writings), nor does it (nor can it) take away your right to continue using the materials of the site under the current open license, &amp;quot;Creative Commons Attribution-Share Alike&amp;quot;; it is simply to provide more options if needed in the future.&lt;br /&gt;
&lt;br /&gt;
The Bahá&#039;í9 Wiki aims to create an information source on the Bahá&#039;í Faith that is freely available. The license we use grants free access to our content in the same sense as free software is licensed freely. That is to say, Bahá&#039;í9 Wiki content can be copied, modified, and redistributed so long as the new version grants the same freedoms to others and acknowledges the authors of the article used (a direct link back to the article (or site if copying a larger portion of articles) satisfies our author credit requirement). Bahá&#039;í9 Wiki articles therefore will remain free forever and can be used by anyone subject to certain restrictions, most of which serve to ensure that freedom. The Bahá&#039;í Writings used here, as with other copyrighted items included here by permission, however, preserve their original [http://library.bahai.org/README/README-0.htm copyright status].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;small&amp;gt;The image on the top left of this page is used with permission from [http://www.bahai-biblio.org Médiathèque Baha&#039;ie Francophone].&amp;lt;/small&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- SECOND COLUMN --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left; width: 48.5%; border: 1px solid black; padding: 0.5%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 id=&amp;quot;browse&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;Browse the Bahá&#039;í Wiki by Topic, Material Type, etc.&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;alphabetical&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Alphabetical===&lt;br /&gt;
&lt;br /&gt;
:[[Special:Allpages/%21|Alphabetical]] or [[Bahai9:Quick Index|Quick Index]] (also see the [[Special:Categories|alphabetical listing of categories]])&lt;br /&gt;
&amp;lt;div id=&amp;quot;typeofmaterial&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===By type of material===&lt;br /&gt;
:&#039;&#039;&#039;[[Writings|Sacred Writings]]&#039;&#039;&#039; (see also [[Compilations]])&lt;br /&gt;
::By: &#039;&#039;&#039;[[Writings Bahá&#039;u&#039;lláh|Bahá&#039;u&#039;lláh]]&#039;&#039;&#039;, [[Writings The Báb|The Báb]], [[Writings &#039;Abdu&#039;l-Bahá|&#039;Abdu&#039;l-Bahá]], [[Writings Shoghi Effendi|Shoghi Effendi]], [[Writings Universal House of Justice|Universal House of Justice]], [[Qur&#039;án]], [[Bible]], &#039;&#039;&#039;[[Writings|More]]&#039;&#039;&#039;&lt;br /&gt;
:[[Pilgrims&#039; notes]] (of [[Historical accounts-events]])&lt;br /&gt;
:&#039;&#039;Secondary Study&#039;&#039;&lt;br /&gt;
::[[Study outlines]], [[Course-deepening materials]], [[Books]], [[Scholarship]], [[Talks-audio]]&lt;br /&gt;
:&#039;&#039;Resources&#039;&#039;&lt;br /&gt;
::[[Arts]] (and music, etc.), [[Data tables]], [[Glossaries]], [[Genealogies]], [[Bibliographies]], [[Visuals]], [[Search tools]]&lt;br /&gt;
&lt;br /&gt;
===By topic===&lt;br /&gt;
&amp;lt;div id=&amp;quot;subject&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
====[[Subject]]====&lt;br /&gt;
&amp;lt;div id=&amp;quot;material&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
=====&#039;&#039;[[Material-Physical]]&#039;&#039;=====&lt;br /&gt;
:&#039;&#039;&#039;[[Material-Physical#Theoretical_Material_Studies|Theoretical]]&#039;&#039;&#039;: [[Physics]], [[Astronomy]], [[Biology]]&lt;br /&gt;
:&#039;&#039;&#039;[[Material-Physical#Applied_Material_Sciences-Professions|Applied]]&#039;&#039;&#039;: [[Medicine]], [[Finances]], [[Domestic life]], [[Agriculture]], [[Hunting]]&lt;br /&gt;
:&#039;&#039;&#039;[[Material-Physical#Personal_material_disciplines-ethics|Personal]]&#039;&#039;&#039;: [[Exercise]], [[Nutrition]], [[Finances]], [[Personal functions]], [[Sex]]&lt;br /&gt;
&amp;lt;div id=&amp;quot;human&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=====&#039;&#039;[[Human--Intellectual-Arts-Social-Professional-Administrative]]&#039;&#039;=====&lt;br /&gt;
:&#039;&#039;&#039;[[Human--Intellectual-Arts-Social-Professional-Administrative#Intellectual .28see also Intellectual Protagonists.29|Intellectual]]&#039;&#039;&#039;: [[Mathematics and Measurement|Math and Measurement]], [[Philosophy]], [[Psychology]], [[Linguistics]]&lt;br /&gt;
:&#039;&#039;&#039;[[Arts]]&#039;&#039;&#039; (including [[Literature]], [[Drama]], [[Music]], [[Poetry]], [[Architecture]], [[Crafts]])&lt;br /&gt;
:&#039;&#039;&#039;[[Human--Intellectual-Arts-Social-Professional-Administrative#Intellectual .28see also Intellectual Protagonists.29|Social Sciences]]&#039;&#039;&#039;: [[History]], [[Economics]], [[Sociology]]&lt;br /&gt;
:&#039;&#039;&#039;[[Human--Intellectual-Arts-Social-Professional-Administrative#Applied Social Sciences|Applied Social Sciences]]&#039;&#039;&#039;: [[Education]], [[Communications]], [[Social and economic development]]&lt;br /&gt;
:&#039;&#039;&#039;[[Human--Intellectual-Arts-Social-Professional-Administrative#Administration .28see also Administrative Protagonists and History|Administrative]]&#039;&#039;&#039;: [[Government]], [[Law]], [[Political science]]&lt;br /&gt;
:&#039;&#039;&#039;[[Professions]]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div id=&amp;quot;spiritual&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
=====&#039;&#039;[[Spiritual-Ethical-Religious]]&#039;&#039;=====&lt;br /&gt;
:&#039;&#039;&#039;[[Prayer-Recitation-Mystical-Meditation]]&#039;&#039;&#039;&lt;br /&gt;
::[[Prayer]], [[Recitation]], [[Meditation]], [[Fasting]], [[Bringing oneself to account]], &#039;&#039;&#039;[[Prayer-Mystical-Meditation|more]]&#039;&#039;&#039;&lt;br /&gt;
:[[Spiritual-Ethical-Religious#Study of Spiritual Subjects|Study of Spiritual Subjects]]&lt;br /&gt;
:[[Laws]], [[Virtues]], [[Deeds]]&lt;br /&gt;
:[[Bahá&#039;í Funds]]&lt;br /&gt;
:[[Service]]&lt;br /&gt;
::&#039;&#039;&#039;[[Teaching]]&#039;&#039;&#039; (the Cause), [[Social and economic development]], &#039;&#039;&#039;[[Service|more]]&#039;&#039;&#039;&lt;br /&gt;
:[[Ceremony]], [[Meetings]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;entity&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div id=&amp;quot;protagonist&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====[[Entity]] &amp;lt;small&amp;gt;(specific people ([[Protagonist]]), places, things, concepts)&amp;lt;/small&amp;gt;====&lt;br /&gt;
:By kingdom: [[mineral]], [[vegetable]], [[animal]], [[human]], [[Manifestation]]&lt;br /&gt;
:Human groupings: [[individual]], [[community]], [[institution]]&lt;br /&gt;
:Specific individuals: [[Prophets]], [[individuals]]&lt;br /&gt;
:Types of people by: [[Person#People by circumstance|circumstance]], [[Person#People by time|time]], [[Person#People by condition-characteristic|condition-characteristic]], [[Person#People by relationship|relationship]], [[Person#People by choice-effort|choice-effort]]&lt;br /&gt;
:Specific people: [[By race]], [[By gender]], [[By country]], [[By age]]&lt;br /&gt;
:By [[location]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;time-sequence&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====[[Time-sequence]]====&lt;br /&gt;
:[[Bahá&#039;í Calendar]]&lt;br /&gt;
:[[Timelines]] and [[Historical accounts-events]]&lt;br /&gt;
:[[Patterns of activity]]&lt;br /&gt;
::[[Patterns of Activity - Daily|Daily]], [[Patterns of Activity - Weekly|Weekly]], &#039;&#039;&#039;[[Patterns of activity|more]]&#039;&#039;&#039;&lt;br /&gt;
:[[Biographies]], [[Genealogies]]&lt;br /&gt;
:[[Cycles]], [[Sequences]], [[Priority-rank]], [[Process]], [[How-to]]&lt;br /&gt;
:&#039;&#039;&#039;[[Time-sequence|more]]&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div id=&amp;quot;other&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
===[[Other categorization schemes]]===&lt;br /&gt;
&lt;br /&gt;
:[[Special:Categories|All categories]], [[:Category:Contents|Browse by category]], [[By part of speech]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both;&amp;quot; /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=MediaWiki:Other_projects&amp;diff=17715</id>
		<title>MediaWiki:Other projects</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=MediaWiki:Other_projects&amp;diff=17715"/>
		<updated>2023-10-23T01:34:01Z</updated>

		<summary type="html">&lt;p&gt;Sarah: Created page with &amp;quot;* :bws:|Bahai.org Writings * :index:|Indexes * https://bahai-library.com|Bahai-library * :bltags:|Bahai-library tags * :wikipedias:|Wikipedia&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* :bws:|Bahai.org Writings&lt;br /&gt;
* :index:|Indexes&lt;br /&gt;
* https://bahai-library.com|Bahai-library&lt;br /&gt;
* :bltags:|Bahai-library tags&lt;br /&gt;
* :wikipedias:|Wikipedia&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=MediaWiki:Chameleon.css&amp;diff=17713</id>
		<title>MediaWiki:Chameleon.css</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=MediaWiki:Chameleon.css&amp;diff=17713"/>
		<updated>2023-10-23T01:32:47Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;body {&lt;br /&gt;
    background: #eaecf0;&lt;br /&gt;
    font-family: &#039;Segoe UI&#039;,&#039;Segoe UI Emoji&#039;,&#039;Segoe UI Symbol&#039;,&#039;Lato&#039;,&#039;Liberation Sans&#039;,&#039;Noto Sans&#039;,&#039;Helvetica Neue&#039;,&#039;Helvetica&#039;,sans-serif;&lt;br /&gt;
}&lt;br /&gt;
a {&lt;br /&gt;
    color: #0645ad;&lt;br /&gt;
}&lt;br /&gt;
/* Hide the menu unless page is too narrow, hide logo instead */&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.dropdown {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.dropdown {&lt;br /&gt;
	display: block; &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
.p-logo {&lt;br /&gt;
	display: none; &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.p-tb-dropdown {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
.navbar-nav.right &amp;gt; .nav-item.p-tb-dropdown {&lt;br /&gt;
	display: block; &lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
	.navbar-expand .navbar-nav .nav-link, .p-navbar.not-collapsible .navbar-nav .nav-link, .navbar-expand .navbar-nav .p-navbar .navbar-tool &amp;gt; a, .p-navbar .navbar-expand .navbar-nav .navbar-tool &amp;gt; a, .p-navbar.not-collapsible .navbar-nav .p-navbar .navbar-tool &amp;gt; a, .p-navbar .p-navbar.not-collapsible .navbar-nav .navbar-tool &amp;gt; a {&lt;br /&gt;
		padding-right: 0.5rem;&lt;br /&gt;
		padding-left: 0.5rem;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Search bar */&lt;br /&gt;
.p-search {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    order: 1;&lt;br /&gt;
}&lt;br /&gt;
.logo-wrapper {&lt;br /&gt;
    min-width: 0em !important;&lt;br /&gt;
}&lt;br /&gt;
#p-logo-text a {&lt;br /&gt;
    padding: 0em 0.7em;&lt;br /&gt;
    color: #000000;&lt;br /&gt;
    font-family: &#039;Linux Libertine&#039;,&#039;Times New Roman&#039;,&#039;Liberation Serif&#039;,&#039;Nimbus Roman&#039;,&#039;Noto Serif&#039;,&#039;Times&#039;,serif;&lt;br /&gt;
    font-variant: small-caps;&lt;br /&gt;
    font-size: 1.85em;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar.not-collapsible.py-0.flex-wrap &amp;gt; .navbar-nav {&lt;br /&gt;
	align-items: center;&lt;br /&gt;
	flex-direction: row;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar.not-collapsible &amp;gt; .navbar-nav {&lt;br /&gt;
	align-items: unset;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
}&lt;br /&gt;
.mt-4, .p-navbar .navbar-nav.right, .my-4 {&lt;br /&gt;
    margin-top: 0rem !important;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar .navbar-nav .navbar-tools {&lt;br /&gt;
    padding-left: 0.5rem;&lt;br /&gt;
    padding-right: 0.5rem;&lt;br /&gt;
}&lt;br /&gt;
.sidebar-item .nav-link:before {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
.mw-body {&lt;br /&gt;
    box-shadow: 4px 3px 7px 3px rgb(0 0 0 / 10%);&lt;br /&gt;
    border: solid #eaecf0;&lt;br /&gt;
    border-width: 1px 1px 0.2em;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
    padding: 0em 2em 1em;&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
    overflow: auto;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
}&lt;br /&gt;
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
    font-family: &#039;Linux Libertine&#039;,&#039;Times New Roman&#039;,&#039;Liberation Serif&#039;,&#039;Nimbus Roman&#039;,&#039;Noto Serif&#039;,&#039;Times&#039;,serif;&lt;br /&gt;
    line-height: 1.125;&lt;br /&gt;
    margin-top: 0rem !important;&lt;br /&gt;
}&lt;br /&gt;
h1, .h1 {&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
}&lt;br /&gt;
.mw-body .firstHeading {&lt;br /&gt;
    border-bottom: solid 1px #c8ccd1;&lt;br /&gt;
}&lt;br /&gt;
#searchGoButton, #mw-searchButton {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    right: 0.1em;&lt;br /&gt;
    width: 2.5em;&lt;br /&gt;
    height: 2.8em;&lt;br /&gt;
    text-indent: -99999px;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-image: url(/skins/Timeless/resources/images/search-ltr.svg?402b1);&lt;br /&gt;
    background-position: center 40%;&lt;br /&gt;
    box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
.sidebar-item {&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
    border: solid #eaecf0;&lt;br /&gt;
    border-width: 1px 1px 0.2em;&lt;br /&gt;
    margin: 0em 0 1em 0 !important;&lt;br /&gt;
    box-shadow: 0 1px 7px 1px rgb(0 0 0 / 10%) !important;&lt;br /&gt;
    padding: 1em;&lt;br /&gt;
    line-height: 1.125;&lt;br /&gt;
    word-wrap: break-word;&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
}&lt;br /&gt;
.nav-menu-label {&lt;br /&gt;
    font-weight: normal;&lt;br /&gt;
    font-size: 1em;&lt;br /&gt;
    margin: 0.75em 0.3em 0.75em 0.3em;&lt;br /&gt;
    padding-bottom: 0.15em;&lt;br /&gt;
    border-bottom: solid 2px #c8ccd1;&lt;br /&gt;
}&lt;br /&gt;
.navbar-brand {&lt;br /&gt;
	margin-left: 1rem;&lt;br /&gt;
    margin-right: 0rem;&lt;br /&gt;
}&lt;br /&gt;
.nav-item {&lt;br /&gt;
	margin-left: 6px&lt;br /&gt;
}&lt;br /&gt;
.navbar-tools.navbar-nav a:before {&lt;br /&gt;
    margin-right: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
/* Make sidebar menu items a darker blue */&lt;br /&gt;
.sidebar-item.sidebar-menu.col a {&lt;br /&gt;
    color: #355b83;&lt;br /&gt;
}&lt;br /&gt;
.mw-list-item {&lt;br /&gt;
	margin-left: 6px;&lt;br /&gt;
}&lt;br /&gt;
.echo-icons &amp;gt; * + * {&lt;br /&gt;
    margin-left: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.bahai-tools {&lt;br /&gt;
    gap: 8px;&lt;br /&gt;
}&lt;br /&gt;
/* Don&#039;t display some stuff on the main page */&lt;br /&gt;
body.page-Main_Page #tools-and-categories,&lt;br /&gt;
body.page-Main_Page h1.firstHeading,&lt;br /&gt;
body.page-Main_Page #catlinks {&lt;br /&gt;
    display: none !important;&lt;br /&gt;
}&lt;br /&gt;
.mpwelcome {&lt;br /&gt;
	font-size:230%;&lt;br /&gt;
	line-height:130%;&lt;br /&gt;
	border:none;&lt;br /&gt;
	margin:0 1.5rem;&lt;br /&gt;
	color:#000;&lt;br /&gt;
	font-family:&#039;hoefler text&#039;,&#039;times new roman&#039;, serif;&lt;br /&gt;
	font-variant: small-caps;&lt;br /&gt;
	white-space:nowrap&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .mpwelcome {&lt;br /&gt;
    	white-space:unset;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.infobox {&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
    border-collapse: unset;&lt;br /&gt;
    max-width: 32%;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .infobox {&lt;br /&gt;
    	max-width: unset;&lt;br /&gt;
        width: 100% !important; /* Full width on smaller screens */&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.infobox.sisterproject {&lt;br /&gt;
	max-width: 65% !important;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
    .infobox.sisterproject {&lt;br /&gt;
    	float: none;&lt;br /&gt;
    	max-width: 100% !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
.row {&lt;br /&gt;
    flex-wrap: inherit;&lt;br /&gt;
}&lt;br /&gt;
.navbar-tools.echo-icons {&lt;br /&gt;
    gap: 8px;&lt;br /&gt;
    margin-right: 6px;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar {&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    padding: 0em;&lt;br /&gt;
}&lt;br /&gt;
.page-tools-toflat {&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    /* background-color: transparent !important; */&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav:not(.right) {&lt;br /&gt;
    flex-grow: 1;&lt;br /&gt;
}&lt;br /&gt;
.sidebar {&lt;br /&gt;
    padding-right: 1em;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
    justify-content: space-between;&lt;br /&gt;
    width: 14em;&lt;br /&gt;
    flex: 0 0 14em;&lt;br /&gt;
}&lt;br /&gt;
.p-navbar .navbar-brand img {&lt;br /&gt;
    max-width: 200px;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    object-fit: contain;&lt;br /&gt;
}&lt;br /&gt;
.sidebar .nav-link, .sidebar .p-navbar .navbar-tool &amp;gt; a {&lt;br /&gt;
    padding: 0.25em 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.mw-redirectedfrom {&lt;br /&gt;
    display: block;&lt;br /&gt;
    font-size: 84%;&lt;br /&gt;
    line-height: 1.2em;&lt;br /&gt;
    margin: -8px 0px 1.4em 2em;&lt;br /&gt;
    color: #54595d;&lt;br /&gt;
}&lt;br /&gt;
.header-wrapper nav.p-navbar {&lt;br /&gt;
    max-width: 115em;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    margin: auto;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.header-wrapper {&lt;br /&gt;
    margin-bottom: 12px;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
    color: #000000;&lt;br /&gt;
    min-height: 3.125em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#searchInput {&lt;br /&gt;
	border-top-left-radius: 0;&lt;br /&gt;
    border-bottom-left-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
.searchButton, .mw-searchButton {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    right: 1.5em;&lt;br /&gt;
    width: 2.5em;&lt;br /&gt;
    height: 2.5em;&lt;br /&gt;
    text-indent: -99999px;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-image: url(/skins/Timeless/resources/images/search-ltr.svg?402b1);&lt;br /&gt;
    background-position: center 40%;&lt;br /&gt;
    box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
.navbar-tools.navbar-nav a:before {&lt;br /&gt;
    color: #ababab;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.navbar-tool a {&lt;br /&gt;
    color: #000 !important;&lt;br /&gt;
}&lt;br /&gt;
.navbar-tool.mw-list-item a:before, a.navbar-more-tools:before {&lt;br /&gt;
    color: #385b82 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.sidebar-wrapper{&lt;br /&gt;
	max-width:115em;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	margin:auto;&lt;br /&gt;
	padding:0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
content{&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.logo-wrapper {&lt;br /&gt;
    min-width: 10.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.footer {&lt;br /&gt;
    border-top: solid 1px #54595d;&lt;br /&gt;
    box-shadow: inset 0 7px 2px -4px rgb(0 0 0 / 10%);&lt;br /&gt;
    color: #ffffff;&lt;br /&gt;
    background: #72777d;&lt;br /&gt;
}&lt;br /&gt;
.footer-wrapper {&lt;br /&gt;
    padding: 0.7em 0;&lt;br /&gt;
    max-width:115em;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	margin:auto;&lt;br /&gt;
}&lt;br /&gt;
.footer a {&lt;br /&gt;
    color: #dbeaff;&lt;br /&gt;
    font-size: 16px;&lt;br /&gt;
}&lt;br /&gt;
.wiki-content {&lt;br /&gt;
    padding-bottom: 15px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tools-and-categories .p-navbar{&lt;br /&gt;
    box-shadow: 4px 3px 7px 3px rgb(0 0 0 / 10%);&lt;br /&gt;
    border: solid #eaecf0;&lt;br /&gt;
    border-width: 1px 1px 0.2em;&lt;br /&gt;
    background: #ffffff;&lt;br /&gt;
    margin-top: 14px;&lt;br /&gt;
    padding: 6px 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tools-and-categories .categories .mw-normal-catlinks [title=&amp;quot;Special:Categories&amp;quot;]:first-child:before {&lt;br /&gt;
    content:&#039;&#039;;&lt;br /&gt;
    font-family: &amp;quot;Font Awesome 5 Free&amp;quot;;&lt;br /&gt;
    font-weight: 900;&lt;br /&gt;
    margin-right: 0.5rem;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
.categories {&lt;br /&gt;
    margin-left: 10px;&lt;br /&gt;
}&lt;br /&gt;
body .mw-body .catlinks {&lt;br /&gt;
	margin: 1rem 0 0;&lt;br /&gt;
	padding:0;&lt;br /&gt;
    border: 0px;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
}&lt;br /&gt;
.catlinks {&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
	margin: 0.5em;&lt;br /&gt;
    border: 0px;&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    font-size: larger;&lt;br /&gt;
}&lt;br /&gt;
.catlinks &amp;gt; .mw-hidden-catlinks {&lt;br /&gt;
	margin: .5rem 0;&lt;br /&gt;
	font-size:70%;&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    color:#666;&lt;br /&gt;
}&lt;br /&gt;
.catlinks &amp;gt; .mw-hidden-catlinks a {&lt;br /&gt;
	margin-top: .5rem;&lt;br /&gt;
    font-style: italic;&lt;br /&gt;
    color:#6289ca;&lt;br /&gt;
}&lt;br /&gt;
body .mw-body .catlinks ul {&lt;br /&gt;
	margin-left:0;&lt;br /&gt;
}&lt;br /&gt;
.navbar-nav.right {&lt;br /&gt;
    margin-left: 0 !important;&lt;br /&gt;
}&lt;br /&gt;
.suggestions-special, .suggestions-result {&lt;br /&gt;
    padding: 10px 30px  !important;&lt;br /&gt;
}&lt;br /&gt;
.bahai-search {&lt;br /&gt;
    padding-left: 16px !important;&lt;br /&gt;
}&lt;br /&gt;
.flexlayout {&lt;br /&gt;
	display:flex;&lt;br /&gt;
	flex-direction:row;&lt;br /&gt;
	clear:both;&lt;br /&gt;
}&lt;br /&gt;
.flexequal &amp;gt; .flexcol {&lt;br /&gt;
	flex-basis:0%;&lt;br /&gt;
}&lt;br /&gt;
.flexcol {&lt;br /&gt;
	flex-grow:1;&lt;br /&gt;
}&lt;br /&gt;
.flexcol+.flexcol {&lt;br /&gt;
	margin-left:1em;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 1180px) {&lt;br /&gt;
	#mp-topbanner .flexlayout {&lt;br /&gt;
		flex-wrap:wrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 930px) {&lt;br /&gt;
	.flexlayout {&lt;br /&gt;
		flex-direction:column;&lt;br /&gt;
	}&lt;br /&gt;
	.flexcol+.flexcol {&lt;br /&gt;
		margin-left:unset;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
@media (min-width: 320px) and (max-width: 767px) {&lt;br /&gt;
   .bahai-search {&lt;br /&gt;
    padding: 0 !important;&lt;br /&gt;
   }&lt;br /&gt;
    .navbar-tool  .user-name {&lt;br /&gt;
        display: none;&lt;br /&gt;
    }&lt;br /&gt;
    .header-wrapper {&lt;br /&gt;
        padding-bottom: 6px;&lt;br /&gt;
    }&lt;br /&gt;
    .navbar, .p-navbar {&lt;br /&gt;
        padding: 0;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .flex-fill.wiki-content.container-fluid {&lt;br /&gt;
        padding: 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
    .sidebar {&lt;br /&gt;
        display: none !important;&lt;br /&gt;
    }&lt;br /&gt;
    .bahai-search {&lt;br /&gt;
        margin-top: 14px;&lt;br /&gt;
    }&lt;br /&gt;
  }&lt;br /&gt;
@media (max-width: 500px) {&lt;br /&gt;
  .mw-body div.thumb, .mw-body img.thumbimage {&lt;br /&gt;
    float: none; /* Make images take 100% of screen on small displays */&lt;br /&gt;
    margin: 0 auto;&lt;br /&gt;
    display: table;&lt;br /&gt;
  }&lt;br /&gt;
  .todayinhistory {&lt;br /&gt;
  	width: 100% !important;&lt;br /&gt;
    float: none !important;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
.sidebar-heading{&lt;br /&gt;
	margin: 1em 0 0.5em !important;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	font-size: 1em;&lt;br /&gt;
	padding-bottom: 0.15em;&lt;br /&gt;
	border-bottom: solid 2px #c8ccd1;&lt;br /&gt;
}&lt;br /&gt;
.sidebar-subitem{&lt;br /&gt;
	font-size: 0.95em;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0.25em 0;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Computer_science,_information_and_general_works&amp;diff=17466</id>
		<title>Computer science, information and general works</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Computer_science,_information_and_general_works&amp;diff=17466"/>
		<updated>2023-05-23T18:28:08Z</updated>

		<summary type="html">&lt;p&gt;Sarah: Reverted edits by 5.78.111.217 (talk) to last revision by David&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Computer science]]&lt;br /&gt;
** [[Computer]]&lt;br /&gt;
* [[Information]]&lt;br /&gt;
* [[General works]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Computer_science,_information_and_general_works&amp;diff=17445</id>
		<title>Computer science, information and general works</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Computer_science,_information_and_general_works&amp;diff=17445"/>
		<updated>2023-04-17T02:05:39Z</updated>

		<summary type="html">&lt;p&gt;Sarah: Reverted edits by 108.62.124.213 (talk) to last revision by WikiSysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[Computer science]]&lt;br /&gt;
** [[Computer]]&lt;br /&gt;
* [[Information]]&lt;br /&gt;
* [[General works]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=User:Sarah&amp;diff=17426</id>
		<title>User:Sarah</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=User:Sarah&amp;diff=17426"/>
		<updated>2023-03-14T20:02:45Z</updated>

		<summary type="html">&lt;p&gt;Sarah: Undo revision 17425 by David (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please see my user page on Bahaipedia: [[:pedia:User:David|User:David]].&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=User:Sarah&amp;diff=17425</id>
		<title>User:Sarah</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=User:Sarah&amp;diff=17425"/>
		<updated>2023-03-14T20:02:29Z</updated>

		<summary type="html">&lt;p&gt;Sarah: test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please see my user page on Bahaipedia: [[:pedia:User:David|User:David]].&lt;br /&gt;
a&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Columbus&amp;diff=17423</id>
		<title>Columbus</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Columbus&amp;diff=17423"/>
		<updated>2023-03-13T08:45:02Z</updated>

		<summary type="html">&lt;p&gt;Sarah: import-fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How much trouble people undergo merely for outward benefits==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Later in the day the conversation was mainly about Columbus, who, intending to reach India, traveled by sea in a straight line from east to west, and, on reaching land, found himself on the shores of the American continent. `Really,&#039; `Abdu&#039;l-Bahá said, `how much trouble these people undergo merely for outward benefits. How many lives have been lost only in an effort to explore the North Pole and for worldly renown.&#039; He related a story:&lt;br /&gt;
Once one of the Europeans fell overboard in a storm at sea and his fellow passengers saved him. However, he lamented to himself, `Oh, why wasn&#039;t I drowned so that the publications of the incident in the newspapers would have spread my name in all countries?&#039; These people accept death for trifling affairs but they never take a step in the path of the Cause of God.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Mahmúd&#039;s Diary]]&#039;&#039;, [https://bahai-library.com/zarqani_mahmuds_diary&amp;amp;chapter=all#ch2_section11 Thursday, April 4, 1912])&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Trinity&amp;diff=17421</id>
		<title>Trinity</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Trinity&amp;diff=17421"/>
		<updated>2023-03-13T08:40:17Z</updated>

		<summary type="html">&lt;p&gt;Sarah: test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==References==&lt;br /&gt;
* &#039;&#039;[[Some Answered Questions]]&#039;&#039;, Chapter [[saqc:27|27]]&lt;br /&gt;
&lt;br /&gt;
==There is the Giver of the Grace, the Grace, and the Recipient of the Grace; the real doctrine of the Singularity==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;But as to the question of the Trinity, know, O advancer unto God, that in each one of the cycles wherein the Lights have shone forth upon the horizons (i.e., in each prophetic dispensation) and the Forgiving Lord hath revealed Himself on Mount Paran (see Habbakkuk 3:3, etc.) or Mount Sinai, or Mount Seir (see Ezekiel 35), there are necessarily three things: The Giver of the Grace, and the Grace, and the Recipient of the Grace; the Source of the Effulgence, and the Effulgence, and the Recipient of the Effulgence; the Illuminator, and the Illumination, and the Illuminated. Look at the Mosaic cycle: The Lord, and Moses, and the Fire (i.e., the burning bush), the Intermediary; and in the Mohammedan cycle: The Lord, the Apostle (or Messenger, Mohammed), and Gabriel (for, as the Mohammedans believe, Gabriel brought the Revelation from God to Mohammed). Look at the sun and its rays and the heat which results from its rays; the rays and the heart are but two effects of the sun, but inseparable from it; yet the sun is one in its essence, unique in its real identity, single in its attributes, neither is it possible that anything should resemble it. Such is the essence of the Truth concerning the Unity, the real doctrine of the Singularity, the undiluted reality as to the (Divine) Sanctity.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Tablets of &#039;Abdu&#039;l-Bahá Abbas]]&#039;&#039;, pp. [[tab:117|117]]-118)&lt;br /&gt;
&lt;br /&gt;
==Falsity of the Trinity is evident; Bible verses misunderstood==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;O thou seeker after Truth!&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The question of the Trinity, since the time of His Holiness Christ until now, is the belief of the Christians, and to the present time all the learned among them are perplexed and confounded. All have confessed that the question is beyond the grasp of reason, for three cannot become one, nor one three. To unite these is impossible; it is either one or three. If we say the Essence of Divinity is divided, even in some aspects, division is one of the necessities of the contingent world and of generation, but the Ancient is holy (i.e., whole and indivisible). If we say that the Trinity was originally one and was later divided, change and transformation will be necessarily applied to the Essence of Oneness, and change and transformation are necessities of the contingent world and not of the Essence of Divinity. If we say this number is Ancient, three Ancients become necessary, and among the three some are distinguished which are also Ancients. In this wise five Ancients are the result, and among the five are those who are distinguished and thus nine Ancients become necessary, and so on ad infinitium.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Thus considered, Trinity is made a necessity, although the falsity of Trinity is evident. Furthermore, the signs of oneness are evident and plain in all existence. If thou shouldst gather all existent beings, thou wouldst be unable to find two alike in all states and qualities; of necessity there is a difference. Thus the signs of oneness are manifest and evident in all things. How much more is the Creator of all things!&lt;br /&gt;
&lt;br /&gt;
&amp;quot;But there are, in the Gospels, clear expressions indicative of Trinity; among them: “The Father is in the Son and the Son is in the Father.” As Christians did not understand the meaning of this expression, their thoughts were scattered.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The reality of this question is as follows: Divine Oneness is proven and He revealeth Himself in the Holy Essences. The sun is one sun but manifesteth itself in different mirrors. If thou lookest into the mirror and seest the manifestation of the sun, thou wilt way, the sun is in the mirror and this sun manifest in the mirror is the same sun of the heavens; although two suns, yet in reality they are one. The sun hath not descended from its high and lofty station, it hath not taken up its abode in this mirror, but hath manifested itself therein.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Christ reality was like unto a pure mirror and the Sun of Reality shone upon it from the Holy Horizon. Therefore, it became evident that the sun is one with regard to reality but manifesting itself in all mirrors.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This question was explained in full for Miss …, who translated it upon paper. Thou wilt soon learn thereof1 . This difficult question in its entirety was elucidated, explained and proven.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;1. Incorporated in book entitled “Some Answered Questions,” compiled by Miss L. C. Barney and published in 1908 by Kegan Paul, Trench, Trubner &amp;amp; Co., London, Eng.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Tablets of &#039;Abdu&#039;l-Bahá Abbas]]&#039;&#039;, pp. [[tab:512|512]]-514)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Oneness of God]]&lt;br /&gt;
* [[Divine incarnation]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Crisis_and_victory&amp;diff=17420</id>
		<title>Crisis and victory</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Crisis_and_victory&amp;diff=17420"/>
		<updated>2023-03-13T08:38:33Z</updated>

		<summary type="html">&lt;p&gt;Sarah: import-fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Compilations==&lt;br /&gt;
* https://bahai-library.com/compilation_crisis_victory&lt;br /&gt;
&lt;br /&gt;
==Major alternations of crisis and victory in Bahá&#039;í history==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;This is not yet complete&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 100%&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| || colspan=&amp;quot;4&amp;quot; style=&amp;quot;text-align: center;&amp;quot; | &#039;&#039;&#039;&#039;&#039;Age&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;&#039;&#039;Crisis/Victory&#039;&#039;&#039;&#039;&#039; || &#039;&#039;&#039;Ministry of the Báb&#039;&#039;&#039; || &#039;&#039;&#039;Ministry of Bahá&#039;u&#039;lláh&#039;&#039;&#039; || &#039;&#039;&#039;Ministry of &#039;Abdu&#039;l-Bahá&#039;&#039;&#039; || &#039;&#039;&#039;Beginning of the Formative Age/Administrative Order&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| Victory 0 || &#039;&#039;&#039;Declaration of the Báb&#039;&#039;&#039; || || ||&lt;br /&gt;
|-&lt;br /&gt;
| Crisis 1 || &#039;&#039;&#039;Fanaticism&#039;&#039;&#039; and His &#039;&#039;&#039;imprisonment&#039;&#039;&#039; || 1. Bahá&#039;u&#039;lláh&#039;s &#039;&#039;&#039;banishment&#039;&#039;&#039;&amp;lt;br&amp;gt;2. Bahá&#039;u&#039;lláh&#039;s &#039;&#039;&#039;withdrawal&#039;&#039;&#039; || ||&lt;br /&gt;
|-&lt;br /&gt;
| Victory 1 || 1. Formulated &#039;&#039;&#039;laws&#039;&#039;&#039;&amp;lt;br&amp;gt;2. Instituted &#039;&#039;&#039;Covenant&#039;&#039;&#039;&amp;lt;br&amp;gt;3. &#039;&#039;&#039;Inaugurated&#039;&#039;&#039; Dispensation in Badasht&amp;lt;br&amp;gt;4. Asserted &#039;&#039;&#039;His station publicly&#039;&#039;&#039; in Tabríz || 1. Bábí resurgence&amp;lt;br&amp;gt;2. Bahá&#039;u&#039;lláh&#039;s Declaration || ||&lt;br /&gt;
|-&lt;br /&gt;
| Crisis 2 || 1. &#039;&#039;&#039;Uprisings&#039;&#039;&#039; in the provinces&amp;lt;br&amp;gt;2. His &#039;&#039;&#039;execution&#039;&#039;&#039;&amp;lt;br&amp;gt;3. &#039;&#039;&#039;Bahá&#039;u&#039;lláh&#039;s imprisonment&#039;&#039;&#039; ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| Victory 2 || The Bahá&#039;í &#039;&#039;&#039;Revelation&#039;&#039;&#039; dawned || || ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
* &#039;&#039;[[God Passes By]]&#039;&#039;, p. [[gpb:409|409]]; Outline: https://bahai-library.com/study/gpb/retrospect.html#8b&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Bahaipedia|History#The alternation of crisis and victory}}&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=God_Passes_By&amp;diff=17419</id>
		<title>God Passes By</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=God_Passes_By&amp;diff=17419"/>
		<updated>2023-03-13T08:38:14Z</updated>

		<summary type="html">&lt;p&gt;Sarah: Import-fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Read online at https://bahai-library.com/shoghieffendi_god_passes_by .&lt;br /&gt;
&lt;br /&gt;
==Need to read==&lt;br /&gt;
&lt;br /&gt;
===Young Bahá&#039;ís to gain a mastery of &amp;quot;God Passes By&amp;quot;===&lt;br /&gt;
&amp;quot;...as to what subjects within the Faith you should concentrate on he feels that the young Bahá&#039;ís should gain a mastery of such books as the “Dawn-breakers”, “God Passes By”, the “Íqán”, “Some Answered Questions” and the more important Tablets. All aspects of the Faith should be deeply studied.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Importance of Deepening|The Importance of Deepening Our Knowledge and Understanding of the Faith]]&#039;&#039;, no. [https://bahai-library.com/compilation_importance_deepening#143 143])&lt;br /&gt;
&lt;br /&gt;
===&amp;quot;God Passes By&amp;quot; is an important book providing a weighty history and review of the Faith and of great educational value===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Guardian has already had a sum transferred to Mr. Hofman to meet the expenses of publishing &amp;quot;God Passes By&amp;quot;. He trusts this important work will soon be in your hands, as it will be of great educational value to the German believers. They are, he feels, just the people to appreciate such a weighty history and review of the Faith.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Light of Divine Guidance]]&#039;&#039;, pp. [[ldg1:160|160]]-161)&lt;br /&gt;
&lt;br /&gt;
===Gives fuller knowledge of Faith&#039;s history as well as how it has been attacked by enemies formerly having high positions in its ranks (e.g., Ahmad Sohrab and those of formerly higher rank) who were cast out to preserve its health===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He is pleased to hear that the friends are intensively studying &#039;God Passes By&#039;, as it is most essential for them to gain not only a fuller knowledge of their Faith&#039;s history but also to see how persistently it has been attacked by enemies who once held high positions in its ranks. Indeed he hopes a perusal of this book will help not only friends and observers of the Cause to see Ahmad Sohrab in his proper colours, but also believers who are not familiar with the defections of those who were far more highly placed and who turned against the Faith in the days of Bahá&#039;u&#039;lláh and the Master.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], 16 October 1944, to participants at Louhelen Summer School, August 1944, quoted in the compilation [[Studying the Writings of the Guardian]], at https://bahai-library.com/compilation_studying_writings_guardian)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Guardian feels that one of the best antidotes to those --Sohrab or others--who seek to undermine the faith of the believers, especially by harping on the subject of excommunication, is to place in their hands a German edition of &amp;quot;God Passes By&amp;quot;. For in that book he (the Guardian) has clearly pointed out that the Cause of God has always been attacked from within, and that, beginning in the days of the Báb, the &amp;quot;Sea of Truth&amp;quot; has over and over cast out its spiritually dead. It must do this, even as the body seeks to rid itself of poisons so as to preserve the health of the entire organism.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Light of Divine Guidance]]&#039;&#039;, vol. 1, p. [[ldg1:136|136]])&lt;br /&gt;
&lt;br /&gt;
===To master the subjects and facts contained and bring them to the attention of the Bahá&#039;ís for perspective===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He feels that you will benefit greatly by the history of the Cause as outlined in &#039;God Passes By&#039;, and he hopes you will master the subjects and facts it contains and help to bring them to the attention of the Bahá&#039;ís, as there is a need in the Cause to see our Holy Faith in its proper perspective, and he feels you can be of great help in this connection.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(August 1944, to an individual believer, quoted in the compilation “Studying the Writings of Shoghi Effendi” on-line at https://bahai-library.com/compilation_studying_writings_guardian )&lt;br /&gt;
&lt;br /&gt;
==Potential for historical error==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The faith of the believers should not be disturbed, nor their adherence to the provisions of the Covenant diminished, by the occasional discovery of factual inaccuracies in the Guardian&#039;s writings such as “God Passes By” or his translation of “Nabil&#039;s Narrative”...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;That some of the historical reference material he consulted may have contained inaccuracies, which inadvertently found their way into his book, should not be surprising. Such factual discrepancies do not result in any blemish on the infallible insight with which the Guardian treats such subjects as the development of the Cause of Bahá&#039;u&#039;lláh, the significance and import of the turbulent events in its history, and the interpretation of its Teachings.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;As you have pointed out in your letter, this matter should be treated with care and wisdom. When the believers are properly informed of it, they will thereby be immunized against the attempts of the malicious to sow the seeds of doubt through propagating unwarranted inferences about the Guardian&#039;s infallibility on the basis of their discovery of historical inaccuracies.&lt;br /&gt;
&lt;br /&gt;
:(20 January 1998) [1]&lt;br /&gt;
&lt;br /&gt;
:(cited at https://bahai-library.com/uhj_self-defense_ungodly_infallibility#s4 )&lt;br /&gt;
&lt;br /&gt;
==Important portions of the unpublished portions of the Dawn-Breakers are reflected in God Passes By==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;You inquire about the unpublished portion of “The Dawn-Breakers”. The Universal House of Justice has no specific plans for the translation into English and publication of this material. Important portions of this material are reflected in the contents of “God Passes By” as well as the Hand of the Cause of God Hasan Balyuzi’s “Bahá’u’lláh, The King of Glory”.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(at https://bahai-library.com/uhj_persian_manuscript_tarikh-i-nabil )&lt;br /&gt;
&lt;br /&gt;
===Note===&lt;br /&gt;
* Since the published portion of the Dawn-Breakers rather closely matched chapters 1-5, and part of 7 for the Bábí period, it seems that the unpublished content is likely to include instead chapters 6 until 13 (the Ascension of Bahá&#039;u&#039;lláh), i.e., covering the Ministry of Bahá&#039;u&#039;lláh.&lt;br /&gt;
&lt;br /&gt;
==French passages translated==&lt;br /&gt;
* https://bahai-library.com/godpassesby_french&lt;br /&gt;
&lt;br /&gt;
==Study Outlines==&lt;br /&gt;
&lt;br /&gt;
* [https://bahai-library.com/study/gpb.holley.txt by Horace Holley] - Topical, but also tends to follow the book&#039;s sequence as well as time chronology; includes Overview of Figures, Writings, Events, World Order, Recapitulation &amp;amp; Meanings&lt;br /&gt;
* [https://bahai-library.com/zamir_gpb_outline] - Sequential (expands slightly the original Table of Contents headings); presently only includes outlines for the Introduction, Foreword, Chapters 1-5, 7, and some of 6, and the Retrospect and Prospect (i.e., Book overviews and the Bábí period)&lt;br /&gt;
* The Table of Contents pages at bahai-library.com containing the original subheadings ([https://bahai-library.com/writings/shoghieffendi/gpb/gpbcontents-wlinks.html linked subheadings] or [https://bahai-library.com/writings/shoghieffendi/gpb/gpbcontents-unlinked.html unlinked subheadings]) can serve as a form of study outline (they also include a few inline notes added to point out where the text did not follow the order of the subheadings).&lt;br /&gt;
&lt;br /&gt;
==Study of the Teachings of the Faith according to an overview of the Writings of the Central Figures as outlined in God Passes By (also can study by subject (alphabetically listed))==&lt;br /&gt;
&lt;br /&gt;
* http://home.connection.com/~watler/ (archived at https://web.archive.org/web/20050204145816/http://home.connection.com/~watler/ )&lt;br /&gt;
&lt;br /&gt;
==By page==&lt;br /&gt;
&lt;br /&gt;
===[[gpb:95|95]]===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Erratum&#039;&#039;&#039;: Lines 6 and 7 should read &amp;quot;Zechariah had extolled Him as the &#039;Lord&#039; Who &#039;shall be king over all the earth,&#039; . . .&amp;quot; [https://bahai-library.com/uhj_bible_errors_gpb]&lt;br /&gt;
* &#039;&#039;&#039;Erratum&#039;&#039;&#039;: Daniel does not refer to &amp;quot;day of the Lord&amp;quot; [https://bahai-library.com/uhj_bible_errors_gpb]&lt;br /&gt;
&lt;br /&gt;
===[[gpb:119|119]]===&lt;br /&gt;
&lt;br /&gt;
====[[Repetition of prayers or verses|Repetition]] of Remover of Difficulties 500 times not a regular observance====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;On page 1 of your October News letter you have quoted the Bab&#039;s prayer for the removal of difficulties and have added:  &#039;Baha&#039;u&#039;llah has said to repeat this prayer 500 times by day and by night that it may aid us to recognize Him and our souls will be illumined.&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The above statement gives the impression that the repetition of the said prayer 500 times is one of the prescribed devotionals of the Faith, and has a specified effect on the believer who observes this form of prayer.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;We do not feel it is justified to infer such conclusions from the reference in &#039;God Passes By&#039;, page [[gpb:119|119]], which you mention. The passage in question obviously refers to a specific circumstance in the life of Baha&#039;u&#039;llah in Baghdad before the declaration of His Mission, and should not be presented to the believers as one of the prescribed observances of the faith.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter of the [[Universal House of Justice]] to a [[National Spiritual Assembly]], November 24, 1971; quoted in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1528|1528]], p. 466)&lt;br /&gt;
&lt;br /&gt;
== See also==&lt;br /&gt;
* [[Dawn-Breakers]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Works of Shoghi Effendi]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Some_Answered_Questions&amp;diff=17418</id>
		<title>Some Answered Questions</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Some_Answered_Questions&amp;diff=17418"/>
		<updated>2023-03-13T08:37:52Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Read online at https://bahai-library.com/abdulbaha_some_answered_questions . Read the older translation at https://bahai-library.com/abdulbaha_some_answered_questions-original . For seeing the differences between the versions, see https://bahai-library.com/writings/abdulbaha/saq/diffs/abdulbaha_saq_comparison_table.html .&lt;br /&gt;
&lt;br /&gt;
==Subject matter==&lt;br /&gt;
&lt;br /&gt;
===Reveals the significance of this divine revelation and unity of prior Prophets===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Books such as the Iqán, Some Answered Questions and The Dawn-Breakers should be mastered by every Bahá&#039;í. The first two books will reveal the significance of this divine revelation as well as the unity of all the Prophets of old.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]] to an individual believer, from a letter dated 9 June 1932, in &#039;&#039;[[Importance of Deepening our Knowledge and Understanding of the Faith]]&#039;&#039;, no. [https://bahai-library.com/compilation_importance_deepening#106 106])&lt;br /&gt;
&lt;br /&gt;
===Study Some Answered Questions (to find answers on certain theological questions)===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The soul or spirit of the individual comes into being with the conception of his physical body.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Prophets, unlike us, are pre-existent. The Soul of Christ existed in the spiritual world before His birth in this world. We cannot imagine what that world is like, so words are inadequate to picture His state of being.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;We cannot know God directly, but only through His Prophets. We can pray to Him, realizing that through His Prophets we know Him, or we can address our prayer in thought to Bahá&#039;u&#039;lláh, not as God, but as the Door to our knowing God.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;We find God only through the Intermediary of His Prophet. We see the Perfection of God in His Prophets. Time and space are physical things; God the Creator is not in a &#039;place&#039; as we conceive of place in physical terms. God is the Infinite Essence, the Creator. We cannot picture Him or His state; if we did, we would be His equals, not His Creatures. God is never flesh, but mirrored in the attributes of His Prophets, we see His Divine characteristics and perfections.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Shoghi Effendi advises you to study &#039;Some Answered Questions&#039; and the &#039;[[Dispensation of Bahá&#039;u&#039;lláh]]&#039; which help you to grasp these questions.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of Shoghi Effendi]] to an individual believer, October 9, 1947; quoted in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. 1699)&lt;br /&gt;
&lt;br /&gt;
===Can find the clue to all perplexing questions that agitate the mind of man in search after true knowledge===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Regarding the questions raised in our beloved Bahá&#039;í brother, Mr. Dewing&#039;s letter, I feel that I can not add to what has already been fully and clearly stated by our Master `Abdu&#039;l-Bahá in the book of &amp;quot;Some Answered Questions&amp;quot;, where, I am sure, she will find the clue to all the perplexing questions that agitate the mind of man in his search after true knowledge. The more this Book is read with care and patience, the greater are its revelations, and the more complete the understanding of its inner truth and significance.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], 13 March 1923, &#039;&#039;[[Messages to the Antipodes]]&#039;&#039;, p. [https://bahai-library.com/writings/shoghieffendi/antipodes/antipodes.html#15 15])&lt;br /&gt;
&lt;br /&gt;
==Importance of reading (and mastering/reading carefully)==&lt;br /&gt;
&lt;br /&gt;
===Encouragement to study (outstanding book in our Bahá&#039;í Literature and one of the most important for proper study of the Faith)===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;I urge you to study the Teachings and particularly `Abdu&#039;l-Bahá&#039;s Some Answered Questions and Dr. Esslemont&#039;s Bahá&#039;u&#039;lláh and the New Era, two of the outstanding books in our Bahá&#039;í Literature.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[Messages to Canada 1999|Messages to Canada (1999 version)]]&#039;&#039;, p. [[mc2:20|20]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He feels that the urgent need now is to get out &amp;quot;Some Answered Questions&amp;quot;, which is one of the most important books for a proper study of the Faith. When this has been printed, the next publication of the Master&#039;s Works can be considered....&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Unfolding Destiny]]&#039;&#039;, p. [[ud:383|383]])&lt;br /&gt;
&lt;br /&gt;
===To gain a mastery of Some Answered Questions===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;...as to what subjects within the Faith you should concentrate on he feels that the young Bahá&#039;ís should gain a mastery of such books as the &amp;quot;Gleanings&amp;quot;, the &amp;quot;Dawn-breakers&amp;quot;, &amp;quot;God Passes By&amp;quot;, the &amp;quot;Íqán&amp;quot;, &amp;quot;Some Answered Questions&amp;quot; and the more important Tablets. All aspects of the Faith should be deeply studied.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]] to an individual believer, letter dated 4 May 1946, in &#039;&#039;[[Importance of Deepening our Knowledge and Understanding of the Faith]]&#039;&#039;, no. [https://bahai-library.com/compilation_importance_deepening#143 143])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Of special importance is the Book of the Íqán which explains the attitude of the Cause towards the prophets of God and their mission in the history of society. Besides this there is Some Answered Questions of the Master and The Dawn-Breakers of Nabíl. Every Bahá’í should master these books and be able to explain their contents to others. Besides their importance, they are interesting and most absorbing.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of Shoghi Effendi]] to an individual believer, February 9, 1932, in &#039;&#039;[[Importance of Deepening our Knowledge and Understanding of the Faith]]&#039;&#039;, no. [https://bahai-library.com/compilation_importance_deepening#102 102] and in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1931|1931]])&lt;br /&gt;
&lt;br /&gt;
===To read with care and patience to bring one greater revelations and more complete understanding===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Regarding the questions raised in our beloved Bahá&#039;í brother, Mr. Dewing&#039;s letter, I feel that I can not add to what has already been fully and clearly stated by our Master `Abdu&#039;l-Bahá in the book of &amp;quot;Some Answered Questions&amp;quot;, where, I am sure, she will find the clue to all the perplexing questions that agitate the mind of man in his search after true knowledge. The more this Book is read with care and patience, the greater are its revelations, and the more complete the understanding of its inner truth and significance.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], 13 March 1923, &#039;&#039;[[Messages to the Antipodes]]&#039;&#039;, p. [https://bahai-library.com/writings/shoghieffendi/antipodes/antipodes.html#15 15])&lt;br /&gt;
&lt;br /&gt;
===Should read and read over again Some Answered Questions by every soul desiring to serve Movement or consider self an active member===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Books such as the Íqán, Some Answered Questions, the Tablets of Bahá’u’lláh, Nabíl’s Narrative and Dr. Esslemont’s book should be read and read over again by every soul who desires to serve the Movement or considers himself an active member of the group.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Importance of Deepening Our Knowledge and Understanding of the Faith]]&#039;&#039;, no. [https://bahai-library.com/compilation_importance_deepening#109 109])&lt;br /&gt;
&lt;br /&gt;
==Authenticity==&lt;br /&gt;
===The text was read in full and corrected by &#039;Abdu&#039;l-Baha and its original preserved in the Holy Land===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The original of &amp;quot;Some Answered Questions&amp;quot; in Persian is preserved in the Holy Land; its text was read in full and corrected by Abdu&#039;l-Baha Himself.&amp;quot; (23 March 1987)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(Letter written [[on behalf of the Universal House of Justice]], from a memorandum of the Research department dated 28 March 1996 at https://bahai-library.com/uhj_authenticity_some_texts#memorandum2 )&lt;br /&gt;
&lt;br /&gt;
&amp;quot;According to the Teachings of Bahá&#039;u&#039;lláh no authority can be attached to a mere hearsay, no matter through whom it may come. The Tablets that bear the seal or signature of Bahá&#039;u&#039;lláh and the Master are the only parts of the literature that have any authority and that constitute the basis of our belief. All other forms of literature may bear points of interest but they cannot be considered as authentic. This is the view that Shoghi Effendi took towards the talks of Abdu&#039;l-Bahá that Ahmad Sohrab had incorporated in his book, and it is the attitude that he would take towards any other reported saying, naturally unless the Master has appended His signature to that talk and thereby given it the authority of a Tablet such as is the case with &#039;Some Answered Questions&#039; that was actually corrected by Him.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of Shoghi Effendi]] [[to an individual believer]], November 18, 1931; in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1437|1437]])&lt;br /&gt;
&lt;br /&gt;
==Outlines==&lt;br /&gt;
* https://bahai-library.com/zamir_saq_outline&lt;br /&gt;
&lt;br /&gt;
== Comparison of page numbers in 1981 version vs. previous versions ==&lt;br /&gt;
* https://bahai-library.com/heggie_bahai_references#saq&lt;br /&gt;
&lt;br /&gt;
== By Chapter/Paragraph==&lt;br /&gt;
&lt;br /&gt;
===[https://bahai-library.com/abdul-baha_some_answered_questions#foreword Foreword]===&lt;br /&gt;
* https://www.bahai.org/library/authoritative-texts/the-universal-house-of-justice/messages/20160221_001/1#791507151&lt;br /&gt;
&lt;br /&gt;
===[[saqc:1|1]]===&lt;br /&gt;
&lt;br /&gt;
* [[Surpassing laws of nature]]&lt;br /&gt;
* Further references (beyond those in [https://bahai-library.com/zamir_saq_outline this study outline]): https://bahai-library.com/goodall_cooper_daily_lessons#11 (elaborates more on proving by perfections, example of the root/branch)&lt;br /&gt;
&lt;br /&gt;
===[[saqc:27|27]], par. [[saqp:27-3|3]]===&lt;br /&gt;
&lt;br /&gt;
====&amp;quot;the Divine Reality is sanctified from singleness&amp;quot; is to forcibly impress us with fact that Godhead is unknowable====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Master uses the term &amp;quot;the Divine Reality is sanctified from singleness&amp;quot; in order to forcibly impress us with the fact that the Godhead is unknowable and that to define It is impossible; we cannot contain It in such concepts as singleness and plurality which we apply to things we know and can experience. He uses the method of exaggerated emphasis in order to drive home His thought that we know the sun directly though its rays, the Godhead indirectly through the Manifestations of God.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter on behalf of Shoghi Effendi, dated 20 February 1950 cited in Bahá&#039;í Canada Supplement 6, online at https://bahai-library.com/fazel_understanding_exclusivist_texts )&lt;br /&gt;
&lt;br /&gt;
=== [[saqc:49|49]], par. [[saqp:49-7|7]] ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;To Mrs. Ella Goodall Cooper&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It is written in Miss Barney&#039;s book that the human fetus is not an animal fetus although it has gone through various and complex transformations and metamorphosis in the womb until it has taken to itself human form and appearance. Therefore that fetus was essentially human and the problem is solved when we realize that it has transformed from one form to another until it appears and manifests with the utmost beauty... &lt;br /&gt;
&lt;br /&gt;
:(‘Abdu’l-Bahá, &#039;&#039;[[Japan Will Turn Ablaze!]]&#039;&#039;, p. [https://bahai-library.com/compilation_japan_turn_ablaze&amp;amp;chapter=all#pg25 25], Translated by A. Esphahani, March 23, 1909)&lt;br /&gt;
&lt;br /&gt;
===[[saqc:84|84]]===&lt;br /&gt;
&lt;br /&gt;
* See also &#039;&#039;[[Gleanings]]&#039;&#039;, sec. [[gwbs:81|81]] on how even materialistic philosophers recognize the wisdom of the [[Prophets]].&lt;br /&gt;
&lt;br /&gt;
==Analysis by Chapter (to move to Bahaipedia as not authoritative sources)==&lt;br /&gt;
&lt;br /&gt;
===41===&lt;br /&gt;
&lt;br /&gt;
When &#039;Abdu&#039;l-Bahá states &amp;quot;the earth, every three hundred and sixty-five days, five hours, forty-eight minutes and a fraction, completes a revolution; and then it begins a new cycle--that is to say, the first cycle is again renewed.&amp;quot;, this is apparently in reference to the mean [[Wikipedia:Tropical year|tropical year]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Works of &#039;Abdu&#039;l-Bahá]]&lt;br /&gt;
[[Category:Talks of &#039;Abdu&#039;l-Bahá]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Syntax&amp;diff=17417</id>
		<title>Syntax</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Syntax&amp;diff=17417"/>
		<updated>2023-03-13T08:37:22Z</updated>

		<summary type="html">&lt;p&gt;Sarah: import-fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Pronouns==&lt;br /&gt;
&lt;br /&gt;
===Even minor modifications to the writings (such as pronouns) are wrong===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;As regards the changing of the pronouns in the prayers of Bahá&#039;u&#039;lláh. Even though the change is not so important for it makes no alteration in an important aspect of the writings, yet it is counter to a basic principle mentioned by Bahá&#039;u&#039;lláh in the book of Aqdas. There he prohibits in most emphatic terms the interpolation of the Words. It would therefore be wrong to effect such modifications even though it is insignificant.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], letter to an individual, &#039;&#039;[[Messages to the Antipodes]]&#039;&#039;, p. [https://bahai-library.com/writings/shoghieffendi/antipodes/antipodes.html#80 80])&lt;br /&gt;
&lt;br /&gt;
====Note on Aqdas====&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: Although the only apparent mention in the Aqdas (paragraph [[kap:105|105]]) does not directly criticize [[interpolation of the Word of God|interpolation]], in the context of criticizing false interpretations, it does criticize the perverting of the Word of God. &#039;Abdu&#039;l-Bahá in His Will and Testament does directly criticize interpolation, however.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===He/His vs. It===&lt;br /&gt;
&lt;br /&gt;
* https://bahai-library.com/uhj_mihdi_pronouns_english#q3&lt;br /&gt;
&lt;br /&gt;
===Capitalization===&lt;br /&gt;
&lt;br /&gt;
* https://bahai-library.com/uhj_sdc_capital_punishment#s1&lt;br /&gt;
* https://bahai-library.com/uhj_mihdi_pronouns_english#q3&lt;br /&gt;
&lt;br /&gt;
====Pronouns referring to the Manifestation or Master should be capitalized====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Pronouns referring to the Manifestation, or the Master, should, however, invariably be capitalized.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of the Guardian]] to the National Spiritual Assembly of the United States and Canada, November 8, 1948: Bahá&#039;í News, No. 216, p. 1, February 1949, in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1700|1700]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Guardian wishes your Committee to capitalize all pronouns when referring to Bahá&#039;u&#039;lláh, the Bab and the Master, even though the newspapers do not use them.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written on behalf of Shoghi Effendi to the Bahá&#039;í News Service Committee, February 5, 1938; in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:364|364]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;In regard to your question about capitalizing the pronouns: The Guardian realizes this looks a little strange to non-Bahá&#039;ís, but he feels we, being believers, and having the full sense of the Stations of the Central figures of our Faith, should do this as a sign of respect under all circumstances.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written on behalf of Shoghi Effendi to an individual believer, November 22, 1949; in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:364|364]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He is interested in accomplishing two things--he would like in the European languages to have as much uniformity with the English translations as possible; he does not wish the Bahá&#039;í translations to be in any way a flagrant violation of the rules of the language into which our literature is being translated.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Your Committee must conscientiously study this question, and then do the best you can to have the Bahá&#039;í literature in French meet the high standards of the French language and grammar.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;If the possessive and demonstrative adjectives and pronouns in French are never capitalized where they stand for &#039;God&#039;, then this should not be done in the Bahá&#039;í literature. If there is a precedent for doing so in the French language, however, they should be. The same is true of the attributes of God.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written on behalf of Shoghi Effendi to the National Translation and Publication Committee of France, February 15, 1957; in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:365|365]])&lt;br /&gt;
&lt;br /&gt;
====See also====&lt;br /&gt;
* [[Vocabulary]] (for &amp;quot;man&amp;quot; vs. &amp;quot;woman&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
===Gender or number===&lt;br /&gt;
&lt;br /&gt;
* https://bahai-library.com/uhj_questions_obligatory_prayer#s2&lt;br /&gt;
* http://www.bahai-encyclopedia-project.org/index.php?option=com_content&amp;amp;view=article&amp;amp;id=87:does-the-bahai-encyclopedia-project-have-a-policy-of-using-gender-neutral-language-&amp;amp;catid=57:faqs&amp;amp;Itemid=81&lt;br /&gt;
&lt;br /&gt;
====Not permissible to substitute the plural for the singular====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;In regard to your question as to whether it is permissible to substitute the plural pronoun for the singular in prayers worded in the singular, the Guardian would strongly urge your N.S.A. to inform the friends to strictly adhere to the text of the Holy Writings, and not to deviate even a hair-breadth from what has been revealed by the Holy Pen. Besides, it should be noted that congregational prayer has been discouraged by Bahá&#039;u&#039;lláh, and that it is allowed only in the case of the prayer for the dead.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written on behalf of Shoghi Effendi to the National Spiritual Assembly of Australia and New Zealand, October 17, 1934; in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1496|1496]]; also in &#039;&#039;[[Messages to the Antipodes]]&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
====Not permissible to change pronouns even in the long Obligatory Prayer or healing prayers; ignore this &amp;quot;mere detail&amp;quot; or say a different prayer====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Also concerning your question about the prayers and changing the pronouns: This cannot be done, even in the long Obligatory Prayer or the healing prayers. Either we must ignore this mere detail or say a prayer that applies to our sex or number....&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Unfolding Destiny]]&#039;&#039;, p. [[ud:173|173]])&lt;br /&gt;
&lt;br /&gt;
====Prayers should be printed without a word (including pronouns) changed====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Regarding your question as to the changing of pronouns in Bahá&#039;í prayers: The Guardian does not approve of such changes, either in the specific prayers or in any others. They should be read as printed without changing a single word.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written on behalf of the Guardian to the National Spiritual Assembly of the United States and Canada, April 13, 1944: Bahá&#039;í News, No. 171, November 1944, p. 3; in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1495|1495]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;In quoting prayers any part may be used, but should be quoted as it is, however short.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written on behalf of Shoghi Effendi to an individual believer, November 19, 1945: Bahá&#039;í News, No. 210, August 1948, p. 3; in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1497|1497]])&lt;br /&gt;
&lt;br /&gt;
====Permissible to change gender of pronoun in prayer for the dead (because the prayer specifically allows for it); others are to be used as revealed====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;We have your letter of 23 December 1966 asking whether it is permissible to change the gender of the pronoun in Bahá&#039;í prayers for the dead when the deceased person is a woman.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The prayer for the dead which is obligatory appears on page [[pm:260|260]] of &#039;Prayers and Meditations&#039;. This prayer allows for a change in gender.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Other prayers for the dead are optional, but if used they are to be used as revealed.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter of the Universal House of Justice to the National Spiritual Assembly of the United States, January 17, 1967; in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:660|660]])&lt;br /&gt;
&lt;br /&gt;
===We/Our===&lt;br /&gt;
&lt;br /&gt;
====When Baha&#039;u&#039;llah uses &#039;We&#039;, &#039;Our&#039;, etc., it is the regal form====&lt;br /&gt;
&lt;br /&gt;
&amp;quot;When Baha&#039;u&#039;llah uses the plural--&#039;We&#039;, &#039;Our&#039; etc.--He is merely using a form which is regal and has greater power than the singular &#039;I&#039;. We have this same usage in English, when the King says &#039;we&#039;. The Pope does the same thing.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written on behalf of [[Shoghi Effendi]] to an individual believer, February 18, 1951; quoted in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1554|1554]])&lt;br /&gt;
&lt;br /&gt;
==Tablets were brought into conformity with the grammatical conventions of the people==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QUESTION: Concerning disparities between certain revealed verses.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;ANSWER: Many Tablets were revealed and dispatched in their original form without being checked and reviewed. Consequently, as bidden, they were again read out in the Holy Presence, and brought into conformity with the grammatical conventions of the people in order to forestall the cavils of opponents of the Cause. Another reason for this practice is that the new style inaugurated by the Herald, may the souls of all else but Him be offered up for His sake, was seen to be marked by substantial latitude in adherence to the rules of grammar; sacred verses therefore were then revealed in a style which is for the most part in conformity with current usage for ease of understanding and concision of expression.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Bahá&#039;u&#039;lláh]], &#039;&#039;[[Kitáb-i-Aqdas]]&#039;&#039;, Questions and Answers, no. [[kaq:57|57]])&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Vocabulary]]&lt;br /&gt;
&lt;br /&gt;
==Todos for this page==&lt;br /&gt;
* Incorporate from https://bahai-library.com/uhj_sdc_capital_punishment#s1 and https://bahai-library.com/uhj_sdc_capital_punishment#s2&lt;br /&gt;
* Further subcategorize section &amp;quot;Pronouns referring to the Manifestation or Master should be capitalized&amp;quot;&lt;br /&gt;
* Incorporate quotes from https://www.bahai-encyclopedia-project.org/index.php?option=com_content&amp;amp;view=article&amp;amp;id=87:does-the-bahai-encyclopedia-project-have-a-policy-of-using-gender-neutral-language-&amp;amp;catid=57:faqs&amp;amp;Itemid=81&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Tablets_of_the_Divine_Plan&amp;diff=17416</id>
		<title>Tablets of the Divine Plan</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Tablets_of_the_Divine_Plan&amp;diff=17416"/>
		<updated>2023-03-13T08:37:07Z</updated>

		<summary type="html">&lt;p&gt;Sarah: import-fix&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Read online at https://bahai-library.com/abdulbaha_tablets_divine_plan&lt;br /&gt;
&lt;br /&gt;
There is also an older translation with [[pilgrim&#039;s notes]] at https://bahai-library.com/abdulbaha_tablets_instructions_explanation&lt;br /&gt;
&lt;br /&gt;
==The Tablets of the Divine Plan Are the Charter for Teaching==&lt;br /&gt;
&lt;br /&gt;
(See also &#039;&#039;[[Advent of Divine Justice]]&#039;&#039; for another &amp;quot;Charter of Teaching&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;As you are no doubt aware, the Tablets of the Divine Plan, which were revealed by Abdu&#039;l-Bahá during the First World War, are the Charter for the teaching of the Faith. All the teaching plans launched by the beloved Guardian, as well as those subsequently directed by the Universal House of Justice, are stages in the implementation of this master plan conceived by the Centre of the Covenant for the diffusion of the Message of Bahá&#039;u&#039;lláh.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of the Universal House of Justice]] to an individual believer, September 29, 1977, in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1628|1628]])&lt;br /&gt;
&lt;br /&gt;
==Tablets of the Divine Plan, one of three impulse-producing charters, is for the propagation of its Administrative Order==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It is indeed my fervent and constant prayer that the members of this firmly-knit, intensely alive, world-embracing Community, spurred on by the triple impulse generated through the revelation of the Tablet of Carmel by Bahá&#039;u&#039;lláh and the Will and Testament as well as the Tablets of the Divine Plan bequeathed by the Center of His Covenant--the three Charters which have set in motion three distinct processes, the first operating in the Holy Land for the development of the institutions of the Faith at its World Center and the other two, throughout the rest of the Bahá&#039;í world, for its propagation and the establishment of its Administrative Order--may advance from strength to strength and victory to victory.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[Messages to the Bahá&#039;í World]]&#039;&#039;, p. [[mbw:84|84]])&lt;br /&gt;
&lt;br /&gt;
==Importance of reading==&lt;br /&gt;
&lt;br /&gt;
“In the arena of teaching, your indispensable terms of reference and the unerring resource to which you have ready access are the Master’s Tablets of the Divine Plan. They invest your community with extraordinary powers shared by your sister community in Canada. It is in reacquainting the American friends with the special mission, both at home and abroad, assigned to them in these seminal and timeless documents, and in relating their contents to current conditions that you will find the key to the revitalization of the teaching work and the winning of outstanding victories on the home front. In this effort you will be powerfully aided by the explanations provided in the letters of our dear Guardian, such as “The [[Advent of Divine Justice]],” “The Challenging Requirements of the Present Hour,” [in Citadel of Faith, p. [https://bahai-library.com/writings/shoghieffendi/cf/cfall.html#4 4]] “American Bahá’ís in time of World Peril.” [in Citadel of Faith, p. [https://bahai-library.com/writings/shoghieffendi/cf/cfall.html#122 122]] We have every confidence that, together with the Continental Counsellors and the Auxiliary Board members, you can discover the way further to release the enormous energies of the friends and to intensify the zeal which they have so splendidly displayed in the teaching field on so many occasions in the past.”&lt;br /&gt;
&lt;br /&gt;
:(Universal House of Justice to the National Spiritual Assembly of the Bahá’ís of the United States, [https://bahai-library.com/uhj_nsa-us_1994-05-19#11 May 19, 1994])&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* May 19 letter, par. [https://bahai-library.com/uhj_nsa-us_1994-05-19#10 10]-[https://bahai-library.com/uhj_nsa-us_1994-05-19#11 11]&lt;br /&gt;
&lt;br /&gt;
==Study Guides==&lt;br /&gt;
* [https://web.archive.org/web/20050506080819/http://www.education.usbnc.org/a_themes/pdfs/TDPstudyguide.pdf http://www.education.usbnc.org/a_themes/pdfs/TDPstudyguide.pdf archived PDF] (or [https://web.archive.org/web/20050207095015/http://www.education.usbnc.org:80/a_themes/docs/TDPstudyguide.doc Word]) (study questions, outlines, and themes)&lt;br /&gt;
&lt;br /&gt;
==Specific Tablets==&lt;br /&gt;
&lt;br /&gt;
===By Chronological Date of Revelation===&lt;br /&gt;
&lt;br /&gt;
* See https://bahai-library.com/abdulbaha_tablets_divine_plan&lt;br /&gt;
&lt;br /&gt;
===By Recipient Territory===&lt;br /&gt;
&lt;br /&gt;
====Nations====&lt;br /&gt;
* United States and Canada ([https://bahai-library.com/writings/abdulbaha/tdp/sec-7.html 1], [https://bahai-library.com/writings/abdulbaha/tdp/sec-8.html 2], [https://bahai-library.com/writings/abdulbaha/tdp/sec-9.html 3], [https://bahai-library.com/writings/abdulbaha/tdp/sec-15.html 4])&lt;br /&gt;
* Canada and Greenland ([https://bahai-library.com/writings/abdulbaha/tdp/sec-6.html 1], [https://bahai-library.com/writings/abdulbaha/tdp/sec-14.html 2])&lt;br /&gt;
&lt;br /&gt;
====Regions====&lt;br /&gt;
* Northeastern States ([https://bahai-library.com/writings/abdulbaha/tdp/sec-2.html 1], [https://bahai-library.com/writings/abdulbaha/tdp/sec-10.html 2])&lt;br /&gt;
* Southern States ([https://bahai-library.com/writings/abdulbaha/tdp/sec-3.html 1], [https://bahai-library.com/writings/abdulbaha/tdp/sec-11.html 2])&lt;br /&gt;
* Central States ([https://bahai-library.com/writings/abdulbaha/tdp/sec-4.html 1], [https://bahai-library.com/writings/abdulbaha/tdp/sec-12.html 2])&lt;br /&gt;
* Western States ([https://bahai-library.com/writings/abdulbaha/tdp/sec-5.html 1], [https://bahai-library.com/writings/abdulbaha/tdp/sec-13.html 2])&lt;br /&gt;
&lt;br /&gt;
[[Category:Works of &#039;Abdu&#039;l-Bahá]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Bah%C3%A1%27%C3%AD_Faith_1844-1963_Information_Statistical_and_Comparative&amp;diff=17415</id>
		<title>Bahá&#039;í Faith 1844-1963 Information Statistical and Comparative</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Bah%C3%A1%27%C3%AD_Faith_1844-1963_Information_Statistical_and_Comparative&amp;diff=17415"/>
		<updated>2023-03-13T08:31:47Z</updated>

		<summary type="html">&lt;p&gt;Sarah: Protected &amp;quot;Bahá&amp;#039;í Faith 1844-1963 Information Statistical and Comparative&amp;quot;: target of spam for some reason ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Read online at:&lt;br /&gt;
* https://bahai-library.com/handscause_statistics_1953-63&lt;br /&gt;
* https://bahai-library.com/shoghieffendi_statistics_1844-1950 (earlier incarnation)&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;important book&amp;quot; to be brought up to date (promptly) and re-issued==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The beloved Guardian has directed me to write you in his behalf, to request that the information relating to Australia and New Zealand and their activities, contained in the booklet &amp;quot;The Bahá&#039;í Faith&amp;quot;, `Information Statistical and Comparative&#039; be brought up to date as of May 1, 1952, and sent to him here by first possible air mail post.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;One of the features of the Holy Year will be the re-issuance of this important book; inasmuch as the Holy Year is fast approaching, the Guardian wishes the information as quickly as possible...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Any information not immediately available, should be handled by telegraph, but such information as is available should not be delayed for any one or two delinquents. You can appreciate that if the booklet is to be published early in the Holy Year, the information should reach the Guardian at a very early date.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Letters from the Guardian to Australia and New Zealand]]&#039;&#039;, pp. [[lanz:106|106]]-107 passim)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The beloved Guardian has instructed me to write you on his behalf, to request that the information relating to Germany and Austria and their activities, contained in the booklet &amp;quot;The Bahá&#039;í Faith&amp;quot;, `Information Statistical and Comparative&#039;, be brought up to date as of May 1, 1952, and sent to him here by the first possible air mail post.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;One of the features of the Holy Year will be the re-issuance of this important book; inasmuch as the Holy Year is fast approaching, the Guardian wishes information as quickly as possible.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Light of Divine Guidance (vol 1)]]&#039;&#039;, p. [[ldg1:187|187]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Will you please send this information to him by return Air Mail, as he wishes it promptly, so that a new statistical book concerning the Faith may be issued promptly.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Light of Divine Guidance (vol 1)]]&#039;&#039;, p. [[ldg1:188|188]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The beloved Guardian is very anxious to conclude the preparation of the new statistical book to be issued during the Holy Year, concerning the status of the Faith over the world.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Light of Divine Guidance (vol 1)]]&#039;&#039;, p. [[ldg1:189|189]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Notwithstanding we have just published the statistical book, giving the number of localities throughout the world where Bahá&#039;ís reside, yet the Guardian would like to have accurate information now, based on the results of the elections on April 21, 1953.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Light of Divine Guidance (vol 1)]]&#039;&#039;, p. [[ldg1:193|193]])&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=MediaWiki:Common.css&amp;diff=17228</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=MediaWiki:Common.css&amp;diff=17228"/>
		<updated>2022-05-24T05:22:11Z</updated>

		<summary type="html">&lt;p&gt;Sarah: trying again&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
CONTENTS&lt;br /&gt;
&lt;br /&gt;
1. Character insert styling&lt;br /&gt;
2. Collapsible list&lt;br /&gt;
3. Floating Table of Contents (TOC)&lt;br /&gt;
4. Toolbar links&lt;br /&gt;
5. Tooltips&lt;br /&gt;
6. Diagonal headers&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Styling for links generated by [[MediaWiki:Edittools]]&lt;br /&gt;
 * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling&lt;br /&gt;
 * @updated 2012-02-29&lt;br /&gt;
 */&lt;br /&gt;
.iw-result__content {&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.default-protocol {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-charinsert-buttons {&lt;br /&gt;
	margin-top: 20px;&lt;br /&gt;
	padding: 1px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.mw-charinsert-buttons a {&lt;br /&gt;
	color: black;&lt;br /&gt;
	background-color: #cde !important;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-size: .9em;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	border: thin #069 outset;&lt;br /&gt;
	padding: 0 .1em .1em;&lt;br /&gt;
}&lt;br /&gt;
.mw-charinsert-buttons a:hover,&lt;br /&gt;
.mw-charinsert-buttons a:active {&lt;br /&gt;
	background-color: #bcd;&lt;br /&gt;
	border-style: inset;&lt;br /&gt;
}&lt;br /&gt;
.client-js .mw-edittools-section {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
.client-js .mw-edittools-section input[type=&amp;quot;button&amp;quot;] {&lt;br /&gt;
	font-size: 0.9em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
JUST ADD .collapsibleList TO UL tag; see https://bahai9.com/wiki/User:Brettz9/test-collapsibleLists&lt;br /&gt;
note the new code for this listed below at https://iamkate.com/code/tree-views/&lt;br /&gt;
is good in being CSS only but requires details/summary which are not supported&lt;br /&gt;
yet in MW, and which are cumbersome to add&lt;br /&gt;
&lt;br /&gt;
User:Brettz9 added these styles for auto-added classes as per the code from http://code.stephenmorley.org/javascript/collapsible-lists/ with the license per http://code.stephenmorley.org/about-this-site/copyright/ being under http://creativecommons.org/publicdomain/zero/1.0/legalcode&lt;br /&gt;
If applying for DL or DD/DT, ensure to add these as well&lt;br /&gt;
*/.collapsibleList li &amp;gt; span {&lt;br /&gt;
    list-style-image: none;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    background: none;&lt;br /&gt;
    cursor: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ol.collapsibleList &amp;gt; li.collapsibleListOpen &amp;gt; span,&lt;br /&gt;
.collapsibleList ol &amp;gt; li.collapsibleListOpen &amp;gt; span {&lt;br /&gt;
  background:url(&#039;https://file.bahai.media/9/9c/Button-open.png&#039;) no-repeat 0 5px;&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
.collapsibleList ol &amp;gt; li.collapsibleListClosed &amp;gt; span,&lt;br /&gt;
ol.collapsibleList &amp;gt; li.collapsibleListClosed &amp;gt; span {&lt;br /&gt;
  background:url(&#039;https://file.bahai.media/0/00/Button-closed.png&#039;) left center no-repeat;&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
ul.collapsibleList &amp;gt; li.collapsibleListOpen &amp;gt; span,&lt;br /&gt;
.collapsibleList ul &amp;gt; li.collapsibleListOpen &amp;gt; span {&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
ul.collapsibleList &amp;gt; li.collapsibleListClosed &amp;gt; span,&lt;br /&gt;
.collapsibleList ul &amp;gt; li.collapsibleListClosed &amp;gt; span {&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
ul.collapsibleList &amp;gt; li.collapsibleListOpen,&lt;br /&gt;
.collapsibleList ul &amp;gt; li.collapsibleListOpen {&lt;br /&gt;
  list-style-image:url(&#039;https://file.bahai.media/9/9c/Button-open.png&#039;);&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
ul.collapsibleList &amp;gt; li.collapsibleListClosed,&lt;br /&gt;
.collapsibleList ul &amp;gt; li.collapsibleListClosed {&lt;br /&gt;
  list-style-image:url(&#039;https://file.bahai.media/0/00/Button-closed.png&#039;);&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Float TOC to right */&lt;br /&gt;
#toc {&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    right: 0;&lt;br /&gt;
    top: 7em; /* 5em is height of header, 6em brings just under */&lt;br /&gt;
    /* bottom: 5em; /* 5em puts us above the footer; not bad but too low when TOC is collapsed */&lt;br /&gt;
&lt;br /&gt;
    z-index: 10000; /* Ensure we float above the header, etc. */&lt;br /&gt;
    &lt;br /&gt;
    /* Add opacity (translucency) */&lt;br /&gt;
    background-color: rgb(249, 249, 249);&lt;br /&gt;
    background-color: rgba(249, 249, 249, 0.9); /* Higher opacity (last arg) means less transparency */&lt;br /&gt;
}&lt;br /&gt;
/* Ensure the TOC height doesn&#039;t take over the screen; percentages may be higher than view port, so we use pixels */&lt;br /&gt;
#toc &amp;gt; ul {&lt;br /&gt;
    max-height: 350px;&lt;br /&gt;
    overflow: auto;	&lt;br /&gt;
}&lt;br /&gt;
.toctoggle {&lt;br /&gt;
	float: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Toolbar links (was using with BADIPagesCreatedLinks) */&lt;br /&gt;
.portal .external, .portal .new, .portal .checking, .portal .erred {&lt;br /&gt;
    font-size: 1.25em !important;&lt;br /&gt;
    line-height: 1.525em !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tooltips */&lt;br /&gt;
.tooltip-parent:hover .tooltip {&lt;br /&gt;
    display:block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tooltip {&lt;br /&gt;
    display: none;&lt;br /&gt;
    /* margin-left: 28px; /* moves the tooltip to the right */&lt;br /&gt;
    /* margin-top: 15px; /* moves it down */&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    z-index: 1000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Diagonal headers */&lt;br /&gt;
th.tilted {&lt;br /&gt;
  /* Something you can count on */&lt;br /&gt;
  height: 140px;&lt;br /&gt;
  white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
th.tilted &amp;gt; div {&lt;br /&gt;
  transform: &lt;br /&gt;
    /* Magic Numbers */&lt;br /&gt;
    translate(25px, 51px)&lt;br /&gt;
    /* 45 is really 360 - 45 */&lt;br /&gt;
    rotate(315deg);&lt;br /&gt;
  width: 30px;&lt;br /&gt;
}&lt;br /&gt;
th.tilted &amp;gt; div &amp;gt; span {&lt;br /&gt;
  border-bottom: 1px solid #ccc;&lt;br /&gt;
  padding: 5px 10px;&lt;br /&gt;
}&lt;br /&gt;
table.tilted td {&lt;br /&gt;
	border: 1px solid #ccc;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=MediaWiki:Common.css&amp;diff=17227</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=MediaWiki:Common.css&amp;diff=17227"/>
		<updated>2022-05-24T05:21:07Z</updated>

		<summary type="html">&lt;p&gt;Sarah: Fixing legacy url&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
CONTENTS&lt;br /&gt;
&lt;br /&gt;
1. Character insert styling&lt;br /&gt;
2. Collapsible list&lt;br /&gt;
3. Floating Table of Contents (TOC)&lt;br /&gt;
4. Toolbar links&lt;br /&gt;
5. Tooltips&lt;br /&gt;
6. Diagonal headers&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Styling for links generated by [[MediaWiki:Edittools]]&lt;br /&gt;
 * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling&lt;br /&gt;
 * @updated 2012-02-29&lt;br /&gt;
 */&lt;br /&gt;
.iw-result__content {&lt;br /&gt;
    margin-bottom: 20px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.default-protocol {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-charinsert-buttons {&lt;br /&gt;
	margin-top: 20px;&lt;br /&gt;
	padding: 1px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
.mw-charinsert-buttons a {&lt;br /&gt;
	color: black;&lt;br /&gt;
	background-color: #cde !important;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-size: .9em;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	border: thin #069 outset;&lt;br /&gt;
	padding: 0 .1em .1em;&lt;br /&gt;
}&lt;br /&gt;
.mw-charinsert-buttons a:hover,&lt;br /&gt;
.mw-charinsert-buttons a:active {&lt;br /&gt;
	background-color: #bcd;&lt;br /&gt;
	border-style: inset;&lt;br /&gt;
}&lt;br /&gt;
.client-js .mw-edittools-section {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
.client-js .mw-edittools-section input[type=&amp;quot;button&amp;quot;] {&lt;br /&gt;
	font-size: 0.9em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
JUST ADD .collapsibleList TO UL tag; see https://bahai9.com/wiki/User:Brettz9/test-collapsibleLists&lt;br /&gt;
note the new code for this listed below at https://iamkate.com/code/tree-views/&lt;br /&gt;
is good in being CSS only but requires details/summary which are not supported&lt;br /&gt;
yet in MW, and which are cumbersome to add&lt;br /&gt;
&lt;br /&gt;
User:Brettz9 added these styles for auto-added classes as per the code from http://code.stephenmorley.org/javascript/collapsible-lists/ with the license per http://code.stephenmorley.org/about-this-site/copyright/ being under http://creativecommons.org/publicdomain/zero/1.0/legalcode&lt;br /&gt;
If applying for DL or DD/DT, ensure to add these as well&lt;br /&gt;
*/.collapsibleList li &amp;gt; span {&lt;br /&gt;
    list-style-image: none;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    background: none;&lt;br /&gt;
    cursor: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ol.collapsibleList &amp;gt; li.collapsibleListOpen &amp;gt; span,&lt;br /&gt;
.collapsibleList ol &amp;gt; li.collapsibleListOpen &amp;gt; span {&lt;br /&gt;
  background:url(&#039;https://file.bahai.media/9/9c/Button-open.png&#039;) no-repeat 0 5px;&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
.collapsibleList ol &amp;gt; li.collapsibleListClosed &amp;gt; span,&lt;br /&gt;
ol.collapsibleList &amp;gt; li.collapsibleListClosed &amp;gt; span {&lt;br /&gt;
  background:url(&#039;https://file.bahai.media/9/9c/Button-open.png&#039;) left center no-repeat;&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
ul.collapsibleList &amp;gt; li.collapsibleListOpen &amp;gt; span,&lt;br /&gt;
.collapsibleList ul &amp;gt; li.collapsibleListOpen &amp;gt; span {&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
ul.collapsibleList &amp;gt; li.collapsibleListClosed &amp;gt; span,&lt;br /&gt;
.collapsibleList ul &amp;gt; li.collapsibleListClosed &amp;gt; span {&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
ul.collapsibleList &amp;gt; li.collapsibleListOpen,&lt;br /&gt;
.collapsibleList ul &amp;gt; li.collapsibleListOpen {&lt;br /&gt;
  list-style-image:url(&#039;https://file.bahai.media/9/9c/Button-open.png&#039;);&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
ul.collapsibleList &amp;gt; li.collapsibleListClosed,&lt;br /&gt;
.collapsibleList ul &amp;gt; li.collapsibleListClosed {&lt;br /&gt;
  list-style-image:url(&#039;https://file.bahai.media/9/9c/Button-open.png&#039;);&lt;br /&gt;
  cursor:pointer;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Float TOC to right */&lt;br /&gt;
#toc {&lt;br /&gt;
    position: fixed;&lt;br /&gt;
    right: 0;&lt;br /&gt;
    top: 7em; /* 5em is height of header, 6em brings just under */&lt;br /&gt;
    /* bottom: 5em; /* 5em puts us above the footer; not bad but too low when TOC is collapsed */&lt;br /&gt;
&lt;br /&gt;
    z-index: 10000; /* Ensure we float above the header, etc. */&lt;br /&gt;
    &lt;br /&gt;
    /* Add opacity (translucency) */&lt;br /&gt;
    background-color: rgb(249, 249, 249);&lt;br /&gt;
    background-color: rgba(249, 249, 249, 0.9); /* Higher opacity (last arg) means less transparency */&lt;br /&gt;
}&lt;br /&gt;
/* Ensure the TOC height doesn&#039;t take over the screen; percentages may be higher than view port, so we use pixels */&lt;br /&gt;
#toc &amp;gt; ul {&lt;br /&gt;
    max-height: 350px;&lt;br /&gt;
    overflow: auto;	&lt;br /&gt;
}&lt;br /&gt;
.toctoggle {&lt;br /&gt;
	float: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Toolbar links (was using with BADIPagesCreatedLinks) */&lt;br /&gt;
.portal .external, .portal .new, .portal .checking, .portal .erred {&lt;br /&gt;
    font-size: 1.25em !important;&lt;br /&gt;
    line-height: 1.525em !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Tooltips */&lt;br /&gt;
.tooltip-parent:hover .tooltip {&lt;br /&gt;
    display:block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.tooltip {&lt;br /&gt;
    display: none;&lt;br /&gt;
    /* margin-left: 28px; /* moves the tooltip to the right */&lt;br /&gt;
    /* margin-top: 15px; /* moves it down */&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    z-index: 1000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Diagonal headers */&lt;br /&gt;
th.tilted {&lt;br /&gt;
  /* Something you can count on */&lt;br /&gt;
  height: 140px;&lt;br /&gt;
  white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
th.tilted &amp;gt; div {&lt;br /&gt;
  transform: &lt;br /&gt;
    /* Magic Numbers */&lt;br /&gt;
    translate(25px, 51px)&lt;br /&gt;
    /* 45 is really 360 - 45 */&lt;br /&gt;
    rotate(315deg);&lt;br /&gt;
  width: 30px;&lt;br /&gt;
}&lt;br /&gt;
th.tilted &amp;gt; div &amp;gt; span {&lt;br /&gt;
  border-bottom: 1px solid #ccc;&lt;br /&gt;
  padding: 5px 10px;&lt;br /&gt;
}&lt;br /&gt;
table.tilted td {&lt;br /&gt;
	border: 1px solid #ccc;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Translation&amp;diff=15854</id>
		<title>Translation</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Translation&amp;diff=15854"/>
		<updated>2021-12-14T21:02:54Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Compilations (authoritative)==&lt;br /&gt;
* https://bahai-library.com/compilation_provisional_translations&lt;br /&gt;
&lt;br /&gt;
==Compilations (personal)==&lt;br /&gt;
* https://bahai-library.com/compilation_warren_bahai_translation&lt;br /&gt;
&lt;br /&gt;
==Committee to be organized for translation of Tablets to translate and publish Tablets and books containing the proofs==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Likewise, whenever it is possible a committee must be organized for the translation of the Tablets. Wise souls who have mastered and studied perfectly the Persian, Arabic, and other foreign languages, or know one of the foreign languages, must commence translating Tablets and books containing the proofs of this Revelation, and publishing those books, circulate them throughout the five continents of the globe.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Tablets of the Divine Plan]]&#039;&#039;, pp. [[tdp:54|54]]-55)&lt;br /&gt;
&lt;br /&gt;
==From &#039;&#039;[[Lights of Guidance]]&#039;&#039;==&lt;br /&gt;
&lt;br /&gt;
===National Spiritual Assembly Authorizes Translations Through a Committee of Bahá&#039;í Translators--The Guardian&#039;s Method of Transliteration Should Be Used===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The National Spiritual Assembly which undertakes the translation, usually through a committee of Bahá&#039;í translators, is the body which &#039;authorizes&#039; the translation, if it is approved. In some instances, if there are no Bahá&#039;í translators available, there is no objection, in principle, to employing non-Bahá&#039;ís for this purpose. It is usual for the National Spiritual Assembly to appoint a Reviewing Committee, or establish some means of providing review of the completed translation. You will note from the enclosed memorandum that, with the exceptions enumerated therein, new translations of the Sacred Text into languages other than English must be made from the Guardian&#039;s English translation where it exists; and when no such translation exists, advice should be sought from the Universal House of Justice. In the case of Spanish, to avoid duplication of effort and to achieve the highest standard of accuracy, the National Assembly concerned should feel free to consult EBILA and/or the National Spiritual Assembly of Spain, and indeed the House of Justice encourages the closest co-operation between all administrative bodies and publishing trusts responsible for the production of literature in Spanish.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Regarding the transliteration of Persian and Arabic words the House of Justice requests that the method adopted by the beloved Guardian, and which is described in the various volumes of &#039;The Bahá&#039;í World&#039;, be followed, as it permits all languages which use the Roman alphabet to transliterate such terms in the same way throughout the Bahá&#039;í world.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of the Universal House of Justice]] to the National Spiritual Assembly of Panama, July 16, 1979, in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:367|367]])&lt;br /&gt;
&lt;br /&gt;
===Guidelines for the Translation of Bahá&#039;í Sacred Writings===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Translations into languages other than those akin to Persian and Arabic should normally be made from approved English translations rather than from the original Persian and Arabic. In such cases it is an advantage if it is also possible for the translator(s) to check with the original.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;All new translations into English, and all revisions of earlier translations in that language must be checked at the World Centre and officially approved before publication.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Any believer is free to translate for his own use anything he wishes, but dissemination or publication of such translation is dependent upon their approval by the appropriate National Spiritual Assembly or, in the case of translations into English, by the World Centre.&lt;br /&gt;
&lt;br /&gt;
a)  If an individual Bahá&#039;í spontaneously makes his own translation of a passage he may willingly make it available to a Spiritual Assembly but he cannot be compelled to do so.&lt;br /&gt;
&lt;br /&gt;
b)  If a translation made spontaneously by an individual is approved and published, he retains the copyright of his translation unless, of course, he wishes to surrender it.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;When a Spiritual Assembly wishes to have a translation made it should, if possible have the task undertaken by a committee rather than by individuals, as is explained by Abdu&#039;l-Bahá.&lt;br /&gt;
&lt;br /&gt;
a)  The members of such a committee need not all be Bahá&#039;ís.&lt;br /&gt;
&lt;br /&gt;
b)  Translations made by a committee are the property of the Assembly appointing the committee, and not of the members of the committee.&lt;br /&gt;
&lt;br /&gt;
c)  Except for translations into English, a translation made by a committee does not have to be checked unless the Assembly deems it advisable.&lt;br /&gt;
&lt;br /&gt;
d)  In accordance with the instructions of Shoghi Effendi the name of the committee should appear in the book as the translator, but the names of the members must not so appear.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(Guidelines for the Translation of Bahá&#039;í Sacred Writings attached to a letter written on behalf of the Universal House of Justice to the National Assembly of Panama, July 16, 1979, in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:368|368]])&lt;br /&gt;
&lt;br /&gt;
===An Individual Can Be Commissioned to Make Translations--Translations Become Property of the Assembly===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;If it is not feasible to form a translation committee, translations must, perforce, be made by individuals.&lt;br /&gt;
&lt;br /&gt;
a)  When an individual is commissioned by an Assembly to make a translation for it the translation should become the property of the Assembly, not of the individual, even if the work is done without remuneration. It is advisable to have this and other matters agreed in writing before the work is undertaken so that there may be no ground for subsequent misunderstandings.&lt;br /&gt;
&lt;br /&gt;
b)  A translation made by an individual should be checked before being published, if possible, and such checking should be done by a committee rather than by an individual, if this is feasible.&lt;br /&gt;
&lt;br /&gt;
c)  When a translation made by an individual is published, his name may appear as translator if he so wishes.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Normally credit for translation should appear on all complete works and compilations that are published, as well as on books that quote translated passages.&lt;br /&gt;
&lt;br /&gt;
a)  Credit for translation should not appear in the case of passages quoted in communications from Bahá&#039;í institutions, even when these are published.&lt;br /&gt;
&lt;br /&gt;
b)  Credit for translation need not appear on published leaflets and pamphlets unless there is a legal requirement that it do so.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(Ibid., in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:369|369]])&lt;br /&gt;
&lt;br /&gt;
===Translation of Bahá&#039;í Literature into Everyday Language-- Simplifications and Paraphrasing Not to be Published as Scripture===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Universal House of Justice, in response to your letter of 20 April concerning translations into French or Creole using simpler words than the original text, has requested us to send the following three quotations. These make it clear that a quotation in English may be rendered into simple English in order to facilitate its translation into another language or dialect. However, it is not permissible to publish simplifications and paraphrased extracts of Bahá&#039;í Writings as Bahá&#039;í Scripture.&lt;br /&gt;
&lt;br /&gt;
&#039;We have noticed a tendency in a number of countries to attempt to translate Bahá&#039;í literature into the current, easy, everyday language of the country. This, however, should not be an overriding consideration. Many of the Tablets of Bahá&#039;u&#039;lláh and Abdu&#039;l-Bahá are in exalted and highly poetic language in the original Persian and Arabic and you will see, for example, that when translating Bahá&#039;u&#039;lláh&#039;s Writings into English the beloved Guardian did not use present-day colloquial English but evolved a highly poetic and beautiful style, using numbers of archaic expressions reminiscent of the translations of the Bible.&#039; (From a letter dated 7 October 1973 written by the Universal House of Justice to a National Spiritual Assembly)&lt;br /&gt;
&lt;br /&gt;
&#039;Obviously teaching literature and books about the Faith can be written in simple English. However, we feel that when the Sacred Writings are published the standard English translation should be used, but there would be no objection to printing alongside it the translation into simple English which should be described as a paraphrase of the Holy Word. Thus, for the people of ... who have difficulty in comprehending standard English, the simple English version would be in the nature of an explanation of the Writings which they could understand. In the case of teaching literature in which quotations from the Writings appear, these could either be paraphrased or a simple English version could be used with the standard version printed as a footnote. This method would also provide a means whereby the people of ... could improve their knowledge and understanding of the English language.&#039; (From a letter dated 20 September 1973 written on behalf of the Universal House of Justice to a National Spiritual Assembly)&lt;br /&gt;
&lt;br /&gt;
&#039;It is, of course, permissible to translate Bahá&#039;í Writings into other languages and dialects of languages. It is also possible to simplify or paraphrase the Bahá&#039;í Writings in order to facilitate their translation into languages and dialects having small vocabularies. However, it is not permissible to publish simplifications and paraphrases of Bahá&#039;í Writings as Bahá&#039;í Scripture.&#039;&amp;quot; (From a letter dated 13 March 1969 written on behalf of the Universal House of Justice to a National Spiritual Assembly)&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of the Universal House of Justice]] to the Spiritual Assembly of Guadeloupe, May 13, 1986, in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:370|370]])&lt;br /&gt;
&lt;br /&gt;
===Translators Should Utilize Most Recent Editions of Books===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Universal House of Justice has requested us to advise you to base your translations on current editions of all the books referred to, if translation is involved. In each instance you should consult the original publisher and obtain a copy of the latest printing or edition to ensure that all approved corrections are embodied in your translation.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of the Universal House of Justice]] to the National Spiritual Assembly of Taiwan, May 22, 1984, in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:371|371]])&lt;br /&gt;
&lt;br /&gt;
==(Shoghi Effendi revised his own translation at the request of the American friends, though believes not necessary to revise further)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;As to the translation or rather revision of the translation of the &amp;quot;Hidden Words&amp;quot;. A year ago, I believe, the American friends wrote to Shoghi Effendi and asked him to do it. Complying with their wish he revised his translation and they have published it both in paper and leather bound. Shoghi Effendi believes that another edition in England will be useless and perhaps will not find the necessary market. You could buy from America all the copies you need. Nevertheless, if you want to have a new English edition you can procure a copy from America. Shoghi Effendi does not believe it necessary to give it a still other revision....&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Unfolding Destiny]]&#039;&#039;, p. [[ud:55|55]])&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Provisional translations]]&lt;br /&gt;
* [[Publishing the Writings]]&lt;br /&gt;
* [[Transliteration]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Political_criticism&amp;diff=15853</id>
		<title>Political criticism</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Political_criticism&amp;diff=15853"/>
		<updated>2021-12-14T21:02:39Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Letters==&lt;br /&gt;
* https://bahai-library.com/uhj_sociopolitical_order&lt;br /&gt;
&lt;br /&gt;
==Not to view with too critical an eye the sayings and writings of men (approach instead with open-mindedness and sympathy)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Warn, O Salmán, the beloved of the one true God, not to view with too critical an eye the sayings and writings of men. Let them rather approach such sayings and writings in a spirit of open-mindedness and loving sympathy. Those men, however, who, in this Day, have been led to assail, in their inflammatory writings, the tenets of the Cause of God, are to be treated differently.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{gwb|154}}&lt;br /&gt;
&lt;br /&gt;
==One can criticize the present social and political order only by being very general and abstract in analyzing basic ideas and conceptions==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;There is, however, one case in which one can criticize the present social and political order without being necessarily forced to side with or oppose any existing regime.  And this is the method adopted by the Guardian in his `Goal of a New World Order&#039;.  His criticisms of the world conditions beside being very general in character are abstract; that is, instead of condemning existing institutional organizations it goes deeper and analyzes the basic ideas and conceptions which have been responsible for their establishment.  This being a mere intellectual and philosophical approach to the problem of world political crisis, there is no objection if you wish to try such a method, which immediately carries you from the field of practical politics to that of political theory.  But in view of the fact that no clear-cut line can be drawn between theory and practice you should be extremely careful not to make too free a use of such a method.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of the Guardian]] to an individual believer, March 2, 1934, &#039;&#039;[[Lights of Guidance]]&#039;&#039;, p. 452, no. [[logn:1469|1469]])&lt;br /&gt;
&lt;br /&gt;
==To shun not only sectarian and corrupt politics but also pronouncements on any current system of politics associated with any government==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;There is one fundamental point which Shoghi Effendi wishes me to emphasize. By the principle of non-interference in political matters we should not mean that only corrupt politics and partial and sectarian politics are to be avoided, but that any pronouncement on any current system of politics connected with any government must be shunned. We should not only take sides with no political party, group or system actually in use, but we should also refuse to commit ourselves to any statement which may be interpreted as being sympathetic or antagonistic to any existing political organization or philosophy. The attitude of the Bahá&#039;ís must be one of complete aloofness. They are neither for nor against any system of politics. Not that they are the ill-wishers of their respective governments but that due to certain basic considerations arising out of their teachings and of the administrative machinery of their Faith they prefer not to get entangled in political affairs and to be misinterpreted and misunderstood by their countrymen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;In the light of this principle it becomes clear that to contribute articles on current political affairs to any newspaper must inevitably lead the writer to express, directly or in an indirect manner, his view and his criticisms on the subject. He is, in addition, always liable to be misinterpreted and misunderstood by the politicians. The best thing to do, therefore, is simply not to write on current politics at all.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of Shoghi Effendi]] to an individual believer, March 2, 1934, in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1468|1468]])&lt;br /&gt;
&lt;br /&gt;
==Publishing articles on controversial and political issues of the day would often be misconstrued; be careful not to antagonize any existing institution, individual, government, or people; we should, however, share vital truths for betterment of mankind==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Touching the publication of articles and pamphlets bearing on the controversial and political issues of the day, I desire to remind my dearly-beloved fellow-workers that at the present stage when the Cause is still in its infancy, any minute and detailed analysis by the friends of subjects that are in the forefront of general discussion would often be misconstrued in certain quarters and give rise to suspicions and misunderstandings that would react unfavorably on the Cause. They would tend to create a misconception of the real object, the true mission, and the fundamental character of the Bahá&#039;í Faith. We should, while endeavoring to uphold loyally and expound conscientiously our social and moral principles in all their essence and purity, in all their bearings upon the divers phases of human society, insure that no direct reference or particular criticism in our exposition of the fundamentals of the Faith would tend to antagonize any existing institution, or help to identify a purely spiritual movement with the base clamorings and contentions of warring sects, factions and nations. We should strive in all our utterances to combine the discretion and noble reticence of the wise with the frankness and passionate loyalty of the ardent advocate of an inspiring Faith. While refusing to utter the word that would needlessly alienate or estrange any individual, government or people, we should fearlessly and unhesitatingly uphold and assert in their entirety such truths the knowledge of which we believe is vitally and urgently needed for the good and betterment of mankind.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[Bahá&#039;í Administration]]&#039;&#039;, p. [[bam:102|102]])&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[art methods]] on the need to provide remedies as well as delineate problems&lt;br /&gt;
* [[politics]]&lt;br /&gt;
* [[Need for gradualism and mildness]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Political_criticism&amp;diff=15852</id>
		<title>Political criticism</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Political_criticism&amp;diff=15852"/>
		<updated>2021-12-14T21:02:08Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Letters==&lt;br /&gt;
* https://bahai-library.com/uhj_sociopolitical_order&lt;br /&gt;
&lt;br /&gt;
==Not to view with too critical an eye the sayings and writings of men (approach instead with open-mindedness and sympathy)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Warn, O Salmán, the beloved of the one true God, not to view with too critical an eye the sayings and writings of men. Let them rather approach such sayings and writings in a spirit of open-mindedness and loving sympathy. Those men, however, who, in this Day, have been led to assail, in their inflammatory writings, the tenets of the Cause of God, are to be treated differently.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{gwb|154}}&lt;br /&gt;
&lt;br /&gt;
==One can criticize the present social and political order only by being very general and abstract in analyzing basic ideas and conceptions==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;There is, however, one case in which one can criticize the present social and political order without being necessarily forced to side with or oppose any existing regime.  And this is the method adopted by the Guardian in his `Goal of a New World Order&#039;.  His criticisms of the world conditions beside being very general in character are abstract; that is, instead of condemning existing institutional organizations it goes deeper and analyzes the basic ideas and conceptions which have been responsible for their establishment.  This being a mere intellectual and philosophical approach to the problem of world political crisis, there is no objection if you wish to try such a method, which immediately carries you from the field of practical politics to that of political theory.  But in view of the fact that no clear-cut line can be drawn between theory and practice you should be extremely careful not to make too free a use of such a method.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of the Guardian]] to an individual believer, March 2, 1934, &#039;&#039;[[Lights of Guidance]]&#039;&#039;, p. 452, no. [[logn:1469|1469]])&lt;br /&gt;
&lt;br /&gt;
==To shun not only sectarian and corrupt politics but also pronouncements on any current system of politics associated with any government==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;There is one fundamental point which Shoghi Effendi wishes me to emphasize. By the principle of non-interference in political matters we should not mean that only corrupt politics and partial and sectarian politics are to be avoided, but that any pronouncement on any current system of politics connected with any government must be shunned. We should not only take sides with no political party, group or system actually in use, but we should also refuse to commit ourselves to any statement which may be interpreted as being sympathetic or antagonistic to any existing political organization or philosophy. The attitude of the Bahá&#039;ís must be one of complete aloofness. They are neither for nor against any system of politics. Not that they are the ill-wishers of their respective governments but that due to certain basic considerations arising out of their teachings and of the administrative machinery of their Faith they prefer not to get entangled in political affairs and to be misinterpreted and misunderstood by their countrymen.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;In the light of this principle it becomes clear that to contribute articles on current political affairs to any newspaper must inevitably lead the writer to express, directly or in an indirect manner, his view and his criticisms on the subject. He is, in addition, always liable to be misinterpreted and misunderstood by the politicians. The best thing to do, therefore, is simply not to write on current politics at all.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of Shoghi Effendi]] to an individual believer, March 2, 1934, in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1468|1468]])&lt;br /&gt;
&lt;br /&gt;
==Publishing articles on controversial and political issues of the day would often be misconstrued; be careful not to antagonize any existing institution, individual, government, or people; we should, however, share vital truths for betterment of mankind==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Touching the publication of articles and pamphlets bearing on the controversial and political issues of the day, I desire to remind my dearly-beloved fellow-workers that at the present stage when the Cause is still in its infancy, any minute and detailed analysis by the friends of subjects that are in the forefront of general discussion would often be misconstrued in certain quarters and give rise to suspicions and misunderstandings that would react unfavorably on the Cause. They would tend to create a misconception of the real object, the true mission, and the fundamental character of the Bahá&#039;í Faith. We should, while endeavoring to uphold loyally and expound conscientiously our social and moral principles in all their essence and purity, in all their bearings upon the divers phases of human society, insure that no direct reference or particular criticism in our exposition of the fundamentals of the Faith would tend to antagonize any existing institution, or help to identify a purely spiritual movement with the base clamorings and contentions of warring sects, factions and nations. We should strive in all our utterances to combine the discretion and noble reticence of the wise with the frankness and passionate loyalty of the ardent advocate of an inspiring Faith. While refusing to utter the word that would needlessly alienate or estrange any individual, government or people, we should fearlessly and unhesitatingly uphold and assert in their entirety such truths the knowledge of which we believe is vitally and urgently needed for the good and betterment of mankind.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[Bahá&#039;í Administration]]&#039;&#039;, p. [[bam:102|102]])&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[art methods]] on the need to provide remedies as well as delineate problems&lt;br /&gt;
* [[politics]]&lt;br /&gt;
* [[Need for gradualism and mildness]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Eschewment_of_fellowship_with_ungodly&amp;diff=15851</id>
		<title>Eschewment of fellowship with ungodly</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Eschewment_of_fellowship_with_ungodly&amp;diff=15851"/>
		<updated>2021-12-14T21:01:38Z</updated>

		<summary type="html">&lt;p&gt;Sarah: fixing index&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Eschew all fellowship with the ungodly ==&lt;br /&gt;
&amp;quot;O FRIEND!&lt;br /&gt;
&lt;br /&gt;
&amp;quot;In the garden of thy heart plant naught but the rose of love, and from the nightingale of affection and desire loosen not thy hold. Treasure the companionship of the righteous and eschew all fellowship with the ungodly.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Bahá&#039;u&#039;lláh]], &#039;&#039;[[Hidden Words]]&#039;&#039; from the Persian, no. [[hwp:3|3]])&lt;br /&gt;
&lt;br /&gt;
==The company of the ungodly increases sorrow==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;O MY SON!&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The company of the ungodly increaseth sorrow, whilst fellowship with the righteous cleanseth the rust from off the heart. He that seeketh to commune with God, let him betake himself to the companionship of His loved ones; and he that desireth to hearken unto the word of God, let him give ear to the words of His chosen ones.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Bahá&#039;u&#039;lláh]], &#039;&#039;[[Hidden Words]]&#039;&#039; from the Persian, no. [[hwp:56|56]])&lt;br /&gt;
&lt;br /&gt;
==Do not walk with or seek fellowship with the ungodly, as it turns the heart&#039;s radiance into fire==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;O SON OF DUST!&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Beware! Walk not with the ungodly and seek not fellowship with him, for such companionship turneth the radiance of the heart into infernal fire.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Bahá&#039;u&#039;lláh]], &#039;&#039;[[Hidden Words]]&#039;&#039; from the Persian, no. [[hwp:57|57]])&lt;br /&gt;
&lt;br /&gt;
== Shun those who disbelieve in god and are wayward ==&lt;br /&gt;
&amp;quot;In the passage [[hwp:3|&#039;eschew all fellowship with the ungodly,&#039;]] Bahá&#039;u&#039;lláh means that we should shun the company of those who disbelieve in God and are wayward. The word &#039;ungodly&#039; is a reference to such perverse people. The words [[bp:209|&#039;Be thou as a flame of fire to My enemies and a river of life eternal to My loved ones&#039;]] should not be taken in their literal sense. Bahá&#039;u&#039;lláh&#039;s advice is that again we should flee from the enemies of God and instead seek the fellowship of His lovers.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[Dawn of a New Day]]&#039;&#039;, p. [[dnd:200|200]]; in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1608|1608]])&lt;br /&gt;
&lt;br /&gt;
===Note===&lt;br /&gt;
* The sources within the quote are from the &#039;&#039;[[Hidden Words]]&#039;&#039; and [[Lawh-i-Ahmad (Arabic)]], respectively.&lt;br /&gt;
&lt;br /&gt;
==For some wrongdoers, with discretion and tact, one can try to warn and educate them, but for some, only people with perfect integrity should associate with them; institutions should protect public from such individuals; associate with people of all religions and races but do not have fellowship with the wicked/people of negation/denial==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div id=&amp;quot;associating-bad-character&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;quot;Question: `How should one associate with people of bad character?&#039; `Abdu&#039;l-Bahá replied:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This, too, has two aspects. There are certain evils whose consequences affect the doer only and do not extend to others. Of course, with discretion and tact, we must try to warn and educate wrongdoers. They are sick; we must bring healing to them. But there are actions which are injurious to others. Association with persons who commit such deeds leads to a deterioration of morals and therefore to mingle with them is not advisable, except for persons of perfect integrity, who can also impart education. They should be exhorted to exert themselves to modify their morals and refine their behavior. The public should be protected from such harmful conduct by the institutions which administer justice. Thus, in the Tablets of the Blessed Beauty, although He commends association with people of all religions and races, He also forbids fellowship with the wicked, admonishing us to shun the people of negation and denial.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[`Abdu&#039;l-Bahá]], &#039;&#039;[[Mahmúd&#039;s Diary]]&#039;&#039;, Thursday, May 2, 1912, Chicago, p. [https://bahai-library.com/books/mahmud/index.html#74 74])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Another friend asked about association with the wicked or evil—doers. “These are of two kinds,” explained ’Abdu’l-Baha, “one kind where the harm returns to the evil—doer himself, and he is not an assailant. Undoubtedly such an evil—doer must be awakened and trained with wisdom. He is sick; he must be cured. But the other kind, whose menace reaches others, and when association with such a person becomes the cause of immorality—in this case association with such a person is not permissible, except for those who are able to stop, train and win him, and as much as possible strive to improve his morals and uplift his character; otherwise, appeal should be made to the Centers of Justice to protect human society from the menacing deeds of such persons. In the Tablets of Bahá’u’lláh, too, association with all the people of different religions and the recognition of the oneness of mankind is enjoined; but also association with the wicked is prohibited, and it is shown how it is necessary to be careful of the deniers and negative people.”&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Star of the West]]&#039;&#039;, vol. 19, issue 4, pp. [[works:Star of the West/Volume 19/Issue 4/Text#pg112|112]]-113)&lt;br /&gt;
&lt;br /&gt;
==Continuing dialogue with those who show a fixed antagonism to the Faith and who demonstrate to be impervious to any other ideas, is usually fruitless and even spiritually corrosive==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Discussion with those who sincerely raise problematic issues, whether they be Bahá&#039;ís or not, and whether -- if the latter -- they disagree with Bahá&#039;í teachings, can be beneficial and enlightening. However, to continue dialogue with those who have shown a fixed antagonism to the Faith, and have demonstrated their imperviousness to any ideas other than their own, is usually fruitless and, for the Bahá&#039;ís who take part, can be burdensome and even spiritually corrosive.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of the Universal House of Justice]], on Academic Methodologies, at https://bahai-library.com/uhj_academic_methodologies )&lt;br /&gt;
&lt;br /&gt;
==If we see an evil person is not influenceable by us, we should shun his company due to it being unhealthy==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;We know absence of light is darkness, but no one would assert darkness was not a fact. It exists even though it is only the absence of something else. So evil exists too, and we cannot close our eyes to it, even though it is a negative existence. We must seek to supplant it by good, and if we see an evil person is not influenceable by us, then we should shun his company for it is unhealthy.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of Shoghi Effendi]] to an individual believer, October 4, 1950: Spiritualism, Psychic Phenomena and Related Subjects, A Compilation from the Universal House of Justice, February 14, 1973 to National Spiritual Assemblies, in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, nos. [[logn:1341|1341]], [[logn:1734|1734]])&lt;br /&gt;
&lt;br /&gt;
==Need to develop ability to detect good people from evil ones==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;As Bahá’u’lláh says often in His Tablets the friends should develop a flair wherewith they can detect the good from the evil person. Mere name of Bahá’í does not constitute a Bahá’í. His character also has to be Bahá&#039;í.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of Shoghi Effendi]] to the National Spiritual Assembly of the United States, December 18, 1932, in Lights of Guidance, no. [[logn:1406|1406]])&lt;br /&gt;
&lt;br /&gt;
==A true seeker should cherish avoiding boastful and worldly people==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;a true seeker...should...regard avoidance of boastful and worldly people a precious benefit.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(&#039;&#039;[[Kitáb-i-Íqán]]&#039;&#039;, par. ([[kip:213|213]])-[[kip:214|214]])&lt;br /&gt;
&lt;br /&gt;
==May associate publicly with those engrossed in sensuality but may be tempted if closely associating; do not shun ill-tempered or those who lie but teach them and pray to be immune; associate with heedless who may be awakened and instructed==&lt;br /&gt;
&lt;br /&gt;
{{PilgrimsNote|Question: &amp;quot;Are we called to associate with those with evil habits?&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Answer: &amp;quot;There are various grades of evil habits. There are certain souls whose moral lives are petrified and immersed in a sea of sensuality. You may meet these people in public but there is no need of close association; because if one&#039;s character is not strong enough to be proof against temptation one may be slowly led into those risky paths. Sensuality is like leprosy. It is contagious. There are other people who are ill-tempered, who are accustomed to tell lies or fibs. We must not shun these people. Gently we must teach them—and pray every night that we may not become inoculated with these poisonous social microbes—and show them by example, by word and by deed the benefits of veracity and truthfulness. There are yet other souls who are heedless, who have been led to the edge of dangerous precipices through their own carelessness; one word of warning will bring them the realization of their critical conditions and immediately they retreat. One must associate with these people and try his best to awaken them and instruct them in the better rules of life.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
:(Attributed to [[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Diary of Mírzá Ahmad Sohrab]]&#039;&#039;, 1913-05-17)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Ungodly]]&lt;br /&gt;
* [[Occasions for preference to Bahá&#039;ís#General non-preference to Bahá&#039;ís]] (how friendship not to be restricted to believers)&lt;br /&gt;
* [[Detachment]] (re: individuals who may keep from the truth)&lt;br /&gt;
* [[Association with righteous]]&lt;br /&gt;
* [[Sex and the arts#Dance]]/[[Cultural-Entertainment Centers/Halls]] (avoiding the atmosphere of dance halls where drinking and promiscuity go on)&lt;br /&gt;
* [[Film]] (Avoiding corruption in current acting profession)&lt;br /&gt;
&lt;br /&gt;
==Todos==&lt;br /&gt;
* There are other passages about the importance of respecting other&#039;s rights, being kindly to all, etc.; this is about willful association; a lot of quotations are relevant to be added to give a fuller picture here&lt;br /&gt;
* Include https://bahai-library.com/uhj_definition_word_ungodly&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Communications&amp;diff=15850</id>
		<title>Communications</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Communications&amp;diff=15850"/>
		<updated>2021-12-14T21:00:15Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Prophecy fulfilled (or to be fulfilled?) in a system of world inter-communication (satellites, internet, etc.?)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;A mechanism of world inter-communication will be devised, embracing the whole planet, freed from national hindrances and restrictions, and functioning with marvellous swiftness and perfect regularity.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[World Order of Bahá&#039;u&#039;lláh]]&#039;&#039;, letter dated March 11, 1936, p. [[wob:203|203]])&lt;br /&gt;
&lt;br /&gt;
==Newspapers as the mirror of the world (Possible reference to radio, television, internet?)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The pages of swiftly-appearing newspapers are indeed the mirror of the world. They reflect the deeds and the pursuits of divers peoples and kindreds. They both reflect them and make them known. They are a mirror endowed with hearing, sight and speech. This is an amazing and potent phenomenon.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Bahá&#039;u&#039;lláh]], &#039;&#039;[[Tablets of Bahá&#039;u&#039;lláh]]&#039;&#039;, [[Tarázát]], p. [[tb:39|39]])&lt;br /&gt;
&lt;br /&gt;
==Technologies==&lt;br /&gt;
&lt;br /&gt;
* [[Internet]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Writings_of_%27Abdu%27l-Bah%C3%A1&amp;diff=15849</id>
		<title>Writings of &#039;Abdu&#039;l-Bahá</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Writings_of_%27Abdu%27l-Bah%C3%A1&amp;diff=15849"/>
		<updated>2021-12-14T21:00:06Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==By book (alphabetical listing)==&lt;br /&gt;
*[[&#039;Abdu&#039;l-Bahá in Canada]]&lt;br /&gt;
*[[`Abdu&#039;l-Bahá in London]] (unauthenticated talks)&lt;br /&gt;
*[[&#039;Abdu&#039;l-Bahá in New York]]&lt;br /&gt;
*[[Additional Prayers Revealed by &#039;Abdu&#039;l-Bahá]]&lt;br /&gt;
*[[Additional Tablets, Extracts and Talks]]&lt;br /&gt;
*[[Bahá&#039;í Prayers]] (not an exclusive work of &#039;Abdu&#039;l-Bahá)&lt;br /&gt;
*[[Foundations of World Unity]] (includes not fully authenticated talks)&lt;br /&gt;
*[[Light of the World]]&lt;br /&gt;
*[[Mahmúd&#039;s Diary]]&lt;br /&gt;
*[[Memorials of the Faithful]]&lt;br /&gt;
*[[Paris Talks]] (not fully authenticated talks)&lt;br /&gt;
*[[Promulgation of Universal Peace]] (not fully authenticated talks)&lt;br /&gt;
*[[Secret of Divine Civilization]]&lt;br /&gt;
*[[Selections from the Writings of &#039;Abdu&#039;l-Bahá]]&lt;br /&gt;
*[[Some Answered Questions]] (authenticated talks)&lt;br /&gt;
*[[Tablet to August Forel]]&lt;br /&gt;
*[[Tablets of &#039;Abdu&#039;l-Bahá]] (vols. 1-3)&lt;br /&gt;
*[[Tablets of the Divine Plan]] (see also the next item)&lt;br /&gt;
*[[Tablets, Instructions, and Words of Explanation]] (see also the above item)&lt;br /&gt;
*[[Tablets Revealed by Abdul Baha Abbas to the East and West]]&lt;br /&gt;
*[[Tablet to the Hague]]&lt;br /&gt;
*[[Treatise on Leadership]]&lt;br /&gt;
*[[Traveler&#039;s Narrative]], A&lt;br /&gt;
*[[Twenty-six Prayers Revealed by ‘Abdu’l-Bahá]]&lt;br /&gt;
*[[Will and Testament of &#039;Abdu&#039;l-Bahá]]&lt;br /&gt;
&lt;br /&gt;
==Older, not &amp;quot;authorized&amp;quot; publications==&lt;br /&gt;
*[[&#039;Abdu&#039;l-Bahá on Divine Philosophy]] (unauthenticated talks)&lt;br /&gt;
*[[Bahá&#039;í Scriptures]] (not an exclusive work of &#039;Abdu&#039;l-Bahá)&lt;br /&gt;
*[[Bahá&#039;í World Faith]] (not an exclusive work of &#039;Abdu&#039;l-Bahá)&lt;br /&gt;
&lt;br /&gt;
==Other Writings (or talks)==&lt;br /&gt;
* http://home.wanadoo.nl/arjen.nandita2/translation-voice-record-abdu.htm (a translation of the voice record of &#039;Abdu&#039;l-Bahá)&lt;br /&gt;
* [[Drama of the Kingdom]]&lt;br /&gt;
* [[Star of the West]] (not an exclusive work of &#039;Abdu&#039;l-Bahá)&lt;br /&gt;
* [[Twelve table talks given by ‘Abdu’l-Bahá in ‘Akká]]&lt;br /&gt;
&lt;br /&gt;
==Individual Tablets (alphabetical listing)==&lt;br /&gt;
*[[Library of Congress BWC Extended &#039;Abdu&#039;l-Bahá]]&lt;br /&gt;
* (Need to add listing for individual Tablets (e.g., [[Tablet of Purity]], [[Tablet to Amír Khán]], etc.)&lt;br /&gt;
&lt;br /&gt;
==[[Pilgrim&#039;s notes]]==&lt;br /&gt;
* [[Diary of Mírzá Ahmad Sohrab]]&lt;br /&gt;
&lt;br /&gt;
==By city of Revelation==&lt;br /&gt;
*[[Writings &#039;Abdu&#039;l-Bahá by city of Revelation]] (separated by country)&lt;br /&gt;
&lt;br /&gt;
==By recipient==&lt;br /&gt;
*[[Writings `Abdu&#039;l-Bahá by recipient]]&lt;br /&gt;
&lt;br /&gt;
==By approximate date of Revelation==&lt;br /&gt;
*[[Writings &#039;Abdul-Bahá by date]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[&#039;Abdu&#039;l-Bahá]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Works of &#039;Abdu&#039;l-Bahá| ]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Star_of_the_West&amp;diff=15848</id>
		<title>Star of the West</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Star_of_the_West&amp;diff=15848"/>
		<updated>2021-12-14T20:59:56Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Read online in stable form at https://bahai-library.com/star_of_the_west (as PDFs; HTML only available for volume 1).&lt;br /&gt;
&lt;br /&gt;
A more recent endeavor which includes proofreading of all volumes (on an editable wiki) are at https://bahai.works/Star_of_the_West&lt;br /&gt;
&lt;br /&gt;
==Stands out among most conspicuous accomplishments of American believers==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;...the publication of the Star of the West...these stand out as the most conspicuous accomplishments of the American believers which have immortalized the memory of the most turbulent period of their history.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[World Order of Bahá&#039;u&#039;lláh]]&#039;&#039;, p. [[wob:84|84]])&lt;br /&gt;
&lt;br /&gt;
==Digital publication thereof==&lt;br /&gt;
* https://bahai-library.com/uhj_star_west_electronic&lt;br /&gt;
&lt;br /&gt;
==Authenticity==&lt;br /&gt;
===The authenticity of much of the material in Star of the West has not been verified===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;...we have noted Mrs. Toussaint&#039;s statement that the computer program will have a feature reminding the users of the electronic version of the Star of the West that &amp;quot;much of this material falls into the category of &#039;pilgrim&#039;s notes&#039;&amp;quot;. In light of the fact that no comprehensive study of the Star of the West volumes has been made, it may be better to state that the authenticity of much of the material in these volumes has not been verified.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(Research Department, [https://bahai-library.com/uhj_star_west_electronic 3 March 1999])&lt;br /&gt;
&lt;br /&gt;
===(Although not all has been authenticated, the friends may continue to use such compilations)===&lt;br /&gt;
&lt;br /&gt;
&amp;quot; In a letter dated 23 March 1987 written on behalf of the House of Justice, the criterion for establishing authenticity is clarified in relation to talks by &#039;Abdu&#039;l-Bahá.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;We read,&lt;br /&gt;
&lt;br /&gt;
&amp;quot;...&#039;Abdu&#039;l-Bahá did not read and authenticate all transcripts of His other talks, some of which have been translated into various languages and published. For many of His addresses included in The Promulgation of Universal Peace and Paris Talks, for example, no original authenticated text has yet been found. However, the Guardian allowed such compilations to continue to be used by the friends.&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; A letter dated 9 March 1977 written on behalf of the Universal House of Justice to an individual believer states that the ruling of the Guardian concerning the use of such compilations also applies to the use of &amp;quot;Star of the West&amp;quot;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(Research Department, [https://bahai-library.com/uhj_authenticity_refresh_spirit 5 June 2006])&lt;br /&gt;
&lt;br /&gt;
==Excerpts==&lt;br /&gt;
* https://bahai-library.com/compilation_tablets_star_west (Book 1, vol. 1 and 2 from the Central Figures)&lt;br /&gt;
* http://home.wanadoo.nl/arjen.nandita2/sw-netherlands.htm (Extracts concerning the Netherlands)&lt;br /&gt;
* https://bahai-library.com/abdulbaha_prayer_fathers (vol. 2, no. 19, p. 319)&lt;br /&gt;
&lt;br /&gt;
==Synopses==&lt;br /&gt;
* https://bahai-library.com/mcglinn_star_west_persian (introduction to Persian sections of book 1, vol. 1 and 2)&lt;br /&gt;
&lt;br /&gt;
==Correlated to updated translations==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
! SoW Volume #&lt;br /&gt;
! SoW Issue #&lt;br /&gt;
! SoW Page #&lt;br /&gt;
! Updated Translation&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| 1&lt;br /&gt;
| [[text:Bahai News/Volume 1/Issue 1/Text#pg5|5]]&lt;br /&gt;
| &#039;&#039;[[Tabernacle of Unity]]&#039;&#039;, [[Lawh-i-Manikjí-Sáhib I]], p. [[tu:1|1]]&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| 19&lt;br /&gt;
| [[text:Star of the West/Volume 10/Issue 19/Text#pg340|340]]&lt;br /&gt;
| &#039;&#039;[[Selections from the Writings of &#039;Abdu&#039;l-Bahá]]&#039;&#039;, sec. [[swabs:171|171]]&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| 19&lt;br /&gt;
| [[text:Star of the West/Volume 10/Issue 19/Text#pg340|340]]-341&lt;br /&gt;
| &#039;&#039;[[Selections from the Writings of &#039;Abdu&#039;l-Bahá]]&#039;&#039;, sec. [[swabs:169|169]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Bahaiworks|{{PAGENAMEE}}|{{PAGENAME}}}}&lt;br /&gt;
{{Bahaipedia|{{PAGENAMEE}}|{{PAGENAME}}}}&lt;br /&gt;
{{Bahaimedia|Special:Search/{{PAGENAMEE}}|{{PAGENAME}}}}&lt;br /&gt;
{{BahaiLibraryTags|{{urlencode:{{PAGENAME}}}}|{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Virtues&amp;diff=15847</id>
		<title>Virtues</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Virtues&amp;diff=15847"/>
		<updated>2021-12-14T20:59:33Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Specific Virtues==&lt;br /&gt;
*[[joy]]&lt;br /&gt;
*[[justice]]&lt;br /&gt;
*[[moderation]]&lt;br /&gt;
*[[sacrifice]]&lt;br /&gt;
*[[service]]&lt;br /&gt;
*[[truthfulness]] (or [[honesty]])&lt;br /&gt;
*[[trustworthiness]]&lt;br /&gt;
*[[unity]]&lt;br /&gt;
* etc.&lt;br /&gt;
&lt;br /&gt;
==Listings==&lt;br /&gt;
* [[List of virtues]]&lt;br /&gt;
* [[Virtues by rank]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Vices]]&lt;br /&gt;
* [[Sin]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Vices&amp;diff=15846</id>
		<title>Vices</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Vices&amp;diff=15846"/>
		<updated>2021-12-14T20:59:27Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==List of==&lt;br /&gt;
&lt;br /&gt;
(Note: items with a clear opposite, e.g., dishonesty-&amp;gt;honesty, should redirect to the virtue page. Some vices, however, such as &amp;quot;slander&amp;quot; might not have a clear positive from that adequately covers the issue.)&lt;br /&gt;
&lt;br /&gt;
* [[dishonesty]]&lt;br /&gt;
* [[injustice]]&lt;br /&gt;
* [[slander]]&lt;br /&gt;
&lt;br /&gt;
==To-dos for this page==&lt;br /&gt;
* Fill out list&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Slander&amp;diff=15845</id>
		<title>Slander</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Slander&amp;diff=15845"/>
		<updated>2021-12-14T20:59:13Z</updated>

		<summary type="html">&lt;p&gt;Sarah: fixing search index&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Forbidden to utter slander==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;According to the direct and sacred command of God we are forbidden to utter slander...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[Bahá&#039;í Administration]]&#039;&#039;, p. {{ba|4}})&lt;br /&gt;
&lt;br /&gt;
==Person with conscience prefer to have tongue cut out rather than slander==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;A person endowed with a conscience will certainly prefer to be killed rather than to sin, and to have his tongue cut out rather than to slander and lie.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Some Answered Questions]]&#039;&#039;, par. [[saqp:75.1|75-1]])&lt;br /&gt;
&lt;br /&gt;
==Slander to disappear through holy ones spreading light of love and unity, leading to spirituality==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;All the holy ones of God have tried with heart and soul to spread the light of love and unity throughout the world, so that the darkness of materiality might disappear and the light of spirituality might shine forth among the children of men. Then would hate, slander and murder disappear, and in their stead love, unity and peace would reign.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Paris Talks]]&#039;&#039;, pp. [[pta:119|119]]-120&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Slander&amp;diff=15844</id>
		<title>Slander</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Slander&amp;diff=15844"/>
		<updated>2021-12-14T20:59:05Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Forbidden to utter slander==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;According to the direct and sacred command of God we are forbidden to utter slander...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[Bahá&#039;í Administration]]&#039;&#039;, p. {{ba|4}})&lt;br /&gt;
&lt;br /&gt;
==Person with conscience prefer to have tongue cut out rather than slander==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;A person endowed with a conscience will certainly prefer to be killed rather than to sin, and to have his tongue cut out rather than to slander and lie.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Some Answered Questions]]&#039;&#039;, par. [[saqp:75.1|75-1]])&lt;br /&gt;
&lt;br /&gt;
==Slander to disappear through holy ones spreading light of love and unity, leading to spirituality==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;All the holy ones of God have tried with heart and soul to spread the light of love and unity throughout the world, so that the darkness of materiality might disappear and the light of spirituality might shine forth among the children of men. Then would hate, slander and murder disappear, and in their stead love, unity and peace would reign.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Paris Talks]]&#039;&#039;, pp. [[pta:119|119]]-120&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Education_of_girls&amp;diff=15843</id>
		<title>Education of girls</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Education_of_girls&amp;diff=15843"/>
		<updated>2021-12-14T20:57:12Z</updated>

		<summary type="html">&lt;p&gt;Sarah: test edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Greater importance of educating girls and women==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This principle, that women and girls should receive priority over men and boys in access to education, has been a long-standing principle in the Bahá&#039;í teachings. Speaking in 1912, `Abdu&#039;l-Bahá said: &amp;quot;In proclaiming the oneness of mankind [Bahá&#039;u&#039;lláh] taught that men and women are equal in the sight of God and that there is no distinction to be made between them. The only difference between them now is due to lack of education and training. If woman is given equal opportunity of education, distinction and estimate of inferiority will disappear.... Furthermore, the education of women is of greater importance than the education of men, for they are the mothers of the race, and mothers rear the children. The first teachers of children are the mothers. Therefore, they must be capably trained in order to educate both sons and daughters. There are many provisions in the words of Bahá&#039;u&#039;lláh in regard to this.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He promulgated the adoption of the same course of education for man and woman. Daughters and sons must follow the same curriculum of study, thereby promoting unity of the sexes.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
`Abdu&#039;l-Bahá, The Promulgation of Universal Peace. Comp. Howard MacNutt. (Wilmette, Ill.: Bahá&#039;í Publishing Trust. 1982.) pp. 174-175.&lt;br /&gt;
&lt;br /&gt;
:([[Bahá&#039;í International Community]], &#039;&#039;[[Turning Point for All Nations]]&#039;&#039;, https://bahai-library.com/uhj_turning_point_nations )&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The question of training the children and looking after the orphans is extremely important, but most important of all is the education of girl children, for these girls will one day be mothers, and the mother is the first teacher of the child. In whatever way she reareth the child, so will the child become, and the results of that first training will remain with the individual throughout his entire life, and it would be most difficult to alter them. And how can a mother, herself ignorant and untrained, educate her child? It is therefore clear that the education of girls is of far greater consequence than that of boys. This fact is extremely important, and the matter must be seen to with the greatest energy and dedication.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;God sayeth in the Qur&#039;án that they shall not be equals, those who have knowledge and those who have it not. Ignorance is thus utterly to be blamed, whether in male or female; indeed, in the female its harm is greater. I hope, therefore, that the friends will make strenuous efforts to educate their children, sons and daughters alike. This is verily the truth, and outside the truth there is manifestly naught save perdition.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], from a Tablet - translated from the Persian and Arabic; in [[Bahá&#039;í Education (compilation)]], no. [https://bahai-library.com/compilation_bahai_education#84 84])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&#039;Abdu&#039;l-Bahá laid great stress on Education. He said &amp;quot;The girl&#039;s education is of more importance today than the boy&#039;s, for she is the mother of the future race. It is the duty of all to look after the children. Those without children should, if possible, make themselves responsible for the education of a child.&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(Attributed to [[&#039;Abdu&#039;l-Bahá]], [[&#039;Abdu&#039;l-Bahá in London]], p. [[abl:91|91]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Third, while the overall goal of any society must be to educate all its members, at this stage in human history the greatest need is to educate women and girls.[38] For over twenty years, studies have consistently documented that, of all possible investments, educating women and girls pays the highest overall dividends in terms of social development, the eradication of poverty and the advancement of community.[39]&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Bahá&#039;í International Community]], &#039;&#039;[[Turning Point for All Nations]]&#039;&#039;, https://bahai-library.com/uhj_turning_point_nations )&lt;br /&gt;
&lt;br /&gt;
==Preference to be given for educating girls over boys if resources are limited==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Education holds an important place in the new order of things. The education of each child is compulsory. If there is not money enough in a family to educate both the girl and the boy the money must be dedicated to the girl&#039;s education, for she is the potential mother. If there are no parents the community must educate the child. In addition to this widespread education each child must be taught a profession, art, or trade, so that every member of the community will be enabled to earn his own livelihood.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(Attributed to [[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[&#039;Abdu&#039;l-Bahá on Divine Philosophy]]&#039;&#039;, p. [[adp:83|83]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;...the first duty of the beloved of God and the maid-servants of the Merciful is this: They must strive by all possible means to educate both sexes, male and female; girls like boys; there is no difference whatsoever between them. The ignorance of both is blameworthy, and negligence in both cases is reprovable. “Are they who know and they who do not know equal?” (Koran)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The command is decisive concerning both. If it be considered through the eye of reality, the training and culture of daughters is more necessary than that of sons, for these girls will come to the station of motherhood and will mould the lives of the children. The first trainer of the child is the mother. The babe, like unto a green and tender branch, will grow according to the way it is trained. If the training be right, it will grow right, and if crooked, the growth likewise, and unto the end of life it will conduct itself accordingly.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Hence, it is firmly established that an untrained and uneducated daughter, on becoming a mother, will be the prime factor in the deprivation, ignorance, negligence and the lack of training of many children.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;O ye beloved of God and the maid-servants of the Merciful! Teaching and learning, according to the decisive texts of the Blessed Beauty (Baha’o’llah), is a duty. Whosover is indifferent therein depriveth himself of the great bounty.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Beware! Beware! that ye fail not in this matter. Endeavor with heart, with life, to train your children, especially the daughters. No excuse is acceptable in this matter.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Thus may eternal glory and everlasting supremacy, like unto the mid-day sun, shine forth in the assemblage of the people of Baha’, and the heart of Abdul-Baha become happy and thankful.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Tablets of &#039;Abdu&#039;l-Bahá]]&#039;&#039;, pp. [[tab:579|579]]-580)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Equality between men and women does not, indeed physiologically it cannot, mean identity of functions. In some things women excel men, for others men are better fitted than women, while in very many things the difference of sex is of no effect at all. The differences of function are most apparent in family life. The capacity for motherhood has many far-reaching implications which are recognized in Bahá&#039;í Law. For example, when it is not possible to educate all one&#039;s children, daughters receive preference over sons, as mothers are the first educators of the next generation. Again, for physiological reasons, women are granted certain exemptions from fasting that are not applicable to men.&lt;br /&gt;
&lt;br /&gt;
:([[Universal House of Justice]], 24 July 1975 [[to an individual believer]], &#039;&#039;[[Women (compilation)]]&#039;&#039;, no. [https://bahai-library.com/compilation_women&amp;amp;chapter=all#ch1_30 30])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;...the mother—not the father—bears the children, nurses them in babyhood, and is thus their first educator; hence daughters have a prior right to education over sons and, as the Guardian&#039;s secretary has written on his behalf, &amp;quot;The task of bringing up a Bahá&#039;í child, as emphasized time and again in Bahá&#039;í Writings, is the chief responsibility of the mother, whose unique privilege is indeed to create in her home such conditions as would be most conducive to both his material and spiritual welfare and advancement. The training which a child first receives through his mother constitutes the strongest foundation for his future development...&amp;quot; A corollary of this responsibility of the mother is her right to be supported by her husband—a husband has no explicit right to be supported by his wife....&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of the Universal House of Justice]], 28 December 1980 to the National Spiritual Assembly of New Zealand, &#039;&#039;[[Women (compilation)]]&#039;&#039;, no. [https://bahai-library.com/compilation_women&amp;amp;chapter=all#ch3_71 71])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The decision-making agencies involved would do well to consider giving first priority to the education of women and girls, since it is through educated mothers that the benefits of knowledge can be most effectively and rapidly diffused throughout society.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Universal House of Justice]], &#039;&#039;[[Promise of World Peace]]&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
==Preference for girls&#039; school over boy&#039;s school (where resources limited)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The school for girls taketh precedence over the school for boys, for it is incumbent upon the girls of this glorious era to be fully versed in the various branches of knowledge, in sciences and the arts and all the wonders of this pre-eminent time, that they may then educate their children and train them from their earliest days in the ways of perfection.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;If, as she ought, the mother possesseth the learning and accomplishments of humankind, her children, like unto angels, will be fostered in all excellence, in right conduct and beauty. Therefore the School for Girls that hath been established in that place must be made the object of the deep concern and high endeavours of the friends. The teachers of that school are handmaids close to the Sacred Threshold, for they are of those who, obedient to the commandments of the Blessed Beauty, have arisen to educate the girl children.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The day will come when those children will be mothers, and each one of them in her deep gratitude will offer up prayers and supplications to Almighty God and ask that her teachers will be granted joy and well-being forever, and a high station in the Kingdom of God.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Name ye this school the Mawhibat School (The School of Bounty).&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], from a Tablet - translated from the Persian, [[Bahá&#039;í Education (compilation)]], no. [https://bahai-library.com/compilation_bahai_education#80 80])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Devote ye particular attention to the school for girls, for the greatness of this wondrous Age will be manifested as a result of progress in the world of women. This is why ye observe that in every land the world of women is on the march, and this is due to the impact of the Most Great Manifestation, and the power of the teachings of God.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Instruction in the schools must begin with instruction in religion. Following religious training, and the binding of the child&#039;s heart to the love of God, proceed with his education in the other branches of knowledge.&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], from a Tablet - translated from the Persian, [[Bahá&#039;í Education (compilation)]], no. [https://bahai-library.com/compilation_bahai_education#67 67])&lt;br /&gt;
&lt;br /&gt;
==Need for education of girls to include moral and Baha&#039;i education==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;In past centuries the girl children of Persia were deprived of all instruction. They had neither school nor academy, no kindly tutor and no teacher. Now in this greatest of centuries the bounty of the All-Bountiful hath encompassed the girls as well, and many schools have been founded in Persia for the education of girl children — but what is missing from them is character training, and this despite the fact that such training is more important than instruction, for it is the primary accomplishment of humankind.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Praised be God, a school for girls hath now been established in Hamadán. Ye who are the teachers thereof must devote more of your efforts to character training than instruction, and must raise up your girl children to be modest and chaste, of good character and conduct — and in addition must teach them the various branches of knowledge.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;If ye follow this course, the confirmations of the All-Glorious Kingdom, in a great rolling swell, will rise and surge above that school.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;My hope is that ye will succeed in this.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], from a Tablet - translated from the Persian, [[Bahá&#039;í Education (compilation)]], no. [https://bahai-library.com/compilation_bahai_education#82 82])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Thou didst write about the believers&#039; daughters who attend the schools of other faiths. It is true that, while these children do learn a little in such schools, still the character and behaviour of the women teachers have an effect on them, and through the inculcation of doubts and ambiguities, the minds of these girls are influenced and changed.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It is incumbent upon the friends to provide a school for Bahá&#039;í girls whose women teachers will educate their pupils according to the teachings of God. There must the girls be taught spiritual ethics and holy ways.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;A child is as a young plant: it will grow in whatever way you train it. If you rear it to be truthful, and kind, and righteous, it will grow straight, it will be fresh and tender, and will flourish. But if not, then from faulty training it will grow bent, and stand awry, and there will be no hope of changing it.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Certainly, the women teachers from Europe give instruction in language and scripts, and housekeeping, and embroidery and sewing; but their pupils&#039; character is completely altered, to such a point that the girls no longer care for their mothers, their disposition is spoiled, they misbehave, they become self-satisfied and proud.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Rather, girls ought to be trained in such a manner that from day to day they will become more self-effacing, more humble, and will defer to and obey their parents and forebears, and be a comfort and a solace to all.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], from a Tablet - translated from the Persian, [[Bahá&#039;í Education (compilation)]], no. [https://bahai-library.com/compilation_bahai_education#85 85])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;As to the education of children, exert every effort to further this; it is of the utmost importance. So too, the education of girls in all the rules of righteous conduct, that they may grow up with a good character and high standards of behaviour. For mothers are the first educators of the child, and every child at the beginning of life is like a fresh and tender branch in his parents&#039; hands. His father and mother can train him in any way they choose.&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], from a Tablet - translated from the Persian, [[Bahá&#039;í Education (compilation)]], no. [https://bahai-library.com/compilation_bahai_education#79 79])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;To the mothers must be given the divine Teachings and effective counsel, and they must be encouraged and made eager to train their children, for the mother is the first educator of the child. It is she who must, at the very beginning, suckle the new-born at the breast of God&#039;s Faith and God&#039;s Law, that divine love may enter into him even with his mother&#039;s milk, and be with him till his final breath.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;So long as the mother faileth to train her children, and start them on a proper way of life, the training which they receive later on will not take its full effect. It is incumbent upon the Spiritual Assemblies to provide the mothers with a well-planned programme for the education of children, showing how, from infancy, the child must be watched over and taught. These instructions must be given to every mother to serve her as a guide, so that each will train and nurture her children in accordance with the Teachings.&amp;quot;&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Selections from the Writings of &#039;Abdu&#039;l-Bahá]]&#039;&#039;, no. [[swabs:113|113]])&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Bah%C3%A1%27%C3%AD_Faith_1844-1963_Information_Statistical_and_Comparative&amp;diff=15567</id>
		<title>Bahá&#039;í Faith 1844-1963 Information Statistical and Comparative</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Bah%C3%A1%27%C3%AD_Faith_1844-1963_Information_Statistical_and_Comparative&amp;diff=15567"/>
		<updated>2021-07-06T01:40:53Z</updated>

		<summary type="html">&lt;p&gt;Sarah: Reverted edits by 155.94.166.108 (talk) to last revision by David&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Read online at:&lt;br /&gt;
* https://bahai-library.com/handscause_statistics_1953-63&lt;br /&gt;
* https://bahai-library.com/shoghieffendi_statistics_1844-1950 (earlier incarnation)&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;important book&amp;quot; to be brought up to date (promptly) and re-issued==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The beloved Guardian has directed me to write you in his behalf, to request that the information relating to Australia and New Zealand and their activities, contained in the booklet &amp;quot;The Bahá&#039;í Faith&amp;quot;, `Information Statistical and Comparative&#039; be brought up to date as of May 1, 1952, and sent to him here by first possible air mail post.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;One of the features of the Holy Year will be the re-issuance of this important book; inasmuch as the Holy Year is fast approaching, the Guardian wishes the information as quickly as possible...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Any information not immediately available, should be handled by telegraph, but such information as is available should not be delayed for any one or two delinquents. You can appreciate that if the booklet is to be published early in the Holy Year, the information should reach the Guardian at a very early date.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Letters from the Guardian to Australia and New Zealand]]&#039;&#039;, pp. [[lanz:106|106]]-107 passim)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The beloved Guardian has instructed me to write you on his behalf, to request that the information relating to Germany and Austria and their activities, contained in the booklet &amp;quot;The Bahá&#039;í Faith&amp;quot;, `Information Statistical and Comparative&#039;, be brought up to date as of May 1, 1952, and sent to him here by the first possible air mail post.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;One of the features of the Holy Year will be the re-issuance of this important book; inasmuch as the Holy Year is fast approaching, the Guardian wishes information as quickly as possible.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Light of Divine Guidance (vol 1)]]&#039;&#039;, p. [[ldg1:187|187]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Will you please send this information to him by return Air Mail, as he wishes it promptly, so that a new statistical book concerning the Faith may be issued promptly.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Light of Divine Guidance (vol 1)]]&#039;&#039;, p. [[ldg1:188|188]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The beloved Guardian is very anxious to conclude the preparation of the new statistical book to be issued during the Holy Year, concerning the status of the Faith over the world.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Light of Divine Guidance (vol 1)]]&#039;&#039;, p. [[ldg1:189|189]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Notwithstanding we have just published the statistical book, giving the number of localities throughout the world where Bahá&#039;ís reside, yet the Guardian would like to have accurate information now, based on the results of the elections on April 21, 1953.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Light of Divine Guidance (vol 1)]]&#039;&#039;, p. [[ldg1:193|193]])&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Talk:Moderation&amp;diff=15491</id>
		<title>Talk:Moderation</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Talk:Moderation&amp;diff=15491"/>
		<updated>2021-06-01T05:04:50Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Quote deleted without explanation ==&lt;br /&gt;
&lt;br /&gt;
I see the quote I added was deleted without explanation:&lt;br /&gt;
&lt;br /&gt;
https://bahai9.com/index.php?title=Moderation&amp;amp;diff=15489&amp;amp;oldid=15487&lt;br /&gt;
&lt;br /&gt;
Was this an accident?&lt;br /&gt;
&lt;br /&gt;
[[User:Trident765|Trident765]] ([[User talk:Trident765|talk]]) 21:44, 31 May 2021 (PDT)&lt;br /&gt;
&lt;br /&gt;
: No. I removed it because the quote is not about moderation. How should one follow the law of not consuming alcohol &#039;&#039;moderately&#039;&#039;? Obviously you either are or are not following the law. You can of course exercise tact and wisdom in the application of a law. If someone offered you a drink then the way in which you respond to the individual can vary a great deal. Drinking may be important to them, so you can perhaps find a way to turn down the drink without making that person feel judged or belittled. This is being wise and tactful, but it&#039;s unrelated to moderation. [[User:David|David]] ([[User talk:David|talk]]) 22:04, 31 May 2021 (PDT)&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Moderation&amp;diff=15489</id>
		<title>Moderation</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Moderation&amp;diff=15489"/>
		<updated>2021-06-01T03:44:05Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==In all matters moderation is desirable==&lt;br /&gt;
&amp;quot;The word of God which the Supreme Pen hath recorded on the ninth leaf of the Most Exalted Paradise is this: In all matters moderation is desirable. If a thing is carried to excess, it will prove a source of evil.&lt;br /&gt;
&lt;br /&gt;
:([[Bahá&#039;u&#039;lláh]], &#039;&#039;[[Kalimát-i-Firdawsíyyih]]&#039;&#039;, Words of Paradise)&lt;br /&gt;
&lt;br /&gt;
==Anything passing beyond moderation will cease to exert a beneficial influence==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Whatsoever passeth beyond the limits of moderation will cease to exert a beneficial influence.  Consider for instance such things as liberty, civilization and the like.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Bahá&#039;u&#039;lláh]], &#039;&#039;[[Gleanings from the Writings of Bahá&#039;u&#039;lláh]]&#039;&#039;, sec. [[gwbs:110|110]], p. [[gwb:216|216]])&lt;br /&gt;
&lt;br /&gt;
==Speech must be moderated and combined with tact and wisdom==&lt;br /&gt;
Human utterance is an essence which aspireth to exert its influence and needeth moderation. As to its influence, this is conditional upon refinement which in turn is dependent upon hearts which are detached and pure. As to its moderation, this hath to be combined with tact and wisdom as prescribed in the Holy Scriptures and Tablets.&lt;br /&gt;
&lt;br /&gt;
:([[Bahá&#039;u&#039;lláh]], &#039;&#039;[[Lawḥ-i-Maqṣúd]]&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
==Moderation means an end to destructive excesses==&lt;br /&gt;
&lt;br /&gt;
By moderation, Bahá’u’lláh is in no way referring to mere compromise, the dilution of truth, or a hypocritical or utopian consensus. The moderation He calls for demands an end to destructive excesses that have plagued humanity and fomented ceaseless contention and turmoil. Moderation in deliberation and action stands in contrast to the arbitrary imposition of views through power or insistence upon ideological aims, both of which obstruct the search for truth and sow the seeds of continuing injustice. A moderate perspective is a practical and principled standpoint from which one can recognize and adopt valid and insightful ideas whatever their source, without prejudice.&lt;br /&gt;
&lt;br /&gt;
:(On behalf of the [[Universal House of Justice]], letter to three individuals 29 November 2017)&lt;br /&gt;
&lt;br /&gt;
== He who cleaveth to justice can not transgress the limits of moderation==&lt;br /&gt;
Whoso cleaveth to justice, can, under no circumstances, transgress the limits of moderation. He discerneth the truth in all things, through the guidance of Him Who is the All-Seeing. The civilization, so often vaunted by the learned exponents of arts and sciences, will, if allowed to overleap the bounds of moderation, bring great evil upon men. Thus warneth you He Who is the All-Knowing. If carried to excess, civilization will prove as prolific a source of evil as it had been of goodness when kept within the restraints of moderation.&lt;br /&gt;
&lt;br /&gt;
:([[Bahá&#039;u&#039;lláh]], &#039;&#039;[[Gleanings from the Writings of Bahá’u’lláh]]&#039;&#039; CLXIV)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[mediocrity]] (something distinct which is to be rejected)&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Law%E1%B8%A5-i-Maq%E1%B9%A3%C3%BAd&amp;diff=15488</id>
		<title>Lawḥ-i-Maqṣúd</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Law%E1%B8%A5-i-Maq%E1%B9%A3%C3%BAd&amp;diff=15488"/>
		<updated>2021-06-01T03:35:28Z</updated>

		<summary type="html">&lt;p&gt;Sarah: Redirected page to Lawh-i-Maqsúd&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Lawh-i-Maqsúd]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=User:Sarah/Sandbox&amp;diff=15265</id>
		<title>User:Sarah/Sandbox</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=User:Sarah/Sandbox&amp;diff=15265"/>
		<updated>2021-04-14T11:14:13Z</updated>

		<summary type="html">&lt;p&gt;Sarah: Created page with &amp;quot;Test&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Test&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=User:Sarah&amp;diff=15262</id>
		<title>User:Sarah</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=User:Sarah&amp;diff=15262"/>
		<updated>2021-04-13T11:41:26Z</updated>

		<summary type="html">&lt;p&gt;Sarah: test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please see my user page on Bahaipedia: [[:pedia:User:David|User:David]].&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=User:Sarah&amp;diff=15253</id>
		<title>User:Sarah</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=User:Sarah&amp;diff=15253"/>
		<updated>2021-04-11T10:50:30Z</updated>

		<summary type="html">&lt;p&gt;Sarah: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See my user page on Bahaipedia: [[:pedia:User:David|User:David]].&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
	<entry>
		<id>https://bahai9.com/index.php?title=Kit%C3%A1b-i-%C3%8Dq%C3%A1n&amp;diff=15252</id>
		<title>Kitáb-i-Íqán</title>
		<link rel="alternate" type="text/html" href="https://bahai9.com/index.php?title=Kit%C3%A1b-i-%C3%8Dq%C3%A1n&amp;diff=15252"/>
		<updated>2021-04-09T13:05:10Z</updated>

		<summary type="html">&lt;p&gt;Sarah: restoring edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Read online at http://reference.bahai.org/en/t/b/KI/ or https://bahai-library.com/bahaullah_kitab_iqan&lt;br /&gt;
&lt;br /&gt;
For the publicly editable wiki article, see [[Wikipedia:Kitáb-i-Íqán]]&lt;br /&gt;
&lt;br /&gt;
Possible template for editing references here on the Íqán: https://bahai-library.com/writings/bahaullah/iqan/about.html&lt;br /&gt;
&lt;br /&gt;
== Paragraph/page numbering ==&lt;br /&gt;
* [https://bahai-library.com/uhj_kitab_iqan_numbering Notes on paragraph numbering]&lt;br /&gt;
* https://bahai-library.com/heggie_bahai_references#iqan (Comparison of page numbers in British version vs. American version)&lt;br /&gt;
&lt;br /&gt;
== Translation of questions put to Bahá&#039;u&#039;lláh, leading to the revelation of the Kitáb-i-Íqán==&lt;br /&gt;
* https://bahai-library.com/muhammad_questions_kitab_iqan&lt;br /&gt;
&lt;br /&gt;
==Study tools==&lt;br /&gt;
&lt;br /&gt;
===Study Outline/Course===&lt;br /&gt;
* http://www.bci.org/bahaistudies/courses/Iqan/index.htm ([https://web.archive.org/web/20140102202758/http://www.bci.org/bahaistudies/courses/Iqan/index.htm archived])&lt;br /&gt;
&lt;br /&gt;
===Study Outlines===&lt;br /&gt;
*[[Kitáb-i-Íqán outlines]]&lt;br /&gt;
&lt;br /&gt;
===Study Questions===&lt;br /&gt;
* http://www.education.usbnc.org/a_themes/at_index.htm#%23study_guides [http://www.education.usbnc.org/a_themes/pdfs/Kitab-i-IqanStudyGuide.pdf PDF] (Study questions by theme and with a glossary at the end); ([https://web.archive.org/web/20031013023349/http://www.education.usbnc.org/a_themes/pdfs/Kitab-i-IqanStudyGuide.pdf archived PDF], [https://web.archive.org/web/20031011004610/http://www.education.usbnc.org/a_themes/docs/Kitab-i-IqanStudyGuide.doc archived Word])&lt;br /&gt;
* https://bahai-library.com/davoodi_questionnaire_iqan&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
* [http://books.google.co.uk/books?id=ac0YzGH1gNMC A Tutorial on the Kitab-i-iqan: A Journey Through the Book of Certitude] by Fazel Naghdy (Google Books preview; needs purchase).&lt;br /&gt;
&lt;br /&gt;
==What is covered in the Íqán (and &amp;quot;Some Answered Questions&amp;quot;)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The first two books [Íqán and &amp;quot;Some Answered Questions&amp;quot;] will reveal to them the significance of this divine revelation as well as the unity of all the Prophets of old.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Importance of Deepening Our Knowledge and Understanding of the Faith]]&#039;&#039;, [https://bahai-library.com/compilation_importance_deepening#106 106], in &#039;&#039;Pearls of Wisdom&#039;&#039;, p. 77)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Íqán is the most important book written on the spiritual significance of the Cause.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Light of Divine Guidance|The Light of Divine Guidance]]&#039;&#039;, vol. i., p. [[ldg1:37|37]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;...the Íqán is the most important book wherein Bahá&#039;u&#039;lláh explains the basic beliefs of the Faith.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
:(On behalf of Shoghi Effendi, 28 June 1930, published in &#039;&#039;Baha&#039;i News&#039;&#039;, [https://bahai-library.com/shoghieffendi_compilation_bahai_news#46 #46], November 1930, p. 2)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He is very eager to have this wonderful book translated well, for it is the best means of grounding those who become interested in the fundamental teachings of the Faith. The Íqán and Dr Esslemont&#039;s book will be sufficient to make any seeker a true believer in the divine nature of the Faith.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(On behalf of Shoghi Effendi, quoted in &#039;&#039;A Companion to the Study of the Kitáb-i-Íqán&#039;&#039;, p. 2)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;...‘the Book of Certitude&#039; by Bahá&#039;u&#039;lláh...contains the very essence of the Teachings, and because of its clarity and its relative simplicity can greatly appeal to every thoughtful reader...the Íqán deepens the knowledge of the reader by acquainting him with some of the basic theological problems of the Faith. It is, therefore, indispensable for every student of the Movement...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(On behalf of Shoghi Effendi, quoted in &#039;&#039;A Companion to the Study of the Kitáb-i-Íqán&#039;&#039;, pp. 2-3)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Shoghi Effendi hopes that you will exert all your effort to deepen your knowledge of the literature of the Movement, until you become fully acquainted with its spirit and tenets. Unless you do obtain such a firm hold you will never be able to teach others and render real service to the promulgation of the Faith. Of special importance is the Book of the Íqán which explains the attitude of the Cause towards the prophets of God and their mission in the history of society. Besides this there is Some Answered Questions of the Master and The Dawn-Breakers of Nabíl. Every Bahá&#039;í should master these books and be able to explain their contents to others. Besides their importance, they are interesting and most absorbing.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of Shoghi Effendi]] to an individual believer, February 9, 1932, in &#039;&#039;[[Importance of Deepening our Knowledge and Understanding of the Faith]]&#039;&#039;, no. [https://bahai-library.com/compilation_importance_deepening#102 102] and in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1931|1931]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Although We did not intend to make mention of the traditions of a bygone age, yet, because of Our love for thee, We will cite a few which are applicable to Our argument. We do not feel their necessity, however, inasmuch as the things We have already mentioned suffice the world and all that is therein. In fact, all the Scriptures and the mysteries thereof are condensed into this brief account. So much so, that were a person to ponder it awhile in his heart, he would discover from all that hath been said the mysteries of the Words of God, and would apprehend the meaning of whatever hath been manifested by that ideal King.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Bahá&#039;u&#039;lláh]], The [[Kitáb-i-Íqán]], par. [[kip:266|266]], p. {{ki|237}})&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Báb specified that the &amp;quot;Bayán&amp;quot; is not completed and that &amp;quot;He Whom God would manifest&amp;quot; (Bahá&#039;u&#039;lláh) would complete it, though not in its actual form, but only spiritually in the form of another book. The &amp;quot;Íqán&amp;quot; is believed to be its continuation.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(On behalf of? [[Shoghi Effendi]], &#039;&#039;[[Dawn of a New Day]]&#039;&#039;, February 17, 1939, p. [[dnd:78|78]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;A model of Persian prose, of a style at once original, chaste and vigorous, and remarkably lucid, both cogent in argument and matchless in its irresistible eloquence, this Book, setting forth in outline the Grand Redemptive Scheme of God, occupies a position unequalled by any work in the entire range of Bahá&#039;í literature, except the Kitáb-i-Aqdas, Bahá&#039;u&#039;lláh&#039;s Most Holy Book. Revealed on the eve of the declaration of His Mission, it proffered to mankind the ‘Choice Sealed Wine&#039;, whose seal is of ‘musk&#039;, and broke the ‘seals&#039; of the ‘Book&#039; referred to by Daniel, and disclosed the meaning of the ‘words&#039; destined to remain ‘closed up&#039; till the ‘time of the end&#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[God Passes By]]&#039;&#039;, pp. [[gpb:138|138]]-139)&lt;br /&gt;
&lt;br /&gt;
===The interpretation of the Return and last days is covered in the Íqán===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The &amp;quot;return&amp;quot; which is mentioned in the Divine Scriptures is this: it is fully explained by the Supreme Pen[+F1 Bahá&#039;u&#039;lláh] in the Kitáb-i-Iqán. Refer to it, so that you may be informed of the truth of the divine mysteries.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Some Answered Questions]]&#039;&#039;, p. [[saq:289|289]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Then it is said by Jesus in the Gospel, that similar signs would appear in the “last day”—or in other words—in the day when Christ will come the second time in this world.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The interpretation of these statements is mentioned in the clearest manner and with the most wonderful proofs in the Book of Ighan2. His honor, Ali-Kuli-Khan, has already translated this Book which will soon be published in America3 . Then you will be informed of the explanation and interpretation of these verses and statements as elucidated by the Blessed Perfection. Therefore my interpretation is not necessary.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;2. During the time of BAHA’O’LLAH’S residence in Baghdad (the Dwelling of Peace), men of learning, including Jews, Christians and Mohammedans, visited Him seeking answer to religious and scriptural questions. Such answer He gave in the Book of Ighan, otherwise known as the Book of Explanations and Assurance. It concerns the Reality and Authority of the human Divine “Manifestations.”&lt;br /&gt;
&lt;br /&gt;
&amp;quot;3. The book was published in 1904.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Tablets of &#039;Abdu&#039;l-Bahá]]&#039;&#039;, vol. 1, p. [[tab:107|107]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Thou hast asked concerning reincarnation: Reincarnation as understood by the people, is untrue; but in the Gospel, “return” is referred to, and that is the return of qualities[2 I.e., the return of the qualities, powers and attributes in another human being] and not the return of entities. This matter is explained in detail in the Book of Ighan, which is translated and published. Study that Book.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Tablets of &#039;Abdu&#039;l-Bahá]]&#039;&#039;, vol. 3, pp. [[tab:549|549]]-550)&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
&lt;br /&gt;
(For a more detailed synopsis of the Íqán&#039;s contents, see &#039;&#039;[[God Passes By]]&#039;&#039;, pp. [[gpb:138|138]]-139 (&#039;&#039;A Companion to the Study of the Kitáb-i-Íqán&#039;&#039;, pp. 8-14 and 24-27 include notes and an outline version respectively of the themes described in this God Passes By passage).)&lt;br /&gt;
&lt;br /&gt;
==Importance of the Íqán==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;...it is the most fundamental book on the Bahá&#039;í Revelation.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a postscript in the hand of [[Shoghi Effendi]] on a letter written on his behalf to an individual believer, 25 August 1932; cited in &amp;quot;Some Interpretive Principles in the Bahá&#039;í Writings&amp;quot;, [https://bahai-library.com/fananapazir_fazel_interpretive_principles#E2 note 4])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;...unique repository of inestimable treasures...of unsurpassed preeminence among the doctrinal...writings of the Author of the Bahá&#039;í Dispensation&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[God Passes By]]&#039;&#039;, pp. [[gpb:138|138]], [[gpb:139|139]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Foremost among the priceless treasures cast forth from the billowing ocean of Bahá&#039;u&#039;lláh&#039;s Revelation ranks the Kitáb-i-Íqán (Book of Certitude)...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[God Passes By]]&#039;&#039;, pp. [[gpb:138|138]]-139)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Íqán has been described by Bahá&#039;u&#039;lláh in one of His Tablets at the World Centre as the ‘Siyyid-i-Kutúb&#039; - the Lord of Books.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(Hooper Dunbar citing phrase of Bahá&#039;u&#039;lláh, &#039;&#039;A Companion to the Study of the Kitáb-i-Íqán&#039;&#039;, p. 3)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;A model of Persian prose, of a style at once original, chaste and vigorous, and remarkably lucid, both cogent in argument and matchless in its irresistible eloquence, this Book, setting forth in outline the Grand Redemptive Scheme of God, occupies a position unequalled by any work in the entire range of Bahá&#039;í literature, except the Kitáb-i-Aqdas, Bahá&#039;u&#039;lláh&#039;s Most Holy Book. Revealed on the eve of the declaration of His Mission, it proffered to mankind the ‘Choice Sealed Wine&#039;, whose seal is of ‘musk&#039;, and broke the ‘seals&#039; of the ‘Book&#039; referred to by Daniel, and disclosed the meaning of the ‘words&#039; destined to remain ‘closed up&#039; till the ‘time of the end&#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[God Passes By]]&#039;&#039;, pp. [[gpb:138|138]]-139)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;...this [the Íqán] is a very important and fundamental book...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[Light of Divine Guidance|The Light of Divine Guidance]]&#039;&#039;, vol. ii, pp. [[ldg2:121|121]]-122)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Íqán is the most important book written on the spiritual significance of the Cause. I do not believe any person can consider himself well versed in the teachings unless he has studied it thoroughly.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[Shoghi Effendi]], &#039;&#039;[[Light of Divine Guidance|The Light of Divine Guidance]]&#039;&#039;, vol. i., p. [[ldg1:37|37]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;As the &#039;Iqan is the most important book wherein Bahá&#039;u&#039;lláh explains the basic beliefs of the faith, he thought a proper rendering of it would infinitely enhance the teaching work in the West. He hopes that this new rendering will be an improvement on the previous one, but he fully admits that it is far from perfect, far from the original itself. Shoghi Effendi has given the proper transliteration of the Eastern terms and wants you to abid by them, keeping every dash, point, accent or inverted comma. To help you in this, he has also on a separate sheet written these in their proper form. He wishes you further not to include the introduction that exists in the last edition, for he does not think it worthwhile and enlightening. Drop also the glossary that exists at the end of the last edition and form a glossary using the definitions that he has sent to be put in the forthcoming Bahá&#039;í World. As Shoghi Effendi has been emphasizing the need of submitting all publications to the Reviewing Committee, he wants to be the first to abide by that rule, though he hopes that they will not make unnecessary delay. In Germany they have translated the &#039;Iqan from the last translation and they are waiting for Shoghi Effendi&#039;s rendering to make the necessary alterations and publish their own. The proceeds of the sale of the book Shoghi Effendi wishes to go to the American National Assembly in an unlabelled form. This is a gift of his own personal labors that he wishes to present that body and he wishes it to be considered as a token of appreciation for the help they have rendered him in carrying on his arduous task.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;Baha&#039;i News&#039;&#039;, no. [https://bahai-library.com/shoghieffendi_compilation_bahai_news#46 46], November 1930, p. 2)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Unable to find a good typist, I have had to do the work myself, and I trust that the proofreaders will find it easy to go over and will not mind the type errors which I have tried to correct. I would especially urge you to adhere to the transliteration which I have adopted. The correct title is, I feel, &#039;The Kitab-I-&#039;Iqan,&#039; the sub-title &#039;The Book of Certitude.&#039; May it help the friends to approach a step further, and obtain a clearer idea of the fundamental teachings set forth by Bahá&#039;u&#039;lláh.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(Postscript of [[Shoghi Effendi]], &#039;&#039;Baha&#039;i News&#039;&#039;, no. [https://bahai-library.com/shoghieffendi_compilation_bahai_news#46 46], November 1930, p. 2)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Shoghi Effendi has been lately spending his leisure hours translating the Book of Iqan for he considers it to be the key to a true understanding of the Holy Scriptures, &amp;amp; [sic] can easily rank as one of the most, if not the most, important thing that Baha’u’llah revealed explaining the basic beliefs of the Cause. He who fully grasps the purport of that Book can claim to have understood the Cause.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], [[to an individual believer]], [https://bahai-library.com/locke_guardian_correspondence February 15, 1930])&lt;br /&gt;
&lt;br /&gt;
==Writings encouraging its study==&lt;br /&gt;
&lt;br /&gt;
===Íqán to be read===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Thou didst ask as to acquiring knowledge: read thou the Books and Tablets of God, and the articles written to demonstrate the truth of this Faith. Included among them are the &amp;quot;Íqán&amp;quot;, which hath been translated into English, the works of Mírzá Abu&#039;l-Fadl, and those of some others among the believers. In the days to come a great number of holy Tablets and other sacred writings will be translated, and thou shouldst read these as well. Likewise, ask thou of God that the magnet of His love should draw unto thee the knowledge of Him. Once a soul becometh holy in all things, purified, sanctified, the gates of the knowledge of God will open wide before his eyes.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Importance of Deepening Our Knowledge and Understanding of the Faith]]&#039;&#039;, no. [https://bahai-library.com/compilation_importance_deepening#49 49])&lt;br /&gt;
&lt;br /&gt;
===The Íqán is the &#039;Preserved Tablet,&#039; the &#039;Expanded Parchment,&#039; the Divine Charter, the Firman of the Merciful which we should immerse ourselves in===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;O thou who are athirst for the water of Life! This manifest Book is the fountainhead of the Water of Life eternal. Drink so much as thou art able from the fountain of the living water. O thou who art seeking after the knowledge of God! Immerse thyself in the ocean of the explanation of the Beauty of the Merciful, so that thou mayest gather from its depths the pearls of the wisdom of God.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;This is a translation of the &#039;Preserved Tablet,&#039; the &#039;Expanded Parchment,&#039; the Divine Charter, the Firman of the Merciful, that is, the Book of Iqán which hath emanated from the Supreme Pen and proceeded from the pure lips of the Blessed Beauty (may my soul be a sacrifice to His beloved ones).&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], from the frontispiece to ‘Ali-Kuli-Khan&#039;s 1913 translation of the Kitáb-i-Iqan, per https://bahai-library.com/poirier_iqan_unsealing_bible )&lt;br /&gt;
&lt;br /&gt;
===The Iqán to be read over and over again by everyone who wishes to serve the Movement and consider himself an active member===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Books such as the Iqán, Some Answered Questions, the Tablets of Bahá&#039;u&#039;lláh, Nabíl&#039;s Narrative and Dr. Esslemont&#039;s book should be read and read over again by every soul who desires to serve the Movement or considers himself an active member of the group.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter dated 9 November 1932 written [[on behalf of Shoghi Effendi]] to an individual believer, in &#039;&#039;[[Importance of Deepening Our Knowledge and Understanding of the Faith]]&#039;&#039;, no. [https://bahai-library.com/compilation_importance_deepening#109 109])&lt;br /&gt;
&lt;br /&gt;
===Young Bahá&#039;ís to gain a mastery of the &amp;quot;Íqán&amp;quot;, a book of &amp;quot;special importance&amp;quot;, and should be able to explain their contents to others===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;...as to what subjects within the Faith you should concentrate on he feels that the young Bahá&#039;ís should gain a mastery of such books as the &amp;quot;Gleanings&amp;quot;, the &amp;quot;Dawn-breakers&amp;quot;, &amp;quot;God Passes By&amp;quot;, the &amp;quot;Íqán&amp;quot;, &amp;quot;Some Answered Questions&amp;quot; and the more important Tablets. All aspects of the Faith should be deeply studied.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Importance of Deepening Our Knowledge and Understanding of the Faith]]&#039;&#039;, no. [https://bahai-library.com/compilation_importance_deepening#143 143])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Of special importance is the Book of the Íqán which explains the attitude of the Cause towards the prophets of God and their mission in the history of society. Besides this there is Some Answered Questions of the Master and The Dawn-Breakers of Nabíl. Every Bahá&#039;í should master these books and be able to explain their contents to others. Besides their importance, they are interesting and most absorbing.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of Shoghi Effendi]] to an individual believer, February 9, 1932, in &#039;&#039;[[Importance of Deepening our Knowledge and Understanding of the Faith]]&#039;&#039;, no. [https://bahai-library.com/compilation_importance_deepening#102 102] and in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1931|1931]])&lt;br /&gt;
&lt;br /&gt;
==Use the Íqán to teach==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;He was particularly gratified to learn of your intention to make a thorough study of the ‘Kitáb-i-Íqán&#039; during this summer...The friends, and particularly those who wish to become competent and useful teachers, should indeed consider it to be their first duty to acquaint themselves, as thoroughly as they can, with each and every detail contained in this Holy Book, so that they may be able to present the Message in a befitting manner.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It is the Guardian&#039;s hope, therefore, that those among the believers who have thus far and for some reason or another, failed to make a serious study of this important work will be stimulated to do so, and will as a result deepen their comprehension of the essentials of the Faith.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], quoted in &#039;&#039;A Companion to the Study of the Kitáb-i-Íqán&#039;&#039;, p. 3)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Shoghi Effendi hopes that you will exert all your effort to deepen your knowledge of the literature of the Movement, until you become fully acquainted with its spirit and tenets. Unless you do obtain such a firm hold you will never be able to teach others and render real service to the promulgation of the Faith. Of special importance is the Book of the Íqán which explains the attitude of the Cause towards the prophets of God and their mission in the history of society. Besides this there is Some Answered Questions of the Master and The Dawn-Breakers of Nabíl. Every Bahá&#039;í should master these books and be able to explain their contents to others. Besides their importance, they are interesting and most absorbing.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(From a letter written [[on behalf of Shoghi Effendi]] to an individual believer, February 9, 1932, in &#039;&#039;[[Importance of Deepening our Knowledge and Understanding of the Faith]]&#039;&#039;, no. [https://bahai-library.com/compilation_importance_deepening#102 102] and in &#039;&#039;[[Lights of Guidance]]&#039;&#039;, no. [[logn:1931|1931]])&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Sacred Books are full of allusions to this new dispensation. In the Book of Íqán, Bahá&#039;u&#039;lláh gives the key-note and explains some of the outstanding passages hoping that the friends will continue to study the Sacred Books by themselves and unfold the mysteries found therein.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The people, failing to comprehend the meaning of the symbols and the truth of the Sacred Verses, thought them to be myths and unrealizable dreams. It is the duty of the friends who have been endowed by Bahá&#039;u&#039;lláh with the power of discernment to study these Sacred Books, ponder upon their passages and teach the disheartened people of the earth the treasures of knowledge they enclose.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], letter dated 11 March 1923, &#039;&#039;[[Importance of Deepening Our Knowledge and Understanding of the Faith]]&#039;&#039;, no. [https://bahai-library.com/compilation_importance_deepening#91 91])&lt;br /&gt;
&lt;br /&gt;
==Begin teaching with a history of the religions of the past and their Founders (as in the Kitáb-i-Íqán)==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;...begin teaching with the account of the history of the religions of the past and their Founders, similar to the accounts given in the Kitáb-i-Íqán. This would enable the inquirer to gain an insight into his own religion that he might recognize the truth and the reality of the Founder of his own Faith. When this state was reached, the individual would be ready to appreciate and understand the Cause of God for this day.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:(Adib Taherzadeh summarizing words of Bahá&#039;u&#039;lláh, &#039;&#039;[[Revelation of Baha&#039;u&#039;llah]]&#039;&#039;, vol. 3, p. [http://www.peyman.info/cl/Baha%27i/Others/ROB/V3/p322-342Ch15.html#p334 334]; also in the &#039;&#039;American Bahá&#039;í&#039;&#039;, October 1986, p. 11 per &#039;&#039;Teaching, the Crown of Immortal Glory&#039;&#039;, p. 92)&lt;br /&gt;
&lt;br /&gt;
==Use Kitáb-i-Íqán (and other important books) in lessons/study meetings==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Thou hast written that ….…. is giving lessons of [the Book of] Ighan [1 See page [[tab:107|107]]]; this news brought me real joy.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[&#039;Abdu&#039;l-Bahá]], &#039;&#039;[[Tablets of &#039;Abdu&#039;l-Bahá Abbas]]&#039;&#039;, Vol. I, p. [[tab:212|212]])&lt;br /&gt;
&lt;br /&gt;
You should form study classes and read the important books that have been published, especially the ‘Íqán&#039;, which contains the basic tenets of the Faith. The one who ponders that book and grasps its full significance will obtain a clear insight into the old scriptures and appreciate the true Mission of the Báb and Bahá&#039;u&#039;lláh.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
:([[On behalf of Shoghi Effendi]], &#039;&#039;[[Importance of Deepening Our Knowledge and Understanding of the Faith]]&#039;&#039;, no. [https://bahai-library.com/compilation_importance_deepening#97 97])&lt;br /&gt;
&lt;br /&gt;
==Advice to first introduce &#039;&#039;[[Bahá&#039;u&#039;lláh and the New Era]]&#039;&#039; before the Kitáb-i-Íqán==&lt;br /&gt;
&lt;br /&gt;
* [[Sequence of teaching#Bah.C3.A1.27u.27ll.C3.A1h and the New Era is .28at the time of writing.29 best book possessed for a necessary introduction before delving into the fundamental tenets in the Kit.C3.A1b-i-.C3.8Dq.C3.A1n|Sequence of teaching]]&lt;br /&gt;
&lt;br /&gt;
==By paragraph==&lt;br /&gt;
&lt;br /&gt;
===Part I: (par. [[ki1p:1|1]]-101)===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
{{:Kitáb-i-Íqán/byParagraphHeading}}&lt;br /&gt;
{{:Kitáb-i-Íqán/par0}}&lt;br /&gt;
{{:Kitáb-i-Íqán/par1}}{{:Kitáb-i-Íqán/par2}}{{:Kitáb-i-Íqán/par3}}{{:Kitáb-i-Íqán/par4}}{{:Kitáb-i-Íqán/par5}}{{:Kitáb-i-Íqán/par6}}{{:Kitáb-i-Íqán/par7}}{{:Kitáb-i-Íqán/par8}}{{:Kitáb-i-Íqán/par9}}{{:Kitáb-i-Íqán/par10}}{{:Kitáb-i-Íqán/par11}}{{:Kitáb-i-Íqán/par12}}{{:Kitáb-i-Íqán/par13}}{{:Kitáb-i-Íqán/par14}}{{:Kitáb-i-Íqán/par15}}{{:Kitáb-i-Íqán/par16}}{{:Kitáb-i-Íqán/par17}}{{:Kitáb-i-Íqán/par18}}{{:Kitáb-i-Íqán/par19}}{{:Kitáb-i-Íqán/par20}}{{:Kitáb-i-Íqán/par21}}{{:Kitáb-i-Íqán/par22}}{{:Kitáb-i-Íqán/par23}}{{:Kitáb-i-Íqán/par24}}{{:Kitáb-i-Íqán/par25}}{{:Kitáb-i-Íqán/par26}}{{:Kitáb-i-Íqán/par27}}{{:Kitáb-i-Íqán/par28}}{{:Kitáb-i-Íqán/par29}}{{:Kitáb-i-Íqán/par30}}{{:Kitáb-i-Íqán/par31}}{{:Kitáb-i-Íqán/par32}}{{:Kitáb-i-Íqán/par33}}{{:Kitáb-i-Íqán/par34}}{{:Kitáb-i-Íqán/par35}}{{:Kitáb-i-Íqán/par36}}{{:Kitáb-i-Íqán/par37}}{{:Kitáb-i-Íqán/par38}}{{:Kitáb-i-Íqán/par39}}{{:Kitáb-i-Íqán/par40}}{{:Kitáb-i-Íqán/par41}}{{:Kitáb-i-Íqán/par42}}{{:Kitáb-i-Íqán/par43}}{{:Kitáb-i-Íqán/par44}}{{:Kitáb-i-Íqán/par45}}{{:Kitáb-i-Íqán/par46}}{{:Kitáb-i-Íqán/par47}}{{:Kitáb-i-Íqán/par48}}{{:Kitáb-i-Íqán/par49}}{{:Kitáb-i-Íqán/par50}}{{:Kitáb-i-Íqán/par51}}{{:Kitáb-i-Íqán/par52}}{{:Kitáb-i-Íqán/par53}}{{:Kitáb-i-Íqán/par54}}{{:Kitáb-i-Íqán/par55}}{{:Kitáb-i-Íqán/par56}}{{:Kitáb-i-Íqán/par57}}{{:Kitáb-i-Íqán/par58}}{{:Kitáb-i-Íqán/par59}}{{:Kitáb-i-Íqán/par60}}{{:Kitáb-i-Íqán/par61}}{{:Kitáb-i-Íqán/par62}}{{:Kitáb-i-Íqán/par63}}{{:Kitáb-i-Íqán/par64}}{{:Kitáb-i-Íqán/par65}}{{:Kitáb-i-Íqán/par66}}{{:Kitáb-i-Íqán/par67}}{{:Kitáb-i-Íqán/par68}}{{:Kitáb-i-Íqán/par69}}{{:Kitáb-i-Íqán/par70}}{{:Kitáb-i-Íqán/par71}}{{:Kitáb-i-Íqán/par72}}{{:Kitáb-i-Íqán/par73}}{{:Kitáb-i-Íqán/par74}}{{:Kitáb-i-Íqán/par75}}{{:Kitáb-i-Íqán/par76}}{{:Kitáb-i-Íqán/par77}}{{:Kitáb-i-Íqán/par78}}{{:Kitáb-i-Íqán/par79}}{{:Kitáb-i-Íqán/par80}}{{:Kitáb-i-Íqán/par81}}{{:Kitáb-i-Íqán/par82}}{{:Kitáb-i-Íqán/par83}}{{:Kitáb-i-Íqán/par84}}{{:Kitáb-i-Íqán/par85}}{{:Kitáb-i-Íqán/par86}}{{:Kitáb-i-Íqán/par87}}{{:Kitáb-i-Íqán/par88}}{{:Kitáb-i-Íqán/par89}}{{:Kitáb-i-Íqán/par90}}{{:Kitáb-i-Íqán/par91}}{{:Kitáb-i-Íqán/par92}}{{:Kitáb-i-Íqán/par93}}{{:Kitáb-i-Íqán/par94}}{{:Kitáb-i-Íqán/par95}}{{:Kitáb-i-Íqán/par96}}{{:Kitáb-i-Íqán/par97}}{{:Kitáb-i-Íqán/par98}}{{:Kitáb-i-Íqán/par99}}{{:Kitáb-i-Íqán/par100}}{{:Kitáb-i-Íqán/par101}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Part II: (par. [[ki2p:102|102]]-290)===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;sortable&amp;quot;&lt;br /&gt;
{{:Kitáb-i-Íqán/byParagraphHeading}}&lt;br /&gt;
{{:Kitáb-i-Íqán/par102}}{{:Kitáb-i-Íqán/par103}}{{:Kitáb-i-Íqán/par104}}{{:Kitáb-i-Íqán/par105}}{{:Kitáb-i-Íqán/par106}}{{:Kitáb-i-Íqán/par107}}{{:Kitáb-i-Íqán/par108}}{{:Kitáb-i-Íqán/par109}}{{:Kitáb-i-Íqán/par110}}{{:Kitáb-i-Íqán/par111}}{{:Kitáb-i-Íqán/par112}}{{:Kitáb-i-Íqán/par113}}{{:Kitáb-i-Íqán/par114}}{{:Kitáb-i-Íqán/par115}}{{:Kitáb-i-Íqán/par116}}{{:Kitáb-i-Íqán/par117}}{{:Kitáb-i-Íqán/par118}}{{:Kitáb-i-Íqán/par119}}{{:Kitáb-i-Íqán/par120}}{{:Kitáb-i-Íqán/par121}}{{:Kitáb-i-Íqán/par122}}{{:Kitáb-i-Íqán/par123}}{{:Kitáb-i-Íqán/par124}}{{:Kitáb-i-Íqán/par125}}{{:Kitáb-i-Íqán/par126}}{{:Kitáb-i-Íqán/par127}}{{:Kitáb-i-Íqán/par128}}{{:Kitáb-i-Íqán/par129}}{{:Kitáb-i-Íqán/par130}}{{:Kitáb-i-Íqán/par131}}{{:Kitáb-i-Íqán/par132}}{{:Kitáb-i-Íqán/par133}}{{:Kitáb-i-Íqán/par134}}{{:Kitáb-i-Íqán/par135}}{{:Kitáb-i-Íqán/par136}}{{:Kitáb-i-Íqán/par137}}{{:Kitáb-i-Íqán/par138}}{{:Kitáb-i-Íqán/par139}}{{:Kitáb-i-Íqán/par140}}{{:Kitáb-i-Íqán/par141}}{{:Kitáb-i-Íqán/par142}}{{:Kitáb-i-Íqán/par143}}{{:Kitáb-i-Íqán/par144}}{{:Kitáb-i-Íqán/par145}}{{:Kitáb-i-Íqán/par146}}{{:Kitáb-i-Íqán/par147}}{{:Kitáb-i-Íqán/par148}}{{:Kitáb-i-Íqán/par149}}{{:Kitáb-i-Íqán/par150}}{{:Kitáb-i-Íqán/par151}}{{:Kitáb-i-Íqán/par152}}{{:Kitáb-i-Íqán/par153}}{{:Kitáb-i-Íqán/par154}}{{:Kitáb-i-Íqán/par155}}{{:Kitáb-i-Íqán/par156}}{{:Kitáb-i-Íqán/par157}}{{:Kitáb-i-Íqán/par158}}{{:Kitáb-i-Íqán/par159}}{{:Kitáb-i-Íqán/par160}}{{:Kitáb-i-Íqán/par161}}{{:Kitáb-i-Íqán/par162}}{{:Kitáb-i-Íqán/par163}}{{:Kitáb-i-Íqán/par164}}{{:Kitáb-i-Íqán/par165}}{{:Kitáb-i-Íqán/par166}}{{:Kitáb-i-Íqán/par167}}{{:Kitáb-i-Íqán/par168}}{{:Kitáb-i-Íqán/par169}}{{:Kitáb-i-Íqán/par170}}{{:Kitáb-i-Íqán/par171}}{{:Kitáb-i-Íqán/par172}}{{:Kitáb-i-Íqán/par173}}{{:Kitáb-i-Íqán/par174}}{{:Kitáb-i-Íqán/par175}}{{:Kitáb-i-Íqán/par176}}{{:Kitáb-i-Íqán/par177}}{{:Kitáb-i-Íqán/par178}}{{:Kitáb-i-Íqán/par179}}{{:Kitáb-i-Íqán/par180}}{{:Kitáb-i-Íqán/par181}}{{:Kitáb-i-Íqán/par182}}{{:Kitáb-i-Íqán/par183}}{{:Kitáb-i-Íqán/par184}}{{:Kitáb-i-Íqán/par185}}{{:Kitáb-i-Íqán/par186}}{{:Kitáb-i-Íqán/par187}}{{:Kitáb-i-Íqán/par188}}{{:Kitáb-i-Íqán/par189}}{{:Kitáb-i-Íqán/par190}}{{:Kitáb-i-Íqán/par191}}{{:Kitáb-i-Íqán/par192}}{{:Kitáb-i-Íqán/par193}}{{:Kitáb-i-Íqán/par194}}{{:Kitáb-i-Íqán/par195}}{{:Kitáb-i-Íqán/par196}}{{:Kitáb-i-Íqán/par197}}{{:Kitáb-i-Íqán/par198}}{{:Kitáb-i-Íqán/par199}}{{:Kitáb-i-Íqán/par200}}{{:Kitáb-i-Íqán/par201}}{{:Kitáb-i-Íqán/par202}}{{:Kitáb-i-Íqán/par203}}{{:Kitáb-i-Íqán/par204}}{{:Kitáb-i-Íqán/par205}}{{:Kitáb-i-Íqán/par206}}{{:Kitáb-i-Íqán/par207}}{{:Kitáb-i-Íqán/par208}}{{:Kitáb-i-Íqán/par209}}{{:Kitáb-i-Íqán/par210}}{{:Kitáb-i-Íqán/par211}}{{:Kitáb-i-Íqán/par212}}{{:Kitáb-i-Íqán/par213}}{{:Kitáb-i-Íqán/par214}}{{:Kitáb-i-Íqán/par215}}{{:Kitáb-i-Íqán/par216}}{{:Kitáb-i-Íqán/par217}}{{:Kitáb-i-Íqán/par218}}{{:Kitáb-i-Íqán/par219}}{{:Kitáb-i-Íqán/par220}}{{:Kitáb-i-Íqán/par221}}{{:Kitáb-i-Íqán/par222}}{{:Kitáb-i-Íqán/par223}}{{:Kitáb-i-Íqán/par224}}{{:Kitáb-i-Íqán/par225}}{{:Kitáb-i-Íqán/par226}}{{:Kitáb-i-Íqán/par227}}{{:Kitáb-i-Íqán/par228}}{{:Kitáb-i-Íqán/par229}}{{:Kitáb-i-Íqán/par230}}{{:Kitáb-i-Íqán/par231}}{{:Kitáb-i-Íqán/par232}}{{:Kitáb-i-Íqán/par233}}{{:Kitáb-i-Íqán/par234}}{{:Kitáb-i-Íqán/par235}}{{:Kitáb-i-Íqán/par236}}{{:Kitáb-i-Íqán/par237}}{{:Kitáb-i-Íqán/par238}}{{:Kitáb-i-Íqán/par239}}{{:Kitáb-i-Íqán/par240}}{{:Kitáb-i-Íqán/par241}}{{:Kitáb-i-Íqán/par242}}{{:Kitáb-i-Íqán/par243}}{{:Kitáb-i-Íqán/par244}}{{:Kitáb-i-Íqán/par245}}{{:Kitáb-i-Íqán/par246}}{{:Kitáb-i-Íqán/par247}}{{:Kitáb-i-Íqán/par248}}{{:Kitáb-i-Íqán/par249}}{{:Kitáb-i-Íqán/par250}}{{:Kitáb-i-Íqán/par251}}{{:Kitáb-i-Íqán/par252}}{{:Kitáb-i-Íqán/par253}}{{:Kitáb-i-Íqán/par254}}{{:Kitáb-i-Íqán/par255}}{{:Kitáb-i-Íqán/par256}}{{:Kitáb-i-Íqán/par257}}{{:Kitáb-i-Íqán/par258}}{{:Kitáb-i-Íqán/par259}}{{:Kitáb-i-Íqán/par260}}{{:Kitáb-i-Íqán/par261}}{{:Kitáb-i-Íqán/par262}}{{:Kitáb-i-Íqán/par263}}{{:Kitáb-i-Íqán/par264}}{{:Kitáb-i-Íqán/par265}}{{:Kitáb-i-Íqán/par266}}{{:Kitáb-i-Íqán/par267}}{{:Kitáb-i-Íqán/par268}}{{:Kitáb-i-Íqán/par269}}{{:Kitáb-i-Íqán/par270}}{{:Kitáb-i-Íqán/par271}}{{:Kitáb-i-Íqán/par272}}{{:Kitáb-i-Íqán/par273}}{{:Kitáb-i-Íqán/par274}}{{:Kitáb-i-Íqán/par275}}{{:Kitáb-i-Íqán/par276}}{{:Kitáb-i-Íqán/par277}}{{:Kitáb-i-Íqán/par278}}{{:Kitáb-i-Íqán/par279}}{{:Kitáb-i-Íqán/par280}}{{:Kitáb-i-Íqán/par281}}{{:Kitáb-i-Íqán/par282}}{{:Kitáb-i-Íqán/par283}}{{:Kitáb-i-Íqán/par284}}{{:Kitáb-i-Íqán/par285}}{{:Kitáb-i-Íqán/par286}}{{:Kitáb-i-Íqán/par287}}{{:Kitáb-i-Íqán/par288}}{{:Kitáb-i-Íqán/par289}}{{:Kitáb-i-Íqán/par290}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Scholarship==&lt;br /&gt;
&lt;br /&gt;
===Aspects of the Íqán (technical)===&lt;br /&gt;
* [https://bahai-library.com/troxel_kitab_iqan_quran Qur&#039;ánic Quoations from the Kitáb-i-Íqán]&lt;br /&gt;
* https://bahai-library.com/wilmette_kitab_iqan_outline&lt;br /&gt;
* https://bahai-library.com/giachery_shoghi_effendi_recollections&lt;br /&gt;
&lt;br /&gt;
===Aspects of the Íqán (conceptual)===&lt;br /&gt;
* http://home.wanadoo.nl/arjen.nandita/start/BESTANDEN/Nine%20purposes%20defined%20in%20the%20Kitab.htm (&amp;quot;9 purposes in the Kitáb-i-Íqán&amp;quot;)&lt;br /&gt;
* https://bahai-library.com/fananapazir_fazel_station_iqan (The Station of the Kitáb-i-Íqán)&lt;br /&gt;
* https://bahai-library.com/poirier_iqan_unsealing_bible (toward unlocking Bible prophecy)&lt;br /&gt;
* https://bahai-library.com/wilmette_kitab_iqan_notes&lt;br /&gt;
&lt;br /&gt;
===Discussed at===&lt;br /&gt;
* http://bci.org/bahaistudies/courses/Iqan/dunbar.htm&lt;br /&gt;
* https://bahai-library.com/bishop_kitab_iqan_introduction&lt;br /&gt;
&lt;br /&gt;
==== Dedicated blogs ====&lt;br /&gt;
* http://iqan-study.blogspot.com/&lt;br /&gt;
* http://certitude-study.blogspot.com/&lt;br /&gt;
&lt;br /&gt;
[[Category:Works of Bahá&#039;u&#039;lláh]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Proofs]]&lt;br /&gt;
* [[Spiritual meetings]]&lt;/div&gt;</summary>
		<author><name>Sarah</name></author>
	</entry>
</feed>