Difference between revisions of "Template:About"

From Project: Gorgon Wiki
Jump to: navigation, search
(Now uses Ambox)
Line 2: Line 2:
 
{{Ambox
 
{{Ambox
 
|border=yellow
 
|border=yellow
|info=<span style="color:#c80000; font-weight:bold;">For {{{Description}}}, see [[{{{Destination}}}]]</span>
+
|info=<span style="color:#c80000; font-weight:bold;">For the {{{Description}}} of the same name, see [[{{{Destination}}}]]</span>
 
}}
 
}}
 
</includeonly>
 
</includeonly>
Line 21: Line 21:
 
<pre>
 
<pre>
 
{{About
 
{{About
|Description = the quest of the same name
+
|Description = quest
 
|Destination = The Galvanizer (Quest)
 
|Destination = The Galvanizer (Quest)
 
}}
 
}}
 
</pre>
 
</pre>
 
{{About
 
{{About
|Description = the quest of the same name
+
|Description = quest
 
|Destination = The Galvanizer (Quest)
 
|Destination = The Galvanizer (Quest)
 
}}
 
}}
 
[[Category:Formatting templates]]
 
[[Category:Formatting templates]]
 
</noinclude>
 
</noinclude>

Revision as of 18:27, 5 November 2019


Syntax

{{About
|Description =
|Destination =
}}

Description

Used to offer a potential redirect for a page requiring disambiguation, on the primary topic page, when there is only one other use.

Parameters

Description = The text to appear
Destination = The name of the alternative article requiring disambiguation

Example

{{About
|Description = quest
|Destination = The Galvanizer (Quest)
}}