Questions tagged [wiki-markup]

Wikitext language, or wiki markup, is a lightweight markup language used to write pages in wiki websites, such as Wikipedia, and is a simplified alternative/intermediate to HTML. (A lightweight markup language is a markup language with a simple syntax, designed to be easy to enter with a simple text editor, and easy to read in its raw form.) Its ultimate purpose is to be converted by wiki software into HTML, which in turn is served to web browsers.

From MediaWiki.org:

Wikitext is a document written in a wiki markup language, such as the current one explained in Help:Editing (see also Markup spec/DTD). It is a mixture of content, markup, and metadata. The current and old versions of all pages of a wiki are stored in the database in the text table, in the form of wikitext.

41 questions
1
vote
1 answer

How to use org-mode file as google code description?

My projects host on Google Code and I use emacs to edit project files. So the readme file is org-mode file. In GitHub it can use org-mode file as project's description. But in Google Code, the description is format at Wiki markup. I try to convert…
coordinate
  • 15,224
  • 6
  • 24
  • 24
1
vote
2 answers

Trying to scrape wikitravel

I am trying to scrape wiki travel for specific data. like climate, getin etc. I have managed to get the xml from them with special export. http://wikitravel.org/en/Special:Export/San_Francisco I got the data in xml form but it is in wiki markup and…
hungry fish
  • 188
  • 1
  • 3
  • 12
1
vote
1 answer

Compact wiki-like link syntax in Asciidoc and Markdown, like [[page-name]]?

Q: is there a compact link syntax in asciidoc? Like [[page name]], where the link target is derived from the link text? ---+ DETAIL Most wikis have a very easy, compact, syntax for links to different pages in the same wiki. E.g. the original…
Krazy Glew
  • 7,210
  • 2
  • 49
  • 62
1
vote
1 answer

How to use AtlassianWikiRenderer in jira

In jdoc 8.0.1 I see com.atlassian.jira.issue.fields.renderer.wiki.AtlassianWikiRenderer But I can't import it: import com.atlassian.jira.issue.fields.renderer.wiki.AtlassianWikiRenderer; > .... package com.atlassian.jira.issue.fields.renderer.wiki…
1
vote
1 answer

How to convert from old Confluence 3.5 markup to markdown?

For historical reasons, we still have a large number of *.confluence files in the old Confluence 3.5 markup format. This format is not very useful (e.g. no editor support, no repository viewer support, ...), so I want to convert the files to…
oberlies
  • 11,503
  • 4
  • 63
  • 110
1
vote
0 answers

Access wikicode from an xml file in c++

I have to read wikidumps and extract the headings, bold words, italics, etc. The formatting is done in wikicode. How can I read the wiki markup? I am using pugiXML to parse the document but I have no idea how to read the wiki markup and extract the…
Rmcf
  • 11
  • 2
1
vote
1 answer

WikiToXhtmlMigrator in Confluence

I have been trying to use this class from tha JAVA API (https://docs.atlassian.com/atlassian-confluence/5.3.1/index.html?com/atlassian/confluence/), but I'm struggling because of the lack f proper documentation. My aim is to convert from a wiki…
aishpr
  • 143
  • 3
  • 15
1
vote
1 answer

Java: Regex to delete wiki markup of lists

I am reading a wikipedia XML file, in which i have to delete anything which is a list item. E.g. For the following string: String text = ": definition list\n ** some list item\n # another list item\n [[Category:1918 births]]\n [[Category:2005…
Angad
  • 27
  • 6
0
votes
0 answers

How to create a multi-level ordered list in Wikipedia / Mediawiki

I am trying to create a multi-level nested ordered list in Wikipedia: 1. one 2. two 3. three 3.1 three one 3.2 three two 3.2.1 three two one 3.2.2 three two two 3.3 three three 4. four I tried using the [Template:Ordered…
Elad Ratson
  • 706
  • 1
  • 7
  • 23
0
votes
1 answer

How to lock the first row and column of a table?

I'm currently in the process of moving my companies documentation over into a wikimedia server. There are quite a few very large and expansive excel sheets I would like to transfer over. I have already implemented scrolling for the tables using this…
ikou
  • 1
0
votes
1 answer

Jenkins Confluence Publisher - wiki markup plain text to add data in a new row

How can we append/add new row/new cell at the top of the table, to act as the first row, below the headers using wiki mark up tokens. ? I use Jenkins confluence publisher to send values from Jenkins build to a cell in a table in the confluence page.…
Y5288
  • 163
  • 1
  • 14
0
votes
1 answer

How to add expand and collapse option in the table cell in fitnesse

I'm working on automation tool which uses fitnesse tool to get the data and compare. My table has all the data and i've the fixture to take that data and process and return the results. If the case is pass i show just pass but if the case is failed,…
Aditya
  • 115
  • 1
  • 9
0
votes
3 answers

Regex to match pipes not within brackets or braces with nested blocks

I am trying to parse some wiki markup. For example, the following: {{Some infobox royalty|testing | name = Louis | title = Prince Napoléon | elevation_imperial_note= {{cite web|url={{Gnis3|1802764}}|title=USGS}} | a =…
Zack
  • 2,377
  • 4
  • 25
  • 51
0
votes
0 answers

Git diff to wiki markup with colors preserved

Is there a way to export git diff --color to wiki-markup (to be used in confluence) with colors.
Tarun Sapra
  • 1,851
  • 6
  • 26
  • 40
0
votes
1 answer

How to create a multilevel (numbers/alphabetical/Roman) list in Wiki?

I am writing some documentation about our algorithm and it's flow and I am doing it in Wiki. Please advise how can I create a multilevel list with level 1 = 1,2,3... level 2 = a,b,c... level 3 = i,ii,iii... level 4 = I,II,III... I know I can use…
Steves
  • 39
  • 1
  • 8