Difference between revisions of "Template:Edit/doc"

From EVE University Wiki
Jump to: navigation, search
(Created page with "<noinclude>{{main|Template:Edit}}</noinclude> This template generates an edit link to the specified page in the form of a icon. == Usage == Add the page you want the edit lin...")
 
m
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<noinclude>{{main|Template:Edit}}</noinclude>
 
<noinclude>{{main|Template:Edit}}</noinclude>
This template generates an edit link to the specified page in the form of a icon.
+
; Description
 +
: This template generates an edit link to the specified page in the form of a icon, for example if you want to add a direct edit link to a template used as a portal for many other pages. If called from inside the portal-template itself, the page in question would be the page it's called from (the main article) and not the template itself, due to how transclusion is parsed. Thus the need for this template.
 +
; Usage
 +
: Add the page you want the edit link to lead to and optionally the size of the notepad image as a second argument:
 +
: <code><nowiki>{{edit|article|size}}</nowiki></code>
 +
; Example
 +
: This code:
 +
: <code><nowiki>{{edit|Template:Edit}}</nowiki></code>
  
== Usage ==
+
: Would result in this:
Add the page you want the edit link to lead to and optionally the size of the notepad image as a second argument:
+
: {{edit|Template:Edit}}
{{code|<nowiki>{{ edit | article | size }}</nowiki>}}
 
  
== Example ==
+
: And this code:
 +
: <code><nowiki>{{edit|Template:Edit|32}}</nowiki></code>
  
This code:
+
: Would result in this:
 
+
: {{edit|Template:Edit|32}}
{{code|<nowiki><nowiki>{{ edit |  Template:Edit }}</nowiki>}}
+
<includeonly>[[Category:Link templates]]</includeonly>
 
 
Would result in this:
 
 
 
{{edit|Template:Edit}}
 
 
 
And this code:
 
 
 
{{code|<nowiki>{{ edit | Template:Edit | 32 }}</nowiki>}}
 
 
 
Would result in this:
 
 
 
{{edit|Template:Edit|32}}
 
<includeonly>[[Category:Template]]</includeonly>
 
 
<noinclude>[[Category:Template documentation]]</noinclude>
 
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 12:43, 15 March 2021

Main article: Template:Edit
Description
This template generates an edit link to the specified page in the form of a icon, for example if you want to add a direct edit link to a template used as a portal for many other pages. If called from inside the portal-template itself, the page in question would be the page it's called from (the main article) and not the template itself, due to how transclusion is parsed. Thus the need for this template.
Usage
Add the page you want the edit link to lead to and optionally the size of the notepad image as a second argument:
{{edit|article|size}}
Example
This code:
{{edit|Template:Edit}}
Would result in this:
Click to edit.
And this code:
{{edit|Template:Edit|32}}
Would result in this:
Click to edit.