<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ar">
	<id>https://ar.wikivahdat.com/w/index.php?action=history&amp;feed=atom&amp;title=%D9%82%D8%A7%D9%84%D8%A8%3AArray%2Fdoc</id>
	<title>قالب:Array/doc - تاريخ المراجعة</title>
	<link rel="self" type="application/atom+xml" href="https://ar.wikivahdat.com/w/index.php?action=history&amp;feed=atom&amp;title=%D9%82%D8%A7%D9%84%D8%A8%3AArray%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://ar.wikivahdat.com/w/index.php?title=%D9%82%D8%A7%D9%84%D8%A8:Array/doc&amp;action=history"/>
	<updated>2026-04-20T05:14:13Z</updated>
	<subtitle>تاريخ التعديل لهذه الصفحة في الويكي</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://ar.wikivahdat.com/w/index.php?title=%D9%82%D8%A7%D9%84%D8%A8:Array/doc&amp;diff=18027&amp;oldid=prev</id>
		<title>Wikivahdat: مراجعة واحدة</title>
		<link rel="alternate" type="text/html" href="https://ar.wikivahdat.com/w/index.php?title=%D9%82%D8%A7%D9%84%D8%A8:Array/doc&amp;diff=18027&amp;oldid=prev"/>
		<updated>2022-12-07T04:02:32Z</updated>

		<summary type="html">&lt;p&gt;مراجعة واحدة&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ar&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;→ مراجعة أقدم&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;مراجعة ٠٧:٣٢، ٧ ديسمبر ٢٠٢٢&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ar&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(لا فرق)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Wikivahdat</name></author>
	</entry>
	<entry>
		<id>https://ar.wikivahdat.com/w/index.php?title=%D9%82%D8%A7%D9%84%D8%A8:Array/doc&amp;diff=18026&amp;oldid=prev</id>
		<title>ar&gt;Wikivahdat: add categories and navbox; minor amendments</title>
		<link rel="alternate" type="text/html" href="https://ar.wikivahdat.com/w/index.php?title=%D9%82%D8%A7%D9%84%D8%A8:Array/doc&amp;diff=18026&amp;oldid=prev"/>
		<updated>2022-05-24T16:37:27Z</updated>

		<summary type="html">&lt;p&gt;add categories and navbox; minor amendments&lt;/p&gt;
&lt;p&gt;&lt;b&gt;صفحة جديدة&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{Lua|Module:String}}&lt;br /&gt;
{{Lua|Module:String2}}&lt;br /&gt;
{{TOC right}}&lt;br /&gt;
This template will allow manipulation or retrieve properties of an array list with a designated separator. It handles three functions: count, get and pos.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{{Array|&amp;lt;Function&amp;gt;|&amp;lt;Array items&amp;gt;|&amp;lt;Separator&amp;gt;|&amp;lt;Property&amp;gt;|Parameters (optional)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5th parameter only valid with pos function when limiting multiple outputs to a single position.&lt;br /&gt;
&lt;br /&gt;
===Functions===&lt;br /&gt;
;Count&lt;br /&gt;
Will count the total number of items in the array using the designated separator. Leading or trailing separators will be stripped out.&lt;br /&gt;
* {{tlx|Array|count|This is my array|&amp;amp;#32;}} → {{Array|count|This is my array| }}&lt;br /&gt;
* {{tlx|Array|count|An,array,separated,by,commas|,}} → {{Array|count|An,array,separated,by,commas|,}}&lt;br /&gt;
* {{tlx|Array|count|,An,array,with,trailing,commas,|,}} → {{Array|count|,An,array,with,trailing,commas,|,}}&lt;br /&gt;
;Get&lt;br /&gt;
Will get the Nth item in the array.&lt;br /&gt;
* {{tlx|Array|get|My,wiki,test,array|,|3}} → {{Array|get|My,wiki,test,array|,|3}}&lt;br /&gt;
* {{tlx|Array|get|A.list.of.dot.separated.items|.|2}} → {{Array|get|A.list.of.dot.separated.items|.|2}}&lt;br /&gt;
* {{tlx|Array|get|A sentence of typical words|&amp;amp;#32;|5}} → {{Array|get|A sentence of typical words| |5}}&lt;br /&gt;
;Pos&lt;br /&gt;
Will retrieve the Nth position of the search item. If duplicates are found, will output all results with the designated separator. Output can be limited by specifying a 5th parameter. Can be used as true or false if output exists to determine if a match exists.&lt;br /&gt;
&lt;br /&gt;
Do not use the ^ character as this is used as a placeholder.&lt;br /&gt;
* {{tlx|Array|pos|A sentence of typical words|&amp;amp;#32;|sentence}} → {{Array|pos|A sentence of typical words| |sentence}}&lt;br /&gt;
* {{tlx|Array|pos|A.wiki.test.string.in.a.test.array|.|unmatched}} → {{Array|pos|My.wiki.test.string.in.a.test.array|.|unmatched}}&lt;br /&gt;
* {{tlx|Array|pos|A.wiki.test.string.in.a.test.array|.|test}} → {{Array|pos|A.wiki.test.string.in.a.test.array|.|test}}&lt;br /&gt;
* {{tlx|Array|pos|Position,of,the,second,test,in,a,test,array|,|test|2}} → {{Array|pos|Position,of,the,second,test,in,a,test,array|,|test|2}}&lt;br /&gt;
* {{tlx|Array|pos|2,4,6,6,7,11,12|,|7}} → {{Array|pos|2,4,6,6,7,11,12|,|7}}&lt;br /&gt;
* {{tlx|Array|pos|2,4,6,6,7,11,12|,|6|2}} → {{Array|pos|2,4,6,6,7,11,12|,|6|2}}&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
{{String-handling templates |anlys/tech}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!-- Categories below this line --&amp;gt;&lt;br /&gt;
[[Category:String manipulation templates]]&lt;br /&gt;
[[Category:Wikipedia formatting and function templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>ar&gt;Wikivahdat</name></author>
	</entry>
</feed>