Template:Editlink
Jump to navigation
Jump to search
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
- Usage
- - internal link page, like 'Template:Somenav'
- - (optional) char or text to use as link. Default is 'e'
- color - (optional) text color link. Default is regular link color
- float - (optional) Default is 'right'. both|right|left|none
- tight - (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