Difference between revisions of "Template:Edit"

From EVE University Wiki
Jump to: navigation, search
(Copy in magicword to autoresolve edit link (cf. Template:Navbar). Not sure what to do when no parameter is specified - there is a possibility of calling the page-name it is transcluded to by magic word, but that is very complicated/confusing)
m (Undo revision 85571 by Telinchei (talk) -- seemed to have broken something, will test code further first)
Line 1: Line 1:
[[image:notepad.png|{{#switch: {{{2|}}} | = 12 | #default = {{{2}}}}}px|link= [{{fullurl:{{{1}}}|action=edit}}] |Click to edit.]]<noinclude>
+
[[image:notepad.png|{{#switch: {{{2|}}} | = 12 | #default = {{{2}}}}}px|link=http://wiki.eveuniversity.org/w/index.php?title={{{1|}}}&action=edit|Click to edit.]]<noinclude>
  
 
== Usage ==
 
== Usage ==

Revision as of 01:24, 7 September 2015

Click to edit.

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:

  • {{ 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.