Difference between revisions of "Template:Edit"

From EVE University Wiki
Jump to: navigation, search
Line 9: Line 9:
 
This code:
 
This code:
  
{{co|yellow|<nowiki>{{ edit |  Template:Edit }}</nowiki>}}
+
{{co|yellow|<nowiki>{{ edit }}</nowiki>}}
  
 
Would result in this:
 
Would result in this:
  
{{edit|Template:Edit}}
+
{{edit}}
  
 
And this code:
 
And this code:
  
{{co|yellow|<nowiki>{{ edit | Template:Edit | 32 }}</nowiki>}}
+
{{co|yellow|<nowiki>{{ edit | 32 }}</nowiki>}}
  
 
Would result in this:
 
Would result in this:
  
{{edit|Template:Edit|32}}
+
{{edit|32}}
 
</noinclude>
 
</noinclude>

Revision as of 11:20, 8 September 2015

Click to edit.


Usage

It's a simple template, you just add the template where you want the edit and optionally the size of the notepad image as an argument:

  • {{ edit | size }}

Example

This code:

{{ edit }}

Would result in this:

Click to edit.


And this code:

{{ edit | 32 }}

Would result in this:

Click to edit.