I'm only getting an answering machine http://www.cancerprostata.org/motrin-or-tylenol-for-back-pain.pdf controversial motrin moms commercial It was not immediately clear what had caused the crash but some passengers reported hearing an explosion before the train derailed. Spain’s Interior Ministry, however, quickly dismissed a terrorist attack as the cause of the derailment. http://empatiacomunicacion.com/phenergan-codeine-syrup-high.pdf how to get promethazine codeine syrup online "I'm not going to learn her language. She's learning my language," Salo said. "And so the more and more she's learned my style of coaching, my language, I think that relationship has gotten better and better. ... She's got some great speed as well as endurance." |
PmWiki /
CommentMarkupThis page discusses various forms of comments and how to achieve them for wiki pages. Types and kinds of commentThe word comment can mean many things. Here are some possible interpretations:
Source commentsA source comment is typically only intended to show up when an author edits a page. Source comments are not included in the generated page output. Conditional markup is one method of writing such a comment that is easy to create. Here is an example:
In this case the source comment will not be exported to the HTML. The other method is to to use the special directive
HTML commentsIf you want the comment to appear in the html source of the page, you should instead make the comment invisible.
You could use the predefined wiki style
or
Visible reader commentsAn example of a visible reader comment in a page using a wiki style to mark text as being a comment that appears with a special format.
As an alternative to the commentary style defined above, it could have been defined by adding the following to the local configuration file: $WikiStyle['commentary']['apply'] = 'block'; $WikiStyle['commentary']['background-color'] = '#f8dce1'; $WikiStyle['commentary']['margin'] = '1em'; $WikiStyle['commentary']['border'] = '1px dotted #ea97a4'; Information found here Links and related information
ContributorsThis page may have a more recent version on pmwiki.org: PmWiki:CommentMarkup, and a talk page: PmWiki:CommentMarkup-Talk. |