Jump to content

Template:Vde: Difference between revisions

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 Protected "Template:Vde": At time of protection, template is transcluded on 1,000+ pages (and counting). It is therefore a high-risk template and calls for protection. ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators]...
 
(4 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 03:38, 17 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= ... }}