User Tools

Site Tools


pf:prpldocs:particles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pf:prpldocs:particles [2016/07/09 19:34] – created virgilwpf:prpldocs:particles [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<html>
 +<script type="text/javascript">
 +    function selectText(containerid) {
 +        if (document.selection) {
 +            var range = document.body.createTextRange();
 +            range.moveToElementText(document.getElementById(containerid));
 +            range.select();
 +        } else if (window.getSelection) {
 +            var range = document.createRange();
 +            range.selectNode(document.getElementById(containerid));
 +            window.getSelection().addRange(range);
 +        }
 +    }
 +</script>
 +<a href="#" onclick="selectText('selectable')">Select All</a><br/>
 +Save the contents to "Particles.txt"
 +
 +<div id="selectable">
 +</html>
 +
 +<code>
 +
 =CMD =CMD
 =COMMAND TODO =COMMAND TODO
Line 8: Line 30:
 =ENDEX =ENDEX
 =ENDCMD =ENDCMD
 +
 +</code>
 +<html></div></html>
pf/prpldocs/particles.1468092864.txt.gz · Last modified: 2025/02/14 14:56 (external edit)