Open main menu

Changes

restored ...whatever that was
{{Documentation subpage}}
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
Provides a link to edit a page.
This [[Wikipedia:Template messages|template]] is a [[Wikipedia:Manual of Style/Self-references to avoid|self-reference]] and so is part of the Wikipedia project rather than the encyclopedic content.

==Usage==
<code><nowiki>{{</nowiki>'''Edit'''|''Page''|''Label''|section=''Section''|editintro=''Editintro''|preload=''preload''|preloadtitle=''Preloadtitle''<nowiki>}}</nowiki></code>

All parameters 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

{{TemplateDataHeader}}
<templatedata>
{
"params": {
"1": {
"label": "Page",
"description": "The page to edit",
"example": "Example",
"type": "wiki-page-name",
"default": "The current page",
"suggested": true
},
"2": {
"label": "Label",
"description": "The link label",
"example": "Edit this page",
"type": "string",
"default": "Edit"
},
"section": {
"label": "Section",
"description": "The section to edit; 0 for the top section; new for a new section",
"example": "0",
"type": "string",
"default": "None (whole page gets edited)"
},
"editintro": {
"label": "Edit Intro",
"description": "Title of a page that will be rendered above the edit box, no wikilinks, with namespace if not main",
"example": "Template:Disambig editintro"
},
"preload": {
"label": "Preload",
"description": "Title of a page to preload in the edit form when creating a new page or section"
},
"preloadtitle": {
"label": "Preload title",
"description": "If making a new section, preload the title box with this"
}
},
"description": "Displays a link to edit a page.",
"paramOrder": [
"1",
"2",
"section",
"editintro",
"preload",
"preloadtitle"
]
}
</templatedata>


==See also==
{{edit templates}}

<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- Categories go here and interwikis go in Wikidata. -->
[[Category:Inline cleanup templates]]
[[Category:Internal link maintenance templates]]
[[Category:Internal link templates]]

}}</includeonly>
Anonymous user