Template:Xref: Difference between revisions
From EPOD
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>'''{{{Type}}} {{{Num}}}''': ''{{{Text|}}}''</includeonly><noinclude> | ||
'''{{{Type}}} {{{Num}}}''': ''{{{Text|}}}'' | |||
</includeonly> | |||
<noinclude> | |||
== Usage == | == Usage == | ||
The following includes the text passed to the template. The example shows how this may be used within an document template. If not, replace the parameters with literals. | The following includes the type, number and text passed to the template. The example shows how this may be used within an document template. If not, replace the parameters with literals. | ||
<nowiki> | <nowiki> | ||
{{#vardefine:Example|0}} | {{#vardefine:Example|0}} |
Revision as of 10:40, 22 January 2019
Usage
The following includes the type, number and text passed to the template. The example shows how this may be used within an document template. If not, replace the parameters with literals.
{{#vardefine:Example|0}} {{Xref |Num={{ #vardefineecho: Example | {{ #expr: {{ #var: Example }} + 1 }} }} |Text=The text describing the cross-reference }}
Example 1: The text describing the cross-reference