|
r1c1 | r1c2%%% Here is my first line Here is my second line Here is my third line |
r2c1 | r2c2 |
Doesn't look possible with current syntax...
r1c1 | r1c2%%% #item1 #item2 #item3 |
r2c1 | r2c2 |
r1c1 | r1c2%%% * item1 * item2 * item3 |
r2c1 | r2c2 |
r1c1 | r1c2%%%* item1 |
* item2 | |
* item3 | |
r2c1 | r2c2 |
So here is a workaround using the HTML wiki plugin:
||r1c1|r1c2{HTML()}<ol><li>item1</li><li>item2</li><li>item3</li></ol>{HTML} r2c1|r2c2||
r1c1 | r1c2
|
r2c1 | r2c2 |
If you cannot use HTML plugin (which requires admin validation), you can try your luck with Dynamic Variable:
||r1c1|r1c2 %ol(% %li(%item1 %)li% %li(%item2 %)li% %)ol% r2c1|r2c2||
r1c1 | r1c2 |
r2c1 | r2c2 |
NaV
to edit the dynamic variables you just created and substitute first occurence of %)li%
with </li>
, then %li(%
with <li>
and finally %)ol%
with </ul>
and %ol(%
with <ul>
. After the values are saved, anyone can re-use that new "custom syntax" then.
Would be nice to not have to resort to HTML when doing tables where you want to span columns or rows. Adding colspan/rowspan options and possibly also allowing individual cell alignment (vert and horiz) would be great. Even if this was relegated to something like FANCYTABLES, I'd be happy with it.
Would have to edit the plugin and/or CSS if you want a border, though.
r1c1 |
r1c2
|
r2c1 |
r2c2 |
# ((tw:Top-10 files)) # ((tw:Participate|Top-10 ways to help)) # ((tw:Top-10 news|Top-10 ways to get news)) # ((tw:Top-10 stats)) about Tiki # ((tw:Top-10 differences|Top-10 ways in which Tiki is very different from other projects)) # ((tw:WhyUseTiki|Top-10 reasons to choose Tiki)) # ((tw:Top-10 criticisms))%%% %%% Also,%%% %%% # ((tw:TikiBackronym|Top-10 potential meanings for T-i-k-i)) # ((tw:Top-10 Words))
generates:
An alternative is to use + to continue numbering:
# Item # Item # Item + Also, # Item # Item
generates:
=== is the syntax for underline.
This doesn't work:
=== 1+1 = 3 ===
workaround number 1
=== 1+1 ~61~ 3 ===
generates:
1+1 = 3
workaround number 2
{TAG(tag=u)}1+1 = 3{TAG}
generates:
1+1 = 3
When you use :: or '' or similar formatting tags, at leat in 1.9 (haven't tried in 1.10) they don't get recognized. Instead you see the beginning characters, then the paragraph, then the paragraph space, then the continuation of the next paragraph ending with the closing characters.
''This doesn't
work properly.''
But this does.
::Irritating when you want to center
text across multiple lines without bracketing::
For example:
This does
work properly.
Not sure if this is something browser-specific or Tiki-specific (I think it's both), but when you put really long lines inside CODE blocks they tend to run off the right side of the page and completely mess up the pagescape. It would be nice, based on the size of the window (and therefore the size of the middle content box) to wrap the CODE text at the right margin of the middle box.
Having said that, when using CODE blocks on a printer-friendly page, they don't get wrapped there, even when you send it to the printer. I think that's a browser issue. But we should be able to address the wiki page issue?
Solution is easy: use wrap=1
parameter in CODE plugin
You need to activate the feature 'Wiki Argument Variables' on Admin > Editing and Plugins panel for Tiki >= 5. For Tiki version 4.x, you need to manually set the preference in the database as feature_wiki_argvariable.
2 special cases that are defined whatever is in the URL