Template:Edit/doc: Difference between revisions

m
no edit summary
sims>Kirkburn
(New page: ;Description :This template creates a clickable edit link for the given page name. ;Syntax :Type <code>{{t|edit}}</code>, <code>{{t|edit|pagename}}</code> or <code>{{t|edit|pagename|linkna...)
 
mNo edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1:
;Description
:This template creates a clickable edit link for the given page name.
;Syntax
:Type <code>{{t|edit}}</code>, <code>{{t|edit|pagename}}</code> or <code>{{t|edit|pagename|linkname}}</code>.
;Sample output
:<code><nowiki>{{edit}}</nowiki></code> gives...
:{{edit}}
:<code><nowiki>{{edit|Wikia Templates}}</nowiki></code> gives...
:{{edit|Wikia Templates}}
:<code><nowiki>{{edit|Wikia Templates|edit the main page!}}</nowiki></code> gives...
:{{edit|Wikia Templates|edit the main page!}}
 
;==Description==
<includeonly>[[Category:General wiki templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
:This template createsprovides a clickable edit link forto theedit givena page name.
 
==Usage==
{{tlx|Edit|Page|Label|section{{=}}Section|editintro{{=}}Editintro|preload{{=}}preload|preloadtitle{{=}}Preloadtitle|nobrackets{{=}}yes/no}}
 
By default, simply using this template will provide a link to edit the currently displayed page.
 
The following parameters are available. All of them are optional.
*'''Page''': the page to edit, if not the current page
*'''Label''': the text to label the link, defaults to "edit"
*'''Section''': the section to edit, 0 for top section, "new" to add a new section
*'''Editintro''': Title of a page that will be transcluded above the edit box. Not a wikilink, templates require <code>Template:</code>
*'''Preload''': Title of a page to preload into the edit form if the page to be edited does not exist
*'''Preloadtitle''': if section=new, a title to be preloaded into the title box of the edit form
*'''nobrackets''': If set to <code>yes</code>, the square brackets around the link will not be displayed.
 
{| class="wikitable"
!Template !! Result
|-
|{{tlx|edit}} || {{edit}}
|-
|{{tlx|edit|The Sims Wiki:Sandbox}} || {{edit|The Sims Wiki:Sandbox}}
|-
|{{tlx|edit|The Sims Wiki:Sandbox|Edit the page of awesome}} || {{edit|The Sims Wiki:Sandbox|Edit the page of awesome}}
|-
|{{tlx|edit|Template:Edit/doc|section{{=}}1}} || {{edit|Template:Edit/doc|section=1}}
|-
|{{tlx|edit|2{{=}}Some label}} || {{edit|2=Some label}}
|-
|{{tlx|edit|nobrackets{{=}}yes}} || {{edit|nobrackets=yes}}
|}
 
==Credits==
This template's code was taken from [[wikipedia:Template:Edit|Template:Edit]] on the English Wikipedia.
 
<includeonly>[[Category:General wiki templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>