差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
wiki:syntax [2019/09/17 15:47] – ともやん | wiki:syntax [2025/02/28 02:41] (現在) – 外部編集 非ログインユーザー | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== Examples for the Wrap Plugin ====== | ||
- | [[https:// | ||
- | |||
- | ===== Basic syntax ===== | ||
- | |||
- | An uppercase **%%< | ||
- | |||
- | <WRAP classes width : | ||
- | " | ||
- | </ | ||
- | | ||
- | or | ||
- | <block classes width : | ||
- | " | ||
- | </ | ||
- | | ||
- | or | ||
- | <div classes width : | ||
- | " | ||
- | </ | ||
- | |||
- | A lowercase **%%< | ||
- | |||
- | <wrap classes width : | ||
- | | ||
- | or | ||
- | <inline classes width : | ||
- | | ||
- | or | ||
- | <span classes width : | ||
- | |||
- | :!: Please note, some things **won' | ||
- | * **alignments** (including alignments generated by changing the text direction) | ||
- | * **multi-columns** | ||
- | * and **widths** | ||
- | if the according wrap isn't floated as well. | ||
- | |||
- | |||
- | ===== Classes and Styles ===== | ||
- | |||
- | |||
- | ==== Columns and Floats ==== | ||
- | |||
- | You can have columns easily by adding the class '' | ||
- | <WRAP column 30%> | ||
- | |||
- | <WRAP column 30%> | ||
- | // | ||
- | |||
- | You can emulate a big headline with italic, bold and underlined text, e.g. | ||
- | < | ||
- | |||
- | // | ||
- | |||
- | A smaller headline uses no underlining, | ||
- | < | ||
- | |||
- | If you need text that is bold and italic, simply use it the other way around: | ||
- | < | ||
- | </ | ||
- | |||
- | <WRAP column 30%> | ||
- | // | ||
- | |||
- | Normally you would only need the class '' | ||
- | |||
- | * **'' | ||
- | * **'' | ||
- | * **'' | ||
- | * **'' | ||
- | |||
- | </ | ||
- | |||
- | <WRAP column 30%> | ||
- | // | ||
- | |||
- | You can set any valid widths (but only on divs): '' | ||
- | |||
- | ^type^e.g.^note^ | ||
- | ^'' | ||
- | ^'' | ||
- | ^'' | ||
- | |||
- | A **table** inside a column or box will always be **100% wide**. This makes positioning and sizing tables possible. | ||
- | |||
- | </ | ||
- | |||
- | <wrap em>After using any of the float classes, you might come across something like this, where the following text protrudes into the space where only the floating containers should be ...</ | ||
- | |||
- | <WRAP clear></ | ||
- | |||
- | ... to prevent that, you should simply add | ||
- | <WRAP clear></ | ||
- | after your last column. | ||
- | |||
- | You **can** use the same options with spans (as each element that floats is automatically a block level element), but it probably doesn' | ||
- | |||
- | :!: Attention: Widths can cause problems and will often look different and break in some browsers. If you're not a web developer, you might not understand any problems regarding the [[http:// | ||
- | |||
- | All of those options will also work in the [[#boxes and notes]] wraps (see below). | ||
- | |||
- | === Multi-columns === | ||
- | |||
- | <WRAP col3> | ||
- | For modern browsers (Firefox, Chrome and Safari) you can use multi-columns. Just use **'' | ||
- | |||
- | :!: Note: Multi-columns don't make sense for spans. | ||
- | </ | ||
- | |||
- | |||
- | ==== Alignments ==== | ||
- | |||
- | You can use these different text alignments: | ||
- | |||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | |||
- | <WRAP centeralign> | ||
- | Center aligned text ... | ||
- | </ | ||
- | |||
- | <WRAP rightalign> | ||
- | ... and right aligned. | ||
- | </ | ||
- | |||
- | < | ||
- | <WRAP centeralign> | ||
- | Center aligned text ... | ||
- | </ | ||
- | |||
- | <WRAP rightalign> | ||
- | ... and right aligned. | ||
- | </ | ||
- | </ | ||
- | |||
- | :!: You cannot add alignments to spans. | ||
- | |||
- | |||
- | ==== Boxes and Notes ==== | ||
- | |||
- | <WRAP round box 570px center> | ||
- | //**__round box 570px center__**// | ||
- | |||
- | * '' | ||
- | * any of the classes '' | ||
- | * the classes '' | ||
- | * '' | ||
- | </ | ||
- | |||
- | |||
- | <WRAP info 220px left> | ||
- | // | ||
- | <WRAP info></ | ||
- | </ | ||
- | |||
- | |||
- | <WRAP tip 220px left> | ||
- | //**Tip**// | ||
- | <WRAP tip></ | ||
- | </ | ||
- | |||
- | |||
- | <WRAP important 220px left> | ||
- | // | ||
- | <WRAP important></ | ||
- | </ | ||
- | |||
- | |||
- | <WRAP alert 220px left> | ||
- | // | ||
- | <WRAP alert></ | ||
- | </ | ||
- | |||
- | |||
- | <WRAP round help 220px left> | ||
- | // | ||
- | <WRAP round help></ | ||
- | </ | ||
- | |||
- | |||
- | <WRAP download 220px left> | ||
- | // | ||
- | <WRAP download></ | ||
- | </ | ||
- | |||
- | |||
- | <WRAP todo 220px left> | ||
- | // | ||
- | <WRAP todo></ | ||
- | </ | ||
- | |||
- | |||
- | <WRAP clear></ | ||
- | |||
- | |||
- | **Safety Notes:** | ||
- | |||
- | <WRAP danger 27% left> | ||
- | // | ||
- | <WRAP danger></ | ||
- | </ | ||
- | |||
- | <WRAP warning 27% left> | ||
- | // | ||
- | <WRAP warning></ | ||
- | </ | ||
- | |||
- | <WRAP caution 27% left> | ||
- | // | ||
- | <WRAP caution></ | ||
- | </ | ||
- | |||
- | <WRAP round notice 27% left> | ||
- | // | ||
- | <WRAP round notice></ | ||
- | </ | ||
- | |||
- | <WRAP round safety 27% left> | ||
- | // | ||
- | <WRAP round safety></ | ||
- | </ | ||
- | |||
- | <WRAP clear></ | ||
- | |||
- | |||
- | You can use notes and boxes also inside text with spans like this: | ||
- | <wrap info> | ||
- | <wrap info> | ||
- | |||
- | ==== Marks ==== | ||
- | |||
- | You can mark text as <wrap hi> | ||
- | |||
- | You can mark text as <wrap hi> | ||
- | |||
- | :!: This might look ugly in some templates and should be adjusted accordingly. | ||
- | |||
- | ==== Miscellaneous ==== | ||
- | |||
- | === Indent === | ||
- | |||
- | <wrap indent> | ||
- | |||
- | <wrap indent> | ||
- | |||
- | === Outdent === | ||
- | |||
- | <wrap outdent> | ||
- | |||
- | <wrap outdent> | ||
- | |||
- | === Prewrap === | ||
- | |||
- | <WRAP prewrap 250px> | ||
- | < | ||
- | Inside this code block the words will wrap to a new line although they are all in one line. | ||
- | </ | ||
- | </ | ||
- | |||
- | <WRAP prewrap 250px> | ||
- | < | ||
- | Inside this code block the words will wrap to a new line although they are all in one line. | ||
- | </ | ||
- | </ | ||
- | |||
- | === Spoiler === | ||
- | |||
- | Here follows a spoiler: <wrap spoiler> | ||
- | |||
- | Here follows a spoiler: <wrap spoiler> | ||
- | |||
- | Just select the text in the spoiler box to be able to read its content. | ||
- | |||
- | === Hide === | ||
- | |||
- | The following text is hidden: <wrap hide> | ||
- | |||
- | The following text is hidden: <wrap hide> | ||
- | |||
- | :!: Warning: The text will still appear in the source code, in non-modern browsers and is searchable. Do not hide any security risky secrets with it! | ||
- | |||
- | === Pagebreak === | ||
- | |||
- | The following will add a pagebreak: <WRAP pagebreak></ | ||
- | |||
- | The following will add a pagebreak: <WRAP pagebreak></ | ||
- | |||
- | This has no effect on the browser screen. A [[http:// | ||
- | |||
- | === Nopagebreak === | ||
- | |||
- | The following will try to avoid a pagebreak: <WRAP nopagebreak> | ||
- | |||
- | The following will try to avoid a pagebreak: <WRAP nopagebreak> | ||
- | |||
- | This also has no effect on the browser screen. It will try to [[http:// | ||
- | |||
- | === Noprint === | ||
- | |||
- | <wrap noprint> | ||
- | |||
- | <wrap noprint> | ||
- | |||
- | === Onlyprint === | ||
- | |||
- | <wrap onlyprint> | ||
- | |||
- | <wrap onlyprint> | ||
- | |||
- | ==== Typography ==== | ||
- | |||
- | I advice against using the following typography classes. It's better to create semantic classes that reflect their meaning instead. | ||
- | |||
- | * font family: '' | ||
- | * font size: '' | ||
- | * font colour: '' | ||
- | * background colour: '' | ||
- | |||
- | |||
- | ==== Combining and Nesting ==== | ||
- | |||
- | You can combine and nest all classes and types of boxes, e.g. | ||
- | |||
- | <WRAP box bggreen fgblack 350px right :en> | ||
- | //**__Outer green box floats right__**// | ||
- | |||
- | <WRAP 165px left> | ||
- | Inner nested box floats left and is partly <wrap em hi> | ||
- | </ | ||
- | |||
- | Text inside outer right box, but beneath inner left box. | ||
- | |||
- | <WRAP clear></ | ||
- | |||
- | <WRAP round tip> | ||
- | Round tip box underneath, after a '' | ||
- | </ | ||
- | |||
- | </ | ||
- | |||
- | |||
- | < | ||
- | <WRAP box bggreen fgblack 350px right :en> | ||
- | //**__Outer green box floats right__**// | ||
- | |||
- | <WRAP 165px left> | ||
- | Inner nested box floats left and is partly <wrap em hi> | ||
- | </ | ||
- | |||
- | Text inside outer right box, but beneath inner left box. | ||
- | |||
- | <WRAP clear></ | ||
- | |||
- | <WRAP round tip> | ||
- | Round tip box underneath, after a '' | ||
- | </ | ||
- | |||
- | </ | ||
- | </ | ||
- | |||
- | |||
- | ===== Language and Text Direction ===== | ||
- | |||
- | You can change the language and the reading direction of a wrap container by simply adding a colon followed by the language code, like this: | ||
- | |||
- | < | ||
- | <WRAP :he> | ||
- | זה עברית. ((<wrap :en>This means "This is Hebrew.", | ||
- | </ | ||
- | </ | ||
- | |||
- | <WRAP :he> | ||
- | זה עברית. ((<wrap :en>This means "This is Hebrew.", | ||
- | </ | ||
- | |||
- | The text direction ('' | ||
- | (If you specify a language not listed there, it simply won't do anything.) | ||
- | |||
====== Formatting Syntax ====== | ====== Formatting Syntax ====== | ||
行 517: | 行 137: | ||
Resize to given width and height((when the aspect ratio of the given width and height doesn' | Resize to given width and height((when the aspect ratio of the given width and height doesn' | ||
- | Resized external image: | + | Resized external image: |
Real size: {{wiki: | Real size: {{wiki: | ||
Resize to given width: | Resize to given width: | ||
Resize to given width and height: {{wiki: | Resize to given width and height: {{wiki: | ||
- | Resized external image: | + | Resized external image: |
行 627: | 行 247: | ||
* ;-) %% ;-) %% | * ;-) %% ;-) %% | ||
* ^_^ %% ^_^ %% | * ^_^ %% ^_^ %% | ||
+ | * m( %% m( %% | ||
* :?: %% :?: %% | * :?: %% :?: %% | ||
* :!: %% :!: %% | * :!: %% :!: %% | ||
行 797: | 行 418: | ||
</ | </ | ||
- | The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch xbasic xml xojo xorg_conf xpp yaml z80 zxbasic// | + | The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots |
There are additional [[doku> | There are additional [[doku> | ||
行 816: | 行 437: | ||
If you don't want any highlighting but want a downloadable file, specify a dash ('' | If you don't want any highlighting but want a downloadable file, specify a dash ('' | ||
- | |||
- | |||
- | ===== Embedding HTML and PHP ===== | ||
- | |||
- | You can embed raw HTML or PHP code into your documents by using the '' | ||
- | |||
- | HTML example: | ||
- | |||
- | < | ||
- | < | ||
- | This is some <span style=" | ||
- | </ | ||
- | < | ||
- | <p style=" | ||
- | </ | ||
- | </ | ||
- | |||
- | < | ||
- | This is some <span style=" | ||
- | </ | ||
- | < | ||
- | <p style=" | ||
- | </ | ||
- | |||
- | PHP example: | ||
- | |||
- | < | ||
- | <php> | ||
- | echo 'The PHP version: '; | ||
- | echo phpversion(); | ||
- | echo ' (generated inline HTML)'; | ||
- | </ | ||
- | <PHP> | ||
- | echo '< | ||
- | echo '< | ||
- | echo '</ | ||
- | </ | ||
- | </ | ||
- | |||
- | <php> | ||
- | echo 'The PHP version: '; | ||
- | echo phpversion(); | ||
- | echo ' (inline HTML)'; | ||
- | </ | ||
- | <PHP> | ||
- | echo '< | ||
- | echo '< | ||
- | echo '</ | ||
- | </ | ||
- | |||
- | **Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed. | ||
===== RSS/ATOM Feed Aggregation ===== | ===== RSS/ATOM Feed Aggregation ===== | ||
行 876: | 行 446: | ||
| author | | author | ||
| date | show item dates | | | date | show item dates | | ||
- | | description| show the item description. | + | | description| show the item description. |
| nosort | | nosort | ||
| //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). | | | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). | |