Function | Style plugin
You can specify styles of the page.
Examples
CSS
{{css body { background: #efe; } }}
You see green background of this page. You can specify any CSS by using this plugin.
You can not use these inhibit patterns in this plugin.
plugin errorSpecify style to a div block
{{style_div("font-size:200%;") This is a test. }}
This is a test.
Specify class for a div block
This is a test.
{{block_div("notice") This is a test. }}
You can specify any class here.
Align center
{{center This is a test.~ This is a test too. }}
This is a test.
This is a test too.
Align right
{{right This is a test.~ This is a test too. }}
This is a test.
This is a test too.
Align left
{{left This is a test.~ This is a test too. }}
This is a test.
This is a test too.
Usually, this plugin is not useful. I made this plugin only for the symmetry of plugins.
Float left
This is a test.
This is a dummy text.
This is a dummy text.
This is a dummy text.
{{float_left This is a test. }}
Float right
This is a test.
This is a dummy text.
This is a dummy text.
This is a dummy text.
{{float_right This is a test. }}
Style span
This is a {{style_span("font-size:200%;", "very big")}} test string.
This is a very big test string.
Small
This is a {{small("small")}} string.
This is a small string.
Insert an image
{{img(".theme/i/login_qwik_logo.gif")}}

Make a link to a pge
{{a(FrontPage)}}FrontPage
{{a(FrontPage, go back)}}go back
Ascii Art plugin
You can include ascii art. This plugin specify a style sheet for ascii art.
{{aa ∧_∧ / ̄ ̄ ̄ ̄ ̄ ( ´∀`)< monar ( ) \_____ | | | (__)_) }}
∧_∧ / ̄ ̄ ̄ ̄ ̄ ( ´∀`)< monar ( ) \_____ | | | (__)_)
〇_〇 ( ・(ェ)・) <Kumar! /J ▽J し―-J
The style sheet simply set the font to 'MS P Gothic' and set the line height to 100%.
Code plugin
You can show codes by this plugin.
{{code puts "hello, world!" puts "hello, qwik users!" }}plugin error
There are small differences between 'pre' and 'code'. The line height is set to 100% in code plugin.
Notice plugin
You can show a notice by this plugin.
WARNING: This is just a sample!
{{notice '''WARNING''': This is just a sample! }}
Functions list
- PluginDiary | Diary plugin
- You can create a diary page.
- PluginDiary_ja | 日記プラグイン
- 日記ページを作ります。
- album | Album plugin
- Show attached images in a window.
- backup | Show Backup pages
- You can see backup files.
- basic | Basic plugins
- Simple and Basic plugins.
- calc | Calicurator plugin
- You can sum numbers by simple table.
- christel | Takigawa Christel plugin
- You can embed Takigawa Christel image.
- chronology | Chronology of site
- You can see when the pages are created and updated.
- comment | Comment plugin
- You can show comment field.
- counter | Counter plugin
- You can show a conter for the page.
- describe | Description of functions
- You can see the description of each functions of qwikWeb.
- embed_html | Embed HTML plugin
- You can embed bare HTML in the page.
- files | Attach file function
- You can use attach files onto pages.
- graphviz | Graphviz plugin
- You can make a graph.
- include | Include plugin
- You can include other page.
- list | List editing plugin
- You can edit a list in the page.
- member | Member control function
- Member control.
- menu | Menu plugin
- You can show a pull down menu.
- monta | Monta method plugin
- You can hide a part of text by using JavaScript.
- password | Set password plugin
- You can lock a page by a password.
- plan | Sharing plan plugin
- You can show the plan of the site.
- presen | Presentaion plugin
- You can show the page in presentation mode.
- qrcode | QR-Code plugin
- You can input QR-Code to the page.
- qwikweb | qwikWeb functions
- You can see brief descriptions of qwikWeb functions.
- sample | Sample plugins
- These are sample plugins.
- schedule | Input your scuedule plugin
- You can input your schedule.
- search | Search plugin
- You can show a search form.
- secdb | Show a table of each section data
- You can create a table from data embedded as CSV format in each section.
- sitelog | Show SiteLog
- You can see sitelog of this site.
- smil | Video editing plugin
- You can control the timeline of the video.
- style | Style plugin
- You can specify styles of the page.
- summary | Show summary of a target page
- You can include summary of target page.
- table | Table edit plugin
- You can edit a table in the page.
- takahashi | Takahashi method plugin
- You can do your presentaion in Takahashi method.
- textarea | Textarea plugin
- You can show a simple textarea field.
- textformat | TextFormat
- You can see the text format of qwikWeb.
- textformat_simple | TextFormat
- You can see brief description of text format.
- theme_list | Theme list
- You can see theme list.
- typekey | TypeKey login
- You can login by using TypeKey authentication.
- webservice | Web service plugins
- You can use several external Web services.
- wema | Post-it plugin
- You can put post-it notes on the page.
- wysiwyg | WYSIWYG editing mode
- You can edit a page in wysiwyg mode.