Diff: Help/RawHtmlPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 4 and previous revision of Help/RawHtmlPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 4 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 3 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 --> 
@@ -38,9 +38,10 @@
 </table> 
 </td> 
 </tr> 
 </table> 
-?
+>
  
---------- ----  
-  
-PhpWikiDocumentation Help:WikiPlugin  
+<noinclude>  
+ ----  
+[[PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

version 4

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>
?>