Difference between revisions of "Template:Vde"

From Detective Conan Wiki
(Created page with "<includeonly>{{#if: {{{1|}}} | [[:{{{1}}}|<span title="View this template" style="color: {{{color|}}};">v</span>]] <span style="font-size: 80%; color: {{{color|}}};">•...")
 
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly>{{#if: {{{1|}}}  
 
<includeonly>{{#if: {{{1|}}}  
| [[:{{{1}}}|<span title="View this template" style="color: {{{color|}}};">v</span>]]&nbsp;<span style="font-size: 80%; color: {{{color|}}};">•</span>&nbsp;[[:{{TALKSPACE:{{{1}}}}}|<span title="Discuss this template" style="color: {{{color|}}};">d</span>]]&nbsp;<span style="font-size: 80%; color: {{{color|}}};">•</span>&nbsp;[{{fullurl:{{{1}}}|action=edit}}<span title="Edit this template" style="color: {{{color|}}};">e</span>]
+
| [[:{{{1}}}|<span title="View this template" style="color: {{{color|}}};">v</span>]]&nbsp;<span style="font-size: 80%; color: {{{color|}}};">•</span>&nbsp;[[:{{TALKPAGENAME:{{{1}}}}}|<span title="Discuss this template" style="color: {{{color|}}};">d</span>]]&nbsp;<span style="font-size: 80%; color: {{{color|}}};">•</span>&nbsp;[{{fullurl:{{{1}}}|action=edit}}<span title="Edit this template" style="color: {{{color|}}};">e</span>]
 
| <strong class="error">Error: Destination page is undefined</strong>
 
| <strong class="error">Error: Destination page is undefined</strong>
}}</includeonly><noinclude>
+
}}</includeonly><noinclude>{{documentation}}</noinclude>
This template allows you to concisely create the "v • d • e" links, which are commonly found within [[:Category:Navbox templates|Navboxes]]. Each letter corresponds to a different link:
 
* '''v''' - View this template
 
* '''d''' - Discuss this template
 
* '''e''' - Edit this template
 
'''Format:'''
 
<pre>
 
{{vde|<template name>|color=}}
 
</pre>
 
 
 
== Implementation shortcut ==
 
For quicker implementation on templates, use the following setup. Once saved, the <code>subst:</code> will autopopulate the name of the template with Template:Vde being implemented.
 
<pre>
 
{{vde|{{subst:FULLPAGENAME}}|color=}}
 
</pre>
 
[[Category:Templates]]
 
</noinclude>
 

Latest revision as of 00:42, 16 January 2026

Documentation icon Template documentation[view] [edit] [history]

This template allows you to concisely create the "v • d • e" links, which are commonly found within Navboxes. Each letter corresponds to a different link:

  • v - View this template
  • d - Discuss this template
  • e - Edit this template

Format:

{{vde|<template name>|color= ... }}

Implementation shortcut

For quicker implementation on templates, use the following setup. Once saved, the subst: will autopopulate the name of the template with Template:Vde being implemented.

{{vde|{{subst:FULLPAGENAME}}|color= ... }}