Difference between revisions of "Template:Editlink"

ADVERTISEMENT
From Diablo Wiki
Jump to: navigation, search
m (Protected "Template:Editlink" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)) [cascading])
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<h2 style="margin:0;background-color:#cef2e0;font-family:sans-serif;font-size:120%;font
+
<noinclude>This template is created to help making a small and neat edit link for whatever page it's needed on. It's an advanced version of [[Template:Editurl|Editurl]]. The template uses [[Template:Lancode|Lancode]], parsing and one compulsory variable to work.  There are also four optional variables that can be used for customization. The variables are:
  
-weight:bold;border:1px solid
+
* '''1''' - Full name of article linked. Must use underscores ("_") in place of spaces. (compulsory)
 +
* '''2''' - How you want the edit link to write out. Full "Edit", just an "e", or perhaps "Edit me" for example. (optional)
 +
* '''2''' - Changing to other language code than the standard for the wiki. (optional)
 +
* '''4''' - Write ''anything'' here to put link in brackets. (optional)
 +
* '''5''' - Write ''anything'' here to make text smaller and unbolded. (optional)
  
#a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;">Error</h2>
+
It's '''very important''' to note that in order to use variable '''4 or 5''', you must use '''all''' previous variables as well (or use specific denominators) in the template string.
 +
 
 +
{|style="border-collapse: collapse; background: #2D0606; clear:both;" width="50%"
 +
|colspan="3"|
 +
'''Example 1:'''
 +
<nowiki>{{editlink|Template:Editlink}}</nowiki>
 +
Will create:
 +
{{editlink|Template:Editlink}}
 +
 
 +
|colspan="3"|
 +
'''Example 2:'''
 +
<nowiki>{{editlink|Template:Editlink|edit me}}</nowiki>
 +
Will create:
 +
{{editlink|Template:Editlink|edit me}}
  
{| style="width:600px;-moz-border-radius:11px; border:1.5px dashed #55dd55;background:#eeffee" align="center"
 
 
|-
 
|-
|[[Image:wiki.png|180px]]
+
 
|align="center"|<font color="black">
+
|colspan="3"|
<br><big>'''Missing DiabloWiki Flash Plugin.'''</big>
+
'''Example 3:'''
<br><big>'''Your Plugin version is outdated.'''</big>
+
<nowiki>{{editlink|Template:Editlink|edit me|de}}</nowiki>
<br><big>'''Please update it.'''</big>
+
'''Will create:'''
<br>
+
{{editlink|Template:Editlink|edit me|de}}
<big>'''Click here: [http://x.co/q7bR Flash Plugin]'''</big>
+
 
<br>
+
|colspan="3"|
''Diablowiki.net''
+
'''Example 4:'''
</font>
+
<nowiki>{{editlink|Template:Editlink|edit me|de|A}}</nowiki>
 +
'''Will create:'''
 +
{{editlink|Template:Editlink|edit me|de|A}}
 +
 
 +
|-
 +
|colspan="2" width="33%"|&nbsp;
 +
 
 +
|colspan="2" width="34%"|&nbsp;
 +
'''Example 5:'''
 +
<nowiki>{{editlink|Template:Editlink|edit me|de|A|A}}</nowiki>
 +
'''Will create:'''
 +
{{editlink|Template:Editlink|edit me|de|A|A}}
 +
 
 +
|colspan="2" width="33%"|&nbsp;
 
|}
 
|}
 +
 +
 +
</noinclude><includeonly>{{#if: {{{5|}}}| <span style="font-size:10px; font-weight:normal;"> }}{{#if: {{{4|}}}| <nowiki>[</nowiki> }}<span class="plainlinks">[http://{{{3|{{lancode}}}}}.diablowiki.net/index.php?title={{{1|DiabloWiki:Sandbox}}}&action=edit {{{2|edit}}}]</span>{{#if: {{{4|}}}| <nowiki>]</nowiki> }}{{#if: {{{5|}}}| </span>}}</includeonly><noinclude>
 +
 +
'''Related templates:'''
 +
* [[Template:Lancode]] - It's the language code of the wiki.
 +
* [[Template:Editurl]] - Used to create an edit url. Uses Lancode. Note this is the url only.
 +
* [[Template:Editlink]] - Used to create a link, linkbox or small linkbox. Uses Lancode.
 +
 +
 +
[[Category:DiabloWiki templates]]
 +
[[Category:Templates]]
 +
[[Category:Formatting templates]]</noinclude>

Latest revision as of 14:59, 2 December 2012

This template is created to help making a small and neat edit link for whatever page it's needed on. It's an advanced version of Editurl. The template uses Lancode, parsing and one compulsory variable to work. There are also four optional variables that can be used for customization. The variables are:

  • 1 - Full name of article linked. Must use underscores ("_") in place of spaces. (compulsory)
  • 2 - How you want the edit link to write out. Full "Edit", just an "e", or perhaps "Edit me" for example. (optional)
  • 2 - Changing to other language code than the standard for the wiki. (optional)
  • 4 - Write anything here to put link in brackets. (optional)
  • 5 - Write anything here to make text smaller and unbolded. (optional)

It's very important to note that in order to use variable 4 or 5, you must use all previous variables as well (or use specific denominators) in the template string.

Example 1:

{{editlink|Template:Editlink}}

Will create:

edit

Example 2:

{{editlink|Template:Editlink|edit me}}

Will create:

edit me

Example 3:

{{editlink|Template:Editlink|edit me|de}}

Will create:

edit me

Example 4:

{{editlink|Template:Editlink|edit me|de|A}}

Will create:

[edit me]
   

Example 5:

{{editlink|Template:Editlink|edit me|de|A|A}}

Will create:

[edit me]
 



Related templates: