Template:Expand: Difference between revisions

From The Reed and Rite
mNo edit summary
Tag: Reverted
m Removed behavior of the text "expand" linking to the template page. Also removed note about recursive linking logic, as it was no longer needed with this change.
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><sup>''[<span class="plainlinks"><span class="editorial-notation-tooltip">[[Template:Expand<!--
<includeonly><sup>''[<span class="plainlinks"><span class="editorial-notation-tooltip"><!--
   -->|<span title="{{#if:{{{reason|}}}<!--
   --><span style="color:#4164c4;" title="{{#if:{{{reason|}}}<!--
     -->|{{{reason}}}<!--
     -->|{{{reason}}}<!--
     -->|This statement needs to be expanded with more information.}} {{#if:{{{date|}}}| ({{{date}}})<!--
     -->|This statement needs to be expanded with more information.}} {{#if:{{{date|}}}| ({{{date}}})<!--
   -->}}">expand</span>]]</span></span>]''</sup><!--
   -->}}">expand</span></span></span>]''</sup><!--
-->{{#ifeq:{{NAMESPACE}}|{{ns:0}}|[[Category: AArticles Missing Information]]}}</includeonly><noinclude>
-->{{#ifeq:{{NAMESPACE}}|{{ns:0}}|[[Category: Articles Missing Information]]}}</includeonly><noinclude>
== Description ==
== Description ==
This template should be added after statements or paragraphs in articles that need to expanded with more information. Using the template automatically adds the article to [[:Category: Articles Missing Information]].  
This template should be added after statements or paragraphs in articles that need to expanded with more information. Using the template automatically adds the article to [[:Category: Articles Missing Information]].  


This template is one of several [[:Help:References#Editorial_Notations|Editorial Notations]].
This template is one of several [[:Help:References#Editorial_Notations|Editorial Notations]].
{{expand|reason=Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br><br>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.}}


==Usage==
==Usage==
:'''Note:''' When used on article pages, this template will render as follows ( <sup>''[<span class="plainlinks">[[:Template:expand#Description|expand]]</span>]''</sup> ) It does not render correctly on this page due to [[:Help:Markup#Internal_Links|recursive linking logic]].
{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
{| style="width: 100%; text-align: left; margin: auto;" class="wikitable"
|-  
|-  
! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">Tag Only</span><br><span style="font-weight: normal;">When just <code><nowiki>{{expand}}</nowiki></code> is passed, it will add a superscript note that says "''[expand]''".<br>When you hover over it for a moment, a pop-up message will appear that says "This statement needs to be expanded with more information.".</span>
! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">Tag Only</span><br><div style="text-align: left;"><span style="font-weight: normal;">When just <code><nowiki>{{expand}}</nowiki></code> is passed, it will add a superscript note that says "''[expand]'' ". When you hover over it for a moment, a pop-up message will appear that says "This statement needs to be expanded with more information.".</span></div>
|-
|-
! width=60%|You Type
! width=60%|You Type
!You Get
!You Get
|- style="text-align: center; background-color: white;"
|- style="text-align: center;"
| <pre>An example sentence.{{expand}}</pre>
| <pre>An example sentence.{{expand}}</pre>
| An example sentence.{{expand}}
| An example sentence.{{expand}}
|-
|-
! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">Reason Parameter</span><br><span style="font-weight: normal;">When <code>reason=</code> is passed, it will replace the text "This statement needs to be expanded with more information." in the pop-up message with your input.</span>
! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">Reason Parameter</span><br><div style="text-align: left;"><span style="font-weight: normal;">When <code>reason=</code> is passed, it will replace the text "This statement needs to be expanded with more information." in the pop-up message with your input.</span></div>
|-
|-
! width=60%|You Type
! width=60%|You Type
!You Get
!You Get
|- style="text-align: center; background-color: white;"
|- style="text-align: center;"
|<pre>An example sentence.{{expand|reason=Explanation of reason.}}</pre>
|<pre>An example sentence.{{expand|reason=Explanation of reason.}}</pre>
|An example sentence.{{expand|reason=Explanation of reason.}}
|An example sentence.{{expand|reason=Explanation of reason.}}
|-
|-
! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">Date Parameter</span><br><span style="font-weight: normal;">When <code>date=</code> is passed, it will add your input to the end of the pop-up message in parentheses.<br>The pop-up message "This statement needs to be expanded with more information." will still appear unless <code>reason=</code> is also passed.</span>
! colspan="2" style="text-align: center;" | <span style="font-size: 115%;">Date Parameter</span><br><div style="text-align: left;"><span style="font-weight: normal;">When <code>date=</code> is passed, it will add your input to the end of the pop-up message in parentheses. The pop-up message "This statement needs to be expanded with more information." will still appear unless <code>reason=</code> is also passed.</span></div>
|-
|-
! width=60%|You Type
! width=60%|You Type
!You Get
!You Get
|- style="text-align: center; background-color: white;"
|- style="text-align: center;"
|<pre>An example sentence.{{expand|date=March 1883}}</pre>
|<pre>An example sentence.{{expand|date=March 1883}}</pre>
|An example sentence.{{expand|date=March 1883}}
|An example sentence.{{expand|date=March 1883}}

Latest revision as of 22:44, 5 June 2025

Description[edit]

This template should be added after statements or paragraphs in articles that need to expanded with more information. Using the template automatically adds the article to Category: Articles Missing Information.

This template is one of several Editorial Notations.

Usage[edit]

Tag Only
When just {{expand}} is passed, it will add a superscript note that says "[expand] ". When you hover over it for a moment, a pop-up message will appear that says "This statement needs to be expanded with more information.".
You Type You Get
An example sentence.{{expand}}
An example sentence.[expand]
Reason Parameter
When reason= is passed, it will replace the text "This statement needs to be expanded with more information." in the pop-up message with your input.
You Type You Get
An example sentence.{{expand|reason=Explanation of reason.}}
An example sentence.[expand]
Date Parameter
When date= is passed, it will add your input to the end of the pop-up message in parentheses. The pop-up message "This statement needs to be expanded with more information." will still appear unless reason= is also passed.
You Type You Get
An example sentence.{{expand|date=March 1883}}
An example sentence.[expand]

Articles using Template[edit]