Template:Editlink: Difference between revisions

no edit summary
(Created page with "Puts a small "e" edit link in a subscript-like position. ;Usage :{{t|editlink|page to edit}} * 1= internal link page, like 'Template:Somenav' * 2= (Optional) char or text ...")
No edit summary
Line 1: Line 1:
Puts a small "e" edit link in a subscript-like position.  
Puts a small "e" edit link in a subscript-like position in a table cell. Intended for transcluded tables, but theoretically could be used for other things. See also {{t|sectioneditlink}} and {{t|tabledisplaylink}}.


;Usage
;Usage
:{{t|editlink|page to edit}}
:{{t|editlink|page to edit}}
* 1= internal link page, like 'Template:Somenav'
* <code>1=</code> internal link page, like 'Template:Somenav'
* 2= (Optionalchar or text to use as link. Default is 'e'.
* <code>2=</code> ''Optional'' char or text to use as link. Default is 'e'.
* color= (Optionaltext color link. Default is regular link color.
* <code>color=</code> ''Optional'' text color link. Default is regular link color.
* float= [both,right,left,none] (Optional) Default is 'right'.
* <code>float=</code> ''Optional'' Default is 'right' (<code>both</code>, <code>right</code>, <code>left</code>, or <code>none</code>).
* tight= [1] (Optionalrender the "e" that fits better in tight space, doesn't disturb flow.
* <code>tight=1</code> ''Optional'' render the "e" that fits better in tight space, doesn't disturb flow.
* style= (Optionaladditional style, like margins or as necessary.
* <code>style=</code> ''Optional'' additional style, like margins or as necessary.


;Example
;Example
Line 36: Line 36:
:I like unicorn.
:I like unicorn.
:I like princess.  
:I like princess.  
;See also
* {{t|Newsectionlink}}
* {{t|Sectioneditlink}}


[[Category:Inline templates]]
[[Category:Inline templates]]
Anonymous user