home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / ps_ext.zip / IPF.ext < prev    next >
Text File  |  1997-05-16  |  3KB  |  194 lines

  1. @Templates
  2. %Simple Help
  3. $:userdoc.
  4. :title.Your title here
  5. .*********************************************
  6. :h1 res=100. Section 1 title
  7. :i1. section1
  8. :p.First Paragraph
  9. :p.Second Paragraph
  10. .*********************************************
  11. :h1 res=200. Section 2 title
  12. :i1. section2
  13. :p.First Paragraph
  14. :p.Second Paragraph
  15. :euserdoc.
  16. %Table
  17. $:table.
  18. :row.
  19. :c.
  20. :c.
  21. :c.
  22. :row.
  23. :c.
  24. :c.
  25. :c.
  26. :etable.
  27.  
  28. @Lists
  29. %Definition
  30. $:dl break=all tsize=6.
  31. :dthd.
  32. :ddhd.
  33. :dt.
  34. :dd.
  35. :dt.
  36. :dd. 
  37. :edl.
  38. %Ordered
  39. $:ol.
  40. :li.
  41. :li.
  42. :li.
  43. :eol.
  44. %Parameter
  45. $:parml.
  46. :pt.
  47. :pd.
  48. :pt.
  49. :pd.
  50. :pt.
  51. :pd.
  52. :eparml.
  53. %Simple
  54. $:sl.
  55. :li.
  56. :li.
  57. :li.
  58. :esl.
  59. %Unordered
  60. $:ul.
  61. :li.
  62. :li.
  63. :li.
  64. :eul.
  65.  
  66. @Highlighted Text
  67. %Bold
  68. $:hp2.Your text:ehp2.
  69. %Bold/Italic
  70. $:hp3.Your text:ehp3.
  71. %Bold/Underline
  72. $:hp7.Your text:ehp7.
  73. %Italic
  74. $:hp1.Your text:ehp1.
  75. %Underline
  76. $:hp5.Your text:ehp5.
  77. %Underline/Italic
  78. $:hp6.Your text:ehp6.
  79.  
  80. @Tags A-G
  81. %Artlink
  82. $:artwork name='mybitmap.bmp'.
  83. :artlink.
  84. :link reftype=hd res=999.
  85. :eartlink.
  86. %Break
  87. $.br
  88. %Caution
  89. $:caution text='Your Caution:'.  :ecaution.
  90. %Center
  91. $:ce 
  92. %Character Graphic
  93. $:cgraphic.
  94. :egraphic.
  95. %Color
  96. $:color fc=foreground bc=background.
  97. %Comment
  98. $.*********************************************
  99. %Control Area
  100. $:ctrl ctrlid=new1 controls='ESC FORWARD BACK' coverpage.
  101. %Control Area Definition
  102. $:ctrldef.
  103. :ectrldef.
  104. %Definition List
  105. $:dl.
  106. :edl.
  107. %Document Profile
  108. $:docprof toc=123 crtlarea=none.
  109. %Dynamic Data Formatting
  110. $:ddf. res=999
  111. %Example
  112. $:xmp.
  113. :exmp.
  114. %Figure
  115. $:fig.
  116. :efig.
  117. %Figure Caption
  118. $:figcap.
  119. %Font
  120. $:font facename=Helv size=18x10.
  121. %Footnote
  122. $:fn id=999. :efn.
  123.  
  124. @Tags H-M
  125. %Heading
  126. $:h1 res=999.
  127. %Heading Reference
  128. $:hdref. res=999 refid=999
  129. %Hide
  130. $:hide key="Your value".  :ehide.
  131. %Highlighted Phrase
  132. $:hp2.:ehp2.
  133. %Hyperlink
  134. $:link reftype=hd res=100.Section 1 title:elink.
  135. %Imbed
  136. $.im 
  137. %Index
  138. $:i1.
  139. %Index Command
  140. $:icmd.
  141. %Index Synonym
  142. $:isyn root=.
  143. %Left Margin
  144. $:lm margin=
  145. %Lines
  146. $:lines align=left.
  147. :elines.
  148. %Link
  149. $:link reftype=hd res=999.:elink.
  150. %List Item
  151. $:li.
  152. %List Part
  153. $lp.
  154.  
  155. @Tags N-Z
  156. %Name it
  157. $.nameit symbol=sym text=''
  158. %Note
  159. $:note text='Note:'. 
  160. %Ordered List
  161. $:ol.
  162. :eol.
  163. %Paragraph
  164. $:p.
  165. %Parameter List
  166. $:parml.
  167. :eparml.
  168. %PushButton
  169. $:pbutton id=xmp res=300 text="~Example"
  170. %Parameter Description
  171. $:pd.
  172. %Parameter Term
  173. $:pt.
  174. %Right Margin
  175. $:rm margin=
  176. %Simple List
  177. $:sl.
  178. :esl.
  179. %Table
  180. $:table cols='15 20 25' rules=both frame=box.
  181. :row.
  182. :etable.
  183. %Title
  184. $:title. 
  185. %Unordered List
  186. $:ul.
  187. :eul.
  188. %User Document
  189. $:userdoc.
  190. :euserdoc.
  191. %Warning
  192. $:warning text='Your Warning:'.  :ewarning.
  193.  
  194.