Difference between revisions of "Template:PymolScriptRepoInclude/Test"

From PyMOLWiki
Jump to navigation Jump to search
(testing ways to delay include parsing)
 
 
Line 1: Line 1:
<includeonly><nowiki><include src="https://raw.github.com/Pymol-Scripts/Pymol-script-repo/master/{{{1}}}" highlight="{{{2|python}}}" /></nowiki>
+
<includeonly><nowiki>{{{lt|<}}}include src="https://raw.github.com/Pymol-Scripts/Pymol-script-repo/master/{{{1}}}" highlight="{{{2|python}}}" /{{{gt|>}}}</nowiki>
  
 
This code has been put under version control in the project [http://www.pymolwiki.org/index.php/Git_intro Pymol-script-repo].</includeonly><noinclude>
 
This code has been put under version control in the project [http://www.pymolwiki.org/index.php/Git_intro Pymol-script-repo].</includeonly><noinclude>

Latest revision as of 09:56, 30 October 2015

Automatically includes current script code from Pymol-script-repo on github.

Usage: {{PymolScriptRepoInclude|filename|language}}, where filename gives the path on github and language gives the programming language (default python).