Template:CRPatchModOrderedList: Difference between revisions

From Step Mods | Change The Game
No edit summary
m (Text replacement - "Author" to "ModAuthor")
 
(44 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>Template example for extending SMW Queries.
<includeonly>{{#ifeq: {{#show:{{{ModName|}}}|?IsCore}} | true | {{!}}-
{{#if:{{{OrderID|}}}|{{!}} {{{OrderID}}} }}
{{!}} {{{ModName}}}
{{!}} {{{Section}}}
{{!}} {{{ModAuthor}}}
{{!}} {{#show:{{{ModName|}}}|?SourceURL}}|<div></div>}}
</includeonly><noinclude>__NOTOC__[[Category:Deprecated Templates]]
== Purpose & Usage ==
Helper template to [[:Template:ModListQuery]].


The first argument is the ModName, and the second argument is the Section, based on the query attributes.
<!--
</noinclude><includeonly>
== Examples ==
{{#ifeq: {{#show:{{{1}}}|?IsCore}} | true |
'''Code:'''
{{!}}-
<pre>{{TEMPLATE NAME AND ARGUMENTS}}</pre>
{{!}} {{{1}}}
'''Result:'''
{{!}} {{{2}}}
{{TEMPLATE NAME AND ARGUMENTS}}
{{!}} {{#show:{{{1}}}|?SourceID}}
-->
{{!}} {{#show:{{{1}}}|?SourceURL}}
 
}}
== See Also ==
</includeonly>
<!--
[[:RELATED TEMPLATE NAME AND ARGUMENTS]]
-->
*[[:Template:CoreModID]]
*[[:Template:CoreMod]]
 
</noinclude>

Latest revision as of 16:49, March 29, 2023

Purpose & Usage

Helper template to Template:ModListQuery.


See Also