Form:CreateArticle: Difference between revisions

From Legendary Hardcore Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
  |input type=dropdown
  |input type=dropdown
  |values=Player,Group,Event,Location,Culture
  |values=Player,Group,Event,Location,Culture
|show on select=Player=>player;Group=>group;Event=>event;Location=>location;Culture=>culture;
  |mandatory
  |mandatory
}}}
}}}
Line 11: Line 12:


<!-- Player -->
<!-- Player -->
{{#ifeq: {{{cat|}}} | Player |
<div id="player">
   {{{field|subcat
   {{{field|subcat
   |input type=dropdown
   |input type=dropdown
Line 17: Line 18:
   |mandatory
   |mandatory
   }}}
   }}}
}}
</div>


<div id="group">
<!-- Group -->
<!-- Group -->
{{#ifeq: {{{cat|}}} | Group |
   {{{field|subcat
   {{{field|subcat
   |input type=dropdown
   |input type=dropdown
   |values=Active,Inactive,Disbanded
   |values=Active,Inactive,Disbanded
   }}}
   }}}
}}
</div>


<div id="event">
<!-- Event -->
<!-- Event -->
{{#ifeq: {{{cat|}}} | Event |
   {{{field|subcat
   {{{field|subcat
   |input type=dropdown
   |input type=dropdown
   |values=Conflict,Milestone,Project,Death,Ceremony,Natural,Admin
   |values=Conflict,Milestone,Project,Death,Ceremony,Natural,Admin
   }}}
   }}}
}}
</div>


<div id="location">
<!-- Location -->
<!-- Location -->
{{#ifeq: {{{cat|}}} | Location |
   {{{field|subcat
   {{{field|subcat
   |input type=dropdown
   |input type=dropdown
   |values=Settlement,Structure,Landmark,Infrastructure,Establishments
   |values=Settlement,Structure,Landmark,Infrastructure,Establishments
  }}}
}}
}}


<!-- Location -->
<div id="Culture">
<!-- Culture -->
{{#ifeq: {{{cat|}}} | Culture |
{{#ifeq: {{{cat|}}} | Culture |
   {{{field|subcat
   {{{field|subcat
Line 50: Line 51:
   }}}
   }}}
}}
}}
 
</div>


{{{end template}}}
{{{end template}}}

Revision as of 11:35, 7 January 2026

ArticleContainer

Main category

cat


Subcategory

 subcat
  
 subcat
  
 subcat
  
 {Template:Field

{{{end template}}}