Difference between revisions of "Template:Edit"

From EVE University Wiki
Jump to: navigation, search
m (Undo revision 85612 by Cassiel seraphim (talk))
(Moved documentation to Template:Edit/doc)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[image:notepad.png|{{#switch: {{{1|}}} | = 12 | #default = {{{1}}}}}px|link=http://wiki.eveuniversity.org/w/index.php?title={{FULLPAGENAME}}&action=edit|Click to edit.]]
+
<includeonly>[[image:notepad.png|{{#switch: {{{2|}}} | = 12 | #default = {{{2}}}}}px|link=http://wiki.eveuniversity.org/index.php?title={{{1|}}}&action=edit|Click to edit.]]</includeonly><noinclude>
<noinclude>
+
{{documentation}}
 
 
== Usage ==
 
It's a simple template, you just add the page you want the edit to lead to and optionally the size of the notepad image as a second argument:
 
* <nowiki>{{ edit | article | size }}</nowiki>
 
== Example ==
 
This code:
 
 
 
{{co|yellow|<nowiki>{{ edit |  Template:Edit }}</nowiki>}}
 
 
 
Would result in this:
 
 
 
{{edit|Template:Edit}}
 
 
 
And this code:
 
 
 
{{co|yellow|<nowiki>{{ edit | Template:Edit | 32 }}</nowiki>}}
 
 
 
Would result in this:
 
 
 
{{edit|Template:Edit|32}}
 
 
</noinclude>
 
</noinclude>

Latest revision as of 03:00, 26 March 2017

Template documentation (for the above template, sometimes hidden or invisible)
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.
Visit Template:Edit/doc to edit this text! (How does this work?) (Refresh this text - why?)