Template:Editlink: Difference between revisions
Jump to navigation
Jump to search
mNo 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 ...") |
||
| 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. | ||
;Usage | ;Usage | ||
Revision as of 18:39, 25 March 2014
Puts a small "e" edit link in a subscript-like position.
- Usage
- {{editlink|<page to edit>}}
- 1= internal link page, like 'Template:Somenav'
- 2= (Optional) char or text to use as link. Default is 'e'.
- color= (Optional) text color link. Default is regular link color.
- float= [both,right,left,none] (Optional) Default is 'right'.
- tight= [1] (Optional) render the "e" that fits better in tight space, doesn't disturb flow.
- style= (Optional) additional style, like margins or as necessary.
- Example
{| class="darktable" width="30%"
|-
! Table with edit link {{editlink|Template:editlink}}
|-
| Cell 1
|}
| Table with edit link e |
|---|
| Cell 1 |
:Some kind of heading {{editlink|Template:editlink}}
:I like unicorn.
:I like princess.
- Some kind of heading e
- I like unicorn.
- I like princess.
- Template