Difference between revisions of "Template:Vde"

From Detective Conan Wiki
m
 
Line 9: Line 9:
 
'''Format:'''
 
'''Format:'''
 
<pre>
 
<pre>
{{vde|<template name>|color=}}
+
{{vde|<template name>|color= ... }}
 
</pre>
 
</pre>
  
Line 15: Line 15:
 
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.
 
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>
 
<pre>
{{vde|{{subst:FULLPAGENAME}}|color=}}
+
{{vde|{{subst:FULLPAGENAME}}|color= ... }}
 
</pre>
 
</pre>
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 00:14, 14 January 2026

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= ... }}