<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Template%3ABorder%2Fdoc</id>
	<title>Template:Border/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.vigyanwiki.in/index.php?action=history&amp;feed=atom&amp;title=Template%3ABorder%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Border/doc&amp;action=history"/>
	<updated>2026-05-10T14:49:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Template:Border/doc&amp;diff=32127&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Border/doc&amp;diff=32127&amp;oldid=prev"/>
		<updated>2022-12-07T16:08:21Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 21:38, 7 December 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.vigyanwiki.in/index.php?title=Template:Border/doc&amp;diff=32126&amp;oldid=prev</id>
		<title>wikipedia&gt;Vanisaac: /* See also */clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other</title>
		<link rel="alternate" type="text/html" href="https://www.vigyanwiki.in/index.php?title=Template:Border/doc&amp;diff=32126&amp;oldid=prev"/>
		<updated>2020-04-24T00:13:53Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;See also: &lt;/span&gt;clean up per &lt;a href=&quot;/index.php?title=WP:CAT&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:CAT (page does not exist)&quot;&gt;WP:CAT#T&lt;/a&gt; and &lt;a href=&quot;/index.php?title=WP:AWBREQ&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:AWBREQ (page does not exist)&quot;&gt;WP:AWBREQ&lt;/a&gt; add template:Sandbox other&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --&amp;gt;&lt;br /&gt;
This template is used to place a border around text.  Note, to add a border to an image use the &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;|border&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; parameter in &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[File:...]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; (see [[Wikipedia:Picture tutorial#Border|Wikipedia:Picture tutorial]]).&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
===Basic===&lt;br /&gt;
Basic usage is &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{border|&amp;lt;/nowiki&amp;gt;''element''}}&amp;lt;/code&amp;gt;, where ''element'' is the image, text, etc around which the border is to appear. The border will be a solid light grey color (#ddd) and 1px (1 pixel) wide (default settings; see below). &amp;lt;!--If applying the template appears to shift the ''element'''s position, try adding the &amp;lt;code&amp;gt;display=noinline&amp;lt;/code&amp;gt; parameter described below.--&amp;gt;&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{border|Abc}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{border|Abc}}&lt;br /&gt;
&lt;br /&gt;
All options show:&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{border |&amp;lt;/nowiki&amp;gt;''element'' |display=''display'' |width=''width'' |style=''style'' |style2=''2nd style'' |color=''color'' |lh=''line height''}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{border |Abc|width=2px|style=dotted |color=red}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;rarr; {{border |Abc|width=2px|style=dotted |color=red}}&lt;br /&gt;
&lt;br /&gt;
====Parameters====&lt;br /&gt;
; ''element'': (required) The element (image, text, etc) around which the border is to appear.&lt;br /&gt;
&lt;br /&gt;
; ''display'' The ''element'''s display method: ''inline-block'' (default if the parameter is not used), ''block'', ''inline'', ''table'', ''flex'', etc.&lt;br /&gt;
&lt;br /&gt;
; ''width'': The width (thickness) of the border (default is &amp;lt;code&amp;gt;1px&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
; ''style'' The border's style: ''solid'' (default if the parameter is not used), ''dotted'', ''dashed'', ''double'', ''groove'', ''ridge'', ''inset'' or ''outset''.&lt;br /&gt;
&lt;br /&gt;
; ''style2'': Additional CSS properties can be used in this template.&lt;br /&gt;
&lt;br /&gt;
; ''color'': The border's color (default #ddd, otherwise recommend a [[Web colors#X11 color names|named color]]).&lt;br /&gt;
&lt;br /&gt;
=====Inline of element=====&lt;br /&gt;
; ''noinline'': Set {{para|noinline|&amp;amp;lt;anytext&amp;gt;}} to replace the default &amp;lt;code&amp;gt;inline-block&amp;lt;/code&amp;gt; display style.&lt;br /&gt;
:Some text {{border |Abc|width=2px|style=dotted|noinline=indeed}} &lt;br /&gt;
:Inline reading {{border |Abc|width=2px|style=dotted}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|color box}}&lt;br /&gt;
* {{tl|legend inline}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{Sandbox other||&lt;br /&gt;
&amp;lt;!--Categories--&amp;gt;&lt;br /&gt;
[[Category:Text color templates]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>wikipedia&gt;Vanisaac</name></author>
	</entry>
</feed>