Difference between revisions of "Template:About"

From Project: Gorgon Wiki
Jump to: navigation, search
(Now uses Ambox)
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
+
<includeonly>{{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>
 
 
<noinclude>
 
<noinclude>
 
==Syntax==
 
==Syntax==
Line 21: Line 19:
 
<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>

Latest revision as of 16:09, 11 September 2020


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)
}}