%~GForum::Markup::list_tags%><%--loads 'markup_loop' variable--%>
<%~set sample_text = 'Sample Text'%>
<%~loop markup_loop%>
  
<%~unless has_args%><%-- Unfortunately, dynamically displaying markup that takes arguments cannot be easily done --%>
    
    <%~if has_closing%>
      [<%tag%>]<%if tag eq ul or tag eq ol%>[li]<%endif%><%sample_text%><%if tag eq ul or tag eq ol%>[/li]<%endif%>[/<%tag%>]
    <%~else%>
      [<%tag%>]
    <%~endif%>
    
    
    <%~if has_closing%>
      <%html%><%if tag eq ul or tag eq ol%>
<%endif%><%sample_text%><%if tag eq ul or tag eq ol%><%endif%><%closing%>
    <%~else%>
      <%html%>
    <%~endif%>
    
<%~endunless%>
  
<%~endloop%>
<%~if config.markup_allow_custom_color%>
  
    
      [#008000]<%sample_text%>[/#],
      [#789abc]<%sample_text%>[/#],
      [#707070]<%sample_text%>[/#], etc.
    
    
      <%sample_text%>,
      <%sample_text%>,
      <%sample_text%>, etc.
    
   
<%~endif%>
<%~if config.markup_allow_font%>
  
    
      [font "Times New Roman"]<%sample_text%>[/font]
    
    
      <%sample_text%>
    
   
<%~endif%>
<%~if config.markup_allow_size%>
  
    
      [size 6]<%sample_text%>[/size]
    
    
      <%sample_text%>
    
   
<%~endif%>
<%~if config.markup_allow_image%>
  
    
      [image]/images/powered.gif[/image]
    
    
   
<%~endif%>
  
    
      [inline attachment_filename.gif]
    
    
   
<%~if config.markup_allow_url%>
  
    
      
        - [url]http://www.gossamer-threads.com[/url]
- [url "http://www.gossamer-threads.com"]Gossamer Threads[/url]
- [email]gforum@gossamer-threads.com[/email]
 
    
   
<%~endif%>