Jump to content

User:Msikma/future

From Wikipedia, the free encyclopedia

Categorization of topics. Goal: every article or node is in an as deep category as possible.

Full names

  • Arts and culture
    • Classics
    • Cooking
    • Dancing
    • Entertainment
    • Film
    • Game
    • Gardening
    • Handicraft
    • Hobbies
    • Holidays
    • Literature
    • Music
      • Opera
    • Painting
    • Recreation
    • Sculpture
    • Sports
    • Television
    • Theater
    • Tourism
    • Visual arts and Design
  • Biography
  • Geography
  • History
  • Society
  • Mathematics
  • Science
  • Technology

Short names

  • arts.
    • classics.
    • cooking.
    • dancing.
    • entertainment.
    • film.
    • game.
    • gardening.
    • handicraft.
    • hobbies.
    • holidays.
    • literature.
    • music.
      • opera.
    • painting.
    • recreation.
    • sculpture.
    • sports.
    • television.
    • theater.
    • tourism.
    • visual.
  • biography.
  • geography.
  • history.
  • society.
  • mathematics.
  • science.
  • technology.

Quick names (will be autogenerated)

  • arts.
  • bio.
  • geo.
  • his.
  • soc.
  • math.
  • sci.
  • tech.


XWML 1.0: The Extensible Wiki Markup Language

[edit]

For Collaborative Online ??? Reference Assembler

Goal

[edit]

Some of these goals have been described at the WikiMarkupStandard page at http://www.usemod.com/.

  • Trying to make it easier to contribute to several wikis, and trying to facilitate the exchange of content between wikis.
  • Not trying to be compatible and not trying to do old and new markup simultaneously (that would be hopeless and bloat).
  • To be complete without disallowing wiki admins from making their own tags to extend it.
  • Empowering the wiki user with the ability to quickly and easily edit pages with a complete range of markup tags

Proposed tags

[edit]

This is just brief.

You type: You see:
== Paragraph ==

=== Paragraph ===

1. Paragraph

[edit]

2. Paragraph

[edit]
++ Appendix ++

=== Appendix ===

A. Appendix

[edit]

1. Appendix

[edit]
**Bold text** Bold text
''Italic text'' Italic text
''**Bold and italic text**'' Bold and italic text
__Underlined text__ Underlined text
[[Internal link]] Internal link
[[Internal link|with a name]] with a name
[http://externallink.com/] [1]
[http://externallink.com/|External link] External link
{{Template}}
Para1

These are the contents of template.

Para2

This is another paragraph in template.

{{Template//Para2}}
Para2

This is another paragraph in template.

{{Template/Subpage}}
Subpage

This is a subpage inside template.

\raw{Raw wiki text; **not bold**.} Raw wiki text; **not bold**.
%% Commentary
[[#paragraph|link to paragraph]] link to paragraph
[[Wiktionary:en:Dodge]] Dodge (will have different icon)
[[en:Dodge]] Dodge (will have an icon)
\quote(Someone, sometime){This is a quotation}
\strike{Strikethrough} Strikethrough
``monospaced`` monospaced
\mono{monospaced} monospaced
^^superscript^^ superscript (above)
,,subscript,, subscript (below)
//big\\ big
\\small// small
> text
text (will show vertical line on left side; used for discussion quotation).
\center{centered text}
centered text
\left{left-aligned text} left-aligned text
\right{right-aligned text} right-aligned text
;text
text
*item

**item
***item
:::item
::::item
#item
##item
###item
##item

  • item
    • item
      • item
item
item
  1. item
    1. item
      1. item
    2. item
| item | item |

| item | item |


| item | item |
| item...item |


{|
| item
| item
|-
| item
| item
|}

item item
item item

item item
item...item

item item
item item
...
-- — (em dash with a space on either side)
Other substitutions (note: probably shouldn't have these, anyway):

ſs > ß ſz > ß AE > Æ ae > æ IJ > IJ ij > ?
Dž > Dž dž > dž LJ > LJ Lj > Lj lj > lj tʃ > ʧ
fŋ > ʩ ff > ff ffi > ffi ffl > ffl
||Fortran|| FORTRAN
<DISSOLVABLE_META_TAG:Content> (nothing; will be explained later)

Rationale

[edit]

Parsing guidelines

[edit]
  • Parsed Wikitax and Wikicode must always be enclosed in a container with the name "wikicontent". For example, in HTML, this may be <div id="wikicontent">.