Diff: Help/RawHtmlPlugin

Differences between current version and predecessor to the previous major change of Help/RawHtmlPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,9 +1,9 @@
-<b> With this plugin you can embed raw unfiltered HTML in the page source; say, for example, you want to put in a complicated set of nested tables to display data. By default, raw HTML is not allowed in most Wikis due to security problems (because malicious users can insert redirects, Javascript, etc.)</b>  
+With this [[Help:WikiPlugin| plugin]] you can embed raw unfiltered HTML in the page source; say, for example, you want to put in a complicated set of nested tables to display data. By default, raw HTML is not allowed in most Wikis due to security problems (because malicious users can insert redirects, Javascript, etc.) 
  
-<b> For this plugin to work, the page must be locked by the administrator. If you are seeing the raw HTML being displayed below, instead of rendered, try locking the page (log in as the administrator first).</b>  
+For this plugin to work, the page must be locked by the administrator. If you are seeing the raw HTML being displayed below, instead of rendered, try locking the page (log in as the administrator first). 
  
-<?plugin RawHtml 
+<< RawHtml 
  
 <!-- Keep link lines at 72 characters or lynx will break them poorly. --> 
 <!-- Obviously, we list ONLY the most useful/important URLs here. --> 
 <!-- Keep it short and sweet: 3 lines and 2 columns is already enough --> 
@@ -21,26 +21,25 @@
  <td align="left"> 
  <ul> 
  <li><a href="http://www.gnu.org//provide.html">What we provide</a></li> 
  <li><a href="http://www.gnu.org//philosophy/philosophy.html">Why we exist</a></li> 
-  
  <li><a href="http://www.gnu.org//gnu/gnu-history.html">Where we are going</a></li> 
  </ul> 
  </td> 
  <td> 
  <ul> 
  <li><a href="http://www.gnu.org//help/help.html">How you can help us get there</a></li> 
  <li><a href="http://www.gnu.org//people/people.html">Who we are</a></li> 
-  
  <li><a href="http://www.gnu.org//testimonials/testimonials.html">What users think of GNU software</a></li> 
  </ul> 
  </td> 
  </tr> 
 </table> 
 </td> 
 </tr> 
 </table> 
-? >  
-  
--------------  
+>>  
  
-PhpWikiDocumentation Help:WikiPlugin  
+<noinclude>  
+----  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

With this plugin you can embed raw unfiltered HTML in the page source; say, for example, you want to put in a complicated set of nested tables to display data. By default, raw HTML is not allowed in most Wikis due to security problems (because malicious users can insert redirects, Javascript, etc.)

For this plugin to work, the page must be locked by the administrator. If you are seeing the raw HTML being displayed below, instead of rendered, try locking the page (log in as the administrator first).

Plugin RawHtml disabled. Raw HTML is only allowed in locked pages.
<?plugin RawHtml

<!-- Keep link lines at 72 characters or lynx will break them poorly. -->
<!-- Obviously, we list ONLY the most useful/important URLs here. -->
<!-- Keep it short and sweet: 3 lines and 2 columns is already enough -->

<table border="1" cellpadding="10">
<tr><td>Sample HTML from www.gnu.org</td>
<td>

<!-- Keep link lines at 72 characters or lynx will break them poorly. -->
<!-- Obviously, we list ONLY the most useful/important URLs here. -->
<!-- Keep it short and sweet: 3 lines and 2 columns is already enough -->

<table>
  <tr>
    <td align="left">
    <ul>
      <li><a href="http://www.gnu.org//provide.html">What we provide</a></li>
      <li><a href="http://www.gnu.org//philosophy/philosophy.html">Why we exist</a></li>
      <li><a href="http://www.gnu.org//gnu/gnu-history.html">Where we are going</a></li>
    </ul>
    </td>
    <td>
    <ul>
      <li><a href="http://www.gnu.org//help/help.html">How you can help us get there</a></li>
      <li><a href="http://www.gnu.org//people/people.html">Who we are</a></li>
      <li><a href="http://www.gnu.org//testimonials/testimonials.html">What users think of GNU software</a></li>
    </ul>
    </td>
  </tr>
</table>
</td>
</tr>
</table>
?>