From Fedora Project Wiki

No edit summary
No edit summary
Line 79: Line 79:
===Inline:===
===Inline:===


# <firstterm></firstterm>  also suggested by Christopher Curran
# <firstterm></firstterm>  '''suggested by Christopher Curran'''
# <application></application>
# <application></application>
# <command>
# <command>
Line 100: Line 100:
# <keycombo></keycombo>
# <keycombo></keycombo>
# <keycap></keycap>
# <keycap></keycap>
# <abbrev></abbrev> Lana Brindley suggests this can be removed
# <abbrev></abbrev> '''Lana Brindley suggests this can be removed'''
# <acronym></acronym> Lana Brindley suggests this can be removed
# <acronym></acronym> '''Lana Brindley suggests this can be removed'''
# <emphasis></emphasis>
# <emphasis></emphasis>
# <quote></quote>
# <quote></quote>
Line 128: Line 128:




==Suggested by Paul W. Frields==
===Suggested by Paul W. Frields===


<class>
# class atrribute
<indexitem>
# <indexitem>




===Suggested by Ruediger Landmann===


==Suggested by Ruediger Landmann==
# <book id="ID"><title></title></book>
# <part id="ID"><title></title></part>
# <introduction id="ID"><title></title></introduction>
# <chapter id="ID"><title></title></chapter>
# <appendix id="ID"><title></title></appendix>
# <citetitle></citetitle>
# <literal></literal>
# <ulink></ulink>
# <variablelist>  '''also suggested by Lana Brindley'''
# <xref></xref>
# <remark></remark>
# <!--comments-->
# <title></title> in <itemizedlist> '''also suggested by Lana Brindley'''
# <title></title> in <orderedlist> '''also suggested by Lana Brindley'''
# <title></title> in <article>


====For future====


<book id="ID">
# <table>
<title></title>
# <figure>
</book>
# <example>  


<part id="ID">
<title></title>
</part>


<introduction id="ID">
<title></title>
</introduction>


<chapter id="ID">
===Suggested by Lana brindley===
<title></title>
</chapter>


<appendix id="ID">
  # <programlisting></programlisting>
  <title></title>
</appendix>


<citetitle></citetitle>


<literal></literal>


<ulink></ulink>
===Suggested by Christopher Curran===


<variablelist>  also suggested by Lana Brindley
  # <seglist></seglist> (as a part of advanced features)
  <title></title>
<varlistentry>
  <term></term>
  <listitem>
    <para></para>
  </listitem>
</varlistentry>
</variablelist>
 
<xref></xref>
 
<remark></remark>
<!--comments-->
 
<title></title> in <itemizedlist> also suggested by Lana Brindley
<title></title> in <orderedlist> also suggested by Lana Brindley
<title></title> in <article>
 
===For future===
 
<table>
<figure>
<example>
 
 
 
==Suggested by Lana brindley==
 
<programlisting></programlisting>
 
 
 
==Suggested by Christopher Curran==
 
seglist (as a part of advanced features)

Revision as of 17:20, 27 May 2009

This page lists the tags finalized for incorporation in Phase I of DocBook Editor implementation. Feature for this page is atDocBook_Editor_Feature

Initial tags

Top Level

Article

 <article id="ID">
 </article>

Section

 <section id="ID">
   <title></title>
 </section>


Block Tags

Paragraph

 <para></para>

Screen

 <screen></screen>

ItemizedList

 <itemizedlist>
   <listitem>
       <para></para>
   </listitem>
 </itemizedlist>

OrderedList

 <orderedlist>
   <listitem>
     <para></para>
   </listitem>
 <orderedlist>

Procedure

 <procedure>
   <step>
     <para>
     </para>
   </step>
 </procedure>

Important

 <important>
   <title></title>
   <para></para>
 </important>

Tip

 <tip>
   <title></title>
   <para></para>
 </tip>

Note

 <note>
   <title></title>
   <para></para>
 </note>

Warning

 <warning>
   <title></title>
   <para></para>
 </warning>

Caution

 <caution>
   <title></title>
   <para></para>
 </caution>


Inline:

  1. <firstterm></firstterm> suggested by Christopher Curran
  2. <application></application>
  3. <command>
  4. <option></option>
  5. </command>
  6. <package></package>
  7. <filename></filename>
  8. <systemitem></systemitem>
  9. <computeroutput></computeroutput>
  10. <userinput></userinput>
  11. <prompt></prompt>
  12. <menuchoice></menuchoice>
  13. <guimenu></guimenu>
  14. <guisubmenu></guisubmenu>
  15. <guimenuitem></guimenuitem>
  16. <guibutton></guibutton>
  17. <guiicon></guiicon>
  18. <guilabel></guilabel>
  19. <mousebutton></mousebutton>
  20. <keycombo></keycombo>
  21. <keycap></keycap>
  22. <abbrev></abbrev> Lana Brindley suggests this can be removed
  23. <acronym></acronym> Lana Brindley suggests this can be removed
  24. <emphasis></emphasis>
  25. <quote></quote>
  26. <link></link>
  27. <subscript></subscript>
  28. <superscript></superscript>
  29. <action></action>
  30. <classname></classname>
  31. <constant></constant>
  32. <errorcode></errorcode>
  33. <errorname></errorname>
  34. <errortype></errortype>
  35. <function></function>
  36. <interface></interface>
  37. <parameter></parameter>
  38. <property></property>
  39. <replaceable></replaceable>
  40. <returnvalue></returnvalue>
  41. <structfield><structfield>
  42. <structname></structname>
  43. <symbol></symbol>
  44. <token></token>
  45. <type></type>
  46. <varname></varname>


Suggested by Paul W. Frields

  1. class atrribute
  2. <indexitem>


Suggested by Ruediger Landmann

  1. <book id="ID"><title></title></book>
  2. <part id="ID"><title></title></part>
  3. <introduction id="ID"><title></title></introduction>
  4. <chapter id="ID"><title></title></chapter>
  5. <appendix id="ID"><title></title></appendix>
  6. <citetitle></citetitle>
  7. <literal></literal>
  8. <ulink></ulink>
  9. <variablelist> also suggested by Lana Brindley
  10. <xref></xref>
  11. <remark></remark>
  12. <title></title> in <itemizedlist> also suggested by Lana Brindley
  13. <title></title> in <orderedlist> also suggested by Lana Brindley
  14. <title></title> in <article>

For future

  1. <figure>
  2. <example>

  3. Suggested by Lana brindley

    # <programlisting></programlisting>
    


    Suggested by Christopher Curran

    # <seglist></seglist> (as a part of advanced features)