Difference between revisions of "Template:Invert-property"

From MarineLives
Jump to: navigation, search
Line 6: Line 6:
 
This hides the annotation by specifying blank as the alternate text.  Since "<tt>| </tt>" in a template confuses parsing, it uses a subtemplate [[Template:Invert-property/Separator]] for the separator.
 
This hides the annotation by specifying blank as the alternate text.  Since "<tt>| </tt>" in a template confuses parsing, it uses a subtemplate [[Template:Invert-property/Separator]] for the separator.
  
See [[California]] for use of this template.
+
See xxxx for use of this template.
  
 
(Credit goes to Semantic MediaWiki user DanTMan for this technique.)
 
(Credit goes to Semantic MediaWiki user DanTMan for this technique.)
Line 12: Line 12:
 
</noinclude><includeonly>[[{{{2}}}::{{#ask:[[{{{1}}}::{{PAGENAMEE}}]]|link=none|sep={{Invert-property/Separator|{{{2}}}}}}}|  
 
</noinclude><includeonly>[[{{{2}}}::{{#ask:[[{{{1}}}::{{PAGENAMEE}}]]|link=none|sep={{Invert-property/Separator|{{{2}}}}}}}|  
 
]]</includeonly>
 
]]</includeonly>
 
<pre><nowiki>This template has been copied from [https://www.semantic-mediawiki.org/wiki/Template:Invert-property]
 
 
See also the related sub-template, which has been copied from [https://www.semantic-mediawiki.org/wiki/Template:Invert-property/Separator]</nowiki></pre>
 

Revision as of 14:02, July 25, 2016


This template takes a property name and its inverse property name. It queries for the inverse property name and produces wiki text with the inverted annotations.

Usage: {{Invert-property|Derived property name|Its inverse property name}}

This hides the annotation by specifying blank as the alternate text. Since "| " in a template confuses parsing, it uses a subtemplate Template:Invert-property/Separator for the separator.

See xxxx for use of this template.

(Credit goes to Semantic MediaWiki user DanTMan for this technique.)