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 |
||
| (One intermediate revision 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>]] <span style="font-size: 80%; color: {{{color|}}};">•</span> [[:{{ | + | | [[:{{{1}}}|<span title="View this template" style="color: {{{color|}}};">v</span>]] <span style="font-size: 80%; color: {{{color|}}};">•</span> [[:{{TALKPAGENAME:{{{1}}}}}|<span title="Discuss this template" style="color: {{{color|}}};">d</span>]] <span style="font-size: 80%; color: {{{color|}}};">•</span> [{{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> | ||
| 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= ... }}